Home
last modified time | relevance | path

Searched refs:rcv (Results 1 – 10 of 10) sorted by relevance

/u-boot/include/net/
A Ddsa.h81 int (*rcv)(struct udevice *dev, int *portp, void *packet, int length); member
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog_serial.c579 int rcv; in download_command() local
651 rcv = stm32prog_serial_getc_err(); in download_command()
652 error = !!(rcv < 0); in download_command()
653 rcv_xor = rcv; in download_command()
/u-boot/net/
A Ddsa-uclass.c177 if (length <= 0 || !ops->rcv) in dsa_port_recv()
187 err = ops->rcv(dev, &port_index, *packetp, length); in dsa_port_recv()
351 if ((!ops->xmit || !ops->rcv) && in dsa_sanitize_ops()
/u-boot/drivers/net/
A Ddsa_sandbox.c97 .rcv = dsa_sandbox_rcv,
A Dsja1105.c3235 .rcv = sja1105_rcv,
/u-boot/drivers/net/mscc_eswitch/
A Dfelix_switch.c420 .rcv = felix_rcv,
/u-boot/include/
A Dusbdevice.h483 struct urb_link rcv; /* received urbs */ member
/u-boot/arch/arm/dts/
A Dtegra124-nyan-big.dts506 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
890 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
898 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
1364 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
A Dtegra124-apalis.dts297 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
317 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
363 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
371 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
/u-boot/drivers/serial/
A Dusbtty.c692 urb_link_init (&endpoint_instance[i].rcv); in usbtty_init_instances()

Completed in 38 milliseconds