| /Linux-v5.4/include/linux/ |
| D | pm.h | 52 } pm_message_t; typedef 574 pm_message_t power_state; 713 extern void dpm_resume_start(pm_message_t state); 714 extern void dpm_resume_end(pm_message_t state); 715 extern void dpm_resume_noirq(pm_message_t state); 716 extern void dpm_resume_early(pm_message_t state); 717 extern void dpm_resume(pm_message_t state); 718 extern void dpm_complete(pm_message_t state); 721 extern int dpm_suspend_end(pm_message_t state); 722 extern int dpm_suspend_start(pm_message_t state); [all …]
|
| D | pda_power.h | 24 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-v5.4/drivers/base/power/ |
| D | main.c | 61 static pm_message_t pm_transition; 316 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op() 351 pm_message_t state) in pm_late_early_op() 385 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op() 411 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg() 418 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err() 425 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time() 446 pm_message_t state, const char *info) in dpm_run_callback() 536 static pm_message_t suspend_event(pm_message_t resume_msg) in suspend_event() 563 pm_message_t state, in dpm_subsys_resume_noirq_cb() [all …]
|
| /Linux-v5.4/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); 103 static inline int usb_port_suspend(struct usb_device *udev, pm_message_t msg) in usb_port_suspend() 108 static inline int usb_port_resume(struct usb_device *udev, pm_message_t msg) in usb_port_resume()
|
| D | generic.c | 237 static int generic_suspend(struct usb_device *udev, pm_message_t msg) in generic_suspend() 265 static int generic_resume(struct usb_device *udev, pm_message_t msg) in generic_resume()
|
| D | driver.c | 1136 static int usb_suspend_device(struct usb_device *udev, pm_message_t msg) in usb_suspend_device() 1159 static int usb_resume_device(struct usb_device *udev, pm_message_t msg) in usb_resume_device() 1192 struct usb_interface *intf, pm_message_t msg) in usb_suspend_interface() 1213 struct usb_interface *intf, pm_message_t msg, int reset_resume) in usb_resume_interface() 1293 static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) in usb_suspend_both() 1394 static int usb_resume_both(struct usb_device *udev, pm_message_t msg) in usb_resume_both() 1427 static void choose_wakeup(struct usb_device *udev, pm_message_t msg) in choose_wakeup() 1455 int usb_suspend(struct device *dev, pm_message_t msg) in usb_suspend() 1491 int usb_resume(struct device *dev, pm_message_t msg) in usb_resume()
|
| /Linux-v5.4/drivers/crypto/ccp/ |
| D | sp-dev.h | 108 int sp_suspend(struct sp_device *sp, pm_message_t state); 123 int ccp_dev_suspend(struct sp_device *sp, pm_message_t state); 134 static inline int ccp_dev_suspend(struct sp_device *sp, pm_message_t state) in ccp_dev_suspend()
|
| /Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/ |
| D | rtl_pm.h | 13 int rtl92e_suspend(struct pci_dev *dev, pm_message_t state);
|
| D | rtl_pm.c | 13 int rtl92e_suspend(struct pci_dev *pdev, pm_message_t state) in rtl92e_suspend()
|
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00pci.h | 25 int rt2x00pci_suspend(struct pci_dev *pci_dev, pm_message_t state);
|
| D | rt2x00soc.h | 22 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
|
| /Linux-v5.4/arch/arm/mach-integrator/ |
| D | lm.h | 14 int (*suspend)(struct lm_device *, pm_message_t);
|
| /Linux-v5.4/drivers/net/wireless/intersil/prism54/ |
| D | islpci_hotplug.c | 66 static int prism54_suspend(struct pci_dev *, pm_message_t state); 247 prism54_suspend(struct pci_dev *pdev, pm_message_t state) in prism54_suspend()
|
| /Linux-v5.4/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-v5.4/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-v5.4/drivers/usb/serial/ |
| D | usb-wwan.h | 26 extern int usb_wwan_suspend(struct usb_serial *serial, pm_message_t message);
|
| /Linux-v5.4/include/linux/usb/ |
| D | serial.h | 268 int (*suspend)(struct usb_serial *serial, pm_message_t message); 324 extern int usb_serial_suspend(struct usb_interface *intf, pm_message_t message);
|
| /Linux-v5.4/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-v5.4/drivers/ide/ |
| D | triflex.c | 104 static int triflex_ide_pci_suspend(struct pci_dev *dev, pm_message_t state) in triflex_ide_pci_suspend()
|
| /Linux-v5.4/drivers/watchdog/ |
| D | twl4030_wdt.c | 84 static int twl4030_wdt_suspend(struct platform_device *pdev, pm_message_t state) in twl4030_wdt_suspend()
|
| /Linux-v5.4/drivers/ata/ |
| D | libata.h | 98 extern void ata_acpi_set_state(struct ata_port *ap, pm_message_t state); 109 pm_message_t state) { } in ata_acpi_set_state()
|
| /Linux-v5.4/sound/aoa/codecs/ |
| D | toonie.c | 61 static int toonie_suspend(struct codec_info_item *cii, pm_message_t state) in toonie_suspend()
|
| /Linux-v5.4/sound/aoa/soundbus/ |
| D | soundbus.h | 133 int (*suspend)(struct codec_info_item *cii, pm_message_t state);
|