Searched refs:cmdbuf_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | gigaset.h | 432 struct cmdbuf_t *cmdbuf, *lastcmdbuf; 518 struct cmdbuf_t { struct 519 struct cmdbuf_t *next, *prev; argument 567 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb);
|
D | ser-gigaset.c | 104 struct cmdbuf_t *cb, *tcb; in send_cb() 203 struct cmdbuf_t *cb; in flush_send_queue() 239 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
|
D | interface.c | 288 struct cmdbuf_t *cb; in if_write() 312 cb = kmalloc(sizeof(struct cmdbuf_t) + count, GFP_KERNEL); in if_write()
|
D | usb-gigaset.c | 425 struct cmdbuf_t *cb = cs->cmdbuf; in send_cb() 489 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
|
D | ev-layer.c | 762 struct cmdbuf_t *cb; in send_command() 766 cb = kmalloc(sizeof(struct cmdbuf_t) + buflen, GFP_ATOMIC); in send_command() 1184 struct cmdbuf_t *cb; in do_action() 1186 cb = kmalloc(sizeof(struct cmdbuf_t) + 3, GFP_ATOMIC); in do_action()
|
D | bas-gigaset.c | 1745 struct cmdbuf_t *cb = cs->cmdbuf; in complete_cb() 1912 struct cmdbuf_t *cb; in start_cbsend() 1968 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
|
D | common.c | 817 struct cmdbuf_t *cb, *tcb; in cleanup_cs()
|