Searched refs:pw_state (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/wcn36xx/ |
D | pmc.c | 32 vif_priv->pw_state = WCN36XX_BMPS; in wcn36xx_pmc_enter_bmps_state() 56 if (WCN36XX_BMPS != vif_priv->pw_state) { in wcn36xx_pmc_exit_bmps_state() 63 vif_priv->pw_state = WCN36XX_FULL_POWER; in wcn36xx_pmc_exit_bmps_state()
|
D | debug.c | 38 if (vif_priv->pw_state == WCN36XX_BMPS) in read_file_bool_bmps()
|
D | wcn36xx.h | 132 enum wcn36xx_power_state pw_state; member
|
D | dxe.c | 834 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
|
/linux-5.19.10/sound/pci/asihpi/ |
D | hpi.h | 1223 u16 hpi_outstream_get_info_ex(u32 h_outstream, u16 *pw_state, 1295 u16 hpi_instream_get_info_ex(u32 h_instream, u16 *pw_state, u32 *pbuffer_size,
|
D | hpifunc.c | 471 u16 hpi_outstream_get_info_ex(u32 h_outstream, u16 *pw_state, in hpi_outstream_get_info_ex() argument 484 if (pw_state) in hpi_outstream_get_info_ex() 485 *pw_state = hr.u.d.u.stream_info.state; in hpi_outstream_get_info_ex() 999 u16 hpi_instream_get_info_ex(u32 h_instream, u16 *pw_state, u32 *pbuffer_size, in hpi_instream_get_info_ex() argument 1012 if (pw_state) in hpi_instream_get_info_ex() 1013 *pw_state = hr.u.d.u.stream_info.state; in hpi_instream_get_info_ex()
|
D | asihpi.c | 223 u16 *pw_state, in hpi_stream_get_info_ex() argument 232 e = hpi_outstream_get_info_ex(h_stream, pw_state, in hpi_stream_get_info_ex() 236 e = hpi_instream_get_info_ex(h_stream, pw_state, in hpi_stream_get_info_ex()
|