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