Home
last modified time | relevance | path

Searched refs:r8152 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h578 struct r8152 { struct
584 void (*init)(struct r8152 *); argument
585 int (*enable)(struct r8152 *);
586 void (*disable)(struct r8152 *);
587 void (*up)(struct r8152 *);
588 void (*down)(struct r8152 *);
589 void (*unload)(struct r8152 *);
624 u16 ocp_reg_read(struct r8152 *tp, u16 addr);
627 void sram_write(struct r8152 *tp, u16 addr, u16 data);
632 void r8152b_firmware(struct r8152 *tp);
[all …]
H A Dr8152.c439 static int rtl_enable(struct r8152 *tp) in rtl_enable()
1252 struct r8152 *tp = (struct r8152 *)dev->dev_priv; in r8152_init()
1318 struct r8152 *tp = (struct r8152 *)dev->dev_priv; in r8152_halt()
1328 struct r8152 *tp = (struct r8152 *)dev->dev_priv; in r8152_write_hwaddr()
1356 struct r8152 *tp; in r8152_eth_probe()
1480 struct r8152 *tp = dev_get_priv(dev); in r8152_eth_start()
1489 struct r8152 *tp = dev_get_priv(dev); in r8152_eth_stop()
1498 struct r8152 *tp = dev_get_priv(dev); in r8152_eth_send()
1505 struct r8152 *tp = dev_get_priv(dev); in r8152_eth_recv()
1544 struct r8152 *tp = dev_get_priv(dev); in r8152_free_pkt()
[all …]
H A Dr8152_fw.c723 static void rtl_clear_bp(struct r8152 *tp) in rtl_clear_bp()
740 static void r8153_clear_bp(struct r8152 *tp) in r8153_clear_bp()
747 static void r8152b_set_dq_desc(struct r8152 *tp) in r8152b_set_dq_desc()
760 static int r8153_pre_ram_code(struct r8152 *tp, u16 patch_key) in r8153_pre_ram_code()
780 static int r8153_post_ram_code(struct r8152 *tp) in r8153_post_ram_code()
801 static void r8153_wdt1_end(struct r8152 *tp) in r8153_wdt1_end()
812 void r8152b_firmware(struct r8152 *tp) in r8152b_firmware()
855 void r8153_firmware(struct r8152 *tp) in r8153_firmware()
H A DMakefile14 obj-$(CONFIG_USB_ETHER_RTL8152) += r8152.o r8152_fw.o
/openbmc/linux/drivers/net/usb/
H A Dr8152.c847 struct r8152;
852 struct r8152 *context;
867 struct r8152 { struct
1844 struct r8152 *tp; in read_bulk_callback()
1912 struct r8152 *tp; in write_bulk_callback()
1956 struct r8152 *tp; in intr_callback()
2738 struct r8152 *tp = container_of(napi, struct r8152, napi); in r8152_poll()
6806 struct r8152 *tp = container_of(work, struct r8152, schedule.work); in rtl_work_func_t()
6848 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work); in rtl_hw_phy_work_func_t()
6883 struct r8152 *tp = container_of(nb, struct r8152, pm_notifier); in rtl_notifier()
[all …]
H A DMakefile10 obj-$(CONFIG_USB_RTL8152) += r8152.o
H A DKconfig112 module will be called r8152.
644 supported by r8152 driver.