Searched refs:refp (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/iio/adc/ |
| D | fsl-imx25-gcq.c | 212 u32 refp = MX25_ADCQ_CFG_REFP_INT; in mx25_gcq_setup_cfgs() local 229 of_property_read_u32(child, "fsl,adc-refp", &refp); in mx25_gcq_setup_cfgs() 232 switch (refp) { in mx25_gcq_setup_cfgs() 236 if (IS_ERR(priv->vref[refp])) { in mx25_gcq_setup_cfgs() 238 mx25_gcq_refp_names[refp]); in mx25_gcq_setup_cfgs() 240 return PTR_ERR(priv->vref[refp]); in mx25_gcq_setup_cfgs() 243 regulator_get_voltage(priv->vref[refp]); in mx25_gcq_setup_cfgs() 251 dev_err(dev, "Invalid positive reference %d\n", refp); in mx25_gcq_setup_cfgs() 256 ++refp_used[refp]; in mx25_gcq_setup_cfgs() 262 refp = MX25_ADCQ_CFG_REFP(refp); in mx25_gcq_setup_cfgs() [all …]
|
| /Linux-v5.15/drivers/media/test-drivers/vicodec/ |
| D | codec-fwht.c | 684 static u32 encode_plane(u8 *input, u8 *refp, __be16 **rlco, __be16 *rlco_max, in encode_plane() argument 708 blocktype = decide_blocktype(input, refp, in encode_plane() 725 add_deltas(cf->de_fwht, refp, 8, 1); in encode_plane() 726 fill_decoder_block(refp, cf->de_fwht, 8, 1); in encode_plane() 730 refp += 8 * 8; in encode_plane() 871 const u8 *refp = ref + j * 8 * ref_stride + in decode_plane() local 878 add_deltas(cf->de_fwht, refp, in decode_plane() 901 add_deltas(cf->de_fwht, refp, in decode_plane()
|