Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3470 __le32 delay_time_ms; member
4836 int ath12k_wmi_force_fw_hang_cmd(struct ath12k *ar, u32 type, u32 delay_time_ms);
H A Dwmi.c1623 int ath12k_wmi_force_fw_hang_cmd(struct ath12k *ar, u32 type, u32 delay_time_ms) in ath12k_wmi_force_fw_hang_cmd() argument
1641 cmd->delay_time_ms = cpu_to_le32(delay_time_ms); in ath12k_wmi_force_fw_hang_cmd()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3531 u32 delay_time_ms; member
6370 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms);
H A Dwmi.c1621 int ath11k_wmi_force_fw_hang_cmd(struct ath11k *ar, u32 type, u32 delay_time_ms) in ath11k_wmi_force_fw_hang_cmd() argument
1639 cmd->delay_time_ms = delay_time_ms; in ath11k_wmi_force_fw_hang_cmd()