Home
last modified time | relevance | path

Searched refs:rtl_ops (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/eth/
Dr8152.c1154 struct rtl_ops *ops = &tp->rtl_ops; in rtl_ops_init()
1210 tp->rtl_ops.enable(tp); in r8152_init_common()
1323 tp->rtl_ops.disable(tp); in r8152_halt()
1443 tp->rtl_ops.init(tp); in r8152_eth_probe()
1444 tp->rtl_ops.up(tp); in r8152_eth_probe()
1494 tp->rtl_ops.disable(tp); in r8152_eth_stop()
1599 tp->rtl_ops.init(tp); in r8152_eth_probe()
1600 tp->rtl_ops.up(tp); in r8152_eth_probe()
Dr8152.h583 struct rtl_ops { struct
590 } rtl_ops; member