Searched refs:UCLASS_ETH (Results 1 – 25 of 87) sorted by relevance
1234
/u-boot-v2022.01-rc1/test/dm/ |
A D | dsa.c | 27 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, "dsa-test-eth", in dm_test_dsa_probe() 31 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, "dsa-test@0", in dm_test_dsa_probe() 35 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, "dsa-test@1", in dm_test_dsa_probe() 45 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, "lan0", in dm_test_dsa_probe() 49 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, "lan1", in dm_test_dsa_probe()
|
A D | eth.c | 118 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
|
/u-boot-v2022.01-rc1/net/ |
A D | eth-uclass.c | 8 #define LOG_CATEGORY UCLASS_ETH 52 ret = uclass_get(UCLASS_ETH, &uc); in eth_get_uclass_priv() 68 uclass_first_device(UCLASS_ETH, &uc_priv->current); in eth_set_current_to_next() 89 eth_errno = uclass_get_device_by_seq(UCLASS_ETH, 0, in eth_get_dev() 92 eth_errno = uclass_first_device(UCLASS_ETH, in eth_get_dev() 134 ret = uclass_get(UCLASS_ETH, &uc); in eth_get_dev_by_name() 246 retval = uclass_find_device_by_seq(UCLASS_ETH, index, &dev); in on_ethaddr() 430 uclass_first_device_check(UCLASS_ETH, &dev); in eth_initialize() 612 .id = UCLASS_ETH,
|
A D | dsa-uclass.c | 317 .id = UCLASS_ETH, 458 uclass_find_device_by_ofnode(UCLASS_ETH, pdata->master_node, in dsa_pre_probe()
|
/u-boot-v2022.01-rc1/drivers/net/ |
A D | dwmac_s700.c | 60 .id = UCLASS_ETH,
|
A D | sandbox.c | 34 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_disable_response() 292 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_set_tx_handler() 314 ret = uclass_get_device(UCLASS_ETH, index, &dev); in sandbox_eth_set_priv() 445 .id = UCLASS_ETH,
|
A D | dwmac_socfpga.c | 141 .id = UCLASS_ETH,
|
A D | dwmac_meson8b.c | 158 .id = UCLASS_ETH,
|
A D | sandbox-raw.c | 193 .id = UCLASS_ETH,
|
A D | fsl_enetc.c | 65 uclass_get(UCLASS_ETH, &uc); in fdt_fixup_enetc_mac() 690 .id = UCLASS_ETH,
|
A D | ftmac100.c | 438 .id = UCLASS_ETH,
|
A D | sunxi_emac.c | 610 .id = UCLASS_ETH,
|
A D | bcm6348-eth.c | 533 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/board/samsung/common/ |
A D | sromc.c | 6 #define LOG_CATEGORY UCLASS_ETH
|
/u-boot-v2022.01-rc1/include/dm/ |
A D | uclass-id.h | 52 UCLASS_ETH, /* Ethernet device */ enumerator
|
/u-boot-v2022.01-rc1/drivers/net/octeontx2/ |
A D | rvu_pf.c | 103 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/board/Marvell/octeontx2/ |
A D | board.c | 67 ret = uclass_get(UCLASS_ETH, &uc_dev); in board_quiesce_devices()
|
/u-boot-v2022.01-rc1/drivers/virtio/ |
A D | virtio_net.c | 231 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/drivers/usb/eth/ |
A D | lan75xx.c | 303 .id = UCLASS_ETH,
|
A D | lan78xx.c | 465 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/drivers/net/pfe_eth/ |
A D | pfe_eth.c | 288 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/drivers/net/ti/ |
A D | keystone_net.c | 803 .id = UCLASS_ETH, 815 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/cmd/ |
A D | net.c | 493 uclass_id_foreach_dev(UCLASS_ETH, dev, uc) { in do_net_list()
|
/u-boot-v2022.01-rc1/drivers/net/mscc_eswitch/ |
A D | servalt_switch.c | 519 .id = UCLASS_ETH,
|
/u-boot-v2022.01-rc1/lib/efi_loader/ |
A D | efi_device_path.c | 502 case UCLASS_ETH: in dp_size() 591 case UCLASS_ETH: { in dp_fill()
|
Completed in 42 milliseconds
1234