Searched refs:is_pause (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_api.c | 154 void halrf_tmac_tx_pause(struct rf_info *rf, enum phl_phy_idx band_idx, bool is_pause) in halrf_tmac_tx_pause() argument 156 halrf_tx_pause(rf, band_idx, is_pause, PAUSE_RSON_RFK); in halrf_tmac_tx_pause() 159 band_idx, is_pause ? "on" : "off"); in halrf_tmac_tx_pause() 161 if (is_pause) in halrf_tmac_tx_pause()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_api.c | 154 void halrf_tmac_tx_pause(struct rf_info *rf, enum phl_phy_idx band_idx, bool is_pause) in halrf_tmac_tx_pause() argument 156 halrf_tx_pause(rf, band_idx, is_pause, PAUSE_RSON_RFK); in halrf_tmac_tx_pause() 159 band_idx, is_pause ? "on" : "off"); in halrf_tmac_tx_pause() 161 if (is_pause) in halrf_tmac_tx_pause()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture_v32.c | 474 return (!st->is_pause && bp_is_stream_stopped(st)) || !(ret & en); in bpds_is_stream_stopped() 491 return (!st->is_pause && mp_is_stream_stopped(st)) || !(ret & en); in mpds_is_stream_stopped() 946 if (t->streaming && !t->is_pause) in mp_enable_mi() 975 if (t->streaming && !t->is_pause) in bp_enable_mi() 998 if (!stream->is_pause && t->streaming) in mp_disable_mi() 1015 if (!stream->is_pause && t->streaming) in bp_disable_mi() 1051 if (stream->is_pause) { in update_mi() 1071 } else if (stream->is_pause) { in update_mi() 1076 stream->is_pause = false; in update_mi() 1078 } else if (stream->is_pause) { in update_mi() [all …]
|
| H A D | capture.h | 280 bool is_pause; member
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | visorbus_main.c | 1139 bool is_pause) in visorchipset_initiate_device_pause_resume() argument 1151 if (is_pause) { in visorchipset_initiate_device_pause_resume()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_dpk_8852b.c | 280 bool is_pause) in _dpk_tssi_pause_8852b() argument 282 halrf_wreg(rf, 0x5818 + (path << 13), BIT(30), is_pause); in _dpk_tssi_pause_8852b() 285 is_pause ? "pause" : "resume"); in _dpk_tssi_pause_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_dpk_8852b.c | 280 bool is_pause) in _dpk_tssi_pause_8852b() argument 282 halrf_wreg(rf, 0x5818 + (path << 13), BIT(30), is_pause); in _dpk_tssi_pause_8852b() 285 is_pause ? "pause" : "resume"); in _dpk_tssi_pause_8852b()
|