Searched refs:is_suspend (Results 1 – 8 of 8) sorted by relevance
| /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/net/wireless/ath/ath12k/ |
| 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.c | 1470 void ath12k_pci_power_down(struct ath12k_base *ab, bool is_suspend) in ath12k_pci_power_down() argument 1482 ath12k_mhi_stop(ab_pci, is_suspend); in ath12k_pci_power_down()
|
| H A D | ahb.c | 482 static void ath12k_ahb_power_down(struct ath12k_base *ab, bool is_suspend) in ath12k_ahb_power_down() argument
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-amd.c | 963 static int amd_gpio_suspend_hibernate_common(struct device *dev, bool is_suspend) in amd_gpio_suspend_hibernate_common() argument 969 u32 wake_mask = is_suspend ? WAKE_SOURCE_SUSPEND : WAKE_SOURCE_HIBERNATE; in amd_gpio_suspend_hibernate_common() 985 pin, is_suspend ? "suspend" : "hibernate"); in amd_gpio_suspend_hibernate_common() 996 pin, is_suspend ? "suspend" : "hibernate"); in amd_gpio_suspend_hibernate_common()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | pci.c | 846 static void ath11k_pci_power_down(struct ath11k_base *ab, bool is_suspend) in ath11k_pci_power_down() argument 857 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
|