Searched refs:report_io_error (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/xillybus/ |
A D | xillyusb.c | 606 static void report_io_error(struct xillyusb_dev *xdev, in report_io_error() function 650 report_io_error(ep->xdev, -EIO); in bulk_in_completer() 680 report_io_error(ep->xdev, -EIO); in bulk_out_completer() 722 report_io_error(xdev, -ENOMEM); in try_queue_bulk_in() 735 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_in() 826 report_io_error(xdev, -ENOMEM); in try_queue_bulk_out() 839 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_out() 1038 report_io_error(xdev, rc); in bulk_in_work() 1149 report_io_error(xdev, -EIO); in flush_downstream() 1320 report_io_error(xdev, rc); in xillyusb_open() [all …]
|
Completed in 10 milliseconds