Lines Matching defs:pda_power_pdata
21 struct pda_power_pdata { struct
22 int (*init)(struct device *dev);
23 int (*is_ac_online)(void);
24 int (*is_usb_online)(void);
25 void (*set_charge)(int flags);
26 void (*exit)(struct device *dev);
27 int (*suspend)(pm_message_t state);
28 int (*resume)(void);
30 char **supplied_to;
31 size_t num_supplicants;
33 unsigned int wait_for_status; /* msecs, default is 500 */
34 unsigned int wait_for_charger; /* msecs, default is 500 */
35 unsigned int polling_interval; /* msecs, default is 2000 */
37 unsigned long ac_max_uA; /* current to draw when on AC */
39 bool use_otg_notifier;