Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dser-gigaset.c141 cs->lastcmdbuf = NULL; in send_cb()
217 cs->cmdbuf = cs->lastcmdbuf = NULL; in flush_send_queue()
251 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
252 if (cs->lastcmdbuf) in gigaset_write_cmd()
253 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
259 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.c1760 cs->lastcmdbuf = NULL; in complete_cb()
2017 cb->prev = cs->lastcmdbuf; in gigaset_write_cmd()
2018 if (cs->lastcmdbuf) in gigaset_write_cmd()
2019 cs->lastcmdbuf->next = cb; in gigaset_write_cmd()
2025 cs->lastcmdbuf = cb; in gigaset_write_cmd()
Dcommon.c734 cs->cmdbuf = cs->lastcmdbuf = NULL; in gigaset_initcs()
843 cs->cmdbuf = cs->lastcmdbuf = NULL; in cleanup_cs()
Dgigaset.h435 struct cmdbuf_t *cmdbuf, *lastcmdbuf; member