Searched refs:charger_resources (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/mfd/ |
D | tps65090.c | 41 static const struct resource charger_resources[] = { variable 60 .num_resources = ARRAY_SIZE(charger_resources), 61 .resources = &charger_resources[0],
|
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,
|
D | tps65217.c | 28 static const struct resource charger_resources[] = { variable 92 .num_resources = ARRAY_SIZE(charger_resources), 93 .resources = charger_resources,
|
D | intel_soc_pmic_bxtwc.c | 216 static const struct resource charger_resources[] = { variable 251 .num_resources = ARRAY_SIZE(charger_resources), 252 .resources = charger_resources,
|
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()
|