Home
last modified time | relevance | path

Searched refs:pm_message_t (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/linux/drivers/usb/core/
A Dusb.h56 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()
A Dgeneric.c281 int usb_generic_driver_suspend(struct usb_device *udev, pm_message_t msg) in usb_generic_driver_suspend()
309 int usb_generic_driver_resume(struct usb_device *udev, pm_message_t msg) in usb_generic_driver_resume()
A Ddriver.c1255 static int usb_suspend_device(struct usb_device *udev, pm_message_t msg) in usb_suspend_device()
1281 static int usb_resume_device(struct usb_device *udev, pm_message_t msg) in usb_resume_device()
1317 struct usb_interface *intf, pm_message_t msg) in usb_suspend_interface()
1338 struct usb_interface *intf, pm_message_t msg, int reset_resume) in usb_resume_interface()
1418 static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) in usb_suspend_both()
1519 static int usb_resume_both(struct usb_device *udev, pm_message_t msg) in usb_resume_both()
1552 static void choose_wakeup(struct usb_device *udev, pm_message_t msg) in choose_wakeup()
1581 int usb_suspend(struct device *dev, pm_message_t msg) in usb_suspend()
1617 int usb_resume(struct device *dev, pm_message_t msg) in usb_resume()
/linux/include/linux/
A Dpm.h60 } pm_message_t; typedef
664 pm_message_t power_state;
810 extern void dpm_resume_start(pm_message_t state);
811 extern void dpm_resume_end(pm_message_t state);
812 extern void dpm_resume_noirq(pm_message_t state);
814 extern void dpm_resume(pm_message_t state);
815 extern void dpm_complete(pm_message_t state);
818 extern int dpm_suspend_end(pm_message_t state);
821 extern int dpm_suspend_late(pm_message_t state);
822 extern int dpm_suspend(pm_message_t state);
[all …]
A Dpnp.h230 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);
A Disa.h18 int (*suspend)(struct device *, unsigned int, pm_message_t);
A Dauxiliary_bus.h193 int (*suspend)(struct auxiliary_device *auxdev, pm_message_t state);
/linux/drivers/base/power/
A Dmain.c64 static pm_message_t pm_transition;
378 pm_message_t state) in pm_late_early_op()
753 void dpm_resume_noirq(pm_message_t state) in dpm_resume_noirq()
1007 void dpm_resume(pm_message_t state) in dpm_resume()
1106 void dpm_complete(pm_message_t state) in dpm_complete()
1147 void dpm_resume_end(pm_message_t state) in dpm_resume_end()
1164 static pm_message_t resume_event(pm_message_t sleep_state) in resume_event()
1455 int dpm_suspend_late(pm_message_t state) in dpm_suspend_late()
1510 int dpm_suspend_end(pm_message_t state) in dpm_suspend_end()
1720 int dpm_suspend(pm_message_t state) in dpm_suspend()
[all …]
/linux/drivers/usb/mtu3/
A Dmtu3_dr.h60 int ssusb_gadget_suspend(struct ssusb_mtk *ssusb, pm_message_t msg);
61 int ssusb_gadget_resume(struct ssusb_mtk *ssusb, pm_message_t msg);
74 ssusb_gadget_suspend(struct ssusb_mtk *ssusb, pm_message_t msg) in ssusb_gadget_suspend()
80 ssusb_gadget_resume(struct ssusb_mtk *ssusb, pm_message_t msg) in ssusb_gadget_resume()
A Dmtu3_plat.c491 static int resume_ip_and_ports(struct ssusb_mtk *ssusb, pm_message_t msg) in resume_ip_and_ports()
513 static int mtu3_suspend_common(struct device *dev, pm_message_t msg) in mtu3_suspend_common()
557 static int mtu3_resume_common(struct device *dev, pm_message_t msg) in mtu3_resume_common()
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00soc.h22 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
/linux/drivers/usb/dwc3/
A Ddwc3-imx8mp.c101 pm_message_t msg) in dwc3_imx8mp_wakeup_enable()
276 static int dwc3_imx8mp_suspend(struct dwc3_imx8mp *dwc3_imx, pm_message_t msg) in dwc3_imx8mp_suspend()
290 static int dwc3_imx8mp_resume(struct dwc3_imx8mp *dwc3_imx, pm_message_t msg) in dwc3_imx8mp_resume()
/linux/drivers/gpu/drm/i915/
A Di915_driver.h28 int i915_driver_suspend_switcheroo(struct drm_i915_private *i915, pm_message_t state);
A Di915_switcheroo.c16 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
/linux/drivers/usb/host/
A Duhci-pci.c172 static int uhci_pci_resume(struct usb_hcd *hcd, pm_message_t state);
213 static int uhci_pci_resume(struct usb_hcd *hcd, pm_message_t msg) in uhci_pci_resume()
/linux/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_bus.h24 pm_message_t state);
/linux/sound/soc/sof/
A Dtrace.c39 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in sof_fw_trace_suspend()
A Dsof-priv.h448 void (*suspend)(struct snd_sof_dev *sdev, pm_message_t pm_state);
794 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state);
857 int sof_suspend_clients(struct snd_sof_dev *sdev, pm_message_t state);
888 static inline int sof_suspend_clients(struct snd_sof_dev *sdev, pm_message_t state) in sof_suspend_clients()
/linux/Documentation/sound/soc/
A Dmachine.rst26 int (*suspend_pre)(struct platform_device *pdev, pm_message_t state);
27 int (*suspend_post)(struct platform_device *pdev, pm_message_t state);
/linux/drivers/usb/serial/
A Dusb-wwan.h22 extern int usb_wwan_suspend(struct usb_serial *serial, pm_message_t message);
/linux/drivers/usb/cdns3/
A Dcdns3-plat.c213 static int cdns3_controller_suspend(struct device *dev, pm_message_t msg) in cdns3_controller_suspend()
237 static int cdns3_controller_resume(struct device *dev, pm_message_t msg) in cdns3_controller_resume()
/linux/drivers/watchdog/
A Dtwl4030_wdt.c84 static int twl4030_wdt_suspend(struct platform_device *pdev, pm_message_t state) in twl4030_wdt_suspend()
/linux/include/linux/usb/
A Dserial.h263 int (*suspend)(struct usb_serial *serial, pm_message_t message);
322 int usb_serial_suspend(struct usb_interface *intf, pm_message_t message);
/linux/drivers/usb/misc/
A Didmouse.c92 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()
/linux/sound/aoa/codecs/
A Dtoonie.c61 static int toonie_suspend(struct codec_info_item *cii, pm_message_t state) in toonie_suspend()

Completed in 45 milliseconds

12345678910>>...15