Home
last modified time | relevance | path

Searched refs:val_p (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/input/touchscreen/
A Dcolibri-vf50-ts.c107 int val_x, val_y, val_z1, val_z2, val_p = 0; in vf50_ts_irq_bh() local
150 val_p = (r_x * val_z2) / val_z1 - r_x; in vf50_ts_irq_bh()
153 val_p = 2000; in vf50_ts_irq_bh()
156 val_p = 2000 - val_p; in vf50_ts_irq_bh()
159 val_x, val_y, val_z1, val_z2, val_p); in vf50_ts_irq_bh()
165 if (val_p < vf50_ts->min_pressure || val_p > 2000) in vf50_ts_irq_bh()
186 ABS_PRESSURE, val_p); in vf50_ts_irq_bh()
/linux-6.3-rc2/sound/soc/codecs/
A Drt5682-sdw.c163 val_p = RT5682_SDW_REF_1_48K; in rt5682_sdw_hw_params()
167 val_p = RT5682_SDW_REF_1_96K; in rt5682_sdw_hw_params()
175 val_p = RT5682_SDW_REF_1_32K; in rt5682_sdw_hw_params()
179 val_p = RT5682_SDW_REF_1_24K; in rt5682_sdw_hw_params()
183 val_p = RT5682_SDW_REF_1_16K; in rt5682_sdw_hw_params()
187 val_p = RT5682_SDW_REF_1_12K; in rt5682_sdw_hw_params()
191 val_p = RT5682_SDW_REF_1_8K; in rt5682_sdw_hw_params()
195 val_p = RT5682_SDW_REF_1_44K; in rt5682_sdw_hw_params()
199 val_p = RT5682_SDW_REF_1_88K; in rt5682_sdw_hw_params()
207 val_p = RT5682_SDW_REF_1_22K; in rt5682_sdw_hw_params()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
A Dprestera_acl.h22 #define rule_match_set_n(match_p, type, val_p, size) \ argument
24 val_p, size)
/linux-6.3-rc2/drivers/media/i2c/
A Dov2685.c250 u8 *val_p; in ov2685_write_reg() local
260 val_p = (u8 *)&val_be; in ov2685_write_reg()
265 buf[buf_i++] = val_p[val_i++]; in ov2685_write_reg()
A Dov4689.c287 u8 *val_p; in ov4689_write_reg() local
297 val_p = (u8 *)&val_be; in ov4689_write_reg()
302 buf[buf_i++] = val_p[val_i++]; in ov4689_write_reg()
A Dov5695.c710 u8 *val_p; in ov5695_write_reg() local
720 val_p = (u8 *)&val_be; in ov5695_write_reg()
725 buf[buf_i++] = val_p[val_i++]; in ov5695_write_reg()
A Dov13858.c1096 u8 buf[6], *val_p; in ov13858_write_reg() local
1106 val_p = (u8 *)&val; in ov13858_write_reg()
1111 buf[buf_i++] = val_p[val_i++]; in ov13858_write_reg()
A Dov08x40.c2481 u8 buf[6], *val_p; in ov08x40_write_reg() local
2491 val_p = (u8 *)&val; in ov08x40_write_reg()
2496 buf[buf_i++] = val_p[val_i++]; in ov08x40_write_reg()
A Dov13b10.c638 u8 buf[6], *val_p; in ov13b10_write_reg() local
648 val_p = (u8 *)&val; in ov13b10_write_reg()
653 buf[buf_i++] = val_p[val_i++]; in ov13b10_write_reg()
A Dov5670.c1939 u8 *val_p; in ov5670_write_reg() local
1949 val_p = (u8 *)&tmp; in ov5670_write_reg()
1954 buf[buf_i++] = val_p[val_i++]; in ov5670_write_reg()

Completed in 37 milliseconds