Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c364 struct iwl_calib_hdr *hdr; in iwlagn_wait_calib()
371 hdr = (struct iwl_calib_hdr *)pkt->data; in iwlagn_wait_calib()
Dcommands.h3182 struct iwl_calib_hdr { struct
3190 struct iwl_calib_hdr hdr; argument
3195 struct iwl_calib_hdr hdr;
3203 struct iwl_calib_hdr hdr;
3209 struct iwl_calib_hdr hdr;
3218 struct iwl_calib_hdr hdr;
3224 struct iwl_calib_hdr hdr;
Dagn.h109 static inline void iwl_set_calib_hdr(struct iwl_calib_hdr *hdr, u8 cmd) in iwl_set_calib_hdr()
168 const struct iwl_calib_hdr *cmd, int len);
Dcalib.c75 struct iwl_calib_hdr hdr;
113 const struct iwl_calib_hdr *cmd, int len) in iwl_calib_set()
117 res = kmalloc(sizeof(*res) + len - sizeof(struct iwl_calib_hdr), in iwl_calib_set()