Searched refs:max1586 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | max1586.c | 3 * max1586.c -- Voltage and current regulation for the Maxim 1586 13 #include <linux/regulator/max1586.h> 42 * On I2C bus, sending a "x" byte to the max1586 means : 50 * On I2C bus, sending a "x" byte to the max1586 means : 58 struct max1586_data *max1586 = rdev_get_drvdata(rdev); in max1586_v3_get_voltage_sel() local 60 return max1586->v3_curr_sel; in max1586_v3_get_voltage_sel() 66 struct max1586_data *max1586 = rdev_get_drvdata(rdev); in max1586_v3_set_voltage_sel() local 67 struct i2c_client *client = max1586->client; in max1586_v3_set_voltage_sel() 79 max1586->v3_curr_sel = selector; in max1586_v3_set_voltage_sel() 86 struct max1586_data *max1586 in max1586_v6_get_voltage_sel() local 94 struct max1586_data *max1586 = rdev_get_drvdata(rdev); max1586_v6_set_voltage_sel() local 215 struct max1586_data *max1586; max1586_pmic_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | max1586.c | 3 * max1586.c -- Voltage and current regulation for the Maxim 1586 13 #include <linux/regulator/max1586.h> 42 * On I2C bus, sending a "x" byte to the max1586 means : 50 * On I2C bus, sending a "x" byte to the max1586 means : 58 struct max1586_data *max1586 = rdev_get_drvdata(rdev); in max1586_v3_get_voltage_sel() local 60 return max1586->v3_curr_sel; in max1586_v3_get_voltage_sel() 66 struct max1586_data *max1586 = rdev_get_drvdata(rdev); in max1586_v3_set_voltage_sel() local 67 struct i2c_client *client = max1586->client; in max1586_v3_set_voltage_sel() 79 max1586->v3_curr_sel = selector; in max1586_v3_set_voltage_sel() 86 struct max1586_data *max1586 in max1586_v6_get_voltage_sel() local 94 struct max1586_data *max1586 = rdev_get_drvdata(rdev); max1586_v6_set_voltage_sel() local 214 struct max1586_data *max1586; max1586_pmic_probe() local [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | palm27x.c | 20 #include <linux/regulator/max1586.h> 460 I2C_BOARD_INFO("max1586", 0x14),
|
H A D | balloon3.c | 30 #include <linux/regulator/max1586.h> 755 I2C_BOARD_INFO("max1586", 0x14),
|
H A D | vpac270.c | 25 #include <linux/regulator/max1586.h> 683 I2C_BOARD_INFO("max1586", 0x14),
|
H A D | mioa701.c | 29 #include <linux/regulator/max1586.h> 636 I2C_BOARD_INFO("max1586", 0x14),
|
H A D | hx4700.c | 33 #include <linux/regulator/max1586.h> 809 I2C_BOARD_INFO("max1586", 0x14),
|
H A D | magician.c | 44 #include <linux/regulator/max1586.h> 763 I2C_BOARD_INFO("max1586", 0x14),
|
Completed in 7 milliseconds