Searched refs:stream_ctrl (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
H A Das102_fe.h23 int (*stream_ctrl)(void *priv, int acquire, uint32_t elna_cfg); member in struct:as102_fe_ops
H A Das102_fe.c406 return state->ops->stream_ctrl(state->priv, acquire, as102_fe_ts_bus_ctrl()
/linux-4.4.14/drivers/media/usb/as102/
H A Das102_drv.c291 .stream_ctrl = as102_stream_ctrl,
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Devergreen.c2715 unsigned stream_ctrl; evergreen_blank_dp_output() local
2724 stream_ctrl = RREG32(EVERGREEN_DP_VID_STREAM_CNTL + evergreen_blank_dp_output()
2726 if (!(stream_ctrl & EVERGREEN_DP_VID_STREAM_CNTL_ENABLE)) { evergreen_blank_dp_output()
2731 stream_ctrl &=~EVERGREEN_DP_VID_STREAM_CNTL_ENABLE; evergreen_blank_dp_output()
2733 evergreen_dp_offsets[dig_fe], stream_ctrl); evergreen_blank_dp_output()
2735 stream_ctrl = RREG32(EVERGREEN_DP_VID_STREAM_CNTL + evergreen_blank_dp_output()
2737 while (counter < 32 && stream_ctrl & EVERGREEN_DP_VID_STREAM_STATUS) { evergreen_blank_dp_output()
2740 stream_ctrl = RREG32(EVERGREEN_DP_VID_STREAM_CNTL + evergreen_blank_dp_output()

Completed in 160 milliseconds