/linux-4.1.27/drivers/memory/tegra/ |
D | tegra124.c | 35 .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 …]
|
D | tegra30.c | 35 .def = 0x4e, 49 .def = 0x4e, 63 .def = 0x4e, 77 .def = 0x4e, 91 .def = 0x4e, 105 .def = 0x4e, 119 .def = 0x4e, 133 .def = 0x4e, 147 .def = 0x17, 161 .def = 0x09, [all …]
|
D | tegra114.c | 35 .def = 0x4e, 49 .def = 0x4e, 63 .def = 0x4e, 77 .def = 0x4e, 91 .def = 0x4e, 105 .def = 0x4e, 119 .def = 0x33, 133 .def = 0x09, 147 .def = 0x09, 161 .def = 0x04, [all …]
|
D | mc.c | 87 value |= (la->def & la->mask) << la->shift; in tegra_mc_setup_latency_allowance()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-v4l.c | 166 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.1.27/net/netlabel/ |
D | netlabel_domainhash.c | 86 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 …]
|
D | netlabel_mgmt.c | 103 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 …]
|
D | netlabel_kapi.c | 124 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 …]
|
D | netlabel_domainhash.h | 59 struct netlbl_dommap_def def; member 66 struct netlbl_dommap_def def; member 73 struct netlbl_dommap_def def; member
|
D | netlabel_cipso_v4.c | 693 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()
|
D | netlabel_unlabeled.c | 1540 entry->def.type = NETLBL_NLTYPE_UNLABELED; in netlbl_unlabel_defconf()
|
/linux-4.1.27/scripts/ |
D | namespace.pl | 82 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 …]
|
D | asn1_compiler.c | 677 struct token *def; member
|
/linux-4.1.27/scripts/kconfig/ |
D | confdata.c | 126 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 298 def_flags = SYMBOL_DEF << def; in conf_read_simple() [all …]
|
D | conf.c | 84 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 …]
|
D | symbol.c | 38 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() 513 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value() 522 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value() 667 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value() 671 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value() 675 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
|
D | expr.h | 80 struct symbol_value def[S_DEF_COUNT]; member
|
D | streamline_config.pl | 222 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
|
D | gconf.c | 1041 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.1.27/drivers/net/ethernet/intel/e1000e/ |
D | param.c | 155 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.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 186 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.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_param.c | 195 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.1.27/arch/powerpc/mm/ |
D | tlb_nohash.c | 448 struct mmu_psize_def *def; in setup_page_sizes() local 451 def = &mmu_psize_defs[psize]; in setup_page_sizes() 452 shift = def->shift; in setup_page_sizes() 461 def->flags |= MMU_PAGE_SIZE_DIRECT; in setup_page_sizes() 487 struct mmu_psize_def *def = &mmu_psize_defs[psize]; in setup_page_sizes() local 489 if (tlb1ps & (1U << (def->shift - 10))) { in setup_page_sizes() 490 def->flags |= MMU_PAGE_SIZE_DIRECT; in setup_page_sizes() 493 def->flags |= MMU_PAGE_SIZE_INDIRECT; in setup_page_sizes() 507 struct mmu_psize_def *def = &mmu_psize_defs[psize]; in setup_page_sizes() local 509 if (tlb0ps & (1U << (def->shift - 10))) in setup_page_sizes() [all …]
|
D | hash_utils_64.c | 349 struct mmu_psize_def *def; in htab_dt_scan_page_sizes() local 359 def = &mmu_psize_defs[base_idx]; in htab_dt_scan_page_sizes() 363 def->shift = base_shift; in htab_dt_scan_page_sizes() 365 def->avpnm = 0; in htab_dt_scan_page_sizes() 367 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes() 368 def->sllp = slbenc; in htab_dt_scan_page_sizes() 374 def->tlbiel = 1; in htab_dt_scan_page_sizes() 376 def->tlbiel = 0; in htab_dt_scan_page_sizes() 393 def->penc[idx] = penc; in htab_dt_scan_page_sizes() 396 base_shift, shift, def->sllp, in htab_dt_scan_page_sizes() [all …]
|
/linux-4.1.27/fs/fscache/ |
D | cookie.c | 60 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 …]
|
D | object-list.c | 221 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()
|
D | internal.h | 328 if (cookie->def->get_context) in fscache_get_context() 329 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context() 339 if (cookie->def->put_context) in fscache_put_context() 340 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
|
D | page.c | 205 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_attr_changed() 422 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_read_or_alloc_page() 557 ASSERTCMP(cookie->def->type, !=, FSCACHE_COOKIE_TYPE_INDEX); in __fscache_read_or_alloc_pages() 669 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()
|
D | cache.c | 128 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()
|
D | netfs.c | 45 netfs->primary_index->def = &fscache_fsdef_netfs_def; in __fscache_register_netfs()
|
D | fsdef.c | 61 .def = &fscache_fsdef_index_def,
|
D | object.c | 455 cookie->def->name, object->cache->tag->name); in fscache_look_up_object() 889 if (!object->cookie->def->check_aux) { in fscache_check_aux() 894 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_param.c | 106 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.1.27/Documentation/vDSO/ |
D | parse_vdso.c | 204 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.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-cx2584x-v4l.c | 47 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()
|
D | pvrusb2-ctrl.c | 34 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 …]
|
D | pvrusb2-video-v4l.c | 42 const int *def; member 57 .def = routing_scheme0, 69 .def = routing_scheme1, 100 input = sp->def[hdw->input_val]; in pvr2_saa7115_subdev_update()
|
D | pvrusb2-cs53l32a.c | 39 const int *def; member 52 .def = routing_scheme1, 81 input = sp->def[hdw->input_val]; in pvr2_cs53l32a_subdev_update()
|
D | pvrusb2-audio.c | 31 const int *def; member 52 .def = routing_scheme0, 74 input = sp->def[hdw->input_val]; in pvr2_msp3400_subdev_update()
|
D | pvrusb2-hdw.c | 861 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 …]
|
D | pvrusb2-hdw-internal.h | 125 } def; member
|
/linux-4.1.27/drivers/iio/magnetometer/ |
D | ak8975.c | 363 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.1.27/sound/drivers/ |
D | ml403-ac97cr.c | 170 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.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_param.c | 149 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.1.27/arch/parisc/kernel/ |
D | entry.S | 156 .macro def code macro 668 def 2 669 def 3 671 def 5 673 def 7 674 def 8 675 def 9 676 def 10 677 def 11 678 def 12 [all …]
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-tpg.c | 520 .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.1.27/include/media/ |
D | v4l2-ctrls.h | 297 s64 def; member 322 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags); 445 u32 id, s64 min, s64 max, u64 step, s64 def); 467 u32 id, u8 max, u64 mask, u8 def); 490 u64 mask, u8 def, const char * const *qmenu); 507 u32 id, u8 max, u8 def, const s64 *qmenu_int); 628 s64 min, s64 max, u64 step, s64 def); 648 s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_modify_range() argument 653 rval = __v4l2_ctrl_modify_range(ctrl, min, max, step, def); in v4l2_ctrl_modify_range()
|
D | v4l2-common.h | 85 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def);
|
/linux-4.1.27/security/apparmor/ |
D | match.c | 303 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.1.27/drivers/extcon/ |
D | extcon-adc-jack.c | 73 struct adc_jack_cond *def = &data->adc_conditions[i]; in adc_jack_handler() local 74 if (!def->state) in adc_jack_handler() 76 if (def->min_adc <= adc_val && def->max_adc >= adc_val) { in adc_jack_handler() 77 state = def->state; in adc_jack_handler()
|
/linux-4.1.27/fs/cachefiles/ |
D | interface.c | 58 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 …]
|
D | xattr.c | 41 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()
|
D | namei.c | 58 if (keybuf && cookie->def) in __cachefiles_printk_object() 59 keylen = cookie->def->get_key(cookie->netfs_data, keybuf, in __cachefiles_printk_object()
|
/linux-4.1.27/fs/cifs/ |
D | asn1.c | 187 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()
|
D | cifsfs.c | 375 struct nls_table *def; in cifs_show_nls() local 378 def = load_nls_default(); in cifs_show_nls() 379 if (def != cur) in cifs_show_nls() 381 unload_nls(def); in cifs_show_nls()
|
/linux-4.1.27/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 366 const struct ccp_sha_def *def, in ccp_register_hmac_alg() argument 383 strncpy(ccp_alg->child_alg, def->name, CRYPTO_MAX_ALG_NAME); in ccp_register_hmac_alg() 391 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "hmac(%s)", def->name); in ccp_register_hmac_alg() 393 def->drv_name); in ccp_register_hmac_alg() 411 const struct ccp_sha_def *def) in ccp_register_sha_alg() argument 425 ccp_alg->type = def->type; in ccp_register_sha_alg() 437 halg->digestsize = def->digest_size; in ccp_register_sha_alg() 441 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in ccp_register_sha_alg() 443 def->drv_name); in ccp_register_sha_alg() 447 base->cra_blocksize = def->block_size; in ccp_register_sha_alg() [all …]
|
D | ccp-crypto-aes.c | 321 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()
|
D | ccp-crypto-aes-xts.c | 226 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.1.27/drivers/iio/proximity/ |
D | sx9500.c | 520 u8 def; member 527 .def = 0x43, 532 .def = 0x77, 537 .def = 0x40, 542 .def = 0x30, 550 .def = 0x0f, 555 .def = 0x0e, 564 .def = 0x00, 569 .def = 0x00, 574 .def = 0x0f, [all …]
|
/linux-4.1.27/drivers/crypto/qce/ |
D | ablkcipher.c | 346 static int qce_ablkcipher_register_one(const struct qce_ablkcipher_def *def, in qce_ablkcipher_register_one() argument 359 snprintf(alg->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in qce_ablkcipher_register_one() 361 def->drv_name); in qce_ablkcipher_register_one() 363 alg->cra_blocksize = def->blocksize; in qce_ablkcipher_register_one() 364 alg->cra_ablkcipher.ivsize = def->ivsize; in qce_ablkcipher_register_one() 365 alg->cra_ablkcipher.min_keysize = def->min_keysize; in qce_ablkcipher_register_one() 366 alg->cra_ablkcipher.max_keysize = def->max_keysize; in qce_ablkcipher_register_one() 384 tmpl->alg_flags = def->flags; in qce_ablkcipher_register_one()
|
D | sha.c | 499 static int qce_ahash_register_one(const struct qce_ahash_def *def, in qce_ahash_register_one() argument 511 tmpl->std_iv = def->std_iv; in qce_ahash_register_one() 520 if (IS_SHA_HMAC(def->flags)) in qce_ahash_register_one() 522 alg->halg.digestsize = def->digestsize; in qce_ahash_register_one() 523 alg->halg.statesize = def->statesize; in qce_ahash_register_one() 526 base->cra_blocksize = def->blocksize; in qce_ahash_register_one() 535 snprintf(base->cra_name, CRYPTO_MAX_ALG_NAME, "%s", def->name); in qce_ahash_register_one() 537 def->drv_name); in qce_ahash_register_one() 541 tmpl->alg_flags = def->flags; in qce_ahash_register_one()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | phy.c | 485 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()
|
D | phy.h | 54 struct mii_phy_def *def; member
|
D | core.c | 1194 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() 2485 if (dev->phy.def->ops->init) in emac_init_phy() 2486 dev->phy.def->ops->init(&dev->phy); in emac_init_phy() 2489 dev->phy.def->features &= ~dev->phy_feat_exc; in emac_init_phy() [all …]
|
/linux-4.1.27/Documentation/block/ |
D | cmdline-partition.txt | 12 blkdevparts=<blkdev-def>[;<blkdev-def>] 13 <blkdev-def> := <blkdev-id>:<partdef>[,<partdef>]
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 921 s64 *min, s64 *max, u64 *step, s64 *def, u32 *flags) in v4l2_ctrl_fill() argument 996 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1077 *min = *max = *step = *def = 0; in v4l2_ctrl_fill() 1104 *min = *def = 0; in v4l2_ctrl_fill() 1111 *min = *def = 0; in v4l2_ctrl_fill() 1638 s64 min, s64 max, u64 step, s64 def) in check_range() argument 1650 if (step == 0 || min > max || def < min || def > max) in check_range() 1654 if (step || min || !max || (def & ~max)) in check_range() 1659 if (min > max || def < min || def > max) in check_range() 1663 if (step && ((1 << def) & step)) in check_range() [all …]
|
D | v4l2-common.c | 90 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()
|
/linux-4.1.27/scripts/genksyms/ |
D | genksyms.c | 470 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.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | coex.c | 381 chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ) { in iwl_get_coex_type() 560 chanctx_conf->def.chan->band != IEEE80211_BAND_2GHZ)) { in iwl_mvm_bt_notif_iterator() 687 if (WARN_ON(!chan->def.chan)) { in iwl_mvm_bt_coex_notif_handle() 692 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle() 695 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle() 696 chan->def.chan->center_freq) in iwl_mvm_bt_coex_notif_handle() 703 iwl_ci_mask[chan->def.chan->hw_value][ci_bw_idx]; in iwl_mvm_bt_coex_notif_handle() 710 if (WARN_ON(!data.secondary->def.chan)) { in iwl_mvm_bt_coex_notif_handle() 715 if (chan->def.width < NL80211_CHAN_WIDTH_40) { in iwl_mvm_bt_coex_notif_handle() 718 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle() [all …]
|
D | coex_legacy.c | 579 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 …]
|
D | tdls.c | 453 chandef = &chanctx->def; in iwl_mvm_tdls_config_channel_switch()
|
D | tx.c | 1043 ba_info.band = chanctx_conf->def.chan->band; in iwl_mvm_rx_ba_notif()
|
D | power.c | 321 chan = chanctx_conf->def.chan; in iwl_mvm_power_is_radar()
|
D | mac-ctxt.c | 695 iwl_mvm_ack_rates(mvm, vif, chanctx ? chanctx->def.chan->band in iwl_mvm_mac_ctxt_cmd_common()
|
D | d3.c | 626 chandef = ctx->def; in iwl_mvm_d3_reprogram()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00config.c | 118 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()
|
D | rt2x00mac.c | 773 struct antenna_setup *def = &rt2x00dev->default_ant; in rt2x00mac_set_antenna() local 793 if (tx_ant == 3 && def->tx == ANTENNA_SW_DIVERSITY) { in rt2x00mac_set_antenna() 798 if (rx_ant == 3 && def->rx == ANTENNA_SW_DIVERSITY) { in rt2x00mac_set_antenna()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-ctrls.c | 148 .def = 1, 176 .def = 0x18, 188 .def = 0x18, 200 .def = 0x18, 224 .def = 3, 244 .def = 0x80002000, 261 .def = 4, 488 .def = TPG_MOVE_NONE, 509 .def = TPG_MOVE_NONE, 554 .def = 100, [all …]
|
/linux-4.1.27/net/mac80211/ |
D | rate.h | 92 sband = local->hw.wiphy->bands[chanctx_conf->def.chan->band]; in rate_control_rate_init() 94 ref->ops->rate_init(ref->priv, sband, &chanctx_conf->def, ista, in rate_control_rate_init() 118 ref->ops->rate_update(ref->priv, sband, &chanctx_conf->def, in rate_control_rate_update()
|
D | chan.c | 150 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() 289 max_bw = max(max_bw, conf->def.width); in ieee80211_get_chanctx_max_required_bw() 310 if (ctx->conf.def.width == NL80211_CHAN_WIDTH_5 || in ieee80211_recalc_chanctx_min_def() 311 ctx->conf.def.width == NL80211_CHAN_WIDTH_10 || in ieee80211_recalc_chanctx_min_def() 313 ctx->conf.min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def() 320 min_def = ctx->conf.def; in ieee80211_recalc_chanctx_min_def() 338 if (cfg80211_chandef_identical(&ctx->conf.def, chandef)) in ieee80211_change_chanctx() 341 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx() [all …]
|
D | ocb.c | 70 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()
|
D | trace.h | 64 #define CHANCTX_ASSIGN CHANDEF_ASSIGN(&ctx->conf.def) \ 1472 old_ctx->def.chan->center_freq); 1474 old_ctx->def.width); 1476 old_ctx->def.center_freq1); 1478 old_ctx->def.center_freq2); 1480 new_ctx->def.chan->center_freq); 1482 new_ctx->def.width); 1484 new_ctx->def.center_freq1); 1486 new_ctx->def.center_freq2);
|
D | tx.c | 56 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_duration() 57 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_duration() 1846 chandef = &chanctx_conf->def; in ieee80211_monitor_start_xmit() 2040 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr() 2057 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr() 2141 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr() 2177 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() 2509 info->band = chanctx_conf->def.chan->band; in ieee80211_tx_pending_skb() [all …]
|
D | ethtool.c | 153 channel = chanctx_conf->def.chan; in ieee80211_get_stats()
|
D | mesh.c | 402 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie() 455 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie() 627 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()
|
D | ibss.c | 639 band = chanctx_conf->def.chan->band; in ieee80211_ibss_add_sta() 640 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in ieee80211_ibss_add_sta() 1226 band = chanctx_conf->def.chan->band; in ieee80211_ibss_rx_no_sta() 1227 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in ieee80211_ibss_rx_no_sta()
|
D | ieee80211_i.h | 973 band = chanctx_conf->def.chan->band; in ieee80211_get_sdata_band() 1001 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift() 1809 chanctx_conf->def.chan->band); in ieee80211_tx_skb_tid()
|
D | mlme.c | 620 chan = chanctx_conf->def.chan; in ieee80211_send_assoc() 621 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_send_assoc() 633 rates_len = ieee80211_parse_bitrates(&chanctx_conf->def, sband, in ieee80211_send_assoc() 760 *pos++ = ieee80211_chandef_max_power(&chanctx_conf->def); in ieee80211_send_assoc() 3283 if (rx_status->freq != chanctx_conf->def.chan->center_freq) { in ieee80211_rx_mgmt_beacon() 3287 chan = chanctx_conf->def.chan; in ieee80211_rx_mgmt_beacon() 4368 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def); in ieee80211_prep_connection()
|
D | tdls.c | 537 &chanctx_conf->def, 0); in ieee80211_tdls_add_setup_cfm_ies() 552 &chanctx_conf->def); in ieee80211_tdls_add_setup_cfm_ies()
|
D | util.c | 1172 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) && in ieee80211_set_wmm_default() 2722 chandef = ctx->conf.def; in ieee80211_dfs_radar_detected_work() 3245 &ctx->conf.def)) in ieee80211_check_combinations()
|
D | iface.c | 58 power = ieee80211_chandef_max_power(&chanctx_conf->def); in __ieee80211_recalc_txpower()
|
D | cfg.c | 3330 chanctx_conf->def.chan); in ieee80211_mgmt_tx() 3495 band = chanctx_conf->def.chan->band; in ieee80211_probe_client()
|
D | sta_info.c | 1302 info->band = chanctx_conf->def.chan->band; in ieee80211_send_null_response()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_pipeline.c | 67 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.1.27/drivers/base/regmap/ |
D | regcache.c | 83 map->reg_defaults[j].def = val; in regcache_hw_init() 271 if (ret >= 0 && val == map->reg_defaults[ret].def) in regcache_default_sync() 324 ret = _regmap_write(map, map->patch[i].reg, map->patch[i].def); in regcache_sync() 327 map->patch[i].reg, map->patch[i].def, ret); in regcache_sync() 581 key.def = 0; in regcache_lookup_reg() 619 if (ret >= 0 && val == map->reg_defaults[ret].def) in regcache_sync_block_single() 694 if (ret >= 0 && val == map->reg_defaults[ret].def) { in regcache_sync_block_raw()
|
D | regcache-flat.c | 32 cache[map->reg_defaults[i].reg] = map->reg_defaults[i].def; in regcache_flat_init()
|
D | regcache-lzo.c | 355 if (ret > 0 && val == map->reg_defaults[ret].def) in regcache_lzo_sync()
|
D | regcache-rbtree.c | 216 map->reg_defaults[i].def); in regcache_rbtree_init()
|
D | regmap.c | 1772 int val = regs[i].def; in _regmap_raw_multi_reg_write() 1854 ret = _regmap_write(map, regs[i].reg, regs[i].def); in _regmap_multi_reg_write() 1875 unsigned int val = regs[i].def; in _regmap_multi_reg_write()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 919 .def = 20, 929 .def = 80, 939 .def = 200, 949 .def = 20, 959 .def = 80, 969 .def = 200, 979 .def = 20, 989 .def = 80, 999 .def = 200, 1009 .def = 20, [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | prom_common.c | 38 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()
|
D | mdesc.c | 805 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.1.27/drivers/net/wireless/ath/ath9k/ |
D | eeprom_def.c | 82 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 …]
|
D | main.c | 2389 conf->def.chan->center_freq); in ath9k_add_chanctx() 2391 ath_chanctx_set_channel(sc, ctx, &conf->def); in ath9k_add_chanctx() 2413 conf->def.chan->center_freq); in ath9k_remove_chanctx() 2433 conf->def.chan->center_freq); in ath9k_change_chanctx() 2434 ath_chanctx_set_channel(sc, ctx, &conf->def); in ath9k_change_chanctx() 2455 conf->def.chan->center_freq); in ath9k_assign_vif_chanctx() 2486 conf->def.chan->center_freq); in ath9k_unassign_vif_chanctx()
|
D | hw.h | 783 struct ar5416_eeprom_def def; member
|
D | htc_drv_main.c | 1822 &priv->ah->eeprom.def.baseEepHeader; in ath9k_htc_get_eeprom_base()
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | cleanup.c | 680 unsigned long base, size, def, dummy; in mtrr_cleanup() local 689 rdmsr(MSR_MTRRdefType, def, dummy); in mtrr_cleanup() 690 def &= 0xff; in mtrr_cleanup() 691 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_cleanup() 873 unsigned long i, base, size, highest_pfn = 0, def, dummy; in mtrr_trim_uncached_memory() local 886 rdmsr(MSR_MTRRdefType, def, dummy); in mtrr_trim_uncached_memory() 887 def &= 0xff; in mtrr_trim_uncached_memory() 888 if (def != MTRR_TYPE_UNCACHABLE) in mtrr_trim_uncached_memory()
|
/linux-4.1.27/drivers/lguest/ |
D | interrupts_and_traps.c | 609 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()
|
D | lg.h | 163 const unsigned long *def); 165 const unsigned long *def);
|
/linux-4.1.27/drivers/media/i2c/ |
D | mt9t001.c | 647 .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,
|
D | mt9v032.c | 726 .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()
|
D | mt9p031.c | 846 .def = 1, 856 .def = 168, 866 .def = 32, 876 .def = 40,
|
D | ov9650.c | 567 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()
|
D | s5k6aa.c | 1342 .def = 127, 1351 .def = 127, 1360 .def = 127,
|
D | adv7604.c | 2334 .def = 0, 2345 .def = false, 2356 .def = 0x0,
|
D | adv7842.c | 2841 .def = 0, 2851 .def = 1,
|
/linux-4.1.27/net/sched/ |
D | sch_gred.c | 58 u32 def; member 160 dp = t->def; in gred_enqueue() 351 table->def = sopt->def_DP; in gred_change_table_def() 456 if (table->tab[table->def]) in gred_change() 457 def_prio = table->tab[table->def]->prio; in gred_change() 515 .def_DP = table->def, in gred_dump()
|
D | sch_cbq.c | 1091 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.1.27/drivers/media/common/ |
D | cx2341x.c | 133 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.1.27/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 210 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.1.27/arch/s390/include/asm/ |
D | cpu_mf.h | 103 unsigned int def:16; /* 0-15 Data Entry Format */ member 120 unsigned int def:16; /* 0-15 Data Entry Format */ member
|
/linux-4.1.27/include/linux/ |
D | fscache.h | 183 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()
|
D | mISDNdsp.h | 6 char *def; member
|
D | sungem_phy.h | 40 struct mii_phy_def* def; member
|
D | regmap.h | 50 unsigned int def; member
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-python.txt | 137 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.1.27/include/net/9p/ |
D | transport.h | 56 int def; /* this transport should be default */ member
|
/linux-4.1.27/drivers/net/ |
D | sungem_phy.c | 1163 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.1.27/drivers/net/ethernet/sun/ |
D | sungem.c | 1267 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 …]
|
D | sungem.h | 1025 gp->phy_mii.def && gp->phy_mii.def->ops)
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | prom.h | 44 int def);
|
/linux-4.1.27/include/soc/tegra/ |
D | mc.h | 28 unsigned int def; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1056 if (sample->basic.def != 0x0001) in sample_format_is_valid() 1063 if (sample->diag.def < 0x8001) in sample_format_is_valid() 1092 sample->basic.def = 0; in reset_sample_slot() 1094 sample->diag.def = 0; in reset_sample_slot() 1113 sample->basic.def, &sample->basic, in debug_sample_entry() 1115 ? sample->diag.def : 0xFFFF, in debug_sample_entry() 1158 if (!sample->basic.def) in hw_collect_samples()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 667 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.1.27/drivers/media/dvb-frontends/ |
D | stv0367.c | 2098 int abc = 0, def = 0; in stv0367ter_read_ber() local 2116 def = stv0367_readbits(state, F367TER_SFEC_NUM_EVENT); in stv0367ter_read_ber() 2145 if (def == 2) in stv0367ter_read_ber() 2148 else if (def == 3) in stv0367ter_read_ber() 2151 else if (def == 4) in stv0367ter_read_ber() 2154 else if (def == 5) in stv0367ter_read_ber() 2157 else if (def == 6) in stv0367ter_read_ber() 2181 int abc = 0, def = 0, cpt = 0; 2194 def = stv0367_readbits(state, F367TER_NUM_EVT1); 2220 if (def == 2) [all …]
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 635 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() 2053 ctx->def.chan->center_freq, ctx->def.width, in mac80211_hwsim_add_chanctx() 2054 ctx->def.center_freq1, ctx->def.center_freq2); in mac80211_hwsim_add_chanctx() 2063 ctx->def.chan->center_freq, ctx->def.width, in mac80211_hwsim_remove_chanctx() 2064 ctx->def.center_freq1, ctx->def.center_freq2); in mac80211_hwsim_remove_chanctx() 2076 ctx->def.chan->center_freq, ctx->def.width, in mac80211_hwsim_change_chanctx() [all …]
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 2904 int def; member 2923 *value = opt->def; in atl2_validate_option() 2960 *value = opt->def; in atl2_validate_option() 2991 opt.def = ATL2_DEFAULT_TX_MEMSIZE; in atl2_check_options() 3002 adapter->txd_ring_size = ((u32)opt.def) * 1024; in atl2_check_options() 3013 opt.def = ATL2_DEFAULT_RXD_COUNT; in atl2_check_options() 3026 adapter->rxd_ring_size = (u32)opt.def; in atl2_check_options() 3038 opt.def = INT_MOD_DEFAULT_CNT; in atl2_check_options() 3049 adapter->imt = (u16)(opt.def); in atl2_check_options() 3055 opt.def = FLASH_VENDOR_DEFAULT; in atl2_check_options() [all …]
|
D | atl1.c | 130 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.1.27/drivers/net/ethernet/toshiba/ |
D | spider_net.c | 202 phy->def->ops->setup_aneg(phy, advertise); in spider_net_setup_aneg() 1948 if (card->phy.def->phy_id) in spider_net_open() 2015 if (phy->def->ops->enable_fiber) in spider_net_link_phy() 2016 phy->def->ops->enable_fiber(phy, 1); in spider_net_link_phy() 2022 if (phy->def->ops->enable_fiber) in spider_net_link_phy() 2023 phy->def->ops->enable_fiber(phy, 0); in spider_net_link_phy() 2041 if (!(phy->def->ops->poll_link(phy))) { in spider_net_link_phy() 2048 phy->def->ops->read_link(phy); in spider_net_link_phy() 2094 pr_info("Found %s.\n", phy->def->name); in spider_net_setup_phy()
|
/linux-4.1.27/net/9p/ |
D | mod.c | 140 if (t->def && try_module_get(t->owner)) { in v9fs_get_default_trans()
|
D | trans_fd.c | 1037 .def = 0, 1049 .def = 0, 1061 .def = 0,
|
D | trans_virtio.c | 751 .def = 1,
|
D | trans_rdma.c | 773 .def = 0,
|
/linux-4.1.27/arch/um/drivers/ |
D | line.h | 65 extern int line_setup(char **conf, unsigned nlines, char **def,
|
D | line.c | 432 int line_setup(char **conf, unsigned int num, char **def, in line_setup() argument 442 *def = init + 1; in line_setup()
|
/linux-4.1.27/sound/soc/codecs/ |
D | max9877.c | 156 regmap_write(regmap, max9877_regs[i].reg, max9877_regs[i].def); in max9877_i2c_probe()
|
D | rt286.c | 200 rt286->index_cache[i].def = value; in rt286_hw_write() 284 rt286->index_cache[i].def); in rt286_index_sync() 1256 rt286->index_cache[i].def); in rt286_i2c_probe() 1259 rt286_reg[i].def); in rt286_i2c_probe()
|
D | tfa9879.c | 295 tfa9879_regs[i].reg, tfa9879_regs[i].def); in tfa9879_i2c_probe()
|
D | tlv320aic3x.c | 1355 if (pll_c == aic3x_reg[AIC3X_PLL_PROGC_REG].def || in aic3x_set_power() 1356 pll_d == aic3x_reg[AIC3X_PLL_PROGD_REG].def) { in aic3x_set_power()
|
D | arizona.c | 1250 dac_comp[1].def = arizona->dac_comp_coeff; in arizona_wm5102_set_dac_comp() 1252 dac_comp[2].def = arizona->dac_comp_enabled; in arizona_wm5102_set_dac_comp()
|
D | wm8997.c | 107 patch[i].def); in wm8997_sysclk_ev()
|
D | sgtl5000.c | 1418 val = sgtl5000_reg_defaults[i].def; in sgtl5000_fill_defaults()
|
D | wm5102.c | 606 patch[i].def); in wm5102_sysclk_ev()
|
D | wm5110.c | 157 patch[i].def); in wm5110_sysclk_ev()
|
/linux-4.1.27/tools/perf/util/ |
D | config.c | 441 static int perf_env_bool(const char *k, int def) in perf_env_bool() argument 444 return v ? perf_config_bool(k, v) : def; in perf_env_bool()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | pci_of_scan.c | 25 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.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 1382 .def = 1, 1393 .def = 1, 1404 .def = 1, 1415 .def = 1, 1426 .def = 1, 1437 .def = 0x7f, 1448 .def = 0xcf, 1459 .def = 50, 4120 bttv_ctrl_combfilter.def = combfilter; in bttv_probe() 4121 bttv_ctrl_lumafilter.def = lumafilter; in bttv_probe() [all …]
|
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_pb0100.c | 130 .def = 128, in pb0100_init_controls() 139 .def = 1, in pb0100_init_controls()
|
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 270 const char *def; member 288 .def = _def, .mask = _mask, } 293 .num_vcs = CCN_NUM_VCS, .def = _def, .mask = _mask, } 298 .num_vcs = CCN_NUM_VCS, .def = _def, .mask = _mask, } 333 if (event->def) in arm_ccn_pmu_event_show() 335 event->def); in arm_ccn_pmu_event_show()
|
/linux-4.1.27/drivers/media/tuners/ |
D | mt2063.c | 1809 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.1.27/drivers/net/wireless/ti/wlcore/ |
D | main.c | 4614 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_add_chanctx() 4615 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_add_chanctx() 4623 ieee80211_frequency_to_channel(ctx->def.chan->center_freq), in wlcore_op_remove_chanctx() 4624 cfg80211_get_chandef_type(&ctx->def)); in wlcore_op_remove_chanctx() 4635 ctx->def.chan->center_freq); in wlcore_op_change_chanctx() 4639 channel, cfg80211_get_chandef_type(&ctx->def), changed); in wlcore_op_change_chanctx() 4661 ctx->def.chan->dfs_state == NL80211_DFS_USABLE) { in wlcore_op_change_chanctx() 4680 ctx->def.chan->center_freq); in wlcore_op_assign_vif_chanctx() 4686 cfg80211_get_chandef_type(&ctx->def), in wlcore_op_assign_vif_chanctx() 4687 ctx->radar_enabled, ctx->def.chan->dfs_state); in wlcore_op_assign_vif_chanctx() [all …]
|
/linux-4.1.27/block/ |
D | elevator.c | 828 char *def = ""; in elv_register() local 859 def = " (default)"; in elv_register() 862 def); in elv_register()
|
/linux-4.1.27/arch/powerpc/boot/ |
D | 4xx.c | 396 static inline u32 __fix_zero(u32 v, u32 def) in __fix_zero() argument 398 return v ? v : def; in __fix_zero()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_isif.c | 1886 .def = 0, 1897 .def = 0, 1908 .def = 0, 1919 .def = 0, 1930 .def = 0, 1941 .def = 0,
|
D | dm365_ipipeif.c | 849 .def = 0,
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv.c | 2287 struct mmu_psize_def *def = &mmu_psize_defs[linux_psize]; in kvmppc_add_seg_page_size() local 2289 if (!def->shift) in kvmppc_add_seg_page_size() 2291 (*sps)->page_shift = def->shift; in kvmppc_add_seg_page_size() 2292 (*sps)->slb_enc = def->sllp; in kvmppc_add_seg_page_size() 2293 (*sps)->enc[0].page_shift = def->shift; in kvmppc_add_seg_page_size() 2294 (*sps)->enc[0].pte_enc = def->penc[linux_psize]; in kvmppc_add_seg_page_size() 2298 if (linux_psize != MMU_PAGE_16M && def->penc[MMU_PAGE_16M] != -1) { in kvmppc_add_seg_page_size() 2300 (*sps)->enc[1].pte_enc = def->penc[MMU_PAGE_16M]; in kvmppc_add_seg_page_size()
|
/linux-4.1.27/arch/s390/oprofile/ |
D | hwsampler.c | 818 if (sample_data_ptr->def != 1) { in add_samples_to_oprofile() 824 sample_data_ptr->def = 0; in add_samples_to_oprofile()
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 2 \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.1.27/drivers/media/platform/vsp1/ |
D | vsp1_sru.c | 116 .def = 1,
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | jeilinj.c | 450 .def = 0, in sd_init_controls()
|
D | mr97310a.c | 940 .def = MR97310A_MIN_CLOCKDIV_DEFAULT, in sd_init_controls()
|
D | cpia1.c | 1827 .def = COMP_TARGET_DEF, in sd_init_controls()
|
/linux-4.1.27/net/wireless/ |
D | wext-sme.c | 37 wdev->wext.keys->def = wdev->wext.default_key; in cfg80211_mgd_wext_connect()
|
D | core.h | 236 int def, defmgmt; member
|
D | sme.c | 987 if (connkeys && connkeys->def >= 0) { in cfg80211_connect() 991 idx = connkeys->def; in cfg80211_connect()
|
D | ibss.c | 288 wdev->wext.keys->def = wdev->wext.default_key; in cfg80211_ibss_wext_join()
|
D | nl80211.c | 669 bool def, defmgmt; member 681 k->def = !!tb[NL80211_KEY_DEFAULT]; in nl80211_parse_key_new() 684 if (k->def) { in nl80211_parse_key_new() 746 k->def = !!info->attrs[NL80211_ATTR_KEY_DEFAULT]; in nl80211_parse_key_old() 749 if (k->def) { in nl80211_parse_key_old() 794 if (k->def && k->defmgmt) in nl80211_parse_key() 806 } else if (k->def) { in nl80211_parse_key() 825 int rem, err, def = 0; in nl80211_parse_connkeys() local 831 result->def = -1; in nl80211_parse_connkeys() 846 if (parse.def) { in nl80211_parse_connkeys() [all …]
|
D | util.c | 842 if (wdev->connect_keys->def == i) in cfg80211_upload_connect_keys()
|
/linux-4.1.27/drivers/media/usb/gspca/m5602/ |
D | m5602_mt9m111.c | 51 .def = MT9M111_GREEN_GAIN_DEFAULT,
|
D | m5602_po1030.c | 51 .def = PO1030_GREEN_GAIN_DEFAULT,
|
/linux-4.1.27/drivers/net/ethernet/via/ |
D | via-velocity.c | 431 static void velocity_set_int_opt(int *opt, int val, int min, int max, int def, in velocity_set_int_opt() argument 435 *opt = def; in velocity_set_int_opt() 439 *opt = def; in velocity_set_int_opt() 460 static void velocity_set_bool_opt(u32 *opt, int val, int def, u32 flag, in velocity_set_bool_opt() argument 465 *opt |= (def ? flag : 0); in velocity_set_bool_opt() 469 *opt |= (def ? flag : 0); in velocity_set_bool_opt()
|
/linux-4.1.27/drivers/media/platform/ |
D | vim2m.c | 853 .def = MEM2MEM_DEF_TRANSTIME, 864 .def = 1,
|
/linux-4.1.27/drivers/mtd/nand/ |
D | pxa3xx_nand.c | 1467 struct nand_flash_dev pxa3xx_flash_ids[2], *def = NULL; in pxa3xx_nand_scan() local 1535 def = pxa3xx_flash_ids; in pxa3xx_nand_scan() 1544 if (nand_scan_ident(mtd, 1, def)) in pxa3xx_nand_scan()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 125 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.1.27/Documentation/kbuild/ |
D | kconfig.txt | 60 checks for a file named "all{yes/mod/no/def/random}.config"
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 3067 u32 def; in sisfb_getheapstart() local 3090 def = 0xc00000; in sisfb_getheapstart() 3092 def = 0x800000; in sisfb_getheapstart() 3094 def = 0x400000; in sisfb_getheapstart() 3097 ret = def = 0; in sisfb_getheapstart() 3099 def = maxoffs - 0x8000; in sisfb_getheapstart() 3104 ret = def; in sisfb_getheapstart()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 111 struct fscache_object_def *def; 317 obtained by calling object->cookie->def->get_aux()/get_attr().
|
D | netfs-api.txt | 337 const struct fscache_object_def *def, 342 filling in the index entry by calling the operations pointed to by def.
|
/linux-4.1.27/sound/usb/ |
D | mixer.c | 1050 #define get_min_max(cval, def) get_min_max_with_quirks(cval, def, NULL) argument
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 1141 cpia2_usb_alt.def = alternate; in cpia2_register_camera()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 2010 .def = 1, 2057 if (dev->tda9887_conf && saa7134_ctrl_automute.def) in saa7134_video_init1()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-si476x.c | 1531 si476x_ctrls[SI476X_IDX_DIVERSITY_MODE].def = in si476x_radio_probe()
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | si4713.c | 1435 .def = 87600,
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 1137 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup()
|
D | s5p_mfc_enc.c | 2082 cfg.def = controls[i].default_value; in s5p_mfc_enc_ctrls_setup()
|
/linux-4.1.27/drivers/md/ |
D | dm.c | 278 unsigned def, unsigned max) in __dm_get_module_param() argument 284 modified_param = def; in __dm_get_module_param()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 1221 .def = SOLO_DEF_MOT_THRESH,
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 215 struct cfg80211_chan_def def; member
|
/linux-4.1.27/drivers/media/pci/meye/ |
D | meye.c | 1601 .def = 48, in meye_probe()
|
/linux-4.1.27/drivers/scsi/ |
D | dc395x.c | 491 int def; /* default value */ member 613 cfg_data[i].value = cfg_data[i].def; in fix_settings()
|