Home
last modified time | relevance | path

Searched refs:suspend_opt (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/include/linux/usb/
Dcomposite.h235 u8 suspend_opt);
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h59 struct sk_buff *(*gen_pdev_suspend)(struct ath10k *ar, u32 suspend_opt);
549 ath10k_wmi_pdev_suspend_target(struct ath10k *ar, u32 suspend_opt) in ath10k_wmi_pdev_suspend_target() argument
556 skb = ar->wmi.ops->gen_pdev_suspend(ar, suspend_opt); in ath10k_wmi_pdev_suspend_target()
Dcore.h1331 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt);
Dcore.c3078 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend() argument
3085 ret = ath10k_wmi_pdev_suspend_target(ar, suspend_opt); in ath10k_wait_for_suspend()
Dwmi.c6481 ath10k_wmi_op_gen_pdev_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wmi_op_gen_pdev_suspend() argument
6491 cmd->suspend_opt = __cpu_to_le32(suspend_opt); in ath10k_wmi_op_gen_pdev_suspend()
Dwmi.h4614 __le32 suspend_opt; member
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dwmi.h2951 u32 suspend_opt; member
5286 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
Dwmi.c1259 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt, in ath11k_wmi_pdev_suspend() argument
1276 cmd->suspend_opt = suspend_opt; in ath11k_wmi_pdev_suspend()