| /linux/drivers/soundwire/ |
| H A D | generic_bandwidth_allocation.c | 62 t_data->hstop, in sdw_compute_slave_ports() 136 int *port_bo, int hstop) in sdw_compute_master_ports() argument 153 t_data.hstop = hstop; in sdw_compute_master_ports() 154 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports() 163 *port_bo, (*port_bo) >> 8, hstart, hstop, in sdw_compute_master_ports() 180 t_data.hstop = hstop; in sdw_compute_master_ports() 195 int hstop; in _sdw_compute_port_params() local 202 hstop = bus->params.col - 1; in _sdw_compute_port_params() 216 sdw_compute_master_ports(m_rt, ¶ms[i], &port_bo, hstop); in _sdw_compute_port_params() 219 hstop = hstop - params[i].hwidth; in _sdw_compute_port_params()
|
| H A D | bus.h | 179 int hstop; member 204 int hstart, int hstop, in sdw_fill_xport_params() argument 214 params->hstop = hstop; in sdw_fill_xport_params()
|
| H A D | qcom.c | 158 u8 hstop; member 1098 if (pcfg->hstart != SWR_INVALID_PARAM && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params() 1099 value = (pcfg->hstop << 4) | pcfg->hstart; in qcom_swrm_transport_params() 1194 p_rt->transport_params.hstop = pcfg->hstop; in qcom_swrm_compute_params() 1502 pcfg->hstop = SWR_INVALID_PARAM; in qcom_swrm_get_port_config() 1509 of_property_read_u8_index(np, "qcom,ports-hstop", i, &pcfg->hstop); in qcom_swrm_get_port_config()
|
| H A D | stream.c | 122 wbuf |= FIELD_PREP(SDW_DPN_HCTRL_HSTOP, t_params->hstop); in _sdw_program_slave_port_params()
|
| H A D | cadence_master.c | 1634 u32p_replace_bits(&dpn_hctrl, t_params->hstop, CDNS_DPN_HCTRL_HSTOP); in cdns_transport_params()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A 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/drivers/media/i2c/ |
| H A D | ov7670.c | 194 int hstop; /* that they do not always make complete */ member 729 .hstop = 14, /* Omnivision */ 740 .hstop = 90, 751 .hstop = 24, 762 .hstop = 24, 780 .hstop = 14, /* Omnivision */ 914 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument 927 ret = ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw() 933 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw() 1068 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_apply_fmt()
|
| /linux/include/linux/soundwire/ |
| H A D | sdw.h | 784 unsigned int hstop; member
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8650.dtsi | 4700 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0x0f>; 4747 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff 0xff 0xff 0x0f 0xff 0xff 0xff 0xff>; 4811 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0x0f>; 4843 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff>;
|
| H A D | sc8280xp.dtsi | 3075 qcom,ports-hstop = /bits/ 8 <0xff 0x06 0x0f 0xff 0xff>; 3151 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff>; 3194 qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff>;
|
| H A D | eliza.dtsi | 2116 qcom,ports-hstop =
|
| H A D | glymur.dtsi | 4259 …qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0xff 0x0… 4303 …qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff 0xff 0xff 0x08 0xff 0xff 0xff 0xff 0xff 0xff 0x0…
|