Searched refs:hi6421_spmi_pmic (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/ |
| H A D | hi6421-spmi-pmic.c | 67 int hi6421_spmi_pmic_read(struct hi6421_spmi_pmic *pmic, int reg) in hi6421_spmi_pmic_read() 88 int hi6421_spmi_pmic_write(struct hi6421_spmi_pmic *pmic, int reg, u32 val) in hi6421_spmi_pmic_write() 107 int hi6421_spmi_pmic_rmw(struct hi6421_spmi_pmic *pmic, int reg, in hi6421_spmi_pmic_rmw() 126 struct hi6421_spmi_pmic *pmic = (struct hi6421_spmi_pmic *)data; in hi6421_spmi_irq_handler() 157 struct hi6421_spmi_pmic *pmic = irq_data_get_irq_chip_data(d); in hi6421_spmi_irq_mask() 173 struct hi6421_spmi_pmic *pmic = irq_data_get_irq_chip_data(d); in hi6421_spmi_irq_unmask() 198 struct hi6421_spmi_pmic *pmic = d->host_data; in hi6421_spmi_irq_map() 213 static void hi6421_spmi_pmic_irq_prc(struct hi6421_spmi_pmic *pmic) in hi6421_spmi_pmic_irq_prc() 235 struct hi6421_spmi_pmic *pmic; in hi6421_spmi_pmic_probe() 322 struct hi6421_spmi_pmic *pmic = dev_get_drvdata(&pdev->dev); in hi6421_spmi_pmic_remove()
|
| H A D | hi6421v600-regulator.c | 45 struct hi6421_spmi_pmic *pmic; 59 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_is_enabled() 75 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_enable() 100 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_disable() 115 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_get_voltage_sel() 135 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_set_voltage_sel() 158 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_get_mode() 181 struct hi6421_spmi_pmic *pmic = sreg->pmic; in hi6421_spmi_regulator_set_mode() 326 struct hi6421_spmi_pmic *pmic) in hi6421_spmi_regulator_probe_ldo() 401 struct hi6421_spmi_pmic *pmic; in hi6421_spmi_regulator_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | hi6421-spmi-pmic.h | 20 struct hi6421_spmi_pmic { struct 31 int hi6421_spmi_pmic_read(struct hi6421_spmi_pmic *pmic, int reg); argument 32 int hi6421_spmi_pmic_write(struct hi6421_spmi_pmic *pmic, int reg, u32 val); 33 int hi6421_spmi_pmic_rmw(struct hi6421_spmi_pmic *pmic, int reg,
|