Searched refs:iwm_phy_db (Results 1 – 4 of 4) sorted by relevance
176 struct iwm_phy_db { struct187 struct iwm_phy_db * argument190 struct iwm_phy_db *phy_db = malloc(sizeof(struct iwm_phy_db), in iwm_phy_db_init()210 iwm_phy_db_get_section(struct iwm_phy_db *phy_db, in iwm_phy_db_get_section()237 iwm_phy_db_free_section(struct iwm_phy_db *phy_db, in iwm_phy_db_free_section()252 iwm_phy_db_free(struct iwm_phy_db *phy_db) in iwm_phy_db_free()276 iwm_phy_db_set_section(struct iwm_phy_db *phy_db, in iwm_phy_db_set_section()384 channel_id_to_txp(struct iwm_phy_db *phy_db, uint16_t ch_id) in channel_id_to_txp()407 iwm_phy_db_get_section_data(struct iwm_phy_db *phy_db, in iwm_phy_db_get_section_data()438 iwm_send_phy_db_cmd(struct iwm_phy_db *phy_db, uint16_t type, in iwm_send_phy_db_cmd()[all …]
110 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);
486 struct iwm_phy_db *sc_phy_db;
2800 struct iwm_phy_db *phy_db = data; in iwm_wait_phy_db_entry()