Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c2647 static inline u8 rtl8152_get_speed(struct r8152 *tp) in rtl8152_get_speed() function
2657 speed = rtl8152_get_speed(tp); in rtl_set_eee_plus()
5078 speed = rtl8152_get_speed(tp); in set_carrier()
5417 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8153_init()
5539 if (rtl8152_get_speed(tp) & LINK_STATUS) in r8153b_init()
5650 bool hw_linking = !!(rtl8152_get_speed(tp) & LINK_STATUS); in delay_autosuspend()
5682 if (rtl8152_get_speed(tp) & LINK_STATUS) { in rtl8152_runtime_resume()
/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dr8152.c399 static u8 rtl8152_get_speed(struct r8152 *tp) in rtl8152_get_speed() function
1199 speed = rtl8152_get_speed(tp); in r8152_init_common()