Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Dsw.c43 struct usb_interface *other_intf = rtl92du_get_other_intf(hw); in rtl92du_init_shared_data() local
48 if (other_intf) in rtl92du_init_shared_data()
49 other_hw = usb_get_intfdata(other_intf); in rtl92du_init_shared_data()
99 struct usb_interface *other_intf = rtl92du_get_other_intf(hw); in rtl92du_deinit_shared_data() local
102 if (!other_intf || !usb_get_intfdata(other_intf)) { in rtl92du_deinit_shared_data()