Home
last modified time | relevance | path

Searched refs:bind (Results 2626 - 2650 of 4021) sorted by relevance

1...<<101102103104105106107108109110>>...161

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_tcm.c2317 fu->function.bind = tcm_bind; in tcm_alloc()
/kernel/linux/linux-5.10/net/smc/
H A Daf_smc.c1217 /* remove a sock from the accept queue to bind it to a new socket created
2437 .bind = smc_bind,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c374 .bind = gf100_gr_chan_bind,
/kernel/linux/linux-6.6/include/net/
H A Dsock.h135 * @skc_bind_node: bind hash linkage for various protocol lookup tables
324 * @sk_bind_phc: SO_TIMESTAMPING bind PHC index of PTP virtual clock
355 * @sk_bind2_node: bind node in the bhash2 table
1285 int (*bind)(struct sock *sk, member
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dueagle-atm.c2578 .bind = uea_bind,
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500_charger.c3353 dev_err(dev, "can't bind component devices\n"); in ab8500_charger_bind()
3386 .bind = ab8500_charger_bind,
3627 /* Create something that will match the subdrivers when we bind */ in ab8500_charger_probe()
H A Dab8500_fg.c3065 .bind = ab8500_fg_bind,
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_mass_storage.c3034 /* Don't allow to bind if we don't have at least one LUN */ in fsg_bind()
3567 fsg->function.bind = fsg_bind; in fsg_alloc()
H A Df_midi2.c1855 /* as we use the static descriptors for simplicity, serialize bind call */
1908 /* gadget function bind callback */
2033 ERROR(midi2, "%s: can't bind, err %d\n", f->name, status); in f_midi2_bind()
2813 midi2->func.bind = f_midi2_bind; in f_midi2_alloc()
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcpuset.c3508 .bind = cpuset_bind,
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1884 .bind = hdmi_bind,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2115 drm_dbg(&i915->drm, "I915 HDCP comp bind\n"); in i915_hdcp_component_bind()
2136 .bind = i915_hdcp_component_bind,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c679 .bind = nv50_audio_component_bind,
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2766 .bind = vop2_bind,
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1099 // Define an exception handler and bind a label.
1100 void BindExceptionHandler(Label* label) { bind(label); } in BindExceptionHandler()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h222 void bind(Label* label);
H A Dmacro-assembler-arm64.h632 // Define an exception handler and bind a label.
639 // Define a jump (BR) target and bind a label.
646 // Define a jump/call target and bind a label.
2104 tasm_->bind(&start_); in InstructionAccurateScope()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h187 // bind(&L); // bind label to the current pc
189 // bind(&L); // illegal: a label may be bound only once
193 void bind(Label* L); // Binds an unbound label L to current code position.
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1739 pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int; in bind() functions
/third_party/python/Lib/
H A Dinspect.py2813 """Result of `Signature.bind` call. Holds the mapping of arguments
2957 * bind(*args, **kwargs) -> BoundArguments
3207 def bind(self, /, *args, **kwargs): member in Signature
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp722 pipelineWrapper->bind(*commandBuffer); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp1154 // Allocate and bind color image memory in VertexInputInstance()
1372 m_graphicsPipeline.bind(*m_cmdBuffer); in VertexInputInstance()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc1571 // Finally, bind the label. in TbzRangePoolLimitHelper()
2090 __ bind(&start); in TEST()
2171 __ bind(&start); in AdrpPageBoundaryHelper()
2186 if (i++ == (offset_into_page / kInstructionSize)) __ bind(&test); in AdrpPageBoundaryHelper()
2188 if (i++ == (offset_into_page / kInstructionSize)) __ bind(&test); in AdrpPageBoundaryHelper()
2246 __ bind(&page);
13379 __ bind(&over_literal);
H A Dtest-trace-aarch64.cc388 __ bind(&end); in GenerateTestSequenceBase()
393 __ bind(&loop); in GenerateTestSequenceBase()
400 __ bind(&end); in GenerateTestSequenceBase()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c2946 int bind = GELF_ST_BIND(sym->st_info); in sym_is_extern() local
2947 /* externs are symbols w/ type=NOTYPE, bind=GLOBAL|WEAK, section=UND */ in sym_is_extern()
2949 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
6768 pr_warn("prog '%s': failed to bind .rodata map: %s\n", in load_program()
6770 /* Don't fail hard if can't bind rodata. */ in load_program()

Completed in 102 milliseconds

1...<<101102103104105106107108109110>>...161