Searched full:refp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | fsl-imx25-gcq.c | 175 struct mx25_gcq_priv *priv, u32 refp) in mx25_gcq_ext_regulator_setup() argument 180 if (priv->vref[refp]) in mx25_gcq_ext_regulator_setup() 184 mx25_gcq_refp_names[refp]); in mx25_gcq_ext_regulator_setup() 188 priv->vref[refp] = devm_regulator_get_optional(dev, reg_name); in mx25_gcq_ext_regulator_setup() 189 if (IS_ERR(priv->vref[refp])) in mx25_gcq_ext_regulator_setup() 190 return dev_err_probe(dev, PTR_ERR(priv->vref[refp]), in mx25_gcq_ext_regulator_setup() 218 u32 refp = MX25_ADCQ_CFG_REFP_INT; in mx25_gcq_setup_cfgs() local 230 fwnode_property_read_u32(child, "fsl,adc-refp", &refp); in mx25_gcq_setup_cfgs() 233 switch (refp) { in mx25_gcq_setup_cfgs() 237 ret = mx25_gcq_ext_regulator_setup(&pdev->dev, priv, refp); in mx25_gcq_setup_cfgs() [all …]
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | fsl,imx25-gcq.yaml | 79 fsl,adc-refp: 126 fsl,adc-refp = <MX25_ADC_REFP_INT>;
|
| /linux/drivers/media/test-drivers/vicodec/ |
| H 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/drivers/net/phy/ |
| H A D | bcm7xxx.c | 507 /* invert adc clock output and 'adc refp ldo current To correct in bcm7xxx_16nm_ephy_afe_config()
|