Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/gigaset/
Dser-gigaset.c143 cs->lastcmdbuf = NULL; in send_cb()
219 cs->cmdbuf = cs->lastcmdbuf = NULL; in flush_send_queue()
253 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
254 if (cs->lastcmdbuf) in gigaset_write_cmd()
255 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
261 cs->lastcmdbuf = cb; in gigaset_write_cmd()
Dusb-gigaset.c445 cs->lastcmdbuf = NULL; in send_cb()
502 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
503 if (cs->lastcmdbuf) in gigaset_write_cmd()
504 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
510 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.c734 cs->cmdbuf = cs->lastcmdbuf = NULL; in gigaset_initcs()
844 cs->cmdbuf = cs->lastcmdbuf = NULL; in cleanup_cs()
Dgigaset.h435 struct cmdbuf_t *cmdbuf, *lastcmdbuf; member