Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dcomposite.h225 u8 suspend_opt);
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A 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()
H A Dcore.h1339 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt);
H A Dcore.c3244 int ath10k_wait_for_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wait_for_suspend() argument
3251 ret = ath10k_wmi_pdev_suspend_target(ar, suspend_opt); in ath10k_wait_for_suspend()
H A Dwmi.c6507 ath10k_wmi_op_gen_pdev_suspend(struct ath10k *ar, u32 suspend_opt) in ath10k_wmi_op_gen_pdev_suspend() argument
6517 cmd->suspend_opt = __cpu_to_le32(suspend_opt); in ath10k_wmi_op_gen_pdev_suspend()
H A Dwmi.h4620 __le32 suspend_opt; member
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3049 __le32 suspend_opt; member
4848 int ath12k_wmi_pdev_suspend(struct ath12k *ar, u32 suspend_opt,
H A Dwmi.c1422 int ath12k_wmi_pdev_suspend(struct ath12k *ar, u32 suspend_opt, in ath12k_wmi_pdev_suspend() argument
1439 cmd->suspend_opt = cpu_to_le32(suspend_opt); in ath12k_wmi_pdev_suspend()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3083 u32 suspend_opt; member
6378 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt,
H A Dwmi.c1378 int ath11k_wmi_pdev_suspend(struct ath11k *ar, u32 suspend_opt, in ath11k_wmi_pdev_suspend() argument
1395 cmd->suspend_opt = suspend_opt; in ath11k_wmi_pdev_suspend()