Searched refs:cmdbuf_t (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/isdn/gigaset/ |
D | gigaset.h | 432 struct cmdbuf_t *cmdbuf, *lastcmdbuf; 519 struct cmdbuf_t { struct 520 struct cmdbuf_t *next, *prev; argument 568 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb);
|
D | usb-gigaset.c | 296 static int send_cb(struct cardstate *cs, struct cmdbuf_t *cb); 306 struct cmdbuf_t *cb; in gigaset_modem_fill() 432 static int send_cb(struct cardstate *cs, struct cmdbuf_t *cb) in send_cb() 434 struct cmdbuf_t *tcb; in send_cb() 497 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
|
D | ser-gigaset.c | 108 struct cmdbuf_t *cb, *tcb; in send_cb() 208 struct cmdbuf_t *cb; in flush_send_queue() 244 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
|
D | interface.c | 342 struct cmdbuf_t *cb; in if_write() 377 cb = kmalloc(sizeof(struct cmdbuf_t) + count, GFP_KERNEL); in if_write()
|
D | ev-layer.c | 721 struct cmdbuf_t *cb; in send_command() 725 cb = kmalloc(sizeof(struct cmdbuf_t) + buflen, kmallocflags); in send_command() 1144 struct cmdbuf_t *cb; in do_action() 1146 cb = kmalloc(sizeof(struct cmdbuf_t) + 3, GFP_ATOMIC); in do_action()
|
D | bas-gigaset.c | 1744 struct cmdbuf_t *cb = cs->cmdbuf; in complete_cb() 1911 struct cmdbuf_t *cb; in start_cbsend() 1967 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
|
D | common.c | 842 struct cmdbuf_t *cb, *tcb; in cleanup_cs()
|