Home
last modified time | relevance | path

Searched refs:library (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/misc/
H A Ddrv260x.c178 * @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 Ddrv260x.c178 * @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 DMakefile4 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 DUtil.pm86 This library is free software; you can redistribute it and/or modify
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
H A DCore.pm184 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 DUtil.pm86 This library is free software; you can redistribute it and/or modify
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
H A DCore.pm184 This library is free software; you can redistribute it and/or modify
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_vector.S163 @* The function expected of the C library startup
/kernel/linux/linux-6.6/rust/
H A DMakefile45 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 Dilsp.S66 # 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 Dfplsp.S6840 # 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 Dilsp.S66 # 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 Dfplsp.S6840 # 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 Dexec.c120 * 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 Dexec.c119 * 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 Dsetox.S181 | the precaution will be useful in the library version of
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsetox.S181 | the precaution will be useful in the library version of
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h1145 asmlinkage long sys_uselib(const char __user *library);
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h1052 asmlinkage long sys_uselib(const char __user *library);

Completed in 45 milliseconds