Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dpda_power.h18 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;
[all …]