Searched refs:refp (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/iio/adc/ |
H 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() 189 priv->vref[refp] = devm_regulator_get_optional(dev, reg_name); in mx25_gcq_ext_regulator_setup() 190 if (IS_ERR(priv->vref[refp])) in mx25_gcq_ext_regulator_setup() 191 return dev_err_probe(dev, PTR_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() 245 ret = mx25_gcq_ext_regulator_setup(&pdev->dev, priv, refp); in mx25_gcq_setup_cfgs() [all …]
|
/openbmc/u-boot/fs/btrfs/ |
H A D | root.c | 58 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 D | inode.c | 12 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 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()
|