Lines Matching refs:isp1704_charger
45 struct isp1704_charger { struct
61 static inline int isp1704_read(struct isp1704_charger *isp, u32 reg) in isp1704_read() argument
66 static inline int isp1704_write(struct isp1704_charger *isp, u32 reg, u32 val) in isp1704_write()
71 static void isp1704_charger_set_power(struct isp1704_charger *isp, bool on) in isp1704_charger_set_power()
83 static inline int isp1704_charger_type(struct isp1704_charger *isp) in isp1704_charger_type()
123 static inline int isp1704_charger_verify(struct isp1704_charger *isp) in isp1704_charger_verify()
180 static inline int isp1704_charger_detect(struct isp1704_charger *isp) in isp1704_charger_detect()
214 static inline int isp1704_charger_detect_dcp(struct isp1704_charger *isp) in isp1704_charger_detect_dcp()
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()
482 struct isp1704_charger *isp = platform_get_drvdata(pdev); in isp1704_charger_remove()