Searched refs:builtin (Results 1 – 25 of 70) sorted by relevance
123
/Linux-v6.1/tools/perf/ |
D | Build | 1 perf-y += builtin-bench.o 2 perf-y += builtin-annotate.o 3 perf-y += builtin-config.o 4 perf-y += builtin-diff.o 5 perf-y += builtin-evlist.o 6 perf-y += builtin-ftrace.o 7 perf-y += builtin-help.o 8 perf-y += builtin-sched.o 9 perf-y += builtin-buildid-list.o 10 perf-y += builtin-buildid-cache.o [all …]
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_edid_load.c | 176 int fwsize, builtin; in edid_load() local 180 builtin = match_string(generic_edid_name, GENERIC_EDIDS, name); in edid_load() 181 if (builtin >= 0) { in edid_load() 182 fwdata = generic_edid[builtin]; in edid_load() 183 fwsize = sizeof(generic_edid[builtin]); in edid_load() 257 "\"%s\" for connector \"%s\"\n", (builtin >= 0) ? "built-in" : in edid_load()
|
/Linux-v6.1/include/linux/ |
D | compiler_attributes.h | 112 # define __diagnose_as(builtin...) __attribute__((__diagnose_as_builtin__(builtin))) argument 114 # define __diagnose_as(builtin...) argument
|
/Linux-v6.1/Documentation/arm/sa1100/ |
D | serial_uart.rst | 21 > 5 = /dev/ttySA0 SA1100 builtin serial port 0 22 > 6 = /dev/ttySA1 SA1100 builtin serial port 1 23 > 7 = /dev/ttySA2 SA1100 builtin serial port 2
|
/Linux-v6.1/rust/macros/ |
D | module.rs | 22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base() 23 let string = if builtin { in emit_base() 45 cfg = if builtin { in emit_base()
|
/Linux-v6.1/lib/crypto/ |
D | Kconfig | 19 either builtin or as a module. 35 either builtin or as a module. 61 either builtin or as a module. 97 either builtin or as a module.
|
/Linux-v6.1/arch/mips/boot/dts/mscc/ |
D | jaguar2_pcb111.dts | 64 synce_builtin_pins: synce-builtin-pins { 74 cpld_fifo_pins: synce-builtin-pins {
|
/Linux-v6.1/security/tomoyo/ |
D | .gitignore | 2 builtin-policy.h
|
/Linux-v6.1/ |
D | .gitignore | 69 /modules.builtin 70 /modules.builtin.modinfo
|
/Linux-v6.1/drivers/staging/octeon/ |
D | Kconfig | 9 This driver supports the builtin ethernet ports on Cavium
|
/Linux-v6.1/Documentation/filesystems/ |
D | splice.rst | 16 Pipe interfaces are all for in-kernel (builtin image) use. They are not
|
/Linux-v6.1/Documentation/sh/ |
D | booting.rst | 9 inter-operate with old bootloaders must either use a builtin DTB or
|
/Linux-v6.1/Documentation/ |
D | dontdiff | 182 modules.builtin 183 modules.builtin.modinfo
|
/Linux-v6.1/tools/objtool/ |
D | Build | 7 objtool-y += builtin-check.o
|
/Linux-v6.1/arch/mips/lantiq/ |
D | Kconfig | 39 The builtin DTB will only be used if the firmware does not supply
|
/Linux-v6.1/tools/perf/tests/ |
D | Build | 3 perf-y += builtin-test.o 4 perf-y += builtin-test-list.o
|
/Linux-v6.1/Documentation/mips/ |
D | booting.rst | 24 DT block. In this case, Linux will look for a builtin DTB, selected via
|
/Linux-v6.1/arch/mips/bmips/ |
D | Kconfig | 11 The builtin DTB will only be used if the firmware does not supply
|
/Linux-v6.1/Documentation/kbuild/ |
D | kbuild.rst | 15 modules.builtin 18 by modprobe to not fail when trying to load something builtin. 20 modules.builtin.modinfo
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | rk3288-veyron-sdmmc.dtsi | 36 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
|
/Linux-v6.1/drivers/media/usb/cx231xx/ |
D | Kconfig | 24 cx231xx hardware has a builtin RX/TX support. However, a few
|
/Linux-v6.1/arch/riscv/ |
D | Kconfig.socs | 72 string "Source file for the Canaan Kendryte K210 builtin DTB"
|
/Linux-v6.1/tools/perf/Documentation/ |
D | Build.txt | 7 - perf builtin commands
|
/Linux-v6.1/Documentation/crypto/ |
D | asymmetric-keys.rst | 338 1) Restrict using the kernel builtin trusted keyring 343 The kernel builtin trusted keyring will be searched for the signing key. 344 If the builtin trusted keyring is not configured, all links will be 348 2) Restrict using the kernel builtin and secondary trusted keyrings 353 The kernel builtin and secondary trusted keyrings will be searched for the
|
/Linux-v6.1/tools/testing/selftests/resctrl/ |
D | README | 74 …k_cmd [options]: run specified benchmark for MBM, MBA and CMT default benchmark is builtin fill_buf
|
123