Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/isdn/gigaset/
Dbas-gigaset.c884 ubc->loststatus = status; in read_iso_callback()
889 ubc->loststatus = urb->iso_frame_desc[i].status; in read_iso_callback()
1323 if (unlikely(ubc->loststatus != -EINPROGRESS)) { in read_iso_tasklet()
1326 get_usb_statmsg(ubc->loststatus), in read_iso_tasklet()
1328 ubc->loststatus = -EINPROGRESS; in read_iso_tasklet()
2154 ubc->loststatus = -EINPROGRESS; in gigaset_initbcshw()
2182 ubc->loststatus = -EINPROGRESS; in gigaset_reinitbcshw()
Dgigaset.h543 int loststatus; /* status of dropped URB */ member