Searched refs:is_suspend (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | hif.h | 20 void (*power_down)(struct ath12k_base *ab, bool is_suspend); 144 static inline void ath12k_hif_power_down(struct ath12k_base *ab, bool is_suspend) in ath12k_hif_power_down() argument 149 ab->hif.ops->power_down(ab, is_suspend); in ath12k_hif_power_down()
|
| H A D | mhi.h | 35 void ath12k_mhi_stop(struct ath12k_pci *ar_pci, bool is_suspend);
|
| H A D | mhi.c | 502 void ath12k_mhi_stop(struct ath12k_pci *ab_pci, bool is_suspend) in ath12k_mhi_stop() argument 508 if (is_suspend) in ath12k_mhi_stop()
|
| H A D | pci.h | 176 void ath12k_pci_power_down(struct ath12k_base *ab, bool is_suspend);
|
| H A D | pci.c | 1455 void ath12k_pci_power_down(struct ath12k_base *ab, bool is_suspend) in ath12k_pci_power_down() argument 1467 ath12k_mhi_stop(ab_pci, is_suspend); in ath12k_pci_power_down()
|
| H A D | ahb.c | 459 static void ath12k_ahb_power_down(struct ath12k_base *ab, bool is_suspend) in ath12k_ahb_power_down() argument
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | hif.h | 21 void (*power_down)(struct ath11k_base *ab, bool is_suspend); 77 static inline void ath11k_hif_power_down(struct ath11k_base *ab, bool is_suspend) in ath11k_hif_power_down() argument 82 ab->hif.ops->power_down(ab, is_suspend); in ath11k_hif_power_down()
|
| H A D | mhi.h | 21 void ath11k_mhi_stop(struct ath11k_pci *ar_pci, bool is_suspend);
|
| H A D | mhi.c | 453 void ath11k_mhi_stop(struct ath11k_pci *ab_pci, bool is_suspend) in ath11k_mhi_stop() argument 459 if (is_suspend) in ath11k_mhi_stop()
|
| H A D | pci.c | 842 static void ath11k_pci_power_down(struct ath11k_base *ab, bool is_suspend) in ath11k_pci_power_down() argument 853 ath11k_mhi_stop(ab_pci, is_suspend); in ath11k_pci_power_down()
|
| H A D | ahb.c | 416 static void ath11k_ahb_power_down(struct ath11k_base *ab, bool is_suspend) in ath11k_ahb_power_down() argument
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_ether.h | 82 bool is_suspend; member
|
| H A D | u_ether.c | 477 if (dev->port_usb && dev->port_usb->is_suspend) { in eth_start_xmit() 1084 link->is_suspend = true; in gether_suspend() 1101 link->is_suspend = false; in gether_resume() 1230 link->is_suspend = false; in gether_disconnect()
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-amd.c | 964 static int amd_gpio_suspend_hibernate_common(struct device *dev, bool is_suspend) in amd_gpio_suspend_hibernate_common() argument 970 u32 wake_mask = is_suspend ? WAKE_SOURCE_SUSPEND : WAKE_SOURCE_HIBERNATE; in amd_gpio_suspend_hibernate_common() 986 pin, is_suspend ? "suspend" : "hibernate"); in amd_gpio_suspend_hibernate_common() 997 pin, is_suspend ? "suspend" : "hibernate"); in amd_gpio_suspend_hibernate_common()
|
| /linux/drivers/regulator/ |
| H A D | max77620-regulator.c | 164 int id, bool is_suspend) in max77620_regulator_set_fps_slots() argument 177 if (is_suspend) { in max77620_regulator_set_fps_slots()
|