Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c382 struct iwl_calib_hdr *hdr; in iwlagn_wait_calib()
389 hdr = (struct iwl_calib_hdr *)pkt->data; in iwlagn_wait_calib()
Dcommands.h3187 struct iwl_calib_hdr { struct
3195 struct iwl_calib_hdr hdr; argument
3200 struct iwl_calib_hdr hdr;
3208 struct iwl_calib_hdr hdr;
3214 struct iwl_calib_hdr hdr;
3223 struct iwl_calib_hdr hdr;
3229 struct iwl_calib_hdr hdr;
Dagn.h114 static inline void iwl_set_calib_hdr(struct iwl_calib_hdr *hdr, u8 cmd) in iwl_set_calib_hdr()
173 const struct iwl_calib_hdr *cmd, int len);
Dcalib.c80 struct iwl_calib_hdr hdr;
118 const struct iwl_calib_hdr *cmd, int len) in iwl_calib_set()
122 res = kmalloc(sizeof(*res) + len - sizeof(struct iwl_calib_hdr), in iwl_calib_set()