Home
last modified time | relevance | path

Searched refs:loststatus (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/isdn/gigaset/
Dbas-gigaset.c887 ubc->loststatus = status; in read_iso_callback()
892 ubc->loststatus = urb->iso_frame_desc[i].status; in read_iso_callback()
1326 if (unlikely(ubc->loststatus != -EINPROGRESS)) { in read_iso_tasklet()
1329 get_usb_statmsg(ubc->loststatus), in read_iso_tasklet()
1331 ubc->loststatus = -EINPROGRESS; in read_iso_tasklet()
2157 ubc->loststatus = -EINPROGRESS; in gigaset_initbcshw()
2185 ubc->loststatus = -EINPROGRESS; in gigaset_reinitbcshw()
Dgigaset.h546 int loststatus; /* status of dropped URB */ member