Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Derrno.h83 #define EOVERFLOW 75 /* Value too large for defined data type */ macro
/u-boot/lib/
A Derrno_str.c89 ERRNO_MSG(EOVERFLOW, "Value too large for defined data type"),
/u-boot/drivers/net/
A Dsandbox.c180 return -EOVERFLOW; in sandbox_eth_recv_arp_req()
222 return -EOVERFLOW; in sandbox_eth_recv_ping_req()
/u-boot/drivers/pinctrl/mvebu/
A Dpinctrl-armada-37xx.c322 return -EOVERFLOW; in armada_37xx_add_function()
377 if (ret == -EOVERFLOW) in armada_37xx_fill_group()
/u-boot/drivers/usb/musb-new/
A Dmusb_host.c490 status = -EOVERFLOW; in musb_host_packet_rx()
511 urb->status = -EOVERFLOW; in musb_host_packet_rx()
908 urb->status = -EOVERFLOW; in musb_h_ep0_continue()
1597 if (d->status != -EILSEQ && d->status != -EOVERFLOW) in musb_host_rx()
1673 d_status = -EOVERFLOW; in musb_host_rx()
A Dmusb_gadget_ep0.c490 req->status = -EOVERFLOW; in ep0_rxstate()
A Dmusb_gadget.c954 request->status = -EOVERFLOW; in musb_g_rx()
/u-boot/drivers/usb/gadget/
A Dpxa25x_udc.c647 if (req->req.status != -EOVERFLOW) in read_fifo()
650 req->req.status = -EOVERFLOW; in read_fifo()
704 if (req->req.status != -EOVERFLOW) in read_ep0_fifo()
706 req->req.status = -EOVERFLOW; in read_ep0_fifo()
A Df_thor.c619 case -EOVERFLOW: in thor_rx_tx_complete()
A Drndis.c1283 return -EOVERFLOW; in rndis_rm_hdr()
A Dat91_udc.c149 req->req.status = -EOVERFLOW; in read_fifo()
A Dether.c1591 case -EOVERFLOW: in rx_complete()
/u-boot/drivers/core/
A Dof_access.c480 return ERR_PTR(-EOVERFLOW); in of_find_property_value_of_size()
A Dofnode.c56 return -EOVERFLOW; in ofnode_read_u32_index()
/u-boot/drivers/usb/mtu3/
A Dmtu3_core.c27 return -EOVERFLOW; in ep_fifo_alloc()
A Dmtu3_gadget_ep0.c554 req->status = -EOVERFLOW; in ep0_rx_state()
/u-boot/test/dm/
A Dtest-fdt.c996 ut_asserteq(-EOVERFLOW, dev_read_u32_index(dev, "int-array", 3, in dm_test_read_int_index()

Completed in 35 milliseconds