Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/eth/
H A 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()
H A Dr8152.h584 struct rtl_ops { struct
591 } rtl_ops; member