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