Home
last modified time | relevance | path

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

/drivers/misc/
A Dqcom-coincell.c31 int vset, bool enable) in qcom_coincell_chgr_config() argument
52 if (vset == qcom_vset_map[j]) in qcom_coincell_chgr_config()
56 dev_err(chgr->dev, "invalid vset-millivolts value %d\n", vset); in qcom_coincell_chgr_config()
89 u32 vset = 0; in qcom_coincell_probe() local
115 rc = of_property_read_u32(node, "qcom,vset-millivolts", &vset); in qcom_coincell_probe()
123 return qcom_coincell_chgr_config(&chgr, rset, vset, enable); in qcom_coincell_probe()
/drivers/leds/
A Dleds-mlxreg.c59 mlxreg_led_store_hw(struct mlxreg_led_data *led_data, u8 vset) in mlxreg_led_store_hw() argument
84 nib = (ror32(data->mask, data->bit) == 0xf0) ? rol32(vset, data->bit) : in mlxreg_led_store_hw()
85 rol32(vset, data->bit + 4); in mlxreg_led_store_hw()
A Dleds-mlxcpld.c257 static void mlxcpld_led_store_hw(u8 mask, u8 off, u8 vset) in mlxcpld_led_store_hw() argument
274 nib = (mask == 0xf0) ? vset : (vset << 4); in mlxcpld_led_store_hw()
/drivers/regulator/
A Dti-abb-regulator.c43 u32 vset; member
223 val |= info->vset << __ffs(abb->ldovbb_vset_mask); in ti_abb_program_ldovbb()
600 info->vset = (efuse_val & vset_mask) >> __ffs(vset_mask); in ti_abb_init_table()
601 dev_dbg(dev, "[%d]v=%d vset=%x\n", i, *volt_table, info->vset); in ti_abb_init_table()
/drivers/scsi/
A Dpmcraid.h295 struct pmcraid_ioasa_vset vset; member
A Dipr.h676 struct ipr_ioasa_vset vset; member
689 struct ipr_ioasa_vset vset; member
A Dpmcraid.c2520 ioasa->u.vset.failing_lba_hi != 0) { in pmcraid_frame_auto_sense()
2532 failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_hi); in pmcraid_frame_auto_sense()
2539 failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_lo); in pmcraid_frame_auto_sense()
2555 vset.failing_lba_lo); in pmcraid_frame_auto_sense()
A Dipr.c5993 ioasa->u.vset.failing_lba_hi != 0) { in ipr_gen_sense()
6004 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_hi); in ipr_gen_sense()
6011 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo); in ipr_gen_sense()
6043 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo); in ipr_gen_sense()

Completed in 49 milliseconds