Searched refs:report_io_error (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/char/xillybus/ |
H A D | xillyusb.c | 612 static void report_io_error(struct xillyusb_dev *xdev, in report_io_error() function 656 report_io_error(ep->xdev, -EIO); in bulk_in_completer() 686 report_io_error(ep->xdev, -EIO); in bulk_out_completer() 728 report_io_error(xdev, -ENOMEM); in try_queue_bulk_in() 741 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_in() 832 report_io_error(xdev, -ENOMEM); in try_queue_bulk_out() 845 report_io_error(xdev, (rc == -ENOMEM) ? -ENOMEM : in try_queue_bulk_out() 1044 report_io_error(xdev, rc); in bulk_in_work() 1155 report_io_error(xdev, -EIO); in flush_downstream() 1331 report_io_error(xdev, rc); in xillyusb_open() [all …]
|