/linux-6.1.9/drivers/soundwire/ |
D | generic_bandwidth_allocation.c | 33 int hstop; member 64 t_data->hstop, in sdw_compute_slave_ports() 91 int port_bo, int hstop) in sdw_compute_master_ports() argument 108 t_data.hstop = hstop; in sdw_compute_master_ports() 109 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports() 116 port_bo, port_bo >> 8, hstart, hstop, in sdw_compute_master_ports() 133 t_data.hstop = hstop; in sdw_compute_master_ports() 146 int hstop = bus->params.col - 1; in _sdw_compute_port_params() local 156 port_bo, hstop); in _sdw_compute_port_params() 163 hstop = hstop - params[i].hwidth; in _sdw_compute_port_params()
|
D | bus.h | 178 int hstart, int hstop, in sdw_fill_xport_params() argument 188 params->hstop = hstop; in sdw_fill_xport_params()
|
D | qcom.c | 135 u8 hstop; member 823 && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params() 825 value = (pcfg->hstop << 4) | pcfg->hstart; in qcom_swrm_transport_params() 916 p_rt->transport_params.hstop = pcfg->hstop; in qcom_swrm_compute_params() 1182 u8 hstop[QCOM_SDW_MAX_PORTS]; in qcom_swrm_get_port_config() local 1243 memset(hstop, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config() 1244 of_property_read_u8_array(np, "qcom,ports-hstop", hstop, nports); in qcom_swrm_get_port_config() 1262 ctrl->pconfig[i + 1].hstop = hstop[i]; in qcom_swrm_get_port_config()
|
D | cadence_master.c | 1506 u32p_replace_bits(&dpn_hctrl, t_params->hstop, CDNS_DPN_HCTRL_HSTOP); in cdns_transport_params()
|
D | stream.c | 116 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop); in _sdw_program_slave_port_params()
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | dvo_ns2501.c | 213 u16 hstop; /* horizontal total, registers C3/C4 */ member 240 .hstop = 783, 260 .hstop = 1016, 279 .hstop = 1299, 619 ns2501_writeb(dvo, NS2501_REGC3, conf->hstop & 0xff); in ns2501_mode_set() 620 ns2501_writeb(dvo, NS2501_REGC4, conf->hstop >> 8); in ns2501_mode_set()
|
/linux-6.1.9/drivers/staging/media/deprecated/stkwebcam/ |
D | stk-sensor.c | 462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 472 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw() 474 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in stk_sensor_set_hw()
|
/linux-6.1.9/drivers/media/i2c/ |
D | ov7670.c | 200 int hstop; /* that they do not always make complete */ member 737 .hstop = 14, /* Omnivision */ 748 .hstop = 90, 759 .hstop = 24, 770 .hstop = 24, 788 .hstop = 14, /* Omnivision */ 922 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument 935 ret = ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw() 941 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw() 1076 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
|
/linux-6.1.9/include/linux/soundwire/ |
D | sdw.h | 776 unsigned int hstop; member
|
/linux-6.1.9/Documentation/devicetree/bindings/soundwire/ |
D | qcom,sdw.txt | 142 - qcom,ports-hstop:
|
/linux-6.1.9/arch/arm64/boot/dts/qcom/ |
D | sm8250.dtsi | 2307 qcom,ports-hstop = /bits/ 8 <0xFF 0x06 0xFF 0xFF 0xFF>; 2360 qcom,ports-hstop = /bits/ 8 <0xFF 0xFF 0xFF 0xFF 0xFF>;
|
D | sc7280.dtsi | 2232 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>; 2283 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff>;
|