Home
last modified time | relevance | path

Searched refs:refp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/iio/adc/
H A Dfsl-imx25-gcq.c176 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 …]
/openbmc/u-boot/fs/btrfs/
H A Droot.c58 u64 btrfs_lookup_root_ref(u64 subvolid, struct btrfs_root_ref *refp, char *name) in btrfs_lookup_root_ref() argument
74 if (refp) in btrfs_lookup_root_ref()
75 *refp = *ref; in btrfs_lookup_root_ref()
H A Dinode.c12 struct btrfs_inode_ref *refp, char *name) in btrfs_lookup_inode_ref() argument
28 if (refp) in btrfs_lookup_inode_ref()
29 *refp = *ref; in btrfs_lookup_inode_ref()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c684 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()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dfsl,imx25-gcq.yaml79 fsl,adc-refp:
126 fsl,adc-refp = <MX25_ADC_REFP_INT>;