Home
last modified time | relevance | path

Searched refs:delay_time_ms (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.h3470 __le32 delay_time_ms; member
4836 int ath12k_wmi_force_fw_hang_cmd(struct ath12k *ar, u32 type, u32 delay_time_ms);
Dwmi.c1587 int ath12k_wmi_force_fw_hang_cmd(struct ath12k *ar, u32 type, u32 delay_time_ms) in ath12k_wmi_force_fw_hang_cmd() argument
1605 cmd->delay_time_ms = cpu_to_le32(delay_time_ms); in ath12k_wmi_force_fw_hang_cmd()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dwmi.h3528 u32 delay_time_ms; member
6367 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
Dwmi.c1546 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms) in ath11k_wmi_force_fw_hang_cmd() argument
1564 cmd->delay_time_ms = delay_time_ms; in ath11k_wmi_force_fw_hang_cmd()