Searched refs:vset (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/misc/
H A Dqcom-coincell.c29 /* if enable==0, rset and vset are ignored */
31 int vset, bool enable)
52 if (vset == qcom_vset_map[j])
56 dev_err(chgr->dev, "invalid vset-millivolts value %d\n", vset);
89 u32 vset = 0; local
115 rc = of_property_read_u32(node, "qcom,vset-millivolts", &vset);
118 "can't find 'qcom,vset-millivolts' in DT block");
123 return qcom_coincell_chgr_config(&chgr, rset, vset, enabl
30 qcom_coincell_chgr_config(struct qcom_coincell *chgr, int rset, int vset, bool enable) argument
[all...]
/linux-master/drivers/leds/
H A Dleds-mlxreg.c59 mlxreg_led_store_hw(struct mlxreg_led_data *led_data, u8 vset) argument
71 * Parameter vset provides color code: 0x0 for off, 0x5 for solid red,
84 nib = (ror32(data->mask, data->bit) == 0xf0) ? rol32(vset, data->bit) :
85 rol32(vset, data->bit + 4);
108 * Parameter vset provides color code: 0x0 for off, 0x5 for solid red,
H A Dleds-mlxcpld.c258 static void mlxcpld_led_store_hw(u8 mask, u8 off, u8 vset) argument
265 * Parameter vset provides color code: 0x0 for off, 0x5 for solid red,
275 nib = (mask == 0xf0) ? vset : (vset << 4);
/linux-master/drivers/regulator/
H A Dti-abb-regulator.c36 * @vset: (optional) vset value that LDOVBB needs to be overridden with.
43 u32 vset; member in struct:ti_abb_info
81 * @ldo_base: (optional) LDOVBB vset override base address
85 * vset with value from efuse
223 val |= info->vset << __ffs(abb->ldovbb_vset_mask);
264 * program LDO VBB vset override if needed for !bypass mode
284 * Reset LDO VBB vset override bypass mode
561 "[%d]v=%d ABB=%d ef=0x%x rbb=0x%x fbb=0x%x vset=0x%x\n",
600 info->vset
[all...]
/linux-master/drivers/scsi/
H A Dpmcraid.h295 struct pmcraid_ioasa_vset vset; member in union:pmcraid_ioasa::__anon100
314 __u8 unique_flags1; /*also used as vset target_id */
H A Dipr.h676 struct ipr_ioasa_vset vset; member in union:ipr_ioasa::__anon2665
689 struct ipr_ioasa_vset vset; member in union:ipr_ioasa64::__anon2666
H A Dpmcraid.c2519 ioasa->u.vset.failing_lba_hi != 0) {
2531 failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_hi);
2538 failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_lo);
2554 vset.failing_lba_lo);
5077 pmcraid_info("New res type:%x, vset:%x, addr:%x:\n",
H A Dipr.c5991 ioasa->u.vset.failing_lba_hi != 0) {
6002 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_hi);
6009 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo);
6041 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo);

Completed in 143 milliseconds