Home
last modified time | relevance | path

Searched refs:isp1704_charger (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Disp1704_charger.c45 struct isp1704_charger { struct
61 static inline int isp1704_read(struct isp1704_charger *isp, u32 reg) in isp1704_read() argument
83 static inline int isp1704_charger_type(struct isp1704_charger *isp) in isp1704_charger_type()
225 struct isp1704_charger *isp = in isp1704_charger_work()
226 container_of(data, struct isp1704_charger, work); in isp1704_charger_work()
296 struct isp1704_charger *isp = in isp1704_notifier_call()
297 container_of(nb, struct isp1704_charger, nb); in isp1704_notifier_call()
308 struct isp1704_charger *isp = power_supply_get_drvdata(psy); in isp1704_charger_get_property()
340 static inline int isp1704_test_ulpi(struct isp1704_charger *isp) in isp1704_test_ulpi()
382 struct isp1704_charger *isp; in isp1704_charger_probe()
[all …]
H A DMakefile67 obj-$(CONFIG_CHARGER_ISP1704) += isp1704_charger.o
/openbmc/linux/
H A DMAINTAINERS15164 F: drivers/power/supply/isp1704_charger.c