vset              258 drivers/leds/leds-mlxcpld.c static void mlxcpld_led_store_hw(u8 mask, u8 off, u8 vset)
vset              275 drivers/leds/leds-mlxcpld.c 	nib = (mask == 0xf0) ? vset : (vset << 4);
vset               60 drivers/leds/leds-mlxreg.c mlxreg_led_store_hw(struct mlxreg_led_data *led_data, u8 vset)
vset               85 drivers/leds/leds-mlxreg.c 	nib = (ror32(data->mask, data->bit) == 0xf0) ? rol32(vset, data->bit) :
vset               86 drivers/leds/leds-mlxreg.c 	      rol32(vset, data->bit + 4);
vset               32 drivers/misc/qcom-coincell.c 				     int vset, bool enable)
vset               53 drivers/misc/qcom-coincell.c 		if (vset == qcom_vset_map[j])
vset               57 drivers/misc/qcom-coincell.c 		dev_err(chgr->dev, "invalid vset-millivolts value %d\n", vset);
vset               90 drivers/misc/qcom-coincell.c 	u32 vset = 0;
vset              116 drivers/misc/qcom-coincell.c 		rc = of_property_read_u32(node, "qcom,vset-millivolts", &vset);
vset              124 drivers/misc/qcom-coincell.c 	return qcom_coincell_chgr_config(&chgr, rset, vset, enable);
vset             1354 drivers/power/supply/ab8500_charger.c 	int enable, int vset, int iset)
vset             1372 drivers/power/supply/ab8500_charger.c 		dev_dbg(di->dev, "Enable AC: %dmV %dmA\n", vset, iset);
vset             1394 drivers/power/supply/ab8500_charger.c 		volt_index = ab8500_voltage_to_regval(vset);
vset             1531 drivers/power/supply/ab8500_charger.c 	int enable, int vset, int ich_out)
vset             1567 drivers/power/supply/ab8500_charger.c 		dev_dbg(di->dev, "Enable USB: %dmV %dmA\n", vset, ich_out);
vset             1570 drivers/power/supply/ab8500_charger.c 		volt_index = ab8500_voltage_to_regval(vset);
vset             1709 drivers/power/supply/ab8500_charger.c 	int vset, int iset)
vset             1738 drivers/power/supply/ab8500_charger.c 		ret = ab8500_charger_usb_en(&di->usb_chg, true, vset, iset);
vset             1758 drivers/power/supply/ab8500_charger.c 	int vset, int iset)
vset             1788 drivers/power/supply/ab8500_charger.c 		ret = ab8500_charger_ac_en(&di->usb_chg, true, vset, iset);
vset              546 drivers/power/supply/abx500_chargalg.c 	int vset, int iset)
vset              555 drivers/power/supply/abx500_chargalg.c 		vset = min(vset, di->ac_chg->max_out_volt);
vset              560 drivers/power/supply/abx500_chargalg.c 	di->chg_info.ac_vset = vset;
vset              570 drivers/power/supply/abx500_chargalg.c 	return di->ac_chg->ops.enable(di->ac_chg, enable, vset, iset);
vset              584 drivers/power/supply/abx500_chargalg.c 	int vset, int iset)
vset              591 drivers/power/supply/abx500_chargalg.c 		vset = min(vset, di->usb_chg->max_out_volt);
vset              596 drivers/power/supply/abx500_chargalg.c 	di->chg_info.usb_vset = vset;
vset              598 drivers/power/supply/abx500_chargalg.c 	return di->usb_chg->ops.enable(di->usb_chg, enable, vset, iset);
vset              692 drivers/power/supply/abx500_chargalg.c 	int vset, int iset)
vset              697 drivers/power/supply/abx500_chargalg.c 			"AC parameters: Vset %d, Ich %d\n", vset, iset);
vset              699 drivers/power/supply/abx500_chargalg.c 		abx500_chargalg_ac_en(di, true, vset, iset);
vset              704 drivers/power/supply/abx500_chargalg.c 			"USB parameters: Vset %d, Ich %d\n", vset, iset);
vset              706 drivers/power/supply/abx500_chargalg.c 		abx500_chargalg_usb_en(di, true, vset, iset);
vset              705 drivers/power/supply/pm2301_charger.c 	int enable, int vset, int iset)
vset              720 drivers/power/supply/pm2301_charger.c 		dev_dbg(pm2->dev, "Enable AC: %dmV %dmA\n", vset, iset);
vset              737 drivers/power/supply/pm2301_charger.c 		volt_index = pm2xxx_voltage_to_regval(vset);
vset               52 drivers/regulator/ti-abb-regulator.c 	u32 vset;
vset              232 drivers/regulator/ti-abb-regulator.c 		val |= info->vset << __ffs(abb->ldovbb_vset_mask);
vset              599 drivers/regulator/ti-abb-regulator.c 		info->vset = (efuse_val & vset_mask) >> __ffs(vset_mask);
vset              600 drivers/regulator/ti-abb-regulator.c 		dev_dbg(dev, "[%d]v=%d vset=%x\n", i, *volt_table, info->vset);
vset             6294 drivers/scsi/ipr.c 	    ioasa->u.vset.failing_lba_hi != 0) {
vset             6305 drivers/scsi/ipr.c 		failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_hi);
vset             6312 drivers/scsi/ipr.c 		failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo);
vset             6344 drivers/scsi/ipr.c 					failing_lba = be32_to_cpu(ioasa->u.vset.failing_lba_lo);
vset              726 drivers/scsi/ipr.h 		struct ipr_ioasa_vset vset;
vset              740 drivers/scsi/ipr.h 		struct ipr_ioasa_vset vset;
vset             2524 drivers/scsi/pmcraid.c 	    ioasa->u.vset.failing_lba_hi != 0) {
vset             2536 drivers/scsi/pmcraid.c 		failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_hi);
vset             2543 drivers/scsi/pmcraid.c 		failing_lba = le32_to_cpu(ioasa->u.vset.failing_lba_lo);
vset             2559 drivers/scsi/pmcraid.c 						 vset.failing_lba_lo);
vset              295 drivers/scsi/pmcraid.h 		struct pmcraid_ioasa_vset vset;