/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | drv260x.c | 178 * @library - The vibration library to be used 191 u32 library; member 394 haptics->library); in drv260x_init() 417 haptics->library); in drv260x_init() 485 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe() 487 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error); in drv260x_probe() 491 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe() 492 haptics->library > DRV260X_ERM_LIB_ in drv260x_probe() [all...] |
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | drv260x.c | 178 * @library: The vibration library to be used 191 u32 library; member 357 haptics->library); in drv260x_init() 380 haptics->library); in drv260x_init() 445 error = device_property_read_u32(dev, "library-sel", &haptics->library); in drv260x_probe() 447 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error); in drv260x_probe() 451 if (haptics->library < DRV260X_LIB_EMPTY || in drv260x_probe() 452 haptics->library > DRV260X_ERM_LIB_ in drv260x_probe() [all...] |
/kernel/liteos_a/lib/libmbedtls/ |
H A D | Makefile | 4 LOCAL_SRCS := $(wildcard $(LITEOSTOPDIR)/../../third_party/mbedtls/library/*.c)
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 86 This library is free software; you can redistribute it and/or modify
|
H A D | Context.pm | 47 This library is free software; you can redistribute it and/or modify
|
H A D | Core.pm | 184 This library is free software; you can redistribute it and/or modify
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 86 This library is free software; you can redistribute it and/or modify
|
H A D | Context.pm | 47 This library is free software; you can redistribute it and/or modify
|
H A D | Core.pm | 184 This library is free software; you can redistribute it and/or modify
|
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
H A D | prt_vector.S | 163 @* The function expected of the C library startup
|
/kernel/linux/linux-6.6/rust/ |
H A D | Makefile | 45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library 214 # - `cargo` knows how to build the standard library, but it is an unstable 216 # - `cargo` only considers the use case of building the standard library 240 $(objtree)/$(obj)/test/sysroot/lib/rustlib/src/rust/library/alloc/src; \
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 66 # This is the library version which is accessed as a subroutine # 483 # This is the library version which is accessed as a subroutine # 762 # This is the library version which is accessed as a subroutine #
|
H A D | fplsp.S | 6840 # the precaution will be useful in the library version of # 10238 # This is used by fsincos library emulation. The correct
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 66 # This is the library version which is accessed as a subroutine # 483 # This is the library version which is accessed as a subroutine # 762 # This is the library version which is accessed as a subroutine #
|
H A D | fplsp.S | 6840 # the precaution will be useful in the library version of # 10238 # This is used by fsincos library emulation. The correct
|
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 120 * Note that a shared library must be both readable and executable due to 125 SYSCALL_DEFINE1(uselib, const char __user *, library) in SYSCALL_DEFINE1() 129 struct filename *tmp = getname(library); in SYSCALL_DEFINE1()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 119 * Note that a shared library must be both readable and executable due to 124 SYSCALL_DEFINE1(uselib, const char __user *, library) in SYSCALL_DEFINE1() 128 struct filename *tmp = getname(library); in SYSCALL_DEFINE1()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | setox.S | 181 | the precaution will be useful in the library version of
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | setox.S | 181 | the precaution will be useful in the library version of
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 1145 asmlinkage long sys_uselib(const char __user *library);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 1052 asmlinkage long sys_uselib(const char __user *library);
|