/linux-6.3-rc2/drivers/misc/ |
A D | qcom-coincell.c | 32 int vset, bool enable) in qcom_coincell_chgr_config() argument 53 if (vset == qcom_vset_map[j]) in qcom_coincell_chgr_config() 57 dev_err(chgr->dev, "invalid vset-millivolts value %d\n", vset); in qcom_coincell_chgr_config() 90 u32 vset = 0; in qcom_coincell_probe() local 116 rc = of_property_read_u32(node, "qcom,vset-millivolts", &vset); in qcom_coincell_probe() 124 return qcom_coincell_chgr_config(&chgr, rset, vset, enable); in qcom_coincell_probe()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | ti-abb-regulator.txt | 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override 51 register to provide override vset value. 53 override register to enable override vset value. 66 efuse the value to set in 'ti,ldovbb-vset-mask' at ldo-address. 123 ti,ldovbb-vset-mask = <0x1F>; 130 1200000 0 0x4 0 0x40000 0x1f00 /* FBB optional, vset */
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | qcom,pm8941-coincell.yaml | 37 qcom,vset-millivolts: 65 qcom,vset-millivolts = <3000>;
|
/linux-6.3-rc2/drivers/leds/ |
A D | leds-mlxreg.c | 61 mlxreg_led_store_hw(struct mlxreg_led_data *led_data, u8 vset) in mlxreg_led_store_hw() argument 86 nib = (ror32(data->mask, data->bit) == 0xf0) ? rol32(vset, data->bit) : in mlxreg_led_store_hw() 87 rol32(vset, data->bit + 4); in mlxreg_led_store_hw()
|
A D | leds-mlxcpld.c | 258 static void mlxcpld_led_store_hw(u8 mask, u8 off, u8 vset) in mlxcpld_led_store_hw() argument 275 nib = (mask == 0xf0) ? vset : (vset << 4); in mlxcpld_led_store_hw()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | ti-abb-regulator.c | 44 u32 vset; member 224 val |= info->vset << __ffs(abb->ldovbb_vset_mask); in ti_abb_program_ldovbb() 601 info->vset = (efuse_val & vset_mask) >> __ffs(vset_mask); in ti_abb_init_table() 602 dev_dbg(dev, "[%d]v=%d vset=%x\n", i, *volt_table, info->vset); in ti_abb_init_table()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | dra7.dtsi | 657 ti,ldovbb-vset-mask = <0x1F>; 660 * NOTE: only FBB mode used but actual vset will 690 ti,ldovbb-vset-mask = <0x1F>; 693 * NOTE: only FBB mode used but actual vset will 723 ti,ldovbb-vset-mask = <0x1F>; 726 * NOTE: only FBB mode used but actual vset will 756 ti,ldovbb-vset-mask = <0x1F>; 759 * NOTE: only FBB mode used but actual vset will
|
A D | omap5.dtsi | 670 ti,ldovbb-vset-mask = <0x1F>; 673 * NOTE: only FBB mode used but actual vset will 700 ti,ldovbb-vset-mask = <0x1F>; 703 * NOTE: only FBB mode used but actual vset will
|
A D | qcom-msm8974-sony-xperia-rhine.dtsi | 138 qcom,vset-millivolts = <3000>;
|
A D | qcom-msm8974pro-oneplus-bacon.dts | 168 qcom,vset-millivolts = <3200>;
|
A D | qcom-msm8974pro-sony-xperia-shinano-castor.dts | 220 qcom,vset-millivolts = <3000>;
|
/linux-6.3-rc2/drivers/scsi/ |
A D | pmcraid.h | 295 struct pmcraid_ioasa_vset vset; member
|
A D | ipr.h | 727 struct ipr_ioasa_vset vset; member 741 struct ipr_ioasa_vset vset; member
|
A D | pmcraid.c | 2517 ioasa->u.vset.failing_lba_hi != 0) { in pmcraid_frame_auto_sense() 2529 failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_hi); in pmcraid_frame_auto_sense() 2536 failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_lo); in pmcraid_frame_auto_sense() 2552 vset.failing_lba_lo); in pmcraid_frame_auto_sense()
|
A D | ipr.c | 6308 ioasa->u.vset.failing_lba_hi != 0) { in ipr_gen_sense() 6319 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_hi); in ipr_gen_sense() 6326 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo); in ipr_gen_sense() 6358 failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo); in ipr_gen_sense()
|