Home
last modified time | relevance | path

Searched refs:lastcmdbuf (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dser-gigaset.c138 cs->lastcmdbuf = NULL; in send_cb()
214 cs->cmdbuf = cs->lastcmdbuf = NULL; in flush_send_queue()
248 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
249 if (cs->lastcmdbuf) in gigaset_write_cmd()
250 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
256 cs->lastcmdbuf = cb; in gigaset_write_cmd()
Dusb-gigaset.c442 cs->lastcmdbuf = NULL; in send_cb()
499 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
500 if (cs->lastcmdbuf) in gigaset_write_cmd()
501 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
507 cs->lastcmdbuf = cb; in gigaset_write_cmd()
Dbas-gigaset.c1757 cs->lastcmdbuf = NULL; in complete_cb()
2014 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
2015 if (cs->lastcmdbuf) in gigaset_write_cmd()
2016 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
2022 cs->lastcmdbuf = cb; in gigaset_write_cmd()
Dcommon.c731 cs->cmdbuf = cs->lastcmdbuf = NULL; in gigaset_initcs()
840 cs->cmdbuf = cs->lastcmdbuf = NULL; in cleanup_cs()
Dgigaset.h432 struct cmdbuf_t *cmdbuf, *lastcmdbuf; member