Searched refs:charger_resources (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps65090.c | 40 static const struct resource charger_resources[] = { variable 59 .num_resources = ARRAY_SIZE(charger_resources), 60 .resources = &charger_resources[0],
|
H A D | intel_soc_pmic_crc.c | 50 static const struct resource charger_resources[] = { variable 81 .num_resources = ARRAY_SIZE(charger_resources), 82 .resources = charger_resources,
|
H A D | tps65217.c | 27 static const struct resource charger_resources[] = { variable 91 .num_resources = ARRAY_SIZE(charger_resources), 92 .resources = charger_resources,
|
H A D | intel_soc_pmic_bxtwc.c | 216 static const struct resource charger_resources[] = { variable 281 .num_resources = ARRAY_SIZE(charger_resources), 282 .resources = charger_resources,
|
H A D | 88pm860x-core.c | 150 static struct resource charger_resources[] = { variable 927 power_devs[1].num_resources = ARRAY_SIZE(charger_resources); in device_power_init() 928 power_devs[1].resources = &charger_resources[0], in device_power_init() 930 &charger_resources[0], chip->irq_base, NULL); in device_power_init()
|