| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm.h | 53 } pm_message_t; typedef 569 pm_message_t power_state; 716 extern void dpm_resume_start(pm_message_t state); 717 extern void dpm_resume_end(pm_message_t state); 718 extern void dpm_resume_noirq(pm_message_t state); 719 extern void dpm_resume_early(pm_message_t state); 720 extern void dpm_resume(pm_message_t state); 721 extern void dpm_complete(pm_message_t state); 724 extern int dpm_suspend_end(pm_message_t state); 725 extern int dpm_suspend_start(pm_message_t state); [all …]
|
| H A D | pnp.h | 230 pm_message_t pm_state; 381 int (*suspend) (struct pnp_dev *dev, pm_message_t state); 396 int (*suspend) (struct pnp_card_link *card, pm_message_t state); 422 int (*suspend) (struct pnp_dev * dev, pm_message_t state);
|
| H A D | pda_power.h | 24 int (*suspend)(pm_message_t state);
|
| H A D | isa.h | 18 int (*suspend)(struct device *, unsigned int, pm_message_t);
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | usb.h | 56 pm_message_t msg); 58 pm_message_t msg); 95 extern int usb_suspend(struct device *dev, pm_message_t msg); 96 extern int usb_resume(struct device *dev, pm_message_t msg); 99 extern int usb_port_suspend(struct usb_device *dev, pm_message_t msg); 100 extern int usb_port_resume(struct usb_device *dev, pm_message_t msg); 116 static inline int usb_port_suspend(struct usb_device *udev, pm_message_t msg) in usb_port_suspend() 121 static inline int usb_port_resume(struct usb_device *udev, pm_message_t msg) in usb_port_resume()
|
| H A D | generic.c | 265 int usb_generic_driver_suspend(struct usb_device *udev, pm_message_t msg) in usb_generic_driver_suspend() 293 int usb_generic_driver_resume(struct usb_device *udev, pm_message_t msg) in usb_generic_driver_resume()
|
| H A D | driver.c | 1239 static int usb_suspend_device(struct usb_device *udev, pm_message_t msg) in usb_suspend_device() 1265 static int usb_resume_device(struct usb_device *udev, pm_message_t msg) in usb_resume_device() 1301 struct usb_interface *intf, pm_message_t msg) in usb_suspend_interface() 1322 struct usb_interface *intf, pm_message_t msg, int reset_resume) in usb_resume_interface() 1402 static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) in usb_suspend_both() 1508 static int usb_resume_both(struct usb_device *udev, pm_message_t msg) in usb_resume_both() 1547 static void choose_wakeup(struct usb_device *udev, pm_message_t msg) in choose_wakeup() 1575 int usb_suspend(struct device *dev, pm_message_t msg) in usb_suspend() 1611 int usb_resume(struct device *dev, pm_message_t msg) in usb_resume()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | main.c | 66 static pm_message_t pm_transition; 349 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op() 383 pm_message_t state) in pm_late_early_op() 417 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op() 443 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg() 450 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err() 457 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time() 478 pm_message_t state, const char *info) in dpm_run_callback() 594 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq() 696 static void dpm_noirq_resume_devices(pm_message_t state) in dpm_noirq_resume_devices() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | usb.h | 17 TP_PROTO(struct usb_device *udev, pm_message_t msg, int *bypass), 21 TP_PROTO(struct usb_device *udev, pm_message_t msg, int *bypass),
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00soc.h | 22 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
|
| /OK3568_Linux_fs/kernel/drivers/headset_observe/ |
| H A D | rk_headset.h | 36 int rk_headset_adc_suspend(struct platform_device *pdev, pm_message_t state);
|
| /OK3568_Linux_fs/kernel/Documentation/sound/soc/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_switcheroo.c | 15 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | usb-wwan.h | 26 extern int usb_wwan_suspend(struct usb_serial *serial, pm_message_t message);
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | idmouse.c | 92 static int idmouse_suspend(struct usb_interface *intf, pm_message_t message); 202 static int idmouse_suspend(struct usb_interface *intf, pm_message_t message) in idmouse_suspend()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | serial.h | 267 int (*suspend)(struct usb_serial *serial, pm_message_t message); 323 int usb_serial_suspend(struct usb_interface *intf, pm_message_t message);
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | dwc3-imx8mp.c | 228 pm_message_t msg) in dwc3_imx8mp_suspend() 243 pm_message_t msg) in dwc3_imx8mp_resume()
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A D | sb16.c | 453 static int snd_sb16_suspend(struct snd_card *card, pm_message_t state) in snd_sb16_suspend() 558 pm_message_t state) in snd_sb16_isa_suspend() 623 static int snd_sb16_pnp_suspend(struct pnp_card_link *pcard, pm_message_t state) in snd_sb16_pnp_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A 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()
|
| H A D | acard-ahci.c | 65 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg); 112 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) in acard_ahci_pci_device_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | triflex.c | 104 static int triflex_ide_pci_suspend(struct pci_dev *dev, pm_message_t state) in triflex_ide_pci_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | twl4030_wdt.c | 84 static int twl4030_wdt_suspend(struct platform_device *pdev, pm_message_t state) in twl4030_wdt_suspend()
|
| /OK3568_Linux_fs/kernel/sound/isa/cs423x/ |
| H A D | cs4236.c | 515 pm_message_t state) in snd_cs423x_isa_suspend() 593 static int snd_cs423x_pnp_suspend(struct pnp_dev *pdev, pm_message_t state) in snd_cs423x_pnp_suspend() 654 static int snd_cs423x_pnpc_suspend(struct pnp_card_link *pcard, pm_message_t state) in snd_cs423x_pnpc_suspend()
|
| /OK3568_Linux_fs/kernel/sound/aoa/soundbus/ |
| H A D | soundbus.h | 133 int (*suspend)(struct codec_info_item *cii, pm_message_t state);
|