Searched refs:pm_message_t (Results 1 – 21 of 21) sorted by relevance
| /include/linux/ |
| A D | pm.h | 61 } pm_message_t; typedef 663 pm_message_t power_state; 812 extern void dpm_resume_start(pm_message_t state); 813 extern void dpm_resume_end(pm_message_t state); 814 extern void dpm_resume_noirq(pm_message_t state); 816 extern void dpm_resume(pm_message_t state); 817 extern void dpm_complete(pm_message_t state); 820 extern int dpm_suspend_end(pm_message_t state); 823 extern int dpm_suspend_late(pm_message_t state); 824 extern int dpm_suspend(pm_message_t state); [all …]
|
| A D | isa.h | 18 int (*suspend)(struct device *, unsigned int, pm_message_t);
|
| 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);
|
| A D | auxiliary_bus.h | 193 int (*suspend)(struct auxiliary_device *auxdev, pm_message_t state);
|
| A D | tifm.h | 104 pm_message_t state);
|
| A D | ti_wilink_st.h | 431 int (*suspend)(struct platform_device *, pm_message_t);
|
| A D | memstick.h | 300 pm_message_t state);
|
| A D | suspend.h | 369 int (*begin)(pm_message_t stage);
|
| A D | hid.h | 852 int (*suspend)(struct hid_device *hdev, pm_message_t message); 995 int hid_driver_suspend(struct hid_device *hdev, pm_message_t state); 999 static inline int hid_driver_suspend(struct hid_device *hdev, pm_message_t state) { return 0; } in hid_driver_suspend()
|
| A D | platform_device.h | 240 int (*suspend)(struct platform_device *, pm_message_t state);
|
| A D | libata.h | 925 pm_message_t pm_mesg; 1002 int (*port_suspend)(struct ata_port *ap, pm_message_t mesg); 1160 extern void ata_host_suspend(struct ata_host *host, pm_message_t mesg); 1346 extern void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg); 1348 extern int ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
|
| A D | usb.h | 1231 int (*suspend) (struct usb_interface *intf, pm_message_t message); 1290 int (*suspend) (struct usb_device *udev, pm_message_t message); 1291 int (*resume) (struct usb_device *udev, pm_message_t message);
|
| A D | pci.h | 974 int (*suspend)(struct pci_dev *dev, pm_message_t state); /* Device suspended */ 1459 pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state); 2099 pm_message_t state) in pci_choose_state()
|
| /include/linux/usb/ |
| A D | serial.h | 263 int (*suspend)(struct usb_serial *serial, pm_message_t message); 322 int usb_serial_suspend(struct usb_interface *intf, pm_message_t message);
|
| A D | hcd.h | 268 int (*pci_resume)(struct usb_hcd *hcd, pm_message_t state); 694 extern int hcd_bus_suspend(struct usb_device *rhdev, pm_message_t msg); 695 extern int hcd_bus_resume(struct usb_device *rhdev, pm_message_t msg);
|
| A D | usbnet.h | 191 extern int usbnet_suspend(struct usb_interface *, pm_message_t);
|
| /include/linux/device/ |
| A D | driver.h | 113 int (*suspend) (struct device *dev, pm_message_t state);
|
| A D | bus.h | 97 int (*suspend)(struct device *dev, pm_message_t state);
|
| /include/linux/fsl/ |
| A D | mc.h | 53 int (*suspend)(struct fsl_mc_device *dev, pm_message_t state);
|
| /include/linux/ssb/ |
| A D | ssb.h | 322 int (*suspend)(struct ssb_device *dev, pm_message_t state);
|
| /include/net/mana/ |
| A D | gdma.h | 929 int mana_gd_suspend(struct pci_dev *pdev, pm_message_t state);
|
Completed in 75 milliseconds