Home
last modified time | relevance | path

Searched refs:UCLASS_ETH (Results 1 – 25 of 87) sorted by relevance

1234

/u-boot-v2022.01-rc1/test/dm/
A Ddsa.c27 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 Deth.c118 ut_assertok(uclass_find_device_by_name(UCLASS_ETH, in dm_test_eth_act()
/u-boot-v2022.01-rc1/net/
A Deth-uclass.c8 #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 Ddsa-uclass.c317 .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 Ddwmac_s700.c60 .id = UCLASS_ETH,
A Dsandbox.c34 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 Ddwmac_socfpga.c141 .id = UCLASS_ETH,
A Ddwmac_meson8b.c158 .id = UCLASS_ETH,
A Dsandbox-raw.c193 .id = UCLASS_ETH,
A Dfsl_enetc.c65 uclass_get(UCLASS_ETH, &uc); in fdt_fixup_enetc_mac()
690 .id = UCLASS_ETH,
A Dftmac100.c438 .id = UCLASS_ETH,
A Dsunxi_emac.c610 .id = UCLASS_ETH,
A Dbcm6348-eth.c533 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/board/samsung/common/
A Dsromc.c6 #define LOG_CATEGORY UCLASS_ETH
/u-boot-v2022.01-rc1/include/dm/
A Duclass-id.h52 UCLASS_ETH, /* Ethernet device */ enumerator
/u-boot-v2022.01-rc1/drivers/net/octeontx2/
A Drvu_pf.c103 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/board/Marvell/octeontx2/
A Dboard.c67 ret = uclass_get(UCLASS_ETH, &uc_dev); in board_quiesce_devices()
/u-boot-v2022.01-rc1/drivers/virtio/
A Dvirtio_net.c231 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/drivers/usb/eth/
A Dlan75xx.c303 .id = UCLASS_ETH,
A Dlan78xx.c465 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/drivers/net/pfe_eth/
A Dpfe_eth.c288 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/drivers/net/ti/
A Dkeystone_net.c803 .id = UCLASS_ETH,
815 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/cmd/
A Dnet.c493 uclass_id_foreach_dev(UCLASS_ETH, dev, uc) { in do_net_list()
/u-boot-v2022.01-rc1/drivers/net/mscc_eswitch/
A Dservalt_switch.c519 .id = UCLASS_ETH,
/u-boot-v2022.01-rc1/lib/efi_loader/
A Defi_device_path.c502 case UCLASS_ETH: in dp_size()
591 case UCLASS_ETH: { in dp_fill()

Completed in 42 milliseconds

1234