Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/include/linux/usb/
A Dgadget.h431 return -EOPNOTSUPP; in usb_ep_fifo_status()
640 return -EOPNOTSUPP; in usb_gadget_wakeup()
656 return -EOPNOTSUPP; in usb_gadget_set_selfpowered()
673 return -EOPNOTSUPP; in usb_gadget_clear_selfpowered()
692 return -EOPNOTSUPP; in usb_gadget_vbus_connect()
711 return -EOPNOTSUPP; in usb_gadget_vbus_draw()
728 return -EOPNOTSUPP; in usb_gadget_vbus_disconnect()
746 return -EOPNOTSUPP; in usb_gadget_connect()
768 return -EOPNOTSUPP; in usb_gadget_disconnect()
/u-boot/drivers/net/
A Dmvmdio.c52 return -EOPNOTSUPP; in mvmdio_smi_read()
85 return -EOPNOTSUPP; in mvmdio_smi_write()
108 return -EOPNOTSUPP; in mvmdio_xsmi_read()
142 return -EOPNOTSUPP; in mvmdio_xsmi_write()
/u-boot/include/
A Dbcb.h17 return -EOPNOTSUPP; in bcb_write_reboot_reason()
A Dspi_flash.h174 return -EOPNOTSUPP; in spi_flash_protect()
/u-boot/drivers/mtd/
A Dmtdcore.c909 return -EOPNOTSUPP; in mtd_point()
922 return -EOPNOTSUPP; in mtd_unpoint()
941 return -EOPNOTSUPP; in mtd_get_unmapped_area()
1025 return -EOPNOTSUPP; in mtd_panic_write()
1080 return -EOPNOTSUPP; in mtd_read_oob()
1118 return -EOPNOTSUPP; in mtd_write_oob()
1497 return -EOPNOTSUPP; in mtd_get_fact_prot_info()
1509 return -EOPNOTSUPP; in mtd_read_fact_prot_reg()
1520 return -EOPNOTSUPP; in mtd_get_user_prot_info()
1532 return -EOPNOTSUPP; in mtd_read_user_prot_reg()
[all …]
/u-boot/drivers/firmware/scmi/
A Dscmi_agent-uclass.c28 { .scmi = SCMI_NOT_SUPPORTED, .errno = -EOPNOTSUPP, },
/u-boot/board/st/common/
A Dstm32mp_dfu.c205 ret = -EOPNOTSUPP; in dfu_pmic_read()
236 return -EOPNOTSUPP; in dfu_write_medium_virt()
/u-boot/include/linux/
A Derrno.h103 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/u-boot/drivers/spi/
A Dbcmstb_spi.c296 return -EOPNOTSUPP; in bcmstb_spi_xfer()
301 return -EOPNOTSUPP; in bcmstb_spi_xfer()
310 return -EOPNOTSUPP; in bcmstb_spi_xfer()
A Dspi-uclass.c101 return -EOPNOTSUPP; in dm_spi_xfer()
115 return -EOPNOTSUPP; in dm_spi_get_mmap()
/u-boot/drivers/dfu/
A Ddfu_mtd.c67 if (ret && ret != -EOPNOTSUPP) { in mtd_block_op()
153 if (ret && ret != -EOPNOTSUPP) in mtd_block_op()
/u-boot/lib/
A Derrno_str.c109 ERRNO_MSG(EOPNOTSUPP, "Operation not supported on transport endpoint"),
/u-boot/drivers/net/phy/
A Dmicrel_ksz90x1.c121 return -EOPNOTSUPP; in ksz90x1_of_config_group()
204 return -EOPNOTSUPP; in ksz9031_center_flp_timing()
/u-boot/drivers/usb/gadget/
A Dg_dnl.c183 return -EOPNOTSUPP; in g_dnl_board_usb_cable_connected()
A Dpxa25x_udc.c957 return -EOPNOTSUPP; in pxa25x_ep_fifo_status()
1081 return -EOPNOTSUPP; in pxa25x_udc_pullup()
1095 return -EOPNOTSUPP; in pxa25x_udc_vbus_draw()
A Df_mass_storage.c547 return -EOPNOTSUPP; in fsg_setup()
583 return -EOPNOTSUPP; in fsg_setup()
611 if (rc != -ESHUTDOWN && !(rc == -EOPNOTSUPP && in start_transfer()
/u-boot/drivers/mmc/
A Dftsdc010_mci.c187 int ret = -EOPNOTSUPP; in ftsdc010_request()
349 return -EOPNOTSUPP; in ftsdc010_init()
A Dmmc.c635 return -EOPNOTSUPP; in sd_send_op_cond()
740 return -EOPNOTSUPP; in mmc_complete_op_cond()
2657 return -EOPNOTSUPP; in mmc_send_if_cond()
2847 return -EOPNOTSUPP; in mmc_get_op_cond()
A Dmxsmmc.c388 return -EOPNOTSUPP;
/u-boot/drivers/soc/ti/
A Dk3-navss-ringacc.c889 int ret = -EOPNOTSUPP; in k3_nav_ringacc_ring_push()
908 int ret = -EOPNOTSUPP; in k3_nav_ringacc_ring_push_head()
927 int ret = -EOPNOTSUPP; in k3_nav_ringacc_ring_pop()
949 int ret = -EOPNOTSUPP; in k3_nav_ringacc_ring_pop_tail()
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget.c267 return -EOPNOTSUPP; in mtu3_gadget_queue()
425 return -EOPNOTSUPP; in mtu3_gadget_wakeup()
A Dmtu3_gadget_ep0.c68 return -EOPNOTSUPP; in forward_to_driver()
/u-boot/drivers/i2c/
A Di2c-cdns.c425 return -EOPNOTSUPP; in cdns_i2c_xfer()
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget_ep0.c637 return -EOPNOTSUPP; in forward_to_driver()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c1339 return -EOPNOTSUPP; in stm32prog_pmic_read()
1389 return -EOPNOTSUPP; in stm32prog_pmic_start()

Completed in 733 milliseconds

12