Home
last modified time | relevance | path

Searched defs:pda_power_pdata (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dpda_power.h21 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;
[all …]