Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Derrno.h83 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c89 ERRNO_MSG(EOVERFLOW, "Value too large for defined data type"),
/rk3399_rockchip-uboot/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c305 return -EOVERFLOW; in armada_37xx_add_function()
360 if (ret == -EOVERFLOW) in armada_37xx_fill_group()
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.c486 status = -EOVERFLOW; in musb_host_packet_rx()
507 urb->status = -EOVERFLOW; in musb_host_packet_rx()
904 urb->status = -EOVERFLOW; in musb_h_ep0_continue()
1593 if (d->status != -EILSEQ && d->status != -EOVERFLOW) in musb_host_rx()
1669 d_status = -EOVERFLOW; in musb_host_rx()
H A Dmusb_gadget_ep0.c487 req->status = -EOVERFLOW; in ep0_rxstate()
H A Dmusb_gadget.c949 request->status = -EOVERFLOW; in musb_g_rx()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.c644 if (req->req.status != -EOVERFLOW) in read_fifo()
647 req->req.status = -EOVERFLOW; in read_fifo()
701 if (req->req.status != -EOVERFLOW) in read_ep0_fifo()
703 req->req.status = -EOVERFLOW; in read_ep0_fifo()
H A Df_thor.c615 case -EOVERFLOW: in thor_rx_tx_complete()
H A Drndis.c1289 return -EOVERFLOW; in rndis_rm_hdr()
H A Dat91_udc.c147 req->req.status = -EOVERFLOW; in read_fifo()
H A Dether.c1595 case -EOVERFLOW: in rx_complete()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c460 return ERR_PTR(-EOVERFLOW); in of_find_property_value_of_size()