Linux Kernel
3.7.1
|
#include <gigaset.h>
Data Fields | |
int(* | write_cmd )(struct cardstate *cs, struct cmdbuf_t *cb) |
int(* | write_room )(struct cardstate *cs) |
int(* | chars_in_buffer )(struct cardstate *cs) |
int(* | brkchars )(struct cardstate *cs, const unsigned char buf[6]) |
int(* | init_bchannel )(struct bc_state *bcs) |
int(* | close_bchannel )(struct bc_state *bcs) |
int(* | initbcshw )(struct bc_state *bcs) |
void(* | freebcshw )(struct bc_state *bcs) |
void(* | reinitbcshw )(struct bc_state *bcs) |
int(* | initcshw )(struct cardstate *cs) |
void(* | freecshw )(struct cardstate *cs) |
int(* | set_modem_ctrl )(struct cardstate *cs, unsigned old_state, unsigned new_state) |
int(* | baud_rate )(struct cardstate *cs, unsigned cflag) |
int(* | set_line_ctrl )(struct cardstate *cs, unsigned cflag) |
int(* | send_skb )(struct bc_state *bcs, struct sk_buff *skb) |
void(* | handle_input )(struct inbuf_t *inbuf) |