Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dcomposite.h221 u8 suspend_opt);
/Linux-v6.1/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.h1335 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt);
Dcore.c3233 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend() argument
3240 ret = ath10k_wmi_pdev_suspend_target(ar, suspend_opt); in ath10k_wait_for_suspend()
Dwmi.c6485 ath10k_wmi_op_gen_pdev_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wmi_op_gen_pdev_suspend() argument
6495 cmd->suspend_opt = __cpu_to_le32(suspend_opt); in ath10k_wmi_op_gen_pdev_suspend()
Dwmi.h4619 __le32 suspend_opt; member
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dwmi.h3031 u32 suspend_opt; member
6021 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
Dwmi.c1354 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt, in ath11k_wmi_pdev_suspend() argument
1371 cmd->suspend_opt = suspend_opt; in ath11k_wmi_pdev_suspend()