Home
last modified time | relevance | path

Searched refs:cmdbuf_t (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/isdn/gigaset/
Dgigaset.h435 struct cmdbuf_t *cmdbuf, *lastcmdbuf;
521 struct cmdbuf_t { struct
522 struct cmdbuf_t *next, *prev; argument
570 int (*write_cmd)(struct cardstate *cs, struct cmdbuf_t *cb);
Dser-gigaset.c107 struct cmdbuf_t *cb, *tcb; in send_cb()
206 struct cmdbuf_t *cb; in flush_send_queue()
242 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
Dinterface.c283 struct cmdbuf_t *cb; in if_write()
307 cb = kmalloc(sizeof(struct cmdbuf_t) + count, GFP_KERNEL); in if_write()
Dusb-gigaset.c428 struct cmdbuf_t *cb = cs->cmdbuf; in send_cb()
492 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
Dev-layer.c765 struct cmdbuf_t *cb; in send_command()
769 cb = kmalloc(sizeof(struct cmdbuf_t) + buflen, GFP_ATOMIC); in send_command()
1187 struct cmdbuf_t *cb; in do_action()
1189 cb = kmalloc(sizeof(struct cmdbuf_t) + 3, GFP_ATOMIC); in do_action()
Dbas-gigaset.c1748 struct cmdbuf_t *cb = cs->cmdbuf; in complete_cb()
1915 struct cmdbuf_t *cb; in start_cbsend()
1971 static int gigaset_write_cmd(struct cardstate *cs, struct cmdbuf_t *cb) in gigaset_write_cmd()
Dcommon.c820 struct cmdbuf_t *cb, *tcb; in cleanup_cs()