Searched refs:rtw_mac_power_switch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | mac.c | 244 static int rtw_mac_power_switch(struct rtw_dev *rtwdev, bool pwr_on) in rtw_mac_power_switch() function 337 ret = rtw_mac_power_switch(rtwdev, true); in rtw_mac_power_on() 339 rtw_mac_power_switch(rtwdev, false); in rtw_mac_power_on() 340 ret = rtw_mac_power_switch(rtwdev, true); in rtw_mac_power_on() 360 rtw_mac_power_switch(rtwdev, false); in rtw_mac_power_off()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | mac.c | 271 static int rtw_mac_power_switch(struct rtw_dev *rtwdev, bool pwr_on) in rtw_mac_power_switch() function 377 ret = rtw_mac_power_switch(rtwdev, true); in rtw_mac_power_on() 379 rtw_mac_power_switch(rtwdev, false); in rtw_mac_power_on() 385 ret = rtw_mac_power_switch(rtwdev, true); in rtw_mac_power_on() 405 rtw_mac_power_switch(rtwdev, false); in rtw_mac_power_off()
|
Completed in 6 milliseconds