Searched refs:current_io_type (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
D | phy_common.c | 642 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 1468 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | phy_common.c | 1531 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 2451 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 2088 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 2967 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()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 4626 rtlphy->current_io_type = iotype; in rtl8821ae_phy_set_io_cmd() 4643 rtlphy->current_io_type, rtlphy->set_io_inprogress); in rtl8821ae_phy_set_io() 4644 switch (rtlphy->current_io_type) { in rtl8821ae_phy_set_io() 4664 rtlphy->current_io_type); in rtl8821ae_phy_set_io() 4669 "(%#x)\n", rtlphy->current_io_type); in rtl8821ae_phy_set_io()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 1287 enum io_type current_io_type; member
|