Searched refs:pw_state (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | pmc.c | 30 vif_priv->pw_state = WCN36XX_BMPS; wcn36xx_pmc_enter_bmps_state() 47 if (WCN36XX_BMPS != vif_priv->pw_state) { wcn36xx_pmc_exit_bmps_state() 52 vif_priv->pw_state = WCN36XX_FULL_POWER; wcn36xx_pmc_exit_bmps_state()
|
H A D | debug.c | 40 if (vif_priv->pw_state == WCN36XX_BMPS) read_file_bool_bmps()
|
H A D | wcn36xx.h | 135 enum wcn36xx_power_state pw_state; member in struct:wcn36xx_vif
|
H A D | dxe.c | 670 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { wcn36xx_dxe_tx_frame()
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpifunc.c | 470 u16 hpi_outstream_get_info_ex(u32 h_outstream, u16 *pw_state, hpi_outstream_get_info_ex() argument 483 if (pw_state) hpi_outstream_get_info_ex() 484 *pw_state = hr.u.d.u.stream_info.state; hpi_outstream_get_info_ex() 998 u16 hpi_instream_get_info_ex(u32 h_instream, u16 *pw_state, u32 *pbuffer_size, hpi_instream_get_info_ex() argument 1011 if (pw_state) hpi_instream_get_info_ex() 1012 *pw_state = hr.u.d.u.stream_info.state; hpi_instream_get_info_ex()
|
H A D | asihpi.c | 237 u16 *pw_state, hpi_stream_get_info_ex() 246 e = hpi_outstream_get_info_ex(h_stream, pw_state, hpi_stream_get_info_ex() 250 e = hpi_instream_get_info_ex(h_stream, pw_state, hpi_stream_get_info_ex() 235 hpi_stream_get_info_ex( u32 h_stream, u16 *pw_state, u32 *pbuffer_size, u32 *pdata_in_buffer, u32 *psample_count, u32 *pauxiliary_data ) hpi_stream_get_info_ex() argument
|
H A D | hpi.h | 1234 u16 hpi_outstream_get_info_ex(u32 h_outstream, u16 *pw_state, 1306 u16 hpi_instream_get_info_ex(u32 h_instream, u16 *pw_state, u32 *pbuffer_size,
|
Completed in 292 milliseconds