/Linux-v4.19/include/linux/ |
D | pm.h | 64 } pm_message_t; typedef 586 pm_message_t power_state; 725 extern void dpm_resume_start(pm_message_t state); 726 extern void dpm_resume_end(pm_message_t state); 727 extern void dpm_noirq_resume_devices(pm_message_t state); 729 extern void dpm_resume_noirq(pm_message_t state); 730 extern void dpm_resume_early(pm_message_t state); 731 extern void dpm_resume(pm_message_t state); 732 extern void dpm_complete(pm_message_t state); 735 extern int dpm_suspend_end(pm_message_t state); [all …]
|
D | pda_power.h | 27 int (*suspend)(pm_message_t state);
|
D | pnp.h | 232 pm_message_t pm_state; 388 int (*suspend) (struct pnp_dev *dev, pm_message_t state); 403 int (*suspend) (struct pnp_card_link *card, pm_message_t state); 429 int (*suspend) (struct pnp_dev * dev, pm_message_t state);
|
D | isa.h | 18 int (*suspend)(struct device *, unsigned int, pm_message_t);
|
/Linux-v4.19/drivers/base/power/ |
D | main.c | 60 static pm_message_t pm_transition; 308 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op() 343 pm_message_t state) in pm_late_early_op() 377 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op() 403 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg() 410 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err() 417 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time() 438 pm_message_t state, const char *info) in dpm_run_callback() 543 static pm_message_t suspend_event(pm_message_t resume_msg) in suspend_event() 570 pm_message_t state, in dpm_subsys_resume_noirq_cb() [all …]
|
/Linux-v4.19/drivers/usb/core/ |
D | usb.h | 82 extern int usb_suspend(struct device *dev, pm_message_t msg); 83 extern int usb_resume(struct device *dev, pm_message_t msg); 86 extern int usb_port_suspend(struct usb_device *dev, pm_message_t msg); 87 extern int usb_port_resume(struct usb_device *dev, pm_message_t msg); 99 static inline int usb_port_suspend(struct usb_device *udev, pm_message_t msg) in usb_port_suspend() 104 static inline int usb_port_resume(struct usb_device *udev, pm_message_t msg) in usb_port_resume()
|
D | generic.c | 201 static int generic_suspend(struct usb_device *udev, pm_message_t msg) in generic_suspend() 227 static int generic_resume(struct usb_device *udev, pm_message_t msg) in generic_resume()
|
D | driver.c | 1142 static int usb_suspend_device(struct usb_device *udev, pm_message_t msg) in usb_suspend_device() 1165 static int usb_resume_device(struct usb_device *udev, pm_message_t msg) in usb_resume_device() 1198 struct usb_interface *intf, pm_message_t msg) in usb_suspend_interface() 1219 struct usb_interface *intf, pm_message_t msg, int reset_resume) in usb_resume_interface() 1299 static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) in usb_suspend_both() 1400 static int usb_resume_both(struct usb_device *udev, pm_message_t msg) in usb_resume_both() 1433 static void choose_wakeup(struct usb_device *udev, pm_message_t msg) in choose_wakeup() 1461 int usb_suspend(struct device *dev, pm_message_t msg) in usb_suspend() 1497 int usb_resume(struct device *dev, pm_message_t msg) in usb_resume()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | sp-dev.h | 112 int sp_suspend(struct sp_device *sp, pm_message_t state); 127 int ccp_dev_suspend(struct sp_device *sp, pm_message_t state); 138 static inline int ccp_dev_suspend(struct sp_device *sp, pm_message_t state) in ccp_dev_suspend()
|
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_pm.h | 22 int rtl92e_suspend(struct pci_dev *dev, pm_message_t state);
|
D | rtl_pm.c | 22 int rtl92e_suspend(struct pci_dev *pdev, pm_message_t state) in rtl92e_suspend()
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00pci.h | 36 int rt2x00pci_suspend(struct pci_dev *pci_dev, pm_message_t state);
|
D | rt2x00soc.h | 33 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
|
/Linux-v4.19/arch/arm/mach-integrator/ |
D | lm.h | 14 int (*suspend)(struct lm_device *, pm_message_t);
|
/Linux-v4.19/drivers/net/wireless/intersil/prism54/ |
D | islpci_hotplug.c | 78 static int prism54_suspend(struct pci_dev *, pm_message_t state); 259 prism54_suspend(struct pci_dev *pdev, pm_message_t state) in prism54_suspend()
|
/Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_pci.h | 22 static int orinoco_pci_suspend(struct pci_dev *pdev, pm_message_t state) in orinoco_pci_suspend()
|
/Linux-v4.19/Documentation/sound/soc/ |
D | machine.rst | 26 int (*suspend_pre)(struct platform_device *pdev, pm_message_t state); 27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
|
/Linux-v4.19/drivers/usb/serial/ |
D | usb-wwan.h | 24 extern int usb_wwan_suspend(struct usb_serial *serial, pm_message_t message);
|
/Linux-v4.19/drivers/video/fbdev/ |
D | skeletonfb.c | 841 static int xxxfb_suspend(struct pci_dev *dev, pm_message_t msg) in xxxfb_suspend() 920 static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) in xxxfb_suspend()
|
/Linux-v4.19/include/linux/usb/ |
D | serial.h | 274 int (*suspend)(struct usb_serial *serial, pm_message_t message); 328 extern int usb_serial_suspend(struct usb_interface *intf, pm_message_t message);
|
/Linux-v4.19/drivers/ide/ |
D | triflex.c | 116 static int triflex_ide_pci_suspend(struct pci_dev *dev, pm_message_t state) in triflex_ide_pci_suspend()
|
/Linux-v4.19/drivers/ata/ |
D | libata.h | 114 extern void ata_acpi_set_state(struct ata_port *ap, pm_message_t state); 125 pm_message_t state) { } in ata_acpi_set_state()
|
/Linux-v4.19/sound/aoa/soundbus/ |
D | soundbus.h | 134 int (*suspend)(struct codec_info_item *cii, pm_message_t state);
|
/Linux-v4.19/sound/aoa/codecs/ |
D | toonie.c | 63 static int toonie_suspend(struct codec_info_item *cii, pm_message_t state) in toonie_suspend()
|
/Linux-v4.19/drivers/watchdog/ |
D | twl4030_wdt.c | 110 static int twl4030_wdt_suspend(struct platform_device *pdev, pm_message_t state) in twl4030_wdt_suspend()
|