Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/xillybus/
Dxillyusb.c607 static void report_io_error(struct xillyusb_dev *xdev, in report_io_error() function
651 report_io_error(ep->xdev, -EIO); in bulk_in_completer()
681 report_io_error(ep->xdev, -EIO); in bulk_out_completer()
723 report_io_error(xdev, -ENOMEM); in try_queue_bulk_in()
736 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_in()
827 report_io_error(xdev, -ENOMEM); in try_queue_bulk_out()
840 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_out()
1039 report_io_error(xdev, rc); in bulk_in_work()
1150 report_io_error(xdev, -EIO); in flush_downstream()
1321 report_io_error(xdev, rc); in xillyusb_open()
[all …]