Lines Matching refs:spwr_ac_device
50 struct spwr_ac_device { struct
67 static int spwr_ac_update_unlocked(struct spwr_ac_device *ac) in spwr_ac_update_unlocked() argument
81 static int spwr_ac_update(struct spwr_ac_device *ac) in spwr_ac_update()
92 static int spwr_ac_recheck(struct spwr_ac_device *ac) in spwr_ac_recheck()
105 struct spwr_ac_device *ac; in spwr_notify_ac()
108 ac = container_of(nf, struct spwr_ac_device, notif); in spwr_notify_ac()
142 struct spwr_ac_device *ac = power_supply_get_drvdata(psy); in spwr_ac_get_property()
174 static void spwr_ac_init(struct spwr_ac_device *ac, struct ssam_device *sdev, in spwr_ac_init()
197 static int spwr_ac_register(struct spwr_ac_device *ac) in spwr_ac_register()
234 struct spwr_ac_device *ac; in surface_ac_probe()
252 struct spwr_ac_device *ac = ssam_device_get_drvdata(sdev); in surface_ac_remove()