Home
last modified time | relevance | path

Searched refs:def (Results 1 – 200 of 219) sorted by relevance

12

/linux-4.4.14/drivers/memory/tegra/
Dtegra114.c33 .def = 0x4e,
47 .def = 0x4e,
61 .def = 0x4e,
75 .def = 0x4e,
89 .def = 0x4e,
103 .def = 0x4e,
117 .def = 0x33,
131 .def = 0x09,
145 .def = 0x09,
159 .def = 0x04,
[all …]
Dtegra30.c33 .def = 0x4e,
47 .def = 0x4e,
61 .def = 0x4e,
75 .def = 0x4e,
89 .def = 0x4e,
103 .def = 0x4e,
117 .def = 0x4e,
131 .def = 0x4e,
145 .def = 0x17,
159 .def = 0x09,
[all …]
Dtegra210.c35 .def = 0xc2,
49 .def = 0xc6,
63 .def = 0x50,
77 .def = 0x50,
91 .def = 0x50,
105 .def = 0x50,
119 .def = 0x13,
133 .def = 0x04,
147 .def = 0x50,
161 .def = 0x50,
[all …]
Dtegra124.c75 .def = 0xc2,
89 .def = 0xc6,
103 .def = 0x50,
117 .def = 0x50,
131 .def = 0x50,
145 .def = 0x50,
159 .def = 0x13,
173 .def = 0x04,
187 .def = 0x50,
201 .def = 0x50,
[all …]
Dmc.c98 value |= (la->def & la->mask) << la->shift; in tegra_mc_setup_latency_allowance()
/linux-4.4.14/drivers/media/usb/pwc/
Dpwc-v4l.c166 int r, def; in pwc_init_controls() local
174 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, BRIGHTNESS_FORMATTER, &def); in pwc_init_controls()
175 if (r || def > 127) in pwc_init_controls()
176 def = 63; in pwc_init_controls()
178 V4L2_CID_BRIGHTNESS, 0, 127, 1, def); in pwc_init_controls()
180 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, CONTRAST_FORMATTER, &def); in pwc_init_controls()
181 if (r || def > 63) in pwc_init_controls()
182 def = 31; in pwc_init_controls()
184 V4L2_CID_CONTRAST, 0, 63, 1, def); in pwc_init_controls()
192 &def); in pwc_init_controls()
[all …]
/linux-4.4.14/net/netlabel/
Dnetlabel_domainhash.c86 if (ptr->def.type == NETLBL_NLTYPE_ADDRSELECT) { in netlbl_domhsh_free_entry()
88 &ptr->def.addrsel->list4) { in netlbl_domhsh_free_entry()
94 &ptr->def.addrsel->list6) { in netlbl_domhsh_free_entry()
215 type = map4->def.type; in netlbl_domhsh_audit_add()
216 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
223 type = map6->def.type; in netlbl_domhsh_audit_add()
228 type = entry->def.type; in netlbl_domhsh_audit_add()
229 cipsov4 = entry->def.cipso; in netlbl_domhsh_audit_add()
267 switch (entry->def.type) { in netlbl_domhsh_validate()
269 if (entry->def.cipso != NULL || entry->def.addrsel != NULL) in netlbl_domhsh_validate()
[all …]
Dnetlabel_mgmt.c103 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]); in netlbl_mgmt_add_common()
120 switch (entry->def.type) { in netlbl_mgmt_add_common()
131 entry->def.cipso = cipsov4; in netlbl_mgmt_add_common()
171 map->def.type = entry->def.type; in netlbl_mgmt_add_common()
173 map->def.cipso = cipsov4; in netlbl_mgmt_add_common()
181 entry->def.type = NETLBL_NLTYPE_ADDRSELECT; in netlbl_mgmt_add_common()
182 entry->def.addrsel = addrmap; in netlbl_mgmt_add_common()
222 map->def.type = entry->def.type; in netlbl_mgmt_add_common()
230 entry->def.type = NETLBL_NLTYPE_ADDRSELECT; in netlbl_mgmt_add_common()
231 entry->def.addrsel = addrmap; in netlbl_mgmt_add_common()
[all …]
Dnetlabel_kapi.c124 entry->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_cfg_unlbl_map_add()
139 map4->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_cfg_unlbl_map_add()
156 map6->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_cfg_unlbl_map_add()
175 entry->def.addrsel = addrmap; in netlbl_cfg_unlbl_map_add()
176 entry->def.type = NETLBL_NLTYPE_ADDRSELECT; in netlbl_cfg_unlbl_map_add()
355 entry->def.cipso = doi_def; in netlbl_cfg_cipsov4_map_add()
356 entry->def.type = NETLBL_NLTYPE_CIPSOV4; in netlbl_cfg_cipsov4_map_add()
367 addrinfo->def.cipso = doi_def; in netlbl_cfg_cipsov4_map_add()
368 addrinfo->def.type = NETLBL_NLTYPE_CIPSOV4; in netlbl_cfg_cipsov4_map_add()
376 entry->def.addrsel = addrmap; in netlbl_cfg_cipsov4_map_add()
[all …]
Dnetlabel_domainhash.h59 struct netlbl_dommap_def def; member
66 struct netlbl_dommap_def def; member
73 struct netlbl_dommap_def def; member
Dnetlabel_cipso_v4.c693 if (entry->def.type == NETLBL_NLTYPE_CIPSOV4 && in netlbl_cipsov4_remove_cb()
694 entry->def.cipso->doi == cb_arg->doi) in netlbl_cipsov4_remove_cb()
Dnetlabel_unlabeled.c1540 entry->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_unlabel_defconf()
/linux-4.4.14/scripts/
Dnamespace.pl82 my %def = (); # all definitions for each name
317 if (!exists($def{$name})) {
318 $def{$name} = [];
320 push(@{$def{$name}}, $fullname);
350 my $def = $def{$name};
351 for ($j = 0; $j < $#{$def{$name}}; ++$j) {
352 if ($def{$name}[$j] eq $object) {
353 splice(@{$def{$name}}, $j, 1);
363 foreach my $name (keys(%def)) {
364 if ($#{$def{$name}} > 0) {
[all …]
Dasn1_compiler.c711 struct token *def; member
/linux-4.4.14/scripts/kconfig/
Dconfdata.c126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument
133 sym->def[def].tri = mod; in conf_set_sym_val()
140 sym->def[def].tri = yes; in conf_set_sym_val()
145 sym->def[def].tri = no; in conf_set_sym_val()
149 if (def != S_DEF_AUTO) in conf_set_sym_val()
172 if (def != S_DEF_AUTO) in conf_set_sym_val()
181 sym->def[def].val = strdup(p); in conf_set_sym_val()
184 if (def != S_DEF_AUTO) in conf_set_sym_val()
251 int conf_read_simple(const char *name, int def) in conf_read_simple() argument
295 def_flags = SYMBOL_DEF << def; in conf_read_simple()
[all …]
Dconf.c84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument
95 printf("%s\n", def); in conf_askvalue()
105 printf("%s\n", def); in conf_askvalue()
124 printf("%s\n", def); in conf_askvalue()
136 const char *def; in conf_string() local
141 def = sym_get_string_value(sym); in conf_string()
143 printf("[%s] ", def); in conf_string()
144 if (!conf_askvalue(sym, def)) in conf_string()
153 def = NULL; in conf_string()
159 def = line; in conf_string()
[all …]
Dsymbol.c38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() argument
42 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default()
300 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
372 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
411 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
512 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
521 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
666 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
670 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
Dexpr.h82 struct symbol_value def[S_DEF_COUNT]; member
Dstreamline_config.pl222 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
Dgconf.c1041 const char *def; in fill_row() local
1150 def = sym_get_string_value(sym); in fill_row()
1151 row[COL_VALUE] = g_strdup(def); in fill_row()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dparam.c155 int def; member
178 *value = opt->def; in e1000_validate_option()
223 *value = opt->def; in e1000_validate_option()
255 .def = DEFAULT_TIDV, in e1000e_check_options()
265 adapter->tx_int_delay = opt.def; in e1000e_check_options()
275 .def = DEFAULT_TADV, in e1000e_check_options()
285 adapter->tx_abs_int_delay = opt.def; in e1000e_check_options()
295 .def = DEFAULT_RDTR, in e1000e_check_options()
305 adapter->rx_int_delay = opt.def; in e1000e_check_options()
315 .def = DEFAULT_RADV, in e1000e_check_options()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c186 int def; member
206 *value = opt->def; in ixgb_validate_option()
246 *value = opt->def; in ixgb_validate_option()
274 .def = DEFAULT_TXD, in ixgb_check_options()
284 tx_ring->count = opt.def; in ixgb_check_options()
293 .def = DEFAULT_RXD, in ixgb_check_options()
303 rx_ring->count = opt.def; in ixgb_check_options()
312 .def = OPTION_ENABLED in ixgb_check_options()
320 adapter->rx_csum = opt.def; in ixgb_check_options()
337 .def = ixgb_fc_tx_pause, in ixgb_check_options()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_param.c195 int def; member
213 *value = opt->def; in e1000_validate_option()
254 *value = opt->def; in e1000_validate_option()
290 .def = E1000_DEFAULT_TXD, in e1000_check_options()
303 tx_ring->count = opt.def; in e1000_check_options()
318 .def = E1000_DEFAULT_RXD, in e1000_check_options()
332 rx_ring->count = opt.def; in e1000_check_options()
342 .def = OPTION_ENABLED in e1000_check_options()
350 adapter->rx_csum = opt.def; in e1000_check_options()
367 .def = E1000_FC_DEFAULT, in e1000_check_options()
[all …]
/linux-4.4.14/fs/fscache/
Dcookie.c60 const struct fscache_cookie_def *def, in __fscache_acquire_cookie() argument
66 BUG_ON(!def); in __fscache_acquire_cookie()
69 parent ? (char *) parent->def->name : "<no-parent>", in __fscache_acquire_cookie()
70 def->name, netfs_data, enable); in __fscache_acquire_cookie()
82 BUG_ON(!def->get_key); in __fscache_acquire_cookie()
83 BUG_ON(!def->name[0]); in __fscache_acquire_cookie()
85 BUG_ON(def->type == FSCACHE_COOKIE_TYPE_INDEX && in __fscache_acquire_cookie()
86 parent->def->type != FSCACHE_COOKIE_TYPE_INDEX); in __fscache_acquire_cookie()
107 cookie->def = def; in __fscache_acquire_cookie()
116 switch (cookie->def->type) { in __fscache_acquire_cookie()
[all …]
Dobject-list.c221 FILTER(cookie->def, in fscache_objlist_show()
257 switch (cookie->def->type) { in fscache_objlist_show()
265 sprintf(_type, "%02u", cookie->def->type); in fscache_objlist_show()
271 cookie->def->name, in fscache_objlist_show()
276 if (cookie->def->get_key && in fscache_objlist_show()
278 keylen = cookie->def->get_key(cookie->netfs_data, in fscache_objlist_show()
281 if (cookie->def->get_aux && in fscache_objlist_show()
283 auxlen = cookie->def->get_aux(cookie->netfs_data, in fscache_objlist_show()
Dinternal.h332 if (cookie->def->get_context) in fscache_get_context()
333 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
343 if (cookie->def->put_context) in fscache_put_context()
344 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
Dpage.c205 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_attr_changed()
433 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_read_or_alloc_page()
563 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_read_or_alloc_pages()
670 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_alloc_page()
933 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_write_page()
1064 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_uncache_page()
1127 cookie->def->name, page->index); in fscache_mark_page_cached()
1131 if (cookie->def->mark_page_cached) in fscache_mark_page_cached()
1132 cookie->def->mark_page_cached(cookie->netfs_data, in fscache_mark_page_cached()
Dcache.c128 if (cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) { in fscache_select_cache_for_object()
137 if (!cookie->def->select_cache) in fscache_select_cache_for_object()
141 tag = cookie->def->select_cache(cookie->parent->netfs_data, in fscache_select_cache_for_object()
Dnetfs.c45 cookie->def = &fscache_fsdef_netfs_def; in __fscache_register_netfs()
Dfsdef.c61 .def = &fscache_fsdef_index_def,
Dobject.c466 cookie->def->name, object->cache->tag->name); in fscache_look_up_object()
902 if (!object->cookie->def->check_aux) { in fscache_check_aux()
907 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_param.c106 int def; member
123 *value = opt->def; in atl1e_validate_option()
168 *value = opt->def; in atl1e_validate_option()
198 .def = ATL1E_DEFAULT_TX_DESC_CNT, in atl1e_check_options()
208 adapter->tx_ring.count = (u16)opt.def; in atl1e_check_options()
217 .def = ATL1E_DEFAULT_RX_MEM_SIZE, in atl1e_check_options()
227 adapter->rx_ring.page_size = (u32)opt.def * 1024; in atl1e_check_options()
237 .def = INT_MOD_DEFAULT_CNT, in atl1e_check_options()
247 adapter->hw.imt = (u16)(opt.def); in atl1e_check_options()
256 .def = MEDIA_TYPE_AUTO_SENSOR, in atl1e_check_options()
[all …]
/linux-4.4.14/arch/powerpc/mm/
Dtlb_nohash.c449 struct mmu_psize_def *def; in setup_page_sizes() local
452 def = &mmu_psize_defs[psize]; in setup_page_sizes()
453 shift = def->shift; in setup_page_sizes()
462 def->flags |= MMU_PAGE_SIZE_DIRECT; in setup_page_sizes()
488 struct mmu_psize_def *def = &mmu_psize_defs[psize]; in setup_page_sizes() local
490 if (tlb1ps & (1U << (def->shift - 10))) { in setup_page_sizes()
491 def->flags |= MMU_PAGE_SIZE_DIRECT; in setup_page_sizes()
494 def->flags |= MMU_PAGE_SIZE_INDIRECT; in setup_page_sizes()
508 struct mmu_psize_def *def = &mmu_psize_defs[psize]; in setup_page_sizes() local
510 if (tlb0ps & (1U << (def->shift - 10))) in setup_page_sizes()
[all …]
Dhash_utils_64.c350 struct mmu_psize_def *def; in htab_dt_scan_page_sizes() local
360 def = &mmu_psize_defs[base_idx]; in htab_dt_scan_page_sizes()
364 def->shift = base_shift; in htab_dt_scan_page_sizes()
366 def->avpnm = 0; in htab_dt_scan_page_sizes()
368 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
369 def->sllp = slbenc; in htab_dt_scan_page_sizes()
375 def->tlbiel = 1; in htab_dt_scan_page_sizes()
377 def->tlbiel = 0; in htab_dt_scan_page_sizes()
394 def->penc[idx] = penc; in htab_dt_scan_page_sizes()
397 base_shift, shift, def->sllp, in htab_dt_scan_page_sizes()
[all …]
/linux-4.4.14/Documentation/vDSO/
Dparse_vdso.c204 ELF(Verdef) *def = vdso_info.verdef; in vdso_match_version()
206 if ((def->vd_flags & VER_FLG_BASE) == 0 in vdso_match_version()
207 && (def->vd_ndx & 0x7fff) == ver) in vdso_match_version()
210 if (def->vd_next == 0) in vdso_match_version()
213 def = (ELF(Verdef) *)((char *)def + def->vd_next); in vdso_match_version()
217 ELF(Verdaux) *aux = (ELF(Verdaux)*)((char *)def + def->vd_aux); in vdso_match_version()
218 return def->vd_hash == hash in vdso_match_version()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-cx2584x-v4l.c47 const struct routing_scheme_item *def; member
71 .def = routing_scheme0,
98 .def = routing_schemegv,
115 .def = routing_schemeav400,
146 vid_input = sp->def[hdw->input_val].vid; in pvr2_cx25840_subdev_update()
147 aud_input = sp->def[hdw->input_val].aud; in pvr2_cx25840_subdev_update()
Dpvrusb2-ctrl.c34 if (val >= cptr->info->def.type_enum.count) return -ERANGE; in pvr2_ctrl_range_check()
37 lim = cptr->info->def.type_int.min_value; in pvr2_ctrl_range_check()
42 lim = cptr->info->def.type_int.max_value; in pvr2_ctrl_range_check()
67 mask &= cptr->info->def.type_bitmask.valid_bits; in pvr2_ctrl_set_mask_value()
113 ret = cptr->info->def.type_int.max_value; in pvr2_ctrl_get_max()
129 ret = cptr->info->def.type_int.min_value; in pvr2_ctrl_get_min()
159 ret = cptr->info->def.type_enum.count; in pvr2_ctrl_get_cnt()
173 ret = cptr->info->def.type_bitmask.valid_bits; in pvr2_ctrl_get_mask()
207 names = cptr->info->def.type_enum.value_names; in pvr2_ctrl_get_valname()
222 names = cptr->info->def.type_bitmask.bit_names; in pvr2_ctrl_get_valname()
[all …]
Dpvrusb2-video-v4l.c42 const int *def; member
57 .def = routing_scheme0,
69 .def = routing_scheme1,
100 input = sp->def[hdw->input_val]; in pvr2_saa7115_subdev_update()
Dpvrusb2-cs53l32a.c39 const int *def; member
52 .def = routing_scheme1,
81 input = sp->def[hdw->input_val]; in pvr2_cs53l32a_subdev_update()
Dpvrusb2-audio.c31 const int *def; member
52 .def = routing_scheme0,
74 input = sp->def[hdw->input_val]; in pvr2_msp3400_subdev_update()
Dpvrusb2-hdw.c861 hdw->std_info_cur.def.type_bitmask.valid_bits = hdw->std_mask_avail; in ctrl_stdavail_set()
948 .def.type_int.min_value = vmin, \
949 .def.type_int.max_value = vmax
953 .def.type_enum.count = ARRAY_SIZE(tab), \
954 .def.type_enum.value_names = tab
961 .def.type_bitmask.valid_bits = msk, \
962 .def.type_bitmask.bit_names = tab
1906 hdw->std_info_cur.def.type_bitmask.valid_bits = hdw->std_mask_avail; in pvr2_hdw_setup_std()
2524 ciptr->def.type_int.min_value = qctrl.minimum; in pvr2_hdw_create()
2525 ciptr->def.type_int.max_value = qctrl.maximum; in pvr2_hdw_create()
[all …]
Dpvrusb2-hdw-internal.h125 } def; member
/linux-4.4.14/drivers/iio/magnetometer/
Dak8975.c363 struct ak_def *def; member
429 regval = (data->cntl_cache & ~data->def->ctrl_masks[CNTL_MODE]) | in ak8975_set_mode()
430 data->def->ctrl_modes[mode]; in ak8975_set_mode()
432 data->def->ctrl_regs[CNTL], regval); in ak8975_set_mode()
507 data->def->ctrl_regs[ASA_BASE], in ak8975_setup()
530 data->raw_to_gauss[0] = data->def->raw_to_gauss(data->asa[0]); in ak8975_setup()
531 data->raw_to_gauss[1] = data->def->raw_to_gauss(data->asa[1]); in ak8975_setup()
532 data->raw_to_gauss[2] = data->def->raw_to_gauss(data->asa[2]); in ak8975_setup()
555 ret = i2c_smbus_read_byte_data(client, data->def->ctrl_regs[ST1]); in wait_conversion_complete_gpio()
573 data->def->ctrl_regs[ST1]); in wait_conversion_complete_polled()
[all …]
/linux-4.4.14/sound/drivers/
Dml403-ac97cr.c170 u16 def; member
177 .def = 0x0D50},
181 .def = 0x8000},
185 .def = 0x8000},
189 .def = 0x8000},
193 .def = 0x0},
197 .def = 0x8008},
201 .def = 0x8008},
205 .def = 0x8808},
209 .def = 0x8808},
[all …]
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c149 int def; member
231 *value = opt->def; in pch_gbe_validate_option()
274 *value = opt->def; in pch_gbe_validate_option()
292 .def = 0, in pch_gbe_check_copper_options()
304 .def = 0, in pch_gbe_check_copper_options()
317 .def = PCH_AUTONEG_ADVERTISE_DEFAULT, in pch_gbe_check_copper_options()
324 hw->phy.autoneg_advertised = opt.def; in pch_gbe_check_copper_options()
455 .def = PCH_GBE_DEFAULT_TXD, in pch_gbe_check_options()
471 .def = PCH_GBE_DEFAULT_RXD, in pch_gbe_check_options()
486 .def = PCH_GBE_DEFAULT_RX_CSUM in pch_gbe_check_options()
[all …]
/linux-4.4.14/tools/perf/util/
Dllvm-utils.c52 search_program(const char *def, const char *name, in search_program() argument
60 if (def && def[0] != '\0') { in search_program()
61 if (def[0] == '/') { in search_program()
62 if (access(def, F_OK) == 0) { in search_program()
63 strlcpy(output, def, PATH_MAX); in search_program()
66 } else if (def[0] != '\0') in search_program()
67 name = def; in search_program()
Dconfig.c445 static int perf_env_bool(const char *k, int def) in perf_env_bool() argument
448 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
/linux-4.4.14/arch/parisc/kernel/
Dentry.S156 .macro def code macro
680 def 2
681 def 3
683 def 5
685 def 7
686 def 8
687 def 9
688 def 10
689 def 11
690 def 12
[all …]
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-tpg.c520 .def = 0,
529 .def = 0,
537 .def = 0,
546 .def = 0,
555 .def = 0,
564 .def = 0,
573 .def = 4,
583 .def = 0x64,
593 .def = 0x64,
603 .def = 0x1e,
[all …]
/linux-4.4.14/security/apparmor/
Dmatch.c303 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_match_len() local
322 state = def[state]; in aa_dfa_match_len()
331 state = def[state]; in aa_dfa_match_len()
353 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_match() local
372 state = def[state]; in aa_dfa_match()
381 state = def[state]; in aa_dfa_match()
401 u16 *def = DEFAULT_TABLE(dfa); in aa_dfa_next() local
417 state = def[state]; in aa_dfa_next()
424 state = def[state]; in aa_dfa_next()
/linux-4.4.14/include/media/
Dv4l2-ctrls.h313 s64 def; member
339 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags);
470 u32 id, s64 min, s64 max, u64 step, s64 def);
493 u32 id, u8 max, u64 mask, u8 def);
517 u64 mask, u8 def, const char * const *qmenu);
535 u32 id, u8 max, u8 def, const s64 *qmenu_int);
682 s64 min, s64 max, u64 step, s64 def);
703 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument
708 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); in v4l2_ctrl_modify_range()
Dv4l2-common.h85 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def);
/linux-4.4.14/drivers/extcon/
Dextcon-adc-jack.c71 struct adc_jack_cond *def = &data->adc_conditions[i]; in adc_jack_handler() local
72 if (!def->state) in adc_jack_handler()
74 if (def->min_adc <= adc_val && def->max_adc >= adc_val) { in adc_jack_handler()
75 state = def->state; in adc_jack_handler()
/linux-4.4.14/fs/cachefiles/
Dinterface.c58 object->type = cookie->def->type; in cachefiles_alloc_object()
68 keylen = cookie->def->get_key(cookie->netfs_data, buffer + 2, 512); in cachefiles_alloc_object()
84 if (cookie->def->get_aux) { in cachefiles_alloc_object()
85 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object()
91 auxdata->type = cookie->def->type; in cachefiles_alloc_object()
144 object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) in cachefiles_lookup_object()
220 if (!cookie->def->get_aux) { in cachefiles_update_object()
233 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
238 auxdata->type = cookie->def->type; in cachefiles_update_object()
425 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size); in cachefiles_attr_changed()
[all …]
Dxattr.c41 snprintf(type, 3, "%02x", object->fscache.cookie->def->type); in cachefiles_check_object_type()
169 ASSERT(object->fscache.cookie->def->check_aux); in cachefiles_check_auxdata()
179 auxbuf->type != object->fscache.cookie->def->type) in cachefiles_check_auxdata()
242 if (object->fscache.cookie->def->check_aux) { in cachefiles_check_object_xattr()
249 object->fscache.cookie->def->name, dlen); in cachefiles_check_object_xattr()
Dnamei.c58 if (keybuf && cookie->def) in __cachefiles_printk_object()
59 keylen = cookie->def->get_key(cookie->netfs_data, keybuf, in __cachefiles_printk_object()
/linux-4.4.14/fs/cifs/
Dasn1.c187 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len) in asn1_length_decode() argument
195 *def = 0; in asn1_length_decode()
197 *def = 1; in asn1_length_decode()
227 unsigned int def = 0; in asn1_header_decode() local
233 if (!asn1_length_decode(ctx, &def, &len)) in asn1_header_decode()
237 if (*con == ASN1_PRI && !def) in asn1_header_decode()
240 if (def) in asn1_header_decode()
Dcifsfs.c378 struct nls_table *def; in cifs_show_nls() local
381 def = load_nls_default(); in cifs_show_nls()
382 if (def != cur) in cifs_show_nls()
384 unload_nls(def); in cifs_show_nls()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c379 const struct ccp_sha_def *def, in ccp_register_hmac_alg() argument
396 strncpy(ccp_alg->child_alg, def->name, CRYPTO_MAX_ALG_NAME); in ccp_register_hmac_alg()
404 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", def->name); in ccp_register_hmac_alg()
406 def->drv_name); in ccp_register_hmac_alg()
424 const struct ccp_sha_def *def) in ccp_register_sha_alg() argument
438 ccp_alg->type = def->type; in ccp_register_sha_alg()
450 halg->digestsize = def->digest_size; in ccp_register_sha_alg()
454 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_sha_alg()
456 def->drv_name); in ccp_register_sha_alg()
460 base->cra_blocksize = def->block_size; in ccp_register_sha_alg()
[all …]
Dccp-crypto-aes.c321 const struct ccp_aes_def *def) in ccp_register_aes_alg() argument
333 ccp_alg->mode = def->mode; in ccp_register_aes_alg()
337 *alg = *def->alg_defaults; in ccp_register_aes_alg()
338 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_aes_alg()
340 def->driver_name); in ccp_register_aes_alg()
341 alg->cra_blocksize = def->blocksize; in ccp_register_aes_alg()
342 alg->cra_ablkcipher.ivsize = def->ivsize; in ccp_register_aes_alg()
Dccp-crypto-aes-xts.c226 const struct ccp_aes_xts_def *def) in ccp_register_aes_xts_alg() argument
240 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_aes_xts_alg()
242 def->drv_name); in ccp_register_aes_xts_alg()
/linux-4.4.14/drivers/crypto/qce/
Dablkcipher.c336 static int qce_ablkcipher_register_one(const struct qce_ablkcipher_def *def, in qce_ablkcipher_register_one() argument
349 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in qce_ablkcipher_register_one()
351 def->drv_name); in qce_ablkcipher_register_one()
353 alg->cra_blocksize = def->blocksize; in qce_ablkcipher_register_one()
354 alg->cra_ablkcipher.ivsize = def->ivsize; in qce_ablkcipher_register_one()
355 alg->cra_ablkcipher.min_keysize = def->min_keysize; in qce_ablkcipher_register_one()
356 alg->cra_ablkcipher.max_keysize = def->max_keysize; in qce_ablkcipher_register_one()
374 tmpl->alg_flags = def->flags; in qce_ablkcipher_register_one()
Dsha.c495 static int qce_ahash_register_one(const struct qce_ahash_def *def, in qce_ahash_register_one() argument
507 tmpl->std_iv = def->std_iv; in qce_ahash_register_one()
516 if (IS_SHA_HMAC(def->flags)) in qce_ahash_register_one()
518 alg->halg.digestsize = def->digestsize; in qce_ahash_register_one()
519 alg->halg.statesize = def->statesize; in qce_ahash_register_one()
522 base->cra_blocksize = def->blocksize; in qce_ahash_register_one()
531 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in qce_ahash_register_one()
533 def->drv_name); in qce_ahash_register_one()
537 tmpl->alg_flags = def->flags; in qce_ahash_register_one()
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
Dphy.c485 struct mii_phy_def *def; in emac_mii_phy_probe() local
502 for (i = 0; (def = mii_phy_table[i]) != NULL; i++) in emac_mii_phy_probe()
503 if ((id & def->phy_id_mask) == def->phy_id) in emac_mii_phy_probe()
506 if (!def) in emac_mii_phy_probe()
509 phy->def = def; in emac_mii_phy_probe()
512 phy->features = def->features; in emac_mii_phy_probe()
Dphy.h54 struct mii_phy_def *def; member
Dcore.c1194 if (dev->phy.def->ops->poll_link(&dev->phy)) { in emac_open()
1195 dev->phy.def->ops->read_link(&dev->phy); in emac_open()
1279 if (dev->phy.def->ops->poll_link(&dev->phy)) { in emac_link_timer()
1283 dev->phy.def->ops->read_link(&dev->phy); in emac_link_timer()
2038 dev->phy.def->ops->setup_forced(&dev->phy, cmd->speed, in emac_ethtool_set_settings()
2047 dev->phy.def->ops->setup_aneg(&dev->phy, in emac_ethtool_set_settings()
2165 dev->phy.def->ops->setup_aneg(&dev->phy, dev->phy.advertising); in emac_ethtool_nway_reset()
2484 if (dev->phy.def->ops->init) in emac_init_phy()
2485 dev->phy.def->ops->init(&dev->phy); in emac_init_phy()
2488 dev->phy.def->features &= ~dev->phy_feat_exc; in emac_init_phy()
[all …]
/linux-4.4.14/Documentation/block/
Dcmdline-partition.txt12 blkdevparts=<blkdev-def>[;<blkdev-def>]
13 <blkdev-def> := <blkdev-id>:<partdef>[,<partdef>]
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-ctrls.c922 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) in v4l2_ctrl_fill() argument
997 *min = *max = *step = *def = 0; in v4l2_ctrl_fill()
1078 *min = *max = *step = *def = 0; in v4l2_ctrl_fill()
1105 *min = *def = 0; in v4l2_ctrl_fill()
1112 *min = *def = 0; in v4l2_ctrl_fill()
1640 s64 min, s64 max, u64 step, s64 def) in check_range() argument
1652 if (step == 0 || min > max || def < min || def > max) in check_range()
1656 if (step || min || !max || (def & ~max)) in check_range()
1661 if (min > max || def < min || def > max) in check_range()
1665 if (step && ((1 << def) & step)) in check_range()
[all …]
Dv4l2-common.c90 s64 def = _def; in v4l2_ctrl_query_fill() local
93 &min, &max, &step, &def, &qctrl->flags); in v4l2_ctrl_query_fill()
101 qctrl->default_value = def; in v4l2_ctrl_query_fill()
Dv4l2-flash-led-class.c294 c->def = s->val; in __lfs_to_v4l2_ctrl_config()
328 ctrl_cfg->def = V4L2_FLASH_LED_MODE_NONE; in __fill_ctrl_init_data()
375 ctrl_cfg->def = V4L2_FLASH_STROBE_SOURCE_SOFTWARE; in __fill_ctrl_init_data()
448 ctrl_cfg->def); in v4l2_flash_init_controls()
456 ctrl_cfg->def); in v4l2_flash_init_controls()
/linux-4.4.14/scripts/genksyms/
Dgenksyms.c470 struct string_list *sym, *def; in read_reference() local
483 def = read_node(f); in read_reference()
484 if (def && def->tag == SYM_NORMAL && in read_reference()
485 !strcmp(def->string, "extern")) { in read_reference()
487 free_node(def); in read_reference()
488 def = read_node(f); in read_reference()
490 while (def) { in read_reference()
491 def->next = defn; in read_reference()
492 defn = def; in read_reference()
493 def = read_node(f); in read_reference()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex.c381 chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ) { in iwl_get_coex_type()
546 chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ)) { in iwl_mvm_bt_notif_iterator()
673 if (WARN_ON(!chan->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
678 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle()
681 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
682 chan->def.chan->center_freq) in iwl_mvm_bt_coex_notif_handle()
689 iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; in iwl_mvm_bt_coex_notif_handle()
696 if (WARN_ON(!data.secondary->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
701 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle()
704 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
[all …]
Dcoex_legacy.c579 chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ) { in iwl_get_coex_type()
870 chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ)) { in iwl_mvm_bt_notif_iterator()
1000 if (WARN_ON(!chan->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
1005 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle()
1010 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
1011 chan->def.chan->center_freq) in iwl_mvm_bt_coex_notif_handle()
1018 iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; in iwl_mvm_bt_coex_notif_handle()
1025 if (WARN_ON(!data.secondary->def.chan)) { in iwl_mvm_bt_coex_notif_handle()
1030 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle()
1035 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
[all …]
Dtdls.c442 chandef = &chanctx->def; in iwl_mvm_tdls_config_channel_switch()
Dtx.c1087 ba_info.band = chanctx_conf->def.chan->band; in iwl_mvm_rx_ba_notif()
Dpower.c303 chan = chanctx_conf->def.chan; in iwl_mvm_power_is_radar()
Dmac-ctxt.c704 iwl_mvm_ack_rates(mvm, vif, chanctx ? chanctx->def.chan->band in iwl_mvm_mac_ctxt_cmd_common()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00config.c118 struct antenna_setup *def = &rt2x00dev->default_ant; in rt2x00lib_config_antenna() local
133 if (def->rx == ANTENNA_SW_DIVERSITY) in rt2x00lib_config_antenna()
136 config.rx = def->rx; in rt2x00lib_config_antenna()
145 if (def->tx == ANTENNA_SW_DIVERSITY) in rt2x00lib_config_antenna()
148 config.tx = def->tx; in rt2x00lib_config_antenna()
Drt2x00mac.c755 struct antenna_setup *def = &rt2x00dev->default_ant; in rt2x00mac_set_antenna() local
775 if (tx_ant == 3 && def->tx == ANTENNA_SW_DIVERSITY) { in rt2x00mac_set_antenna()
780 if (rx_ant == 3 && def->rx == ANTENNA_SW_DIVERSITY) { in rt2x00mac_set_antenna()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-ctrls.c150 .def = 1,
178 .def = 0x18,
190 .def = 0x18,
202 .def = 0x18,
226 .def = 3,
246 .def = 0x80002000,
263 .def = 4,
498 .def = TPG_MOVE_NONE,
519 .def = TPG_MOVE_NONE,
564 .def = 100,
[all …]
/linux-4.4.14/drivers/iio/proximity/
Dsx9500.c740 u8 def; member
747 .def = 0x43,
752 .def = 0x77,
757 .def = 0x40,
762 .def = 0x30,
770 .def = 0x0f,
775 .def = 0x0e,
784 .def = 0x00,
789 .def = 0x00,
794 .def = 0x00,
[all …]
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_pipeline.c67 elem->args[i].def ? "Default: " : "", in attr_show_args()
68 elem->args[i].def ? elem->args[i].def : "", in attr_show_args()
69 elem->args[i].def ? "\n" : "", in attr_show_args()
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-v4l2.c923 .def = 20,
933 .def = 80,
943 .def = 200,
953 .def = 20,
963 .def = 80,
973 .def = 200,
983 .def = 20,
993 .def = 80,
1003 .def = 200,
1013 .def = 20,
[all …]
/linux-4.4.14/arch/sparc/kernel/
Dprom_common.c38 int of_getintprop_default(struct device_node *np, const char *name, int def) in of_getintprop_default() argument
45 return def; in of_getintprop_default()
Dmdesc.c805 unsigned long def, unsigned long max) in get_one_mondo_bits() argument
823 *mask = ((1U << def) * 64U) - 1U; in get_one_mondo_bits()
/linux-4.4.14/net/mac80211/
Dchan.c150 const struct cfg80211_chan_def *def) in ieee80211_chanctx_can_reserve_chandef() argument
154 if (ieee80211_chanctx_combined_chandef(local, ctx, def)) in ieee80211_chanctx_can_reserve_chandef()
158 ieee80211_chanctx_reserved_chandef(local, ctx, def)) in ieee80211_chanctx_can_reserve_chandef()
297 max_bw = max(max_bw, conf->def.width); in ieee80211_get_chanctx_max_required_bw()
318 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 || in ieee80211_recalc_chanctx_min_def()
319 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 || in ieee80211_recalc_chanctx_min_def()
321 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
328 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def()
346 if (cfg80211_chandef_identical(&ctx->conf.def, chandef)) in ieee80211_change_chanctx()
349 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx()
[all …]
Docb.c70 band = chanctx_conf->def.chan->band; in ieee80211_ocb_rx_no_sta()
71 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in ieee80211_ocb_rx_no_sta()
Dtrace.h64 #define CHANCTX_ASSIGN CHANDEF_ASSIGN(&ctx->conf.def) \
1504 old_ctx->def.chan->center_freq);
1506 old_ctx->def.width);
1508 old_ctx->def.center_freq1);
1510 old_ctx->def.center_freq2);
1512 new_ctx->def.chan->center_freq);
1514 new_ctx->def.width);
1516 new_ctx->def.center_freq1);
1518 new_ctx->def.center_freq2);
Dtx.c66 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_duration()
67 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_duration()
1859 chandef = &chanctx_conf->def; in ieee80211_monitor_start_xmit()
2053 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2070 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2154 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2190 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2203 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2216 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2474 build.band = chanctx_conf->def.chan->band; in ieee80211_check_fast_xmit()
[all …]
Drate.c54 sband = local->hw.wiphy->bands[chanctx_conf->def.chan->band]; in rate_control_rate_init()
57 ref->ops->rate_init(ref->priv, sband, &chanctx_conf->def, ista, in rate_control_rate_init()
83 ref->ops->rate_update(ref->priv, sband, &chanctx_conf->def, in rate_control_rate_update()
Dethtool.c151 channel = chanctx_conf->def.chan; in ieee80211_get_stats()
Dmesh.c401 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie()
452 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie()
515 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie()
690 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()
Dibss.c641 band = chanctx_conf->def.chan->band; in ieee80211_ibss_add_sta()
642 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in ieee80211_ibss_add_sta()
1232 band = chanctx_conf->def.chan->band; in ieee80211_ibss_rx_no_sta()
1233 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in ieee80211_ibss_rx_no_sta()
Dieee80211_i.h968 band = chanctx_conf->def.chan->band; in ieee80211_get_sdata_band()
996 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1804 chanctx_conf->def.chan->band); in ieee80211_tx_skb_tid()
Dmlme.c645 chan = chanctx_conf->def.chan; in ieee80211_send_assoc()
646 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_send_assoc()
658 rates_len = ieee80211_parse_bitrates(&chanctx_conf->def, sband, in ieee80211_send_assoc()
783 *pos++ = ieee80211_chandef_max_power(&chanctx_conf->def); in ieee80211_send_assoc()
3319 if (rx_status->freq != chanctx_conf->def.chan->center_freq) { in ieee80211_rx_mgmt_beacon()
3323 chan = chanctx_conf->def.chan; in ieee80211_rx_mgmt_beacon()
4363 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_prep_connection()
Dutil.c1129 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) && in ieee80211_set_wmm_default()
2720 chandef = ctx->conf.def; in ieee80211_dfs_radar_detected_work()
3243 &ctx->conf.def)) in ieee80211_check_combinations()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Deeprom_def.c82 return ((ah->eeprom.def.baseEepHeader.version >> 12) & 0xF); in ath9k_hw_def_get_eeprom_ver()
87 return ((ah->eeprom.def.baseEepHeader.version) & 0xFFF); in ath9k_hw_def_get_eeprom_rev()
94 u16 *eep_data = (u16 *)&ah->eeprom.def; in __ath9k_hw_def_fill_eeprom()
108 u16 *eep_data = (u16 *)&ah->eeprom.def; in __ath9k_hw_usb_def_fill_eeprom()
204 struct ar5416_eeprom_def *eep = &ah->eeprom.def; in ath9k_hw_def_dump_eeprom()
263 struct ar5416_eeprom_def *eep = &ah->eeprom.def; in ath9k_hw_def_check_eeprom()
292 el = swab16(ah->eeprom.def.baseEepHeader.length); in ath9k_hw_def_check_eeprom()
294 el = ah->eeprom.def.baseEepHeader.length; in ath9k_hw_def_check_eeprom()
382 struct ar5416_eeprom_def *eep = &ah->eeprom.def; in ath9k_hw_def_get_eeprom()
518 struct ar5416_eeprom_def *eep = &ah->eeprom.def; in ath9k_hw_def_set_board_values()
[all …]
Dmain.c2399 conf->def.chan->center_freq); in ath9k_add_chanctx()
2401 ath_chanctx_set_channel(sc, ctx, &conf->def); in ath9k_add_chanctx()
2423 conf->def.chan->center_freq); in ath9k_remove_chanctx()
2443 conf->def.chan->center_freq); in ath9k_change_chanctx()
2444 ath_chanctx_set_channel(sc, ctx, &conf->def); in ath9k_change_chanctx()
2465 conf->def.chan->center_freq); in ath9k_assign_vif_chanctx()
2496 conf->def.chan->center_freq); in ath9k_unassign_vif_chanctx()
Dhw.h783 struct ar5416_eeprom_def def; member
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dcleanup.c681 unsigned long base, size, def, dummy; in mtrr_cleanup() local
690 rdmsr(MSR_MTRRdefType, def, dummy); in mtrr_cleanup()
691 def &= 0xff; in mtrr_cleanup()
692 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_cleanup()
874 unsigned long i, base, size, highest_pfn = 0, def, dummy; in mtrr_trim_uncached_memory() local
887 rdmsr(MSR_MTRRdefType, def, dummy); in mtrr_trim_uncached_memory()
888 def &= 0xff; in mtrr_trim_uncached_memory()
889 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_trim_uncached_memory()
/linux-4.4.14/drivers/lguest/
Dinterrupts_and_traps.c609 const unsigned long *def) in setup_default_idt_entries() argument
614 default_idt_entry(&state->guest_idt[i], i, def[i], NULL); in setup_default_idt_entries()
623 const unsigned long *def) in copy_traps() argument
651 default_idt_entry(&idt[i], i, def[i], gidt); in copy_traps()
Dlg.h163 const unsigned long *def);
165 const unsigned long *def);
/linux-4.4.14/drivers/media/i2c/
Dmt9t001.c647 .def = 0,
657 .def = 1,
667 .def = 32,
677 .def = 0,
691 .def = MT9T001_GLOBAL_GAIN_MIN,
701 .def = MT9T001_GLOBAL_GAIN_MIN,
711 .def = MT9T001_GLOBAL_GAIN_MIN,
721 .def = MT9T001_GLOBAL_GAIN_MIN,
Dmt9v032.c726 .def = 0,
997 unsigned int def = 0; in mt9v032_probe() local
1001 def = i; in mt9v032_probe()
1007 V4L2_CID_LINK_FREQ, i - 1, def, in mt9v032_probe()
Dmt9p031.c846 .def = 1,
856 .def = 168,
866 .def = 32,
876 .def = 40,
Dov9650.c567 int min, max, def; in ov965x_update_exposure_ctrl() local
591 def = min + (max - min) / 2; in ov965x_update_exposure_ctrl()
593 if (v4l2_ctrl_modify_range(ctrl, min, max, 1, def)) in ov965x_update_exposure_ctrl()
Ds5k6aa.c1342 .def = 127,
1351 .def = 127,
1360 .def = 127,
Dadv7604.c2430 .def = 0,
2441 .def = false,
2452 .def = 0x0,
Dtc358743.c1665 .def = 0,
1676 .def = 0,
/linux-4.4.14/net/sched/
Dsch_gred.c58 u32 def; member
160 dp = t->def; in gred_enqueue()
352 table->def = sopt->def_DP; in gred_change_table_def()
465 if (table->tab[table->def]) in gred_change()
466 def_prio = table->tab[table->def]->prio; in gred_change()
530 .def_DP = table->def, in gred_dump()
Dsch_cbq.c1091 static void cbq_change_defmap(struct cbq_class *cl, u32 splitid, u32 def, u32 mask) in cbq_change_defmap() argument
1115 cl->defmap = def & mask; in cbq_change_defmap()
1117 cl->defmap = (cl->defmap & ~mask) | (def & mask); in cbq_change_defmap()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c570 struct cfg80211_chan_def *def) in ath10k_mac_vif_chan() argument
581 *def = conf->def; in ath10k_mac_vif_chan()
612 struct cfg80211_chan_def **def = data; in ath10k_mac_get_any_chandef_iter() local
614 *def = &conf->def; in ath10k_mac_get_any_chandef_iter()
1338 const struct cfg80211_chan_def *def) in ath10k_vdev_start() argument
1340 return ath10k_vdev_start_restart(arvif, def, false); in ath10k_vdev_start()
1344 const struct cfg80211_chan_def *def) in ath10k_vdev_restart() argument
1346 return ath10k_vdev_start_restart(arvif, def, true); in ath10k_vdev_restart()
1496 struct cfg80211_chan_def def; in ath10k_mac_vif_fix_hidden_ssid() local
1523 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def))) in ath10k_mac_vif_fix_hidden_ssid()
[all …]
Dhtt_rx.c774 struct cfg80211_chan_def def; in ath10k_htt_rx_h_peer_channel() local
801 if (WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def))) in ath10k_htt_rx_h_peer_channel()
804 return def.chan; in ath10k_htt_rx_h_peer_channel()
811 struct cfg80211_chan_def def; in ath10k_htt_rx_h_vdev_channel() local
817 ath10k_mac_vif_chan(arvif->vif, &def) == 0) in ath10k_htt_rx_h_vdev_channel()
818 return def.chan; in ath10k_htt_rx_h_vdev_channel()
829 struct cfg80211_chan_def *def = data; in ath10k_htt_rx_h_any_chan_iter() local
831 *def = conf->def; in ath10k_htt_rx_h_any_chan_iter()
837 struct cfg80211_chan_def def = {}; in ath10k_htt_rx_h_any_channel() local
841 &def); in ath10k_htt_rx_h_any_channel()
[all …]
Dmac.h60 struct cfg80211_chan_def *def);
/linux-4.4.14/drivers/media/common/
Dcx2341x.c133 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill() argument
551 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill() argument
570 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill()
574 qctrl->default_value = def; in cx2341x_ctrl_query_fill()
580 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); in cx2341x_ctrl_query_fill()
1518 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() argument
1523 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); in cx2341x_ctrl_new_custom()
1528 cfg.def = def; in cx2341x_ctrl_new_custom()
1541 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_std() argument
1543 return v4l2_ctrl_new_std(hdl, &cx2341x_ops, id, min, max, step, def); in cx2341x_ctrl_new_std()
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dcpu_mf.h98 unsigned int def:16; /* 0-15 Data Entry Format */ member
115 unsigned int def:16; /* 0-15 Data Entry Format */ member
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c210 unsigned int *def, in asn1_length_decode() argument
219 *def = 0; in asn1_length_decode()
221 *def = 1; in asn1_length_decode()
252 unsigned int def, len; in asn1_header_decode() local
257 def = len = 0; in asn1_header_decode()
258 if (!asn1_length_decode(ctx, &def, &len)) in asn1_header_decode()
262 if (*con == ASN1_PRI && !def) in asn1_header_decode()
265 if (def) in asn1_header_decode()
/linux-4.4.14/include/linux/
Dfscache.h183 const struct fscache_cookie_def *def; /* definition */ member
343 const struct fscache_cookie_def *def, in fscache_acquire_cookie() argument
348 return __fscache_acquire_cookie(parent, def, netfs_data, in fscache_acquire_cookie()
DmISDNdsp.h6 char *def; member
Dsungem_phy.h40 struct mii_phy_def* def; member
Dregmap.h51 unsigned int def; member
64 unsigned int def; member
/linux-4.4.14/drivers/regulator/
Daxp20x-regulator.c236 u32 min, max, def, step; in axp20x_set_dcdc_freq() local
243 def = 1500; in axp20x_set_dcdc_freq()
249 def = 3000; in axp20x_set_dcdc_freq()
259 dcdcfreq = def; in axp20x_set_dcdc_freq()
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-python.txt137 def trace_begin():
140 def trace_end():
143 def raw_syscalls__sys_enter(event_name, context, common_cpu,
152 def trace_unhandled(event_name, context, common_cpu, common_secs, common_nsecs,
157 def print_header(event_name, cpu, secs, nsecs, pid, comm):
224 def trace_end():
227 def raw_syscalls__sys_enter(event_name, context, common_cpu,
290 def trace_end():
293 def raw_syscalls__sys_enter(event_name, context, common_cpu,
301 def print_syscall_totals():
[all …]
/linux-4.4.14/drivers/base/regmap/
Dregcache.c83 map->reg_defaults[j].def = val; in regcache_hw_init()
263 if (ret >= 0 && val == map->reg_defaults[ret].def) in regcache_reg_needs_sync()
338 ret = _regmap_write(map, map->patch[i].reg, map->patch[i].def); in regcache_sync()
341 map->patch[i].reg, map->patch[i].def, ret); in regcache_sync()
602 key.def = 0; in regcache_lookup_reg()
Dregcache-flat.c32 cache[map->reg_defaults[i].reg] = map->reg_defaults[i].def; in regcache_flat_init()
Dregcache-lzo.c355 if (ret > 0 && val == map->reg_defaults[ret].def) in regcache_lzo_sync()
Dregcache-rbtree.c216 map->reg_defaults[i].def); in regcache_rbtree_init()
Dregmap.c1852 unsigned int val = regs[i].def; in _regmap_raw_multi_reg_write()
1968 ret = _regmap_write(map, regs[i].reg, regs[i].def); in _regmap_multi_reg_write()
1992 unsigned int val = regs[i].def; in _regmap_multi_reg_write()
/linux-4.4.14/include/net/9p/
Dtransport.h56 int def; /* this transport should be default */ member
/linux-4.4.14/drivers/net/
Dsungem_phy.c1163 struct mii_phy_def* def; in sungem_phy_probe() local
1180 for (i=0; (def = mii_phy_table[i]) != NULL; i++) in sungem_phy_probe()
1181 if ((id & def->phy_id_mask) == def->phy_id) in sungem_phy_probe()
1184 if (def == NULL) in sungem_phy_probe()
1187 phy->def = def; in sungem_phy_probe()
/linux-4.4.14/drivers/net/ethernet/sun/
Dsungem.c1267 features = gp->phy_mii.def->features; in gem_begin_auto_negotiation()
1323 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, advertise); in gem_begin_auto_negotiation()
1327 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, speed, duplex); in gem_begin_auto_negotiation()
1350 if (gp->phy_mii.def->ops->read_link(&gp->phy_mii)) in gem_set_link_modes()
1456 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, in gem_mdio_link_not_up()
1466 if (gp->phy_mii.def->magic_aneg) in gem_mdio_link_not_up()
1470 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, SPEED_100, in gem_mdio_link_not_up()
1481 gp->phy_mii.def->ops->setup_forced(&gp->phy_mii, SPEED_10, in gem_mdio_link_not_up()
1521 if (found_mii_phy(gp) && gp->phy_mii.def->ops->poll_link(&gp->phy_mii)) { in gem_link_timer()
1534 gp->phy_mii.def->ops->setup_aneg(&gp->phy_mii, gp->phy_mii.advertising); in gem_link_timer()
[all …]
Dsungem.h1025 gp->phy_mii.def && gp->phy_mii.def->ops)
/linux-4.4.14/arch/sparc/include/asm/
Dprom.h44 int def);
/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_sf.c1055 if (sample->basic.def != 0x0001) in sample_format_is_valid()
1062 if (sample->diag.def < 0x8001) in sample_format_is_valid()
1091 sample->basic.def = 0; in reset_sample_slot()
1093 sample->diag.def = 0; in reset_sample_slot()
1112 sample->basic.def, &sample->basic, in debug_sample_entry()
1114 ? sample->diag.def : 0xFFFF, in debug_sample_entry()
1157 if (!sample->basic.def) in hw_collect_samples()
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c693 struct bpf_map_def def; in bpf_object__create_maps() local
695 def = *(struct bpf_map_def *)(obj->maps_buf + in bpf_object__create_maps()
698 *pfd = bpf_create_map(def.type, in bpf_object__create_maps()
699 def.key_size, in bpf_object__create_maps()
700 def.value_size, in bpf_object__create_maps()
701 def.max_entries); in bpf_object__create_maps()
/linux-4.4.14/include/soc/tegra/
Dmc.h34 unsigned int def; member
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_sup.c667 uint32_t def; in qla2xxx_get_flt_info() local
676 def = 0; in qla2xxx_get_flt_info()
678 def = 1; in qla2xxx_get_flt_info()
680 def = 2; in qla2xxx_get_flt_info()
686 fcp_prio_cfg0[def] : fcp_prio_cfg1[def]; in qla2xxx_get_flt_info()
856 ha->flt_region_fw = def_fw[def]; in qla2xxx_get_flt_info()
857 ha->flt_region_boot = def_boot[def]; in qla2xxx_get_flt_info()
858 ha->flt_region_vpd_nvram = def_vpd_nvram[def]; in qla2xxx_get_flt_info()
860 def_vpd0[def] : def_vpd1[def]; in qla2xxx_get_flt_info()
862 def_nvram0[def] : def_nvram1[def]; in qla2xxx_get_flt_info()
[all …]
/linux-4.4.14/drivers/media/dvb-frontends/
Dstv0367.c2108 int abc = 0, def = 0; in stv0367ter_read_ber() local
2126 def = stv0367_readbits(state, F367TER_SFEC_NUM_EVENT); in stv0367ter_read_ber()
2155 if (def == 2) in stv0367ter_read_ber()
2158 else if (def == 3) in stv0367ter_read_ber()
2161 else if (def == 4) in stv0367ter_read_ber()
2164 else if (def == 5) in stv0367ter_read_ber()
2167 else if (def == 6) in stv0367ter_read_ber()
2191 int abc = 0, def = 0, cpt = 0;
2204 def = stv0367_readbits(state, F367TER_NUM_EVT1);
2230 if (def == 2)
[all …]
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c635 rcu_dereference(vif->chanctx_conf)->def.chan); in hwsim_send_ps_poll()
667 rcu_dereference(vif->chanctx_conf)->def.chan); in hwsim_send_nullfunc()
1065 rcu_dereference(vif->chanctx_conf)->def.chan)) in mac80211_hwsim_tx_iter()
1268 channel = chanctx_conf->def.chan; in mac80211_hwsim_tx()
1450 rcu_dereference(vif->chanctx_conf)->def.chan); in mac80211_hwsim_beacon_tx()
2051 ctx->def.chan->center_freq, ctx->def.width, in mac80211_hwsim_add_chanctx()
2052 ctx->def.center_freq1, ctx->def.center_freq2); in mac80211_hwsim_add_chanctx()
2061 ctx->def.chan->center_freq, ctx->def.width, in mac80211_hwsim_remove_chanctx()
2062 ctx->def.center_freq1, ctx->def.center_freq2); in mac80211_hwsim_remove_chanctx()
2074 ctx->def.chan->center_freq, ctx->def.width, in mac80211_hwsim_change_chanctx()
[all …]
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl2.c2900 int def; member
2919 *value = opt->def; in atl2_validate_option()
2956 *value = opt->def; in atl2_validate_option()
2987 opt.def = ATL2_DEFAULT_TX_MEMSIZE; in atl2_check_options()
2998 adapter->txd_ring_size = ((u32)opt.def) * 1024; in atl2_check_options()
3009 opt.def = ATL2_DEFAULT_RXD_COUNT; in atl2_check_options()
3022 adapter->rxd_ring_size = (u32)opt.def; in atl2_check_options()
3034 opt.def = INT_MOD_DEFAULT_CNT; in atl2_check_options()
3045 adapter->imt = (u16)(opt.def); in atl2_check_options()
3051 opt.def = FLASH_VENDOR_DEFAULT; in atl2_check_options()
[all …]
Datl1.c130 int def; member
150 *value = opt->def; in atl1_validate_option()
194 *value = opt->def; in atl1_validate_option()
221 .def = DEFAULT_INT_MOD_CNT, in atl1_check_options()
231 adapter->imt = (u16) (opt.def); in atl1_check_options()
/linux-4.4.14/sound/soc/codecs/
Drl6347a.c31 rl6347a->index_cache[i].def = value; in rl6347a_hw_write()
Dmax9877.c153 regmap_write(regmap, max9877_regs[i].reg, max9877_regs[i].def); in max9877_i2c_probe()
Dtfa9879.c295 tfa9879_regs[i].reg, tfa9879_regs[i].def); in tfa9879_i2c_probe()
Drt286.c197 rt286->index_cache[i].def); in rt286_index_sync()
1175 rt286->index_cache[i].def); in rt286_i2c_probe()
1178 rt286_reg[i].def); in rt286_i2c_probe()
Drt298.c203 rt298->index_cache[i].def); in rt298_index_sync()
1179 rt298->index_cache[i].def); in rt298_i2c_probe()
1182 rt298_reg[i].def); in rt298_i2c_probe()
Dtlv320aic3x.c1378 if (pll_c == aic3x_reg[AIC3X_PLL_PROGC_REG].def || in aic3x_set_power()
1379 pll_d == aic3x_reg[AIC3X_PLL_PROGD_REG].def) { in aic3x_set_power()
Darizona.c1416 dac_comp[1].def = arizona->dac_comp_coeff; in arizona_wm5102_set_dac_comp()
1418 dac_comp[2].def = arizona->dac_comp_enabled; in arizona_wm5102_set_dac_comp()
Dwm5110.c184 patch[i].def); in wm5110_sysclk_ev()
508 analog_seq[1].def = wm5110->in_value; in wm5110_in_analog_ev()
Dwm8997.c107 patch[i].def); in wm8997_sysclk_ev()
Dsgtl5000.c1456 val = sgtl5000_reg_defaults[i].def; in sgtl5000_fill_defaults()
Dwm5102.c606 patch[i].def); in wm5102_sysclk_ev()
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dspider_net.c202 phy->def->ops->setup_aneg(phy, advertise); in spider_net_setup_aneg()
1947 if (card->phy.def->phy_id) in spider_net_open()
2014 if (phy->def->ops->enable_fiber) in spider_net_link_phy()
2015 phy->def->ops->enable_fiber(phy, 1); in spider_net_link_phy()
2021 if (phy->def->ops->enable_fiber) in spider_net_link_phy()
2022 phy->def->ops->enable_fiber(phy, 0); in spider_net_link_phy()
2040 if (!(phy->def->ops->poll_link(phy))) { in spider_net_link_phy()
2047 phy->def->ops->read_link(phy); in spider_net_link_phy()
2093 pr_info("Found %s.\n", phy->def->name); in spider_net_setup_phy()
/linux-4.4.14/arch/um/drivers/
Dline.h65 extern int line_setup(char **conf, unsigned nlines, char **def,
Dline.c432 int line_setup(char **conf, unsigned int num, char **def, in line_setup() argument
442 *def = init + 1; in line_setup()
/linux-4.4.14/net/9p/
Dmod.c140 if (t->def && try_module_get(t->owner)) { in v9fs_get_default_trans()
Dtrans_fd.c1037 .def = 0,
1049 .def = 0,
1061 .def = 0,
Dtrans_virtio.c752 .def = 1,
Dtrans_rdma.c753 .def = 0,
/linux-4.4.14/arch/powerpc/kernel/
Dpci_of_scan.c25 static u32 get_int_prop(struct device_node *np, const char *name, u32 def) in get_int_prop() argument
33 return def; in get_int_prop()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h59 #define D_TRINE(val, cond1, cond2, true1, true2, def) \ argument
61 (val == (cond2) ? true2 : def))
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c1382 .def = 1,
1393 .def = 1,
1404 .def = 1,
1415 .def = 1,
1426 .def = 1,
1437 .def = 0x7f,
1448 .def = 0xcf,
1459 .def = 50,
4118 bttv_ctrl_combfilter.def = combfilter; in bttv_probe()
4119 bttv_ctrl_lumafilter.def = lumafilter; in bttv_probe()
[all …]
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx_pb0100.c130 .def = 128, in pb0100_init_controls()
139 .def = 1, in pb0100_init_controls()
/linux-4.4.14/drivers/media/tuners/
Dmt2063.c1809 const u8 *def = NULL; in mt2063_init() local
1871 def = MT2063B3_defaults; in mt2063_init()
1875 def = MT2063B1_defaults; in mt2063_init()
1879 def = MT2063B0_defaults; in mt2063_init()
1887 while (status >= 0 && *def) { in mt2063_init()
1888 u8 reg = *def++; in mt2063_init()
1889 u8 val = *def++; in mt2063_init()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c4651 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_add_chanctx()
4652 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_add_chanctx()
4660 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_remove_chanctx()
4661 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_remove_chanctx()
4672 ctx->def.chan->center_freq); in wlcore_op_change_chanctx()
4676 channel, cfg80211_get_chandef_type(&ctx->def), changed); in wlcore_op_change_chanctx()
4698 ctx->def.chan->dfs_state == NL80211_DFS_USABLE) { in wlcore_op_change_chanctx()
4717 ctx->def.chan->center_freq); in wlcore_op_assign_vif_chanctx()
4723 cfg80211_get_chandef_type(&ctx->def), in wlcore_op_assign_vif_chanctx()
4724 ctx->radar_enabled, ctx->def.chan->dfs_state); in wlcore_op_assign_vif_chanctx()
[all …]
/linux-4.4.14/drivers/bus/
Darm-ccn.c274 const char *def; member
292 .def = _def, .mask = _mask, }
297 .num_vcs = CCN_NUM_VCS, .def = _def, .mask = _mask, }
302 .num_vcs = CCN_NUM_VCS, .def = _def, .mask = _mask, }
337 if (event->def) in arm_ccn_pmu_event_show()
339 event->def); in arm_ccn_pmu_event_show()
/linux-4.4.14/block/
Delevator.c830 char *def = ""; in elv_register() local
861 def = " (default)"; in elv_register()
864 def); in elv_register()
/linux-4.4.14/arch/powerpc/boot/
D4xx.c396 static inline u32 __fix_zero(u32 v, u32 def) in __fix_zero() argument
398 return v ? v : def; in __fix_zero()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Ddm365_isif.c1886 .def = 0,
1897 .def = 0,
1908 .def = 0,
1919 .def = 0,
1930 .def = 0,
1941 .def = 0,
Ddm365_ipipeif.c849 .def = 0,
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c2742 struct mmu_psize_def *def = &mmu_psize_defs[linux_psize]; in kvmppc_add_seg_page_size() local
2744 if (!def->shift) in kvmppc_add_seg_page_size()
2746 (*sps)->page_shift = def->shift; in kvmppc_add_seg_page_size()
2747 (*sps)->slb_enc = def->sllp; in kvmppc_add_seg_page_size()
2748 (*sps)->enc[0].page_shift = def->shift; in kvmppc_add_seg_page_size()
2749 (*sps)->enc[0].pte_enc = def->penc[linux_psize]; in kvmppc_add_seg_page_size()
2753 if (linux_psize != MMU_PAGE_16M && def->penc[MMU_PAGE_16M] != -1) { in kvmppc_add_seg_page_size()
2755 (*sps)->enc[1].pte_enc = def->penc[MMU_PAGE_16M]; in kvmppc_add_seg_page_size()
/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c818 if (sample_data_ptr->def != 1) { in add_samples_to_oprofile()
824 sample_data_ptr->def = 0; in add_samples_to_oprofile()
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex2 \def\version{$Id: cdrom-standard.tex,v 1.9 1997/12/28 15:42:49 david Exp $}
10 \def\linux{{\sc Linux}}
11 \def\cdrom{{\sc cd-rom}}
12 \def\UCD{{\sc Uniform cd-rom Driver}}
13 \def\cdromc{{\tt {cdrom.c}}}
14 \def\cdromh{{\tt {cdrom.h}}}
15 \def\fo{\sl} % foreign words
16 \def\ie{{\fo i.e.}}
17 \def\eg{{\fo e.g.}}
21 \catcode`\<=\active \def<#1>{{\langle\hbox{\rm#1}\rangle}}
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_sru.c116 .def = 1,
/linux-4.4.14/drivers/media/usb/gspca/
Djeilinj.c450 .def = 0, in sd_init_controls()
Dmr97310a.c940 .def = MR97310A_MIN_CLOCKDIV_DEFAULT, in sd_init_controls()
/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_mt9m111.c51 .def = MT9M111_GREEN_GAIN_DEFAULT,
Dm5602_po1030.c51 .def = PO1030_GREEN_GAIN_DEFAULT,
/linux-4.4.14/net/wireless/
Dwext-sme.c37 wdev->wext.keys->def = wdev->wext.default_key; in cfg80211_mgd_wext_connect()
Dcore.h242 int def, defmgmt; member
Dsme.c989 if (connkeys && connkeys->def >= 0) { in cfg80211_connect()
993 idx = connkeys->def; in cfg80211_connect()
Dibss.c288 wdev->wext.keys->def = wdev->wext.default_key; in cfg80211_ibss_wext_join()
Dnl80211.c676 bool def, defmgmt; member
688 k->def = !!tb[NL80211_KEY_DEFAULT]; in nl80211_parse_key_new()
691 if (k->def) { in nl80211_parse_key_new()
753 k->def = !!info->attrs[NL80211_ATTR_KEY_DEFAULT]; in nl80211_parse_key_old()
756 if (k->def) { in nl80211_parse_key_old()
801 if (k->def && k->defmgmt) in nl80211_parse_key()
813 } else if (k->def) { in nl80211_parse_key()
832 int rem, err, def = 0; in nl80211_parse_connkeys() local
838 result->def = -1; in nl80211_parse_connkeys()
853 if (parse.def) { in nl80211_parse_connkeys()
[all …]
Dutil.c842 if (wdev->connect_keys->def == i) in cfg80211_upload_connect_keys()
/linux-4.4.14/drivers/net/ethernet/via/
Dvia-velocity.c424 static void velocity_set_int_opt(int *opt, int val, int min, int max, int def, in velocity_set_int_opt() argument
428 *opt = def; in velocity_set_int_opt()
432 *opt = def; in velocity_set_int_opt()
453 static void velocity_set_bool_opt(u32 *opt, int val, int def, u32 flag, in velocity_set_bool_opt() argument
458 *opt |= (def ? flag : 0); in velocity_set_bool_opt()
462 *opt |= (def ? flag : 0); in velocity_set_bool_opt()
/linux-4.4.14/drivers/media/platform/
Dvim2m.c860 .def = MEM2MEM_DEF_TRANSTIME,
871 .def = 1,
/linux-4.4.14/Documentation/video4linux/
Dv4l2-controls.txt125 u32 id, s32 min, s32 max, u32 step, s32 def);
131 u32 id, s32 max, s32 skip_mask, s32 def);
139 s32 skip_mask, s32 def, const char * const *qmenu);
146 u32 id, s32 max, s32 def, const s64 *qmenu_int);
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c8868 cpumask_var_t def, rcv; in request_msix_irqs() local
8900 def_ret = zalloc_cpumask_var(&def, GFP_KERNEL); in request_msix_irqs()
8905 cpumask_copy(def, local_mask); in request_msix_irqs()
8906 possible = cpumask_weight(def); in request_msix_irqs()
8911 cpumask_clear_cpu(i, def); in request_msix_irqs()
8913 possible = cpumask_weight(def); in request_msix_irqs()
8915 first_cpu = cpumask_first(def); in request_msix_irqs()
8922 cpumask_clear_cpu(curr_cpu, def); in request_msix_irqs()
8931 sdma_cpu = cpumask_first(def); in request_msix_irqs()
9022 sdma_cpu = cpumask_next(sdma_cpu, def); in request_msix_irqs()
[all …]
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt60 checks for a file named "all{yes/mod/no/def/random}.config"
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_main.c3064 u32 def; in sisfb_getheapstart() local
3087 def = 0xc00000; in sisfb_getheapstart()
3089 def = 0x800000; in sisfb_getheapstart()
3091 def = 0x400000; in sisfb_getheapstart()
3094 ret = def = 0; in sisfb_getheapstart()
3096 def = maxoffs - 0x8000; in sisfb_getheapstart()
3101 ret = def; in sisfb_getheapstart()
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt111 struct fscache_object_def *def;
317 obtained by calling object->cookie->def->get_aux()/get_attr().
Dnetfs-api.txt337 const struct fscache_object_def *def,
342 filling in the index entry by calling the operations pointed to by def.
/linux-4.4.14/sound/usb/
Dmixer.c1056 #define get_min_max(cval, def) get_min_max_with_quirks(cval, def, NULL) argument
/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2_v4l.c1141 cpia2_usb_alt.def = alternate; in cpia2_register_camera()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-video.c2018 .def = 1,
2065 if (dev->tda9887_conf && saa7134_ctrl_automute.def) in saa7134_video_init1()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c1143 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup()
/linux-4.4.14/drivers/media/radio/
Dradio-si476x.c1531 si476x_ctrls[SI476X_IDX_DIVERSITY_MODE].def = in si476x_radio_probe()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db221 API-xprt-set-retrans-timeout-def
/linux-4.4.14/drivers/media/radio/si4713/
Dsi4713.c1435 .def = 87600,
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2-enc.c1227 .def = SOLO_DEF_MOT_THRESH,

12