Searched refs:current_io_type (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | phy.c | 1470 rtlphy->current_io_type = iotype; in rtl8723e_phy_set_io_cmd() 1487 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8723e_phy_set_io() 1488 switch (rtlphy->current_io_type) { in rtl8723e_phy_set_io() 1502 rtlphy->current_io_type); in rtl8723e_phy_set_io() 1507 "(%#x)\n", rtlphy->current_io_type); in rtl8723e_phy_set_io()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| D | phy_common.c | 1543 rtlphy->current_io_type = iotype; in rtl92c_phy_set_io_cmd() 1561 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92c_phy_set_io() 1562 switch (rtlphy->current_io_type) { in rtl92c_phy_set_io() 1576 rtlphy->current_io_type); in rtl92c_phy_set_io() 1581 "(%#x)\n", rtlphy->current_io_type); in rtl92c_phy_set_io()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | phy.c | 2444 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()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | phy.c | 2094 rtlphy->current_io_type = iotype; in rtl88e_phy_set_io_cmd() 2111 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl88e_phy_set_io() 2112 switch (rtlphy->current_io_type) { in rtl88e_phy_set_io() 2127 rtlphy->current_io_type); in rtl88e_phy_set_io() 2132 "(%#x)\n", rtlphy->current_io_type); in rtl88e_phy_set_io()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | phy.c | 2975 rtlphy->current_io_type = iotype; in rtl92ee_phy_set_io_cmd() 2992 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92ee_phy_set_io() 2993 switch (rtlphy->current_io_type) { in rtl92ee_phy_set_io() 3010 rtlphy->current_io_type); in rtl92ee_phy_set_io() 3015 "(%#x)\n", rtlphy->current_io_type); in rtl92ee_phy_set_io()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | phy.c | 2911 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl92d_phy_set_io() 2912 switch (rtlphy->current_io_type) { in rtl92d_phy_set_io() 2925 rtlphy->current_io_type); in rtl92d_phy_set_io() 2930 rtlphy->current_io_type); in rtl92d_phy_set_io() 2962 rtlphy->current_io_type = iotype; in rtl92d_phy_set_io_cmd()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | phy.c | 4655 rtlphy->current_io_type = iotype; in rtl8821ae_phy_set_io_cmd() 4672 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8821ae_phy_set_io() 4673 switch (rtlphy->current_io_type) { in rtl8821ae_phy_set_io() 4693 rtlphy->current_io_type); in rtl8821ae_phy_set_io() 4698 "(%#x)\n", rtlphy->current_io_type); in rtl8821ae_phy_set_io()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 1318 enum io_type current_io_type; member
|