Home
last modified time | relevance | path

Searched refs:target (Results 1476 - 1500 of 6974) sorted by relevance

1...<<51525354555657585960>>...279

/kernel/linux/linux-5.10/drivers/pci/pcie/
H A Daer_inject.c143 u32 *target = NULL; in find_pci_config_dword() local
150 target = &err->uncor_status; in find_pci_config_dword()
154 target = &err->cor_status; in find_pci_config_dword()
158 target = &err->header_log0; in find_pci_config_dword()
161 target = &err->header_log1; in find_pci_config_dword()
164 target = &err->header_log2; in find_pci_config_dword()
167 target = &err->header_log3; in find_pci_config_dword()
170 target = &err->root_status; in find_pci_config_dword()
174 target = &err->source_id; in find_pci_config_dword()
179 return target; in find_pci_config_dword()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c162 struct regmap *target; in mscc_ocelot_init_ports() local
181 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_init_ports()
182 if (IS_ERR(target)) { in mscc_ocelot_init_ports()
183 err = PTR_ERR(target); in mscc_ocelot_init_ports()
195 err = ocelot_probe_port(ocelot, port, target, portnp); in mscc_ocelot_init_ports()
271 struct regmap *target; in mscc_ocelot_probe() local
277 target = ocelot_regmap_init(ocelot, res); in mscc_ocelot_probe()
278 if (IS_ERR(target)) { in mscc_ocelot_probe()
283 err = PTR_ERR(target); in mscc_ocelot_probe()
287 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_rtsym.c30 u8 target; member
62 switch (fw->target) { in nfp_rtsym_sw_entry_init()
64 sw->target = NFP_RTSYM_TARGET_LMEM; in nfp_rtsym_sw_entry_init()
67 sw->target = NFP_RTSYM_TARGET_EMU_CACHE; in nfp_rtsym_sw_entry_init()
70 sw->target = fw->target; in nfp_rtsym_sw_entry_init()
237 if (sym->target == NFP_RTSYM_TARGET_EMU_CACHE) { in nfp_rtsym_to_dest()
245 } else if (sym->target < 0) { in nfp_rtsym_to_dest()
246 nfp_err(cpp, "rtsym '%s': unhandled target encoding: %d\n", in nfp_rtsym_to_dest()
247 sym->name, sym->target); in nfp_rtsym_to_dest()
[all...]
/kernel/linux/linux-6.6/fs/sysfs/
H A Dgroup.c382 * @target: The target kobject of the symlink to create.
386 struct kobject *target, const char *link_name) in sysfs_add_link_to_group()
395 error = sysfs_create_link_sd(parent, target, link_name); in sysfs_add_link_to_group()
425 * @target_kobj: The target kobject.
426 * @target_name: The name of the target group or attribute.
435 struct kernfs_node *target; in compat_only_sysfs_link_entry_to_kobj() local
445 target = target_kobj->sd; in compat_only_sysfs_link_entry_to_kobj()
446 if (target) in compat_only_sysfs_link_entry_to_kobj()
447 kernfs_get(target); in compat_only_sysfs_link_entry_to_kobj()
385 sysfs_add_link_to_group(struct kobject *kobj, const char *group_name, struct kobject *target, const char *link_name) sysfs_add_link_to_group() argument
[all...]
/kernel/linux/linux-6.6/drivers/pci/pcie/
H A Daer_inject.c142 u32 *target = NULL; in find_pci_config_dword() local
149 target = &err->uncor_status; in find_pci_config_dword()
153 target = &err->cor_status; in find_pci_config_dword()
157 target = &err->header_log0; in find_pci_config_dword()
160 target = &err->header_log1; in find_pci_config_dword()
163 target = &err->header_log2; in find_pci_config_dword()
166 target = &err->header_log3; in find_pci_config_dword()
169 target = &err->root_status; in find_pci_config_dword()
173 target = &err->source_id; in find_pci_config_dword()
178 return target; in find_pci_config_dword()
[all...]
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dptrace.c39 static int gpr_get(struct task_struct *target, in gpr_get() argument
43 struct pt_regs *regs = task_pt_regs(target); in gpr_get()
67 static int gpr_set(struct task_struct *target, in gpr_set() argument
84 regs = task_pt_regs(target); in gpr_set()
119 static int tie_get(struct task_struct *target, in tie_get() argument
124 struct pt_regs *regs = task_pt_regs(target); in tie_get()
125 struct thread_info *ti = task_thread_info(target); in tie_get()
151 static int tie_set(struct task_struct *target, in tie_set() argument
157 struct pt_regs *regs = task_pt_regs(target); in tie_set()
158 struct thread_info *ti = task_thread_info(target); in tie_set()
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dse.c348 } target; member
358 .target = WM8776out,
364 .target = WM8766,
371 .target = WM8766,
378 .target = WM8766,
385 .target = WM8776in,
390 .target = WM8776sel,
396 .target = WM8776agc,
402 .target = WM8776afl,
478 switch (se200pci_cont[n].target) { in se200pci_cont_update()
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvmci_transport_notify.c339 size_t target, bool *data_ready_now) in vmci_transport_notify_pkt_poll_in()
343 if (vsock_stream_has_data(vsk) >= target) { in vmci_transport_notify_pkt_poll_in()
363 size_t target, bool *space_avail_now) in vmci_transport_notify_pkt_poll_out()
393 size_t target, in vmci_transport_notify_pkt_recv_init()
404 if (PKT_FIELD(vsk, write_notify_min_window) < target + 1) { in vmci_transport_notify_pkt_recv_init()
405 PKT_FIELD(vsk, write_notify_min_window) = target + 1; in vmci_transport_notify_pkt_recv_init()
429 size_t target, in vmci_transport_notify_pkt_recv_pre_block()
435 if (!send_waiting_read(sk, target)) { in vmci_transport_notify_pkt_recv_pre_block()
455 size_t target, in vmci_transport_notify_pkt_recv_pre_dequeue()
475 size_t target, in vmci_transport_notify_pkt_recv_post_dequeue()
338 vmci_transport_notify_pkt_poll_in(struct sock *sk, size_t target, bool *data_ready_now) vmci_transport_notify_pkt_poll_in() argument
362 vmci_transport_notify_pkt_poll_out(struct sock *sk, size_t target, bool *space_avail_now) vmci_transport_notify_pkt_poll_out() argument
391 vmci_transport_notify_pkt_recv_init( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_init() argument
427 vmci_transport_notify_pkt_recv_pre_block( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_pre_block() argument
453 vmci_transport_notify_pkt_recv_pre_dequeue( struct sock *sk, size_t target, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_pre_dequeue() argument
473 vmci_transport_notify_pkt_recv_post_dequeue( struct sock *sk, size_t target, ssize_t copied, bool data_read, struct vmci_transport_recv_notify_data *data) vmci_transport_notify_pkt_recv_post_dequeue() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c89 char *target, *command, *arg; member
150 /* format: [FLAGS] target command arg */ in parse_command()
196 cmd->target = av_get_token(buf, COMMAND_DELIMS); in parse_command()
197 if (!cmd->target || !cmd->target[0]) { in parse_command()
199 "No target specified in interval #%d, command #%d\n", in parse_command()
221 av_freep(&cmd->target); in parse_command()
264 "Command was parsed as: flags:[%s] target:%s command:%s arg:%s\n", in parse_commands()
265 make_command_flags_str(&pbuf, cmd.flags), cmd.target, cmd.command, cmd.arg); in parse_commands()
458 " [%s] target in init()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DDataReadWriteTest.java97 String target = targets[j]; in testBoolArray()
104 assertEquals("" + j, target, normalize(str)); in testBoolArray()
153 String target = targets[j]; in testCharacterArray()
160 assertEquals("" + j, target, normalize(str)); in testCharacterArray()
212 String target = targets[j]; in testNamedIndexArray()
219 assertEquals("" + j, target, normalize(str)); in testNamedIndexArray()
284 String target = targets[j]; in testStringArray()
291 assertEquals("" + j + " '" + str + "'", target, normalize(str)); in testStringArray()
326 String target = "<testTable>" + in testStringTable()
342 assertEquals("'" + str + "'", target, normaliz in testStringTable()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DDataReadWriteTest.java100 String target = targets[j]; in testBoolArray()
107 assertEquals("" + j, target, normalize(str)); in testBoolArray()
156 String target = targets[j]; in testCharacterArray()
163 assertEquals("" + j, target, normalize(str)); in testCharacterArray()
215 String target = targets[j]; in testNamedIndexArray()
222 assertEquals("" + j, target, normalize(str)); in testNamedIndexArray()
287 String target = targets[j]; in testStringArray()
294 assertEquals("" + j + " '" + str + "'", target, normalize(str)); in testStringArray()
329 String target = "<testTable>" + in testStringTable()
345 assertEquals("'" + str + "'", target, normaliz in testStringTable()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drbt_set.cpp77 // Append a hex string to the target
80 UnicodeString& target) { in _appendHex()
86 target += digitString[(number >> (digits*4)) & 0xF]; in _appendHex()
88 return target; in _appendHex()
93 UnicodeString &target) { in _escape()
99 target += "\\u"; in _escape()
100 _appendHex(ch, 4, target); in _escape()
102 target += "\\U"; in _escape()
103 _appendHex(ch, 8, target); in _escape()
106 target in _escape()
78 _appendHex(uint32_t number, int32_t digits, UnicodeString& target) _appendHex() argument
92 _escape(const UnicodeString &source, UnicodeString &target) _escape() argument
[all...]
/third_party/node/src/
H A Dnode_url.cc339 void BindingData::Initialize(Local<Object> target, in Initialize() argument
345 realm->AddBindingData<BindingData>(context, target); in Initialize()
348 SetMethodNoSideEffect(context, target, "toASCII", ToASCII); in Initialize()
349 SetMethodNoSideEffect(context, target, "toUnicode", ToUnicode); in Initialize()
350 SetMethodNoSideEffect(context, target, "domainToASCII", DomainToASCII); in Initialize()
351 SetMethodNoSideEffect(context, target, "domainToUnicode", DomainToUnicode); in Initialize()
352 SetMethodNoSideEffect(context, target, "canParse", CanParse); in Initialize()
353 SetMethodNoSideEffect(context, target, "format", Format); in Initialize()
354 SetMethod(context, target, "parse", Parse); in Initialize()
355 SetMethod(context, target, "updat in Initialize()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_set.cpp77 // Append a hex string to the target
80 UnicodeString& target) { in _appendHex()
86 target += digitString[(number >> (digits*4)) & 0xF]; in _appendHex()
88 return target; in _appendHex()
93 UnicodeString &target) { in _escape()
99 target += "\\u"; in _escape()
100 _appendHex(ch, 4, target); in _escape()
102 target += "\\U"; in _escape()
103 _appendHex(ch, 8, target); in _escape()
106 target in _escape()
78 _appendHex(uint32_t number, int32_t digits, UnicodeString& target) _appendHex() argument
92 _escape(const UnicodeString &source, UnicodeString &target) _escape() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dload-actual.js38 // And, we know that it can ONLY be relevant when the node is a target of a
216 const actualRoot = tree.isLink ? tree.target : tree
293 // its target node)
318 const target = this.#cache.get(realpath)
319 const link = new Link({ ...options, target })
321 if (!target) {
322 // Link set its target itself in this case
323 this.#cache.set(realpath, link.target)
324 // if a link target points at a node outside of the root tree's
326 await this.#loadFSTree(link.target)
[all...]
/third_party/node/deps/v8/src/objects/
H A Dtransitions-inl.h112 PropertyDetails TransitionsAccessor::GetTargetDetails(Name name, Map target) {
114 InternalIndex descriptor = target.LastAdded();
115 DescriptorArray descriptors = target.instance_descriptors(kRelaxedLoad);
169 Map* target) { in GetTargetIfExists()
172 // If the raw target is a Smi, then this TransitionArray is in the process of in GetTargetIfExists()
184 *target = TransitionsAccessor::GetTargetFromRaw(raw); in GetTargetIfExists()
316 void TransitionArray::Set(int transition_number, Name key, MaybeObject target) { in Set() argument
319 WeakFixedArray::Set(ToTargetIndex(transition_number), target); in Set() local
351 Map target = Map::cast(raw_transitions_->GetHeapObjectAssumeWeak()); in ExpectedTransitionKey() local
352 PropertyDetails details = GetSimpleTargetDetails(target); in ExpectedTransitionKey()
168 GetTargetIfExists(int transition_number, Isolate* isolate, Map* target) GetTargetIfExists() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c58 if (cube_as_2darray && (src->target == PIPE_TEXTURE_CUBE || in default_src_texture()
59 src->target == PIPE_TEXTURE_CUBE_ARRAY)) in default_src_texture()
60 src_templ->target = PIPE_TEXTURE_2D_ARRAY; in default_src_texture()
62 src_templ->target = src->target; in default_src_texture()
64 if (src->target == PIPE_BUFFER) { in default_src_texture()
65 src_templ->target = PIPE_TEXTURE_1D; in default_src_texture()
70 src_templ->u.tex.last_layer = src->target == PIPE_TEXTURE_3D in default_src_texture()
324 if (dst->target == PIPE_BUFFER || src->target
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c91 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) in i915_surface_copy_render()
202 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) { in i915_surface_copy_blitter()
216 if (dst->target != PIPE_TEXTURE_CUBE && dst->target != PIPE_TEXTURE_3D) in i915_surface_copy_blitter()
220 if (src->target != PIPE_TEXTURE_CUBE && src->target != PIPE_TEXTURE_3D) in i915_surface_copy_blitter()
393 if (pt->target != PIPE_TEXTURE_CUBE && pt->target ! in i915_create_surface_custom()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c118 assert(gallivm->target); in create_pass_manager()
136 td_str = LLVMCopyStringRepOfTargetData(gallivm->target); in create_pass_manager()
227 if (gallivm->target) { in gallivm_free_ir()
228 LLVMDisposeTargetData(gallivm->target); in gallivm_free_ir()
237 gallivm->target = NULL; in gallivm_free_ir()
301 LLVMTargetDataRef target = LLVMGetExecutionEngineTargetData(gallivm->engine); in init_gallivm_engine() local
305 data_layout = LLVMCopyStringRepOfTargetData(gallivm->target); in init_gallivm_engine()
306 engine_data_layout = LLVMCopyStringRepOfTargetData(target); in init_gallivm_engine()
309 debug_printf("module target data = %s\n", data_layout); in init_gallivm_engine()
310 debug_printf("engine target dat in init_gallivm_engine()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp111 assert(n.target); in visit()
112 n.target->vars_defined.add_set(cur_set()); in visit()
123 assert(n.target); in visit()
124 n.target->vars_defined.add_set(cur_set()); in visit()
253 push(n.target->loop_phi); in visit()
255 if (n.target->loop_phi) in visit()
256 rename_phi_args(n.target->loop_phi, n.rep_id, false); in visit()
264 push(n.target->phi); in visit()
266 if (n.target->phi) in visit()
267 rename_phi_args(n.target in visit()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_gm107.cpp126 const int dim = i->tex.target.getDim() + i->tex.target.isCube(); in handleManualTXD()
127 const int array = i->tex.target.isArray(); in handleManualTXD()
147 if (i->tex.target.isShadow()) in handleManualTXD()
173 if (i->tex.target.isCube()) { in handleManualTXD()
192 if (i->tex.target.isShadow()) in handleManualTXD()
308 if (mask & 0x4 && suq->tex.target.isCube()) { in handleSUQ()
336 if (suq->tex.target.isMS()) { in handleSUQ()
341 loadMsAdjInfo32(suq->tex.target, 0, slot, ind, suq->tex.bindless)); in handleSUQ()
345 loadMsAdjInfo32(suq->tex.target, in handleSUQ()
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_screen.c528 enum pipe_texture_target target, in panfrost_is_format_supported()
536 assert(target == PIPE_BUFFER || in panfrost_is_format_supported()
537 target == PIPE_TEXTURE_1D || in panfrost_is_format_supported()
538 target == PIPE_TEXTURE_1D_ARRAY || in panfrost_is_format_supported()
539 target == PIPE_TEXTURE_2D || in panfrost_is_format_supported()
540 target == PIPE_TEXTURE_2D_ARRAY || in panfrost_is_format_supported()
541 target == PIPE_TEXTURE_RECT || in panfrost_is_format_supported()
542 target == PIPE_TEXTURE_3D || in panfrost_is_format_supported()
543 target == PIPE_TEXTURE_CUBE || in panfrost_is_format_supported()
544 target in panfrost_is_format_supported()
526 panfrost_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) panfrost_is_format_supported() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_set.cpp77 // Append a hex string to the target
80 UnicodeString& target) { in _appendHex()
86 target += digitString[(number >> (digits*4)) & 0xF]; in _appendHex()
88 return target; in _appendHex()
93 UnicodeString &target) { in _escape()
99 target += "\\u"; in _escape()
100 _appendHex(ch, 4, target); in _escape()
102 target += "\\U"; in _escape()
103 _appendHex(ch, 8, target); in _escape()
106 target in _escape()
78 _appendHex(uint32_t number, int32_t digits, UnicodeString& target) _appendHex() argument
92 _escape(const UnicodeString &source, UnicodeString &target) _escape() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c51 FT_Bitmap* target, in pfr_bitwriter_init()
54 writer->line = target->buffer; in pfr_bitwriter_init()
55 writer->pitch = target->pitch; in pfr_bitwriter_init()
56 writer->width = target->width; in pfr_bitwriter_init()
57 writer->rows = target->rows; in pfr_bitwriter_init()
62 writer->line += writer->pitch * (FT_Int)( target->rows - 1 ); in pfr_bitwriter_init()
537 FT_Bitmap* target ) in pfr_load_bitmap_bits()
543 if ( target->rows > 0 && target->width > 0 ) in pfr_load_bitmap_bits()
545 pfr_bitwriter_init( &writer, target, decreasin in pfr_load_bitmap_bits()
50 pfr_bitwriter_init( PFR_BitWriter writer, FT_Bitmap* target, FT_Bool decreasing ) pfr_bitwriter_init() argument
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
H A Dpermutate.go235 switch target := in.Target.(type) {
243 if ty, ok := s.closedTypes[target]; ok {
249 return nil, fmt.Errorf("'%v' was not found in closedTypes", target.GetName())
253 for _, ty := range target.Types {
260 for _, o := range target.Options {
269 for _, e := range target.Entries {
277 return nil, fmt.Errorf("unhandled target type: %T", in.Target)
285 switch target := arg.Target.(type) {
287 if ty, ok := s.closedTypes[target]; ok {
289 } else if num, ok := s.closedNumbers[target]; o
[all...]

Completed in 17 milliseconds

1...<<51525354555657585960>>...279