Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/firmware/scmi/
H A Dscmi_agent-uclass.c36 { .scmi = SCMI_PROTOCOL_ERROR, .errno = -EPROTO, },
50 return -EPROTO; in scmi_to_linux_errno()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h79 #define EPROTO 71 /* Protocol error */ macro
/rk3399_rockchip-uboot/lib/
H A Dlz4_wrapper.c125 ret = -EPROTO; /* decompression error */ in ulz4fn()
H A Derrno_str.c85 ERRNO_MSG(EPROTO, "Protocol error"),
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_dp_helper.c181 ret = -EPROTO; in drm_dp_dpcd_access()
446 return err == 0 ? -EPROTO : err; in drm_dp_i2c_drain_msg()
/rk3399_rockchip-uboot/drivers/spi/
H A Dich.c320 return -EPROTO; in spi_setup_offset()
434 return -EPROTO; in ich_spi_xfer()
526 return -EPROTO; in ich_spi_xfer()
/rk3399_rockchip-uboot/tools/
H A Drkcommon.c421 return -EPROTO; in rkcommon_parse_header()
452 return -EPROTO; in rkcommon_parse_header_v2()
H A Dkwboot.c411 errno = EPROTO; in kwboot_xm_sendblock()
H A Dkwbimage.c410 return -EPROTO; in kwb_load_rsa_key()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.c1002 status = -EPROTO; in musb_h_ep0_irq()
1485 status = -EPROTO; in musb_host_rx()
1521 status = -EPROTO; in musb_host_rx()
1625 status = -EPROTO; in musb_host_rx()
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_st33zp24_spi.c93 return -EPROTO; in st33zp24_spi_status_to_errno()
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c217 return -EPROTO; in rsa_pem_get_priv_key()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c1255 nuke(ep, -EPROTO); in handle_ep0()
1389 nuke(ep, -EPROTO); in handle_ep0()
H A Dci_udc.c575 return -EPROTO; in ci_ep_queue()
H A Datmel_usba_udc.c954 int status = -EPROTO; in usba_control_irq()
H A Dat91_udc.c1083 nuke(ep0, -EPROTO); in handle_ep0()
H A Ddwc2_udc_otg_xfer_dma.c1298 nuke(ep, -EPROTO); in dwc2_ep0_setup()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c667 ret = -EPROTO; in xhci_address_device()