Searched refs:refp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/iio/adc/ |
A D | fsl-imx25-gcq.c | 176 struct mx25_gcq_priv *priv, u32 refp) in mx25_gcq_ext_regulator_setup() argument 181 if (priv->vref[refp]) in mx25_gcq_ext_regulator_setup() 185 mx25_gcq_refp_names[refp]); in mx25_gcq_ext_regulator_setup() 190 if (IS_ERR(priv->vref[refp])) in mx25_gcq_ext_regulator_setup() 221 u32 refp = MX25_ADCQ_CFG_REFP_INT; in mx25_gcq_setup_cfgs() local 238 of_property_read_u32(child, "fsl,adc-refp", &refp); in mx25_gcq_setup_cfgs() 241 switch (refp) { in mx25_gcq_setup_cfgs() 251 regulator_get_voltage(priv->vref[refp]); in mx25_gcq_setup_cfgs() 268 refp = MX25_ADCQ_CFG_REFP(refp); in mx25_gcq_setup_cfgs() 271 if ((refp & MX25_ADCQ_CFG_REFP_MASK) != refp) { in mx25_gcq_setup_cfgs() [all …]
|
/linux/drivers/media/test-drivers/vicodec/ |
A 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()
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
A D | fsl,imx25-gcq.yaml | 79 fsl,adc-refp: 126 fsl,adc-refp = <MX25_ADC_REFP_INT>;
|
Completed in 6 milliseconds