Searched refs:UCLASS_ETH (Results 1 – 25 of 38) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | eth-uclass.c | 45 uclass_get(UCLASS_ETH, &uc); in eth_get_uclass_priv() 58 uclass_first_device(UCLASS_ETH, &uc_priv->current); in eth_set_current_to_next() 73 eth_errno = uclass_first_device(UCLASS_ETH, in eth_get_dev() 113 uclass_get(UCLASS_ETH, &uc); in eth_get_dev_by_name() 225 retval = uclass_find_device_by_seq(UCLASS_ETH, index, false, &dev); in on_ethaddr() 400 uclass_first_device(UCLASS_ETH, &dev); in eth_initialize() 551 .id = UCLASS_ETH,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 39 UCLASS_ETH, /* Ethernet device */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox-raw.c | 159 .id = UCLASS_ETH,
|
| H A D | sandbox.c | 219 .id = UCLASS_ETH,
|
| H A D | keystone_net.c | 1149 .id = UCLASS_ETH, 1161 .id = UCLASS_ETH,
|
| H A D | ftmac100.c | 431 .id = UCLASS_ETH,
|
| H A D | sunxi_emac.c | 591 .id = UCLASS_ETH,
|
| H A D | pch_gbe.c | 494 .id = UCLASS_ETH,
|
| H A D | xilinx_emaclite.c | 631 .id = UCLASS_ETH,
|
| H A D | pic32_eth.c | 599 .id = UCLASS_ETH,
|
| H A D | xilinx_axi_emac.c | 741 .id = UCLASS_ETH,
|
| H A D | zynq_gem.c | 715 .id = UCLASS_ETH,
|
| H A D | ravb.c | 647 .id = UCLASS_ETH,
|
| H A D | altera_tse.c | 708 .id = UCLASS_ETH,
|
| H A D | sun8i_emac.c | 853 .id = UCLASS_ETH,
|
| H A D | ethoc.c | 746 .id = UCLASS_ETH,
|
| H A D | designware.c | 785 .id = UCLASS_ETH,
|
| H A D | ag7xxx.c | 1006 .id = UCLASS_ETH,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | eth.c | 117 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | lan75xx.c | 302 .id = UCLASS_ETH,
|
| H A D | lan78xx.c | 463 .id = UCLASS_ETH,
|
| H A D | mcs7830.c | 926 .id = UCLASS_ETH,
|
| H A D | asix.c | 874 .id = UCLASS_ETH,
|
| H A D | asix88179.c | 901 .id = UCLASS_ETH,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | kernel_dtb.c | 45 u32 uclass[] = { UCLASS_ETH }; in dm_rm_u_boot_dev()
|
12