Home
last modified time | relevance | path

Searched refs:def (Results 1 – 25 of 1568) sorted by relevance

12345678910>>...63

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Db-header-vars15 …h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning-flag…
20 …s.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning-flags.def aarch64-cores.def targe…
21 C_TARGET_H=c-family/c-target.h c-family/c-target.def target-hooks-macros.h
22 COMMON_TARGET_H=common/common-target.h line-map.h input.h common/common-target.def target-hooks-mac…
23 D_TARGET_H=d/d-target.h d/d-target.def target-hooks-macros.h
24 MACHMODE_H=machmode.h mode-classes.def
26 HOSTHOOKS_DEF_H=hosthooks-def.h hooks.h
27 LANGHOOKS_DEF_H=langhooks-def.h hooks.h
28 TARGET_DEF_H=target-def.h target-hooks-def.h hooks.h targhooks.h
29def.h c-family/c-target-hooks-def.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Db-header-vars20 …gs.h options.h flag-types.h arm-opts.h target.h target.def target-hooks-macros.h target-insns.def
21 C_TARGET_H=c-family/c-target.h c-family/c-target.def target-hooks-macros.h
22 COMMON_TARGET_H=common/common-target.h line-map.h input.h common/common-target.def target-hooks-mac…
23 D_TARGET_H=d/d-target.h d/d-target.def target-hooks-macros.h
24 MACHMODE_H=machmode.h mode-classes.def
26 HOSTHOOKS_DEF_H=hosthooks-def.h hooks.h
27 LANGHOOKS_DEF_H=langhooks-def.h hooks.h
28 TARGET_DEF_H=target-def.h target-hooks-def.h hooks.h targhooks.h
29def.h c-family/c-target-hooks-def.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.…
30 …h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h mode-classes.def double-int.h
[all …]
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra210.c27 .def = 0xc2,
41 .def = 0xc6,
55 .def = 0x50,
69 .def = 0x50,
83 .def = 0x50,
97 .def = 0x50,
111 .def = 0x13,
125 .def = 0x04,
139 .def = 0x50,
153 .def = 0x50,
[all …]
H A Dtegra30.c51 .def = 0x4e,
65 .def = 0x4e,
79 .def = 0x4e,
93 .def = 0x4e,
107 .def = 0x4e,
121 .def = 0x4e,
135 .def = 0x4e,
149 .def = 0x4e,
163 .def = 0x17,
177 .def = 0x09,
[all …]
H A Dtegra114.c30 .def = 0x4e,
44 .def = 0x4e,
58 .def = 0x4e,
72 .def = 0x4e,
86 .def = 0x4e,
100 .def = 0x4e,
114 .def = 0x33,
128 .def = 0x09,
142 .def = 0x09,
156 .def = 0x04,
[all …]
H A Dtegra124.c30 .def = 0xc2,
44 .def = 0xc6,
58 .def = 0x50,
72 .def = 0x50,
86 .def = 0x50,
100 .def = 0x50,
114 .def = 0x13,
128 .def = 0x04,
142 .def = 0x50,
156 .def = 0x50,
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-v4l.c154 int r, def; in pwc_init_controls() local
162 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, BRIGHTNESS_FORMATTER, &def); in pwc_init_controls()
163 if (r || def > 127) in pwc_init_controls()
164 def = 63; in pwc_init_controls()
166 V4L2_CID_BRIGHTNESS, 0, 127, 1, def); in pwc_init_controls()
168 r = pwc_get_u8_ctrl(pdev, GET_LUM_CTL, CONTRAST_FORMATTER, &def); in pwc_init_controls()
169 if (r || def > 63) in pwc_init_controls()
170 def = 31; in pwc_init_controls()
172 V4L2_CID_CONTRAST, 0, 63, 1, def); in pwc_init_controls()
180 &def); in pwc_init_controls()
[all …]
/OK3568_Linux_fs/kernel/net/netlabel/
H A Dnetlabel_domainhash.c75 if (ptr->def.type == NETLBL_NLTYPE_ADDRSELECT) { in netlbl_domhsh_free_entry()
77 &ptr->def.addrsel->list4) { in netlbl_domhsh_free_entry()
83 &ptr->def.addrsel->list6) { in netlbl_domhsh_free_entry()
88 kfree(ptr->def.addrsel); in netlbl_domhsh_free_entry()
226 type = map4->def.type; in netlbl_domhsh_audit_add()
227 cipsov4 = map4->def.cipso; in netlbl_domhsh_audit_add()
234 type = map6->def.type; in netlbl_domhsh_audit_add()
235 calipso = map6->def.calipso; in netlbl_domhsh_audit_add()
240 type = entry->def.type; in netlbl_domhsh_audit_add()
241 cipsov4 = entry->def.cipso; in netlbl_domhsh_audit_add()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf_map.c12 static bool bpf_map_def__is_per_cpu(const struct bpf_map_def *def) in bpf_map_def__is_per_cpu() argument
14 return def->type == BPF_MAP_TYPE_PERCPU_HASH || in bpf_map_def__is_per_cpu()
15 def->type == BPF_MAP_TYPE_PERCPU_ARRAY || in bpf_map_def__is_per_cpu()
16 def->type == BPF_MAP_TYPE_LRU_PERCPU_HASH || in bpf_map_def__is_per_cpu()
17 def->type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE; in bpf_map_def__is_per_cpu()
20 static void *bpf_map_def__alloc_value(const struct bpf_map_def *def) in bpf_map_def__alloc_value() argument
22 if (bpf_map_def__is_per_cpu(def)) in bpf_map_def__alloc_value()
23 return malloc(round_up(def->value_size, 8) * sysconf(_SC_NPROCESSORS_CONF)); in bpf_map_def__alloc_value()
25 return malloc(def->value_size); in bpf_map_def__alloc_value()
30 const struct bpf_map_def *def = bpf_map__def(map); in bpf_map__fprintf() local
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-Fix-imports-for-ptests.patch57 - def test_callback_function_int_return_overflow(self):
63 - def _unsigned_overflow_margin():
66 - def foo():
75 - def test_issue60(self):
77 - def foo():
97 - def test_issue54(self):
99 - def _tag_cbk():
104 - def a():
107 - def b():
139 - def test_filter(self):
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A 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()
166 if (def != S_DEF_AUTO) in conf_set_sym_val()
177 sym->def[def].val = strdup(p); in conf_set_sym_val()
180 if (def != S_DEF_AUTO) in conf_set_sym_val()
247 int conf_read_simple(const char *name, int def) in conf_read_simple() argument
291 def_flags = SYMBOL_DEF << def; in conf_read_simple()
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconfdata.c234 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument
241 sym->def[def].tri = mod; in conf_set_sym_val()
248 sym->def[def].tri = yes; in conf_set_sym_val()
253 sym->def[def].tri = no; in conf_set_sym_val()
257 if (def != S_DEF_AUTO) in conf_set_sym_val()
272 if (def != S_DEF_AUTO) in conf_set_sym_val()
280 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
283 if (def != S_DEF_AUTO) in conf_set_sym_val()
350 int conf_read_simple(const char *name, int def) in conf_read_simple() argument
394 def_flags = SYMBOL_DEF << def; in conf_read_simple()
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A 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 …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A 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 …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconfdata.c125 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument
132 sym->def[def].tri = mod; in conf_set_sym_val()
139 sym->def[def].tri = yes; in conf_set_sym_val()
144 sym->def[def].tri = no; in conf_set_sym_val()
148 if (def != S_DEF_AUTO) in conf_set_sym_val()
171 if (def != S_DEF_AUTO) in conf_set_sym_val()
180 sym->def[def].val = xstrdup(p); in conf_set_sym_val()
183 if (def != S_DEF_AUTO) in conf_set_sym_val()
250 int conf_read_simple(const char *name, int def) in conf_read_simple() argument
293 def_flags = SYMBOL_DEF << def; in conf_read_simple()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dparam.c145 int def; member
168 *value = opt->def; in e1000_validate_option()
213 *value = opt->def; in e1000_validate_option()
245 .def = DEFAULT_TIDV, in e1000e_check_options()
255 adapter->tx_int_delay = opt.def; in e1000e_check_options()
265 .def = DEFAULT_TADV, in e1000e_check_options()
275 adapter->tx_abs_int_delay = opt.def; in e1000e_check_options()
285 .def = DEFAULT_RDTR, in e1000e_check_options()
291 opt.def = BURST_RDTR; in e1000e_check_options()
298 adapter->rx_int_delay = opt.def; in e1000e_check_options()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim99 " BitBake 'def'd python functions
100 syn keyword bbPyDef def contained
101 syn region bbPyDefRegion start='^\(def\s\+\)\([0-9A-Za-z_-]\+\)\(\s*(.*)\s*\):\s*$' end='^\(…
104 hi def link bbUnmatched Error
105 hi def link bbInclude Include
106 hi def link bbTodo Todo
107 hi def link bbComment Comment
108 hi def link bbQuote String
109 hi def link bbString String
110 hi def link bbDelimiter Keyword
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dnamespace.pl83 my %def = (); # all definitions for each name
320 if (!exists($def{$name})) {
321 $def{$name} = [];
323 push(@{$def{$name}}, $fullname);
353 my $def = $def{$name};
354 for ($j = 0; $j < $#{$def{$name}}; ++$j) {
355 if ($def{$name}[$j] eq $object) {
356 splice(@{$def{$name}}, $j, 1);
366 foreach my $name (keys(%def)) {
367 if ($#{$def{$name}} > 0) {
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dnamespace.pl83 my %def = (); # all definitions for each name
320 if (!exists($def{$name})) {
321 $def{$name} = [];
323 push(@{$def{$name}}, $fullname);
353 my $def = $def{$name};
354 for ($j = 0; $j < $#{$def{$name}}; ++$j) {
355 if ($def{$name}[$j] eq $object) {
356 splice(@{$def{$name}}, $j, 1);
366 foreach my $name (keys(%def)) {
367 if ($#{$def{$name}} > 0) {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c161 int def; member
181 *value = opt->def; in ixgb_validate_option()
221 *value = opt->def; in ixgb_validate_option()
249 .def = DEFAULT_TXD, in ixgb_check_options()
259 tx_ring->count = opt.def; in ixgb_check_options()
268 .def = DEFAULT_RXD, in ixgb_check_options()
278 rx_ring->count = opt.def; in ixgb_check_options()
287 .def = OPTION_ENABLED in ixgb_check_options()
295 adapter->rx_csum = opt.def; in ixgb_check_options()
312 .def = ixgb_fc_tx_pause, in ixgb_check_options()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch20 @@ -81,7 +81,7 @@ def root(ctx, debug):
27 def interface(ctx, ifname):
29 @@ -101,7 +101,7 @@ def interface_p2p_device():
38 @@ -149,7 +149,7 @@ def persistent_group():
47 @@ -161,7 +161,7 @@ def create_interface(ifname, bridge_if_name, driver, config_file):
53 def remove_interface(ifname):
56 @@ -170,7 +170,7 @@ def remove_interface(ifname):
62 def get_interface(ifname):
65 @@ -178,7 +178,7 @@ def get_interface(ifname):
71 def root_get(name):
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_uapi.c59 const struct uapi_definition *def, in uapi_create_write() argument
67 if (def->write.is_ex) in uapi_create_write()
68 method_key |= uapi_key_write_ex_method(def->write.command_num); in uapi_create_write()
70 method_key |= uapi_key_write_method(def->write.command_num); in uapi_create_write()
77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex))) in uapi_create_write()
80 method_elm->is_ex = def->write.is_ex; in uapi_create_write()
81 method_elm->handler = def->func_write; in uapi_create_write()
82 if (def->write.is_ex) in uapi_create_write()
84 BIT_ULL(def->write.command_num)); in uapi_create_write()
87 BIT_ULL(def->write.command_num)); in uapi_create_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_param.c170 int def; member
188 *value = opt->def; in e1000_validate_option()
229 *value = opt->def; in e1000_validate_option()
265 .def = E1000_DEFAULT_TXD, in e1000_check_options()
278 tx_ring->count = opt.def; in e1000_check_options()
293 .def = E1000_DEFAULT_RXD, in e1000_check_options()
307 rx_ring->count = opt.def; in e1000_check_options()
317 .def = OPTION_ENABLED in e1000_check_options()
325 adapter->rx_csum = opt.def; in e1000_check_options()
342 .def = E1000_FC_DEFAULT, in e1000_check_options()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dtlb.c453 struct mmu_psize_def *def; in setup_page_sizes() local
456 def = &mmu_psize_defs[psize]; in setup_page_sizes()
457 shift = def->shift; in setup_page_sizes()
466 def->flags |= MMU_PAGE_SIZE_DIRECT; in setup_page_sizes()
492 struct mmu_psize_def *def = &mmu_psize_defs[psize]; in setup_page_sizes() local
494 if (!def->shift) in setup_page_sizes()
497 if (tlb1ps & (1U << (def->shift - 10))) { in setup_page_sizes()
498 def->flags |= MMU_PAGE_SIZE_DIRECT; in setup_page_sizes()
501 def->flags |= MMU_PAGE_SIZE_INDIRECT; in setup_page_sizes()
515 struct mmu_psize_def *def = &mmu_psize_defs[psize]; in setup_page_sizes() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.c60 u8 iwl_fw_lookup_cmd_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def) in iwl_fw_lookup_cmd_ver() argument
67 return def; in iwl_fw_lookup_cmd_ver()
73 return def; in iwl_fw_lookup_cmd_ver()
78 return def; in iwl_fw_lookup_cmd_ver()
82 u8 iwl_fw_lookup_notif_ver(const struct iwl_fw *fw, u8 grp, u8 cmd, u8 def) in iwl_fw_lookup_notif_ver() argument
89 return def; in iwl_fw_lookup_notif_ver()
95 return def; in iwl_fw_lookup_notif_ver()
100 return def; in iwl_fw_lookup_notif_ver()

12345678910>>...63