| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | phy.c | 596 static struct phy_driver *generic_for_interface(phy_interface_t interface) in generic_for_interface() 607 phy_interface_t interface) in get_phy_driver() 625 phy_interface_t interface) in phy_device_create() 698 unsigned phy_mask, int devad, phy_interface_t interface) in create_phy_by_mask() 718 unsigned phy_mask, phy_interface_t interface) in search_for_existing_phy() 733 unsigned phy_mask, phy_interface_t interface) in get_phy_device_by_mask() 772 phy_interface_t interface) in get_phy_device() 844 phy_interface_t interface) in phy_find_by_mask() 876 struct udevice *dev, phy_interface_t interface) in phy_connect()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_dfu.c | 20 static int run_dfu(int usb_index, char *interface, char *devstring) in run_dfu() 36 int spl_dfu_cmd(int usbctrl, char *dfu_alt_info, char *interface, char *devstr) in spl_dfu_cmd()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | dfu_alt_info.c | 13 static char *get_dfu_alt(char *interface, char *devstr) in get_dfu_alt() 60 void set_dfu_alt_info(char *interface, char *devstr) in set_dfu_alt_info()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | core.c | 151 …interface_instance (struct usb_device_instance *device, int port, int configuration, int interface) in usbd_device_interface_instance() 173 …nce (struct usb_device_instance *device, int port, int configuration, int interface, int alternate) in usbd_device_alternate_instance() 233 *device, int port, int configuration, int interface, int alternate) in usbd_device_interface_descriptor() 257 *device, int port, int configuration, int interface, int alternate, int index) in usbd_device_endpoint_descriptor_index() 281 …ize (struct usb_device_instance *device, int port, int configuration, int interface, int alternate… in usbd_device_endpoint_transfersize() 306 …tor (struct usb_device_instance *device, int port, int configuration, int interface, int alternate… in usbd_device_endpoint_descriptor()
|
| /rk3399_rockchip-uboot/board/samsung/common/ |
| H A D | exynos5-dt.c | 175 char *get_dfu_alt_system(char *interface, char *devstr) in get_dfu_alt_system() 185 char *get_dfu_alt_boot(char *interface, char *devstr) in get_dfu_alt_boot()
|
| /rk3399_rockchip-uboot/board/samsung/odroid/ |
| H A D | odroid.c | 67 char *get_dfu_alt_system(char *interface, char *devstr) in get_dfu_alt_system() 72 char *get_dfu_alt_boot(char *interface, char *devstr) in get_dfu_alt_boot()
|
| /rk3399_rockchip-uboot/board/spear/spear600/ |
| H A D | spear600.c | 51 u32 interface = PHY_INTERFACE_MODE_MII; in board_eth_init() local
|
| /rk3399_rockchip-uboot/board/spear/spear300/ |
| H A D | spear300.c | 56 u32 interface = PHY_INTERFACE_MODE_MII; in board_eth_init() local
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | thordown.c | 22 char *interface = argv[2]; in do_thor_down() local
|
| H A D | dfu.c | 29 char *interface = argv[2]; in do_dfu() local
|
| /rk3399_rockchip-uboot/board/spear/spear310/ |
| H A D | spear310.c | 57 u32 interface = PHY_INTERFACE_MODE_MII; in board_eth_init() local
|
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_tftp.c | 14 char *interface, char *devstring) in dfu_tftp_write()
|
| H A D | dfu.c | 56 int dfu_init_env_entities(char *interface, char *devstr) in dfu_init_env_entities() 387 char *interface, char *devstr) in dfu_fill_entity() 443 int dfu_config_entities(char *env, char *interface, char *devstr) in dfu_config_entities()
|
| /rk3399_rockchip-uboot/board/freescale/ls2080ardb/ |
| H A D | eth_ls2080rdb.c | 27 int i, interface; in board_eth_init() local
|
| /rk3399_rockchip-uboot/board/freescale/t208xrdb/ |
| H A D | eth_t208xrdb.c | 30 int i, interface; in board_eth_init() local
|
| /rk3399_rockchip-uboot/board/freescale/t4rdb/ |
| H A D | eth.c | 41 int i, interface; in board_eth_init() local
|
| /rk3399_rockchip-uboot/board/spear/spear320/ |
| H A D | spear320.c | 68 u32 interface = PHY_INTERFACE_MODE_MII; in board_eth_init() local
|
| /rk3399_rockchip-uboot/board/corscience/tricorder/ |
| H A D | tricorder-eeprom.c | 129 const char *version, const char *serial, const char *interface) in tricorder_eeprom_write() 200 char *interface = NULL; in do_tricorder_eeprom() local
|
| /rk3399_rockchip-uboot/board/freescale/t102xrdb/ |
| H A D | eth_t102xrdb.c | 31 int i, interface; in board_eth_init() local
|
| /rk3399_rockchip-uboot/board/st/stv0991/ |
| H A D | stv0991.c | 110 u32 interface = PHY_INTERFACE_MODE_MII; in board_eth_init() local
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | bios.c | 150 u8 interface, subclass, baseclass; local
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | eth.c | 176 int interface = fm_info_get_enet_if(port); in board_ft_fman_fixup_port() local 490 int i, idx, lane, slot, interface; in board_eth_init() local
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | sandbox-raw.c | 25 const char *interface; in sb_eth_raw_start() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fpga.h | 40 char *interface; member
|
| /rk3399_rockchip-uboot/net/ |
| H A D | mdio-uclass.c | 98 phy_interface_t interface) in dm_mdio_phy_connect()
|