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

/linux-master/drivers/input/misc/
H A Ddrv260x.c178 * @library: The vibration library to be used
191 u32 library; member in struct:drv260x_data
357 haptics->library);
380 haptics->library);
445 error = device_property_read_u32(dev, "library-sel", &haptics->library);
447 dev_err(dev, "Can't fetch 'library-sel' property: %d\n", error);
451 if (haptics->library < DRV260X_LIB_EMPTY ||
452 haptics->library > DRV260X_ERM_LIB_
[all...]
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm47 This library is free software; you can redistribute it and/or modify
H A DUtil.pm86 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
/linux-master/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
/linux-master/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)
129 struct filename *tmp = getname(library);
/linux-master/tools/perf/
H A DMakefile.config103 # For linking with debug library, run like:
147 # for linking with debug library, run like:
160 # for linking with debug library, run like:
169 # for linking with debug library, run like:
518 $(error Error: No libopencsd library found or the version is not up-to-date. Please install recent libopencsd to build with CORESIGHT=1)
583 $(error Error: No libbpf devel library found or older than v1.0, please install/update libbpf-devel)
590 # Libbpf will be built as a static library from tools/lib/bpf.
1028 $(warning Old numa library found, disables 'perf bench numa mem' benchmark, please install numactl-devel/libnuma-devel/libnuma-dev >= 2.0.8)
1306 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text)) $(info $(MSG))
/linux-master/rust/
H A DMakefile45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
210 # - `cargo` knows how to build the standard library, but it is an unstable
212 # - `cargo` only considers the use case of building the standard library
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S181 | the precaution will be useful in the library version of
/linux-master/include/linux/
H A Dsyscalls.h1075 asmlinkage long sys_uselib(const char __user *library);

Completed in 205 milliseconds