Searched defs:op_class_pref_t (Results 1 – 7 of 7) sorted by relevance
153 struct op_class_pref_t { struct154 u8 class_id;155 enum band_type band;156 enum opc_bw bw;157 u8 ch_num; /* number of chs */158 u8 op_ch_num; /* channel number which is not static non operable */159 u8 ir_ch_num; /* channel number which can init radiation */160 struct op_ch_t chs[];
153 struct op_class_pref_t { struct154 u8 class_id;155 BAND_TYPE band;156 enum opc_bw bw;157 u8 ch_num; /* number of chs */158 u8 op_ch_num; /* channel number which is not static non operable */159 u8 ir_ch_num; /* channel number which can init radiation */160 struct op_ch_t chs[MAX_CHANNEL_NUM_OF_BAND]; /* zero(ch) terminated array */
168 struct op_class_pref_t { struct169 u8 class_id;170 BAND_TYPE band;171 enum opc_bw bw;172 u8 ch_num; /* number of chs */173 u8 op_ch_num; /* channel number which is not static non operable */174 u8 ir_ch_num; /* channel number which can init radiation */175 struct op_ch_t chs[];
169 struct op_class_pref_t { struct170 u8 class_id;171 BAND_TYPE band;172 enum opc_bw bw;173 u8 ch_num; /* number of chs */174 u8 op_ch_num; /* channel number which is not static non operable */175 u8 ir_ch_num; /* channel number which can init radiation */176 struct op_ch_t chs[];
154 struct op_class_pref_t { struct155 u8 class_id;156 BAND_TYPE band;157 enum opc_bw bw;158 u8 ch_num; /* number of chs */159 u8 op_ch_num; /* channel number which is not static non operable */160 u8 ir_ch_num; /* channel number which can init radiation */161 struct op_ch_t chs[MAX_CHANNEL_NUM_OF_BAND]; /* zero(ch) terminated array */