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

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_phy_db.h110 extern struct iwm_phy_db *iwm_phy_db_init(struct iwm_softc *sc);
111 extern void iwm_phy_db_free(struct iwm_phy_db *phy_db);
112 extern int iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
114 extern int iwm_send_phy_db_data(struct iwm_phy_db *phy_db);
H A Dif_iwm_phy_db.c166 * struct iwm_phy_db - stores phy configuration and calibration data.
176 struct iwm_phy_db { struct
187 struct iwm_phy_db *
190 struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db),
210 iwm_phy_db_get_section(struct iwm_phy_db *phy_db,
237 iwm_phy_db_free_section(struct iwm_phy_db *phy_db,
252 iwm_phy_db_free(struct iwm_phy_db *phy_db)
276 iwm_phy_db_set_section(struct iwm_phy_db *phy_db,
384 channel_id_to_txp(struct iwm_phy_db *phy_d
[all...]
H A Dif_iwmvar.h485 struct iwm_phy_db *sc_phy_db;
H A Dif_iwm.c2771 struct iwm_phy_db *phy_db = data;

Completed in 152 milliseconds