/Linux-v5.4/include/uapi/asm-generic/ |
D | errno.h | 46 #define ENOSR 63 /* Out of streams resources */ macro
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | errno.h | 46 #define ENOSR 63 /* Out of streams resources */ macro
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | errno.h | 48 #define ENOSR 74 /* Out of streams resources */ macro
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | errno.h | 25 #define ENOSR 53 /* Out of streams resources */ macro
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | errno.h | 55 #define ENOSR 82 /* Out of streams resources */ macro
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | errno.h | 41 #define ENOSR 63 /* Out of streams resources */ macro
|
/Linux-v5.4/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 41 #define ENOSR 63 /* Out of streams resources */ macro
|
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 55 #define ENOSR 82 /* Out of streams resources */ macro
|
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 25 #define ENOSR 53 /* Out of streams resources */ macro
|
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 48 #define ENOSR 74 /* Out of streams resources */ macro
|
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
D | txrx.c | 131 case -ENOSR: in mwifiex_process_tx() 195 case -ENOSR: in mwifiex_host_to_card()
|
/Linux-v5.4/drivers/usb/host/ |
D | imx21-hcd.h | 311 /* BuffUnder */ -ENOSR,
|
D | fhci-q.c | 44 return -ENOSR; in status_to_error()
|
D | ohci.h | 179 /* BuffUnder */ -ENOSR,
|
D | isp116x.h | 245 /* BuffUnder */ -ENOSR,
|
D | isp1362.h | 265 /* BuffUnder */ -ENOSR,
|
/Linux-v5.4/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.h | 137 {-ENOSR, "Buffer error (overrun)"},
|
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_pci_func.c | 117 err = -ENOSR; in aq_pci_func_init()
|
/Linux-v5.4/drivers/media/usb/tm6000/ |
D | tm6000-dvb.c | 45 case -ENOSR: in print_err_status()
|
/Linux-v5.4/drivers/media/usb/stk1160/ |
D | stk1160-video.c | 36 case -ENOSR: in print_err_status()
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_cmd.c | 194 return -ENOSR; in hclgevf_cmd_convert_err_code()
|
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_cmd.c | 206 return -ENOSR; in hclge_cmd_convert_err_code()
|
/Linux-v5.4/Documentation/driver-api/usb/ |
D | error-codes.rst | 141 ``-ENOSR`` During an OUT transfer, the host controller
|
/Linux-v5.4/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 39 case -ENOSR: in print_err_status()
|
/Linux-v5.4/drivers/staging/wusbcore/host/whci/ |
D | qset.c | 723 return usb_pipein(urb->pipe) ? -ENOSR : -ECOMM; in get_urb_status_from_qtd()
|