Searched refs:val_p (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | colibri-vf50-ts.c | 107 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/sound/soc/codecs/ |
| H A D | rt5682-sdw.c | 113 unsigned int val_p = 0, val_c = 0, osr_p = 0, osr_c = 0; in rt5682_sdw_hw_params() local 141 val_p = RT5682_SDW_REF_1_48K; in rt5682_sdw_hw_params() 145 val_p = RT5682_SDW_REF_1_96K; in rt5682_sdw_hw_params() 149 val_p = RT5682_SDW_REF_1_192K; in rt5682_sdw_hw_params() 153 val_p = RT5682_SDW_REF_1_32K; in rt5682_sdw_hw_params() 157 val_p = RT5682_SDW_REF_1_24K; in rt5682_sdw_hw_params() 161 val_p = RT5682_SDW_REF_1_16K; in rt5682_sdw_hw_params() 165 val_p = RT5682_SDW_REF_1_12K; in rt5682_sdw_hw_params() 169 val_p = RT5682_SDW_REF_1_8K; in rt5682_sdw_hw_params() 173 val_p = RT5682_SDW_REF_1_44K; in rt5682_sdw_hw_params() [all …]
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_acl.h | 22 #define rule_match_set_n(match_p, type, val_p, size) \ argument 24 val_p, size)
|