Searched refs:rtl_lps_leave (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | ps.h | 15 void rtl_lps_leave(struct ieee80211_hw *hw, bool may_block);
|
H A D | ps.c | 667 void rtl_lps_leave(struct ieee80211_hw *hw, bool may_block) in rtl_lps_leave() function 676 EXPORT_SYMBOL_GPL(rtl_lps_leave);
|
H A D | core.c | 549 rtl_lps_leave(hw, true); in rtl_op_suspend() 1154 rtl_lps_leave(hw, true); in rtl_op_bss_info_changed() 1442 rtl_lps_leave(hw, true); in rtl_op_sw_scan_start()
|
H A D | base.c | 1448 rtl_lps_leave(hw, false); in setup_special_tx() 1538 rtl_lps_leave(hw, false); in rtl_is_special_data() 2134 rtl_lps_leave(hw, true); in rtl_watchdog_wq_callback()
|
H A D | pci.c | 578 rtl_lps_leave(hw, false); in _rtl_pci_tx_isr() 831 rtl_lps_leave(hw, false); in _rtl_pci_rx_interrupt()
|