/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 2317 fu->function.bind = tcm_bind; in tcm_alloc()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | af_smc.c | 1217 /* 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 D | gf100.c | 374 .bind = gf100_gr_chan_bind,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 135 * @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 D | ueagle-atm.c | 2578 .bind = uea_bind,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_charger.c | 3353 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 D | ab8500_fg.c | 3065 .bind = ab8500_fg_bind,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 3034 /* 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 D | f_midi2.c | 1855 /* 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 D | cpuset.c | 3508 .bind = cpuset_bind,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_hdmi.c | 1884 .bind = hdmi_bind,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 2115 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 D | disp.c | 679 .bind = nv50_audio_component_bind,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 2766 .bind = vop2_bind,
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1099 // 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 D | assembler-arm64.h | 222 void bind(Label* label);
|
H A D | macro-assembler-arm64.h | 632 // 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 D | assembler-riscv64.h | 187 // 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 D | mod.rs | 1739 pub fn bind(socket: ::c_int, address: *const ::sockaddr, address_len: ::socklen_t) -> ::c_int; in bind() functions
|
/third_party/python/Lib/ |
H A D | inspect.py | 2813 """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 D | vktFragmentShadingBarycentricTests.cpp | 722 pipelineWrapper->bind(*commandBuffer); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 1154 // Allocate and bind color image memory in VertexInputInstance() 1372 m_graphicsPipeline.bind(*m_cmdBuffer); in VertexInputInstance()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 1571 // 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 D | test-trace-aarch64.cc | 388 __ bind(&end); in GenerateTestSequenceBase() 393 __ bind(&loop); in GenerateTestSequenceBase() 400 __ bind(&end); in GenerateTestSequenceBase()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 2946 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()
|