Lines Matching refs:isp1704_charger
59 struct isp1704_charger { struct
74 static inline int isp1704_read(struct isp1704_charger *isp, u32 reg) in isp1704_read() argument
79 static inline int isp1704_write(struct isp1704_charger *isp, u32 val, u32 reg) in isp1704_write()
88 static void isp1704_charger_set_power(struct isp1704_charger *isp, bool on) in isp1704_charger_set_power()
105 static inline int isp1704_charger_type(struct isp1704_charger *isp) in isp1704_charger_type()
145 static inline int isp1704_charger_verify(struct isp1704_charger *isp) in isp1704_charger_verify()
202 static inline int isp1704_charger_detect(struct isp1704_charger *isp) in isp1704_charger_detect()
236 static inline int isp1704_charger_detect_dcp(struct isp1704_charger *isp) in isp1704_charger_detect_dcp()
247 struct isp1704_charger *isp = in isp1704_charger_work()
248 container_of(data, struct isp1704_charger, work); in isp1704_charger_work()
318 struct isp1704_charger *isp = in isp1704_notifier_call()
319 container_of(nb, struct isp1704_charger, nb); in isp1704_notifier_call()
330 struct isp1704_charger *isp = power_supply_get_drvdata(psy); in isp1704_charger_get_property()
362 static inline int isp1704_test_ulpi(struct isp1704_charger *isp) in isp1704_test_ulpi()
404 struct isp1704_charger *isp; in isp1704_charger_probe()
517 struct isp1704_charger *isp = platform_get_drvdata(pdev); in isp1704_charger_remove()