Home
last modified time | relevance | path

Searched refs:ps_mode (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dps.c56 if (rtwdev->chip->low_power_hci_modes & BIT(rtwdev->ps_mode)) in rtw89_ps_power_mode_change()
67 if (!rtwdev->ps_mode) in __rtw89_enter_ps_mode()
78 if (!rtwdev->ps_mode) in __rtw89_leave_ps_mode()
118 bool ps_mode) in rtw89_enter_lps() argument
126 if (ps_mode) in rtw89_enter_lps()
H A Dps.h9 bool ps_mode);
H A Dcore.c3826 rtwdev->ps_mode = rtw89_update_ps_mode(rtwdev); in rtw89_chip_info_setup()
H A Dcore.h4376 enum rtw89_ps_mode ps_mode; member
H A Dmac.c1172 switch (rtwdev->ps_mode) { in rtw89_mac_get_req_pwr_state()
/freebsd/sys/ddb/
H A Ddb_ps.c58 static int ps_mode; variable
112 ps_mode = modif[0] == 'a' ? PRINT_ARGS : PRINT_NONE; in db_ps()
246 if (ps_mode == PRINT_ARGS) { in db_ps_proc()
335 if (ps_mode == PRINT_ARGS && all == 0) { in dumpthread()
/freebsd/lib/libbluetooth/
H A Dbluetooth.h186 uint8_t ps_rep_mode, uint8_t ps_mode);
H A Dhci.c542 uint16_t clk_off, uint8_t ps_rep_mode, uint8_t ps_mode) in bt_devremote_name() argument
575 cp.page_scan_mode = ps_mode; in bt_devremote_name()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.h1910 u8 ps_mode; member