Searched refs:iwm_phy_db (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_phy_db.h111 extern struct iwm_phy_db *iwm_phy_db_init(struct iwm_softc *sc);
112 extern void iwm_phy_db_free(struct iwm_phy_db *phy_db);
113 extern int iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
115 extern int iwm_send_phy_db_data(struct iwm_phy_db *phy_db);
H A Dif_iwm_phy_db.c168 * struct iwm_phy_db - stores phy configuration and calibration data.
178 struct iwm_phy_db { struct
224 struct iwm_phy_db *
227 struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db),
247 iwm_phy_db_get_section(struct iwm_phy_db *phy_db,
274 iwm_phy_db_free_section(struct iwm_phy_db *phy_db,
289 iwm_phy_db_free(struct iwm_phy_db *phy_db)
313 iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
421 channel_id_to_txp(struct iwm_phy_db *phy_d
[all...]
H A Dif_iwmvar.h486 struct iwm_phy_db *sc_phy_db;
H A Dif_iwm.c2868 struct iwm_phy_db *phy_db = data;

Completed in 83 milliseconds