Lines Matching defs:data
74 u8 *data;
78 * struct iwl_phy_db - stores phy configuration and calibration data.
81 * @calib_nch: non channel specific calibration data.
82 * @calib_ch: channel specific calibration data.
84 * @calib_ch_group_papd: calibration data related to papd channel group.
86 * @calib_ch_group_txp: calibration data related to tx power chanel group.
110 /* for parsing of tx power channel group data that comes from the firmware*/
174 kfree(entry->data);
175 entry->data = NULL;
205 (struct iwl_calib_res_notif_phy_db *)pkt->data;
215 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data);
229 chg_id = le16_to_cpup((__le16 *)phy_db_notif->data);
248 kfree(entry->data);
249 entry->data = kmemdup(phy_db_notif->data, size, GFP_ATOMIC);
250 if (!entry->data) {
313 txp_chg = (void *)phy_db->calib_ch_group_txp[i].data;
327 u32 type, u8 **data, u16 *size, u16 ch_id)
345 *data = entry->data;
356 u16 length, void *data)
372 cmd.data[0] = &phy_db_cmd;
374 cmd.data[1] = data;
405 entry->data);
423 u8 *data = NULL;
428 "Sending phy db data and configuration to runtime image\n");
432 &data, &size, 0);
438 err = iwl_send_phy_db_cmd(phy_db, IWL_PHY_DB_CFG, size, data);
446 &data, &size, 0);
453 err = iwl_send_phy_db_cmd(phy_db, IWL_PHY_DB_CALIB_NCH, size, data);
460 /* Send all the TXP channel specific data */
470 /* Send all the TXP channel specific data */
481 "Finished sending phy db non channel data\n");