Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/xillybus/
Dxillyusb.c615 static void report_io_error(struct xillyusb_dev *xdev, in report_io_error() function
659 report_io_error(ep->xdev, -EIO); in bulk_in_completer()
689 report_io_error(ep->xdev, -EIO); in bulk_out_completer()
731 report_io_error(xdev, -ENOMEM); in try_queue_bulk_in()
744 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_in()
835 report_io_error(xdev, -ENOMEM); in try_queue_bulk_out()
848 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_out()
1047 report_io_error(xdev, rc); in bulk_in_work()
1158 report_io_error(xdev, -EIO); in flush_downstream()
1334 report_io_error(xdev, rc); in xillyusb_open()
[all …]