Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dphy_common.c642 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92d_phy_set_io()
644 switch (rtlphy->current_io_type) { in rtl92d_phy_set_io()
659 rtlphy->current_io_type); in rtl92d_phy_set_io()
665 rtlphy->current_io_type); in rtl92d_phy_set_io()
699 rtlphy->current_io_type = iotype; in rtl92d_phy_set_io_cmd()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1468 rtlphy->current_io_type = iotype; in rtl8723e_phy_set_io_cmd()
1485 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8723e_phy_set_io()
1486 switch (rtlphy->current_io_type) { in rtl8723e_phy_set_io()
1500 rtlphy->current_io_type); in rtl8723e_phy_set_io()
1505 "(%#x)\n", rtlphy->current_io_type); in rtl8723e_phy_set_io()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1531 rtlphy->current_io_type = iotype; in rtl92c_phy_set_io_cmd()
1549 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92c_phy_set_io()
1550 switch (rtlphy->current_io_type) { in rtl92c_phy_set_io()
1564 rtlphy->current_io_type); in rtl92c_phy_set_io()
1569 "(%#x)\n", rtlphy->current_io_type); in rtl92c_phy_set_io()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2451 rtlphy->current_io_type = iotype; in rtl8723be_phy_set_io_cmd()
2468 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8723be_phy_set_io()
2469 switch (rtlphy->current_io_type) { in rtl8723be_phy_set_io()
2484 rtlphy->current_io_type); in rtl8723be_phy_set_io()
2489 "(%#x)\n", rtlphy->current_io_type); in rtl8723be_phy_set_io()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c2088 rtlphy->current_io_type = iotype; in rtl88e_phy_set_io_cmd()
2105 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl88e_phy_set_io()
2106 switch (rtlphy->current_io_type) { in rtl88e_phy_set_io()
2121 rtlphy->current_io_type); in rtl88e_phy_set_io()
2126 "(%#x)\n", rtlphy->current_io_type); in rtl88e_phy_set_io()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c4624 rtlphy->current_io_type = iotype; in rtl8821ae_phy_set_io_cmd()
4641 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8821ae_phy_set_io()
4642 switch (rtlphy->current_io_type) { in rtl8821ae_phy_set_io()
4662 rtlphy->current_io_type); in rtl8821ae_phy_set_io()
4667 "(%#x)\n", rtlphy->current_io_type); in rtl8821ae_phy_set_io()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1287 enum io_type current_io_type; member