Home
last modified time | relevance | path

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

12345678910>>...15

/openbmc/linux/drivers/usb/core/
H 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()
H A Dgeneric.c265 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 Ddriver.c1235 static int usb_suspend_device(struct usb_device *udev, pm_message_t msg) in usb_suspend_device()
1261 static int usb_resume_device(struct usb_device *udev, pm_message_t msg) in usb_resume_device()
1297 struct usb_interface *intf, pm_message_t msg) in usb_suspend_interface()
1318 struct usb_interface *intf, pm_message_t msg, int reset_resume) in usb_resume_interface()
1398 static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) in usb_suspend_both()
1499 static int usb_resume_both(struct usb_device *udev, pm_message_t msg) in usb_resume_both()
1532 static void choose_wakeup(struct usb_device *udev, pm_message_t msg) in choose_wakeup()
1561 int usb_suspend(struct device *dev, pm_message_t msg) in usb_suspend()
1597 int usb_resume(struct device *dev, pm_message_t msg) in usb_resume()
/openbmc/linux/include/linux/
H A Dpm.h60 } pm_message_t; typedef
664 pm_message_t power_state;
807 extern void dpm_resume_start(pm_message_t state);
808 extern void dpm_resume_end(pm_message_t state);
809 extern void dpm_resume_noirq(pm_message_t state);
811 extern void dpm_resume(pm_message_t state);
812 extern void dpm_complete(pm_message_t state);
815 extern int dpm_suspend_end(pm_message_t state);
818 extern int dpm_suspend_late(pm_message_t state);
819 extern int dpm_suspend(pm_message_t state);
[all …]
H 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);
H A Disa.h18 int (*suspend)(struct device *, unsigned int, pm_message_t);
H A Dauxiliary_bus.h184 int (*suspend)(struct auxiliary_device *auxdev, pm_message_t state);
/openbmc/linux/drivers/base/power/
H A Dmain.c65 static pm_message_t pm_transition;
379 pm_message_t state) in pm_late_early_op()
741 void dpm_resume_noirq(pm_message_t state) in dpm_resume_noirq()
997 void dpm_resume(pm_message_t state) in dpm_resume()
1090 void dpm_complete(pm_message_t state) in dpm_complete()
1131 void dpm_resume_end(pm_message_t state) in dpm_resume_end()
1148 static pm_message_t resume_event(pm_message_t sleep_state) in resume_event()
1464 int dpm_suspend_late(pm_message_t state) in dpm_suspend_late()
1521 int dpm_suspend_end(pm_message_t state) in dpm_suspend_end()
1742 int dpm_suspend(pm_message_t state) in dpm_suspend()
[all …]
/openbmc/linux/drivers/usb/mtu3/
H 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()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00soc.h22 int rt2x00soc_suspend(struct platform_device *pdev, pm_message_t state);
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_driver.h28 int i915_driver_suspend_switcheroo(struct drm_i915_private *i915, pm_message_t state);
H A Di915_switcheroo.c16 pm_message_t pmm = { .event = PM_EVENT_SUSPEND }; in i915_switcheroo_set_state()
/openbmc/linux/sound/soc/sof/
H A Dtrace.c39 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in sof_fw_trace_suspend()
H A Dsof-priv.h423 void (*suspend)(struct snd_sof_dev *sdev, pm_message_t pm_state);
761 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state);
826 int sof_suspend_clients(struct snd_sof_dev *sdev, pm_message_t state);
857 static inline int sof_suspend_clients(struct snd_sof_dev *sdev, pm_message_t state) in sof_suspend_clients()
/openbmc/linux/drivers/usb/host/
H 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()
/openbmc/linux/drivers/usb/serial/
H A Dusb-wwan.h22 extern int usb_wwan_suspend(struct usb_serial *serial, pm_message_t message);
/openbmc/linux/Documentation/sound/soc/
H 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);
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c207 static int cdns3_controller_suspend(struct device *dev, pm_message_t msg) in cdns3_controller_suspend()
231 static int cdns3_controller_resume(struct device *dev, pm_message_t msg) in cdns3_controller_resume()
/openbmc/linux/drivers/watchdog/
H A Dtwl4030_wdt.c84 static int twl4030_wdt_suspend(struct platform_device *pdev, pm_message_t state) in twl4030_wdt_suspend()
H A Ddb8500_wdt.c109 pm_message_t state) in db8500_wdt_suspend()
/openbmc/linux/sound/aoa/codecs/
H A Dtoonie.c61 static int toonie_suspend(struct codec_info_item *cii, pm_message_t state) in toonie_suspend()
/openbmc/linux/sound/aoa/soundbus/
H A Dsoundbus.h133 int (*suspend)(struct codec_info_item *cii, pm_message_t state);
/openbmc/linux/sound/usb/line6/
H A Ddriver.h210 int line6_suspend(struct usb_interface *interface, pm_message_t message);
/openbmc/linux/drivers/usb/misc/
H 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()
/openbmc/linux/include/linux/usb/
H A Dserial.h263 int (*suspend)(struct usb_serial *serial, pm_message_t message);
319 int usb_serial_suspend(struct usb_interface *intf, pm_message_t message);

12345678910>>...15