Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1535 rtlphy->current_io_type = iotype; in rtl92c_phy_set_io_cmd()
1553 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92c_phy_set_io()
1554 switch (rtlphy->current_io_type) { in rtl92c_phy_set_io()
1568 rtlphy->current_io_type); in rtl92c_phy_set_io()
1573 "(%#x)\n", rtlphy->current_io_type); in rtl92c_phy_set_io()
/openbmc/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()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c2444 rtlphy->current_io_type = iotype; in rtl8723be_phy_set_io_cmd()
2461 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8723be_phy_set_io()
2462 switch (rtlphy->current_io_type) { in rtl8723be_phy_set_io()
2477 rtlphy->current_io_type); in rtl8723be_phy_set_io()
2482 "(%#x)\n", rtlphy->current_io_type); in rtl8723be_phy_set_io()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c2967 rtlphy->current_io_type = iotype; in rtl92ee_phy_set_io_cmd()
2984 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92ee_phy_set_io()
2985 switch (rtlphy->current_io_type) { in rtl92ee_phy_set_io()
3002 rtlphy->current_io_type); in rtl92ee_phy_set_io()
3007 "(%#x)\n", rtlphy->current_io_type); in rtl92ee_phy_set_io()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c2902 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92d_phy_set_io()
2903 switch (rtlphy->current_io_type) { in rtl92d_phy_set_io()
2916 rtlphy->current_io_type); in rtl92d_phy_set_io()
2921 rtlphy->current_io_type); in rtl92d_phy_set_io()
2953 rtlphy->current_io_type = iotype; in rtl92d_phy_set_io_cmd()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c4642 rtlphy->current_io_type = iotype; in rtl8821ae_phy_set_io_cmd()
4659 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8821ae_phy_set_io()
4660 switch (rtlphy->current_io_type) { in rtl8821ae_phy_set_io()
4680 rtlphy->current_io_type); in rtl8821ae_phy_set_io()
4685 "(%#x)\n", rtlphy->current_io_type); in rtl8821ae_phy_set_io()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h1309 enum io_type current_io_type; member