Home
last modified time | relevance | path

Searched refs:reg_request (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/wireless/
Dreg.c2153 static void reg_process_hint(struct regulatory_request *reg_request) in reg_process_hint() argument
2158 if (reg_request->wiphy_idx != WIPHY_IDX_INVALID) in reg_process_hint()
2159 wiphy = wiphy_idx_to_wiphy(reg_request->wiphy_idx); in reg_process_hint()
2161 switch (reg_request->initiator) { in reg_process_hint()
2163 treatment = reg_process_hint_core(reg_request); in reg_process_hint()
2166 treatment = reg_process_hint_user(reg_request); in reg_process_hint()
2171 treatment = reg_process_hint_driver(wiphy, reg_request); in reg_process_hint()
2176 treatment = reg_process_hint_country_ie(wiphy, reg_request); in reg_process_hint()
2179 WARN(1, "invalid initiator %d\n", reg_request->initiator); in reg_process_hint()
2194 wiphy_update_regulatory(wiphy, reg_request->initiator); in reg_process_hint()
[all …]
/linux-4.4.14/sound/oss/
Dswarm_cs4297a.c325 volatile u64 reg_request; member
744 if (s->reg_request) { in serdma_reg_access()
752 s->reg_request = data; in serdma_reg_access()
1876 if (s->reg_request) { in cs4297a_write()
1878 cpu_to_be64(s->reg_request); in cs4297a_write()
1879 s->reg_request = 0; in cs4297a_write()