Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.c1483 rtlphy->current_io_type = iotype; in rtl8723e_phy_set_io_cmd()
1500 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8723e_phy_set_io()
1501 switch (rtlphy->current_io_type) { in rtl8723e_phy_set_io()
1515 rtlphy->current_io_type); in rtl8723e_phy_set_io()
1520 "(%#x)\n", rtlphy->current_io_type); in rtl8723e_phy_set_io()
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dphy_common.c1552 rtlphy->current_io_type = iotype; in rtl92c_phy_set_io_cmd()
1570 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92c_phy_set_io()
1571 switch (rtlphy->current_io_type) { in rtl92c_phy_set_io()
1585 rtlphy->current_io_type); in rtl92c_phy_set_io()
1590 "(%#x)\n", rtlphy->current_io_type); in rtl92c_phy_set_io()
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.c2450 rtlphy->current_io_type = iotype; in rtl8723be_phy_set_io_cmd()
2467 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8723be_phy_set_io()
2468 switch (rtlphy->current_io_type) { in rtl8723be_phy_set_io()
2483 rtlphy->current_io_type); in rtl8723be_phy_set_io()
2488 "(%#x)\n", rtlphy->current_io_type); in rtl8723be_phy_set_io()
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c2115 rtlphy->current_io_type = iotype; in rtl88e_phy_set_io_cmd()
2132 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl88e_phy_set_io()
2133 switch (rtlphy->current_io_type) { in rtl88e_phy_set_io()
2148 rtlphy->current_io_type); in rtl88e_phy_set_io()
2153 "(%#x)\n", rtlphy->current_io_type); in rtl88e_phy_set_io()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c2988 rtlphy->current_io_type = iotype; in rtl92ee_phy_set_io_cmd()
3005 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92ee_phy_set_io()
3006 switch (rtlphy->current_io_type) { in rtl92ee_phy_set_io()
3023 rtlphy->current_io_type); in rtl92ee_phy_set_io()
3028 "(%#x)\n", rtlphy->current_io_type); in rtl92ee_phy_set_io()
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2922 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92d_phy_set_io()
2923 switch (rtlphy->current_io_type) { in rtl92d_phy_set_io()
2936 rtlphy->current_io_type); in rtl92d_phy_set_io()
2941 rtlphy->current_io_type); in rtl92d_phy_set_io()
2973 rtlphy->current_io_type = iotype; in rtl92d_phy_set_io_cmd()
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c4666 rtlphy->current_io_type = iotype; in rtl8821ae_phy_set_io_cmd()
4683 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8821ae_phy_set_io()
4684 switch (rtlphy->current_io_type) { in rtl8821ae_phy_set_io()
4704 rtlphy->current_io_type); in rtl8821ae_phy_set_io()
4709 "(%#x)\n", rtlphy->current_io_type); in rtl8821ae_phy_set_io()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1318 enum io_type current_io_type; member