Home
last modified time | relevance | path

Searched refs:code (Results 3701 – 3725 of 4688) sorted by relevance

1...<<141142143144145146147148149150>>...188

/linux-6.15/mm/
H A DKconfig.debug55 result in significant savings in code size. While /sys/kernel/slab
174 kernel code. However the runtime performance overhead is virtually
/linux-6.15/Documentation/usb/
H A Dmass-storage.rst207 consult the gadget's documentation or its source code.
222 duplicate code needed for handling basic USB protocol commands and
/linux-6.15/drivers/clk/at91/
H A Dclk-master.c249 unsigned long code, void *data) in clk_master_div_notifier_fn() argument
261 switch (code) { in clk_master_div_notifier_fn()
/linux-6.15/arch/x86/crypto/
H A Dsha512-avx-asm.S22 # - Redistributions of source code must retain the above
42 # This code is described in an Intel White-Paper:
H A Dsha512-ssse3-asm.S22 # - Redistributions of source code must retain the above
42 # This code is described in an Intel White-Paper:
/linux-6.15/Documentation/process/
H A Dstable-api-nonsense.rst47 that describes kernel drivers that do not have their source code
174 code doesn't fall under this category, good luck, you are on your own here,
/linux-6.15/Documentation/sound/soc/
H A Ddpcm.rst173 The FE DAI above sets the codec and code DAIs to dummy devices since the BE is
340 userspace code to control the link. Its recommended to use CODEC<->CODEC
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3399-khadas-edge.dtsi127 linux,code = <KEY_VENDOR>;
142 linux,code = <KEY_POWER>;
H A Drk3576-roc-pc.dts38 linux,code = <KEY_SETUP>;
52 linux,code = <KEY_VENDOR>;
H A Drk3399-roc-pc.dtsi46 linux,code = <KEY_VENDOR>;
61 linux,code = <KEY_POWER>;
/linux-6.15/Documentation/driver-api/
H A Ddevice-io.rst155 portable code, it must only be passed from and to functions that explicitly
157 readl()/writel() functions. The 'sparse' semantic code checker can be used to
238 multiple consecutive accesses can be combined on the bus. In portable code, it
253 must complete before the following code executes, while a normal writeb() may
H A Dipmi.rst36 Kernel code (like the watchdog) can still use it. If you need access
94 code. These chunks (by module name) are:
218 here) or the response. Note that the completion code of a response is
269 When your code comes up, the IPMI driver may or may not have detected
338 pieces of code that need to work even if the system is out of buffers
806 code should use. The default is -1, which means to pick the first one
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos4412-midas.dtsi140 linux,code = <KEY_VOLUMEDOWN>;
147 linux,code = <KEY_VOLUMEUP>;
154 linux,code = <KEY_POWER>;
162 linux,code = <KEY_OK>;
/linux-6.15/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c925 if (isc->formats_list[i].mbus_code == format.format.code) { in isc_link_validate()
934 format.format.code); in isc_link_validate()
1713 unsigned int code, int *index) in isc_find_format_by_code() argument
1719 if (fmt->mbus_code == code) { in isc_find_format_by_code()
/linux-6.15/Documentation/admin-guide/
H A Dreporting-regressions.rst144 Developers of the affected code area should try to locate the culprit on their
268 developers of the affected code area should look into the issue to find a fix
307 Does the regression rule apply for code in the staging tree as well?
311 staging code <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/stagi…
/linux-6.15/Documentation/devicetree/bindings/cpu/
H A Didle-states.yaml46 code so that it can build the required tables and use them at runtime.
114 CPU being able to execute normal code again. If not specified, this is assumed
288 code in the EL for the SoC. On SoCs with write-back L1 cache, the cache has to
415 being able to execute normal code again. If omitted, this is assumed
/linux-6.15/drivers/net/fddi/skfp/
H A Dsmt.c1906 int smt_action(struct s_smc *smc, int class, int code, int index) in smt_action() argument
1910 DB_SMT("SMT: action %d code %d", class, code); in smt_action()
1913 switch(code) { in smt_action()
1961 switch(code) { in smt_action()
/linux-6.15/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c464 static int intel_pt_ext_err(int code) in intel_pt_ext_err() argument
466 switch (code) { in intel_pt_ext_err()
506 int intel_pt__strerror(int code, char *buf, size_t buflen) in intel_pt__strerror() argument
508 if (code < 1 || code >= INTEL_PT_ERR_MAX) in intel_pt__strerror()
509 code = INTEL_PT_ERR_UNK; in intel_pt__strerror()
510 strlcpy(buf, intel_pt_err_msgs[code], buflen); in intel_pt__strerror()
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py276 code = []
284 code.append(presence + ' = 1;')
288 code += self._free_lines(ri, var, ref_path)
289 code += self._setter_lines(ri, member, presence)
292 free = bool([x for x in code if 'free(' in x])
293 alloc = bool([x for x in code if 'alloc(' in x])
297 body=code,
/linux-6.15/Documentation/filesystems/
H A Dcoda.rst35 level filesystem code needed for the operation of the Coda file sys-
155 request starts, and here the Coda specific kernel code comes into
468 .. Note:: The data structures and code are a mess. We need to clean this up.
495 result is generated, its value is a platform dependent error code
1000 The flags argument is bogus and not used. However, Venus' code
1048 business about PREFETCHING in the Venus code?
1405 The kernel code generally has to maintain a structure which links the
/linux-6.15/net/ipv4/
H A Droute.c744 switch (icmp_hdr(skb)->code & 7) { in __ip_do_redirect()
937 int code; in ip_error() local
972 code = ICMP_HOST_UNREACH; in ip_error()
975 code = ICMP_NET_UNREACH; in ip_error()
980 code = ICMP_PKT_FILTERED; in ip_error()
1002 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
3194 icmph->code = 0; in inet_rtm_getroute_build_skb()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc8280xp-huawei-gaokun3.dts85 linux,code = <KEY_VOLUMEUP>;
95 linux,code = <SW_TABLET_MODE>;
866 linux,code = <KEY_VOLUMEDOWN>;
/linux-6.15/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml491 linux,code: true
775 linux,code = <KEY_POWER>;
872 linux,code = <SW_LID>;
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra124-nyan-blaze-emc.dtsi8 nvidia,ram-code = <1>;
86 nvidia,ram-code = <1>;
378 nvidia,ram-code = <1>;
/linux-6.15/tools/lib/bpf/
H A Dgen_loader.c780 emit(gen, BPF_LDX_MEM(BPF_B, BPF_REG_9, BPF_REG_8, offsetofend(struct bpf_insn, code))); in emit_ksym_relo_log()
878 emit(gen, BPF_LDX_MEM(BPF_B, BPF_REG_9, BPF_REG_8, offsetofend(struct bpf_insn, code))); in emit_relo_ksym_btf()
880 emit(gen, BPF_STX_MEM(BPF_B, BPF_REG_8, BPF_REG_9, offsetofend(struct bpf_insn, code))); in emit_relo_ksym_btf()

1...<<141142143144145146147148149150>>...188