Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dgigaset.h432 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);
Dser-gigaset.c104 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()
Dinterface.c288 struct cmdbuf_t *cb; in if_write()
312 cb = kmalloc(sizeof(struct cmdbuf_t) + count, GFP_KERNEL); in if_write()
Dusb-gigaset.c425 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()
Dev-layer.c762 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()
Dbas-gigaset.c1745 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()
Dcommon.c817 struct cmdbuf_t *cb, *tcb; in cleanup_cs()