| /linux/tools/power/cpupower/ |
| A D | Makefile | 67 bindir ?= /usr/bin 68 sbindir ?= /usr/sbin 69 mandir ?= /usr/man 70 includedir ?= /usr/include 71 localedir ?= /usr/share/locale 72 docdir ?= /usr/share/doc/packages/cpupower 74 bash_completion_dir ?= /usr/share/bash-completion/completions 79 INSTALL = /usr/bin/install -c 101 libdir ?= /usr/lib64 103 libdir ?= /usr/lib
|
| /linux/scripts/package/ |
| A D | builddeb | 81 destdir=$pdir/usr/src/linux-headers-$version 91 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build 100 $MAKE -f $srctree/Makefile headers_install INSTALL_HDR_PATH=$pdir/usr 105 mkdir $pdir/usr/include/$host_arch 106 mv $pdir/usr/include/asm $pdir/usr/include/$host_arch/ 170 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) 172 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module 227 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 228 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 230 mkdir -p $dbg_dir/usr/lib/debug/boot/ [all …]
|
| A D | mkspec | 52 %define __spec_install_post /usr/lib/rpm/brp-compress || : 94 $MAKE %{?_smp_mflags} INSTALL_HDR_PATH=%{buildroot}/usr headers_install 101 $S$M mkdir -p %{buildroot}/usr/src/kernels/$KERNELRELEASE 102 $S$M tar cf - $EXCLUDES . | tar xf - -C %{buildroot}/usr/src/kernels/$KERNELRELEASE 104 $S$M ln -sf /usr/src/kernels/$KERNELRELEASE build 105 $S$M ln -sf /usr/src/kernels/$KERNELRELEASE source 122 elif [ -x /usr/bin/kernel-install ]; then 140 /usr/include 144 $S$M /usr/src/kernels/$KERNELRELEASE
|
| /linux/drivers/staging/vt6655/ |
| A D | test | 2 /usr/src/linux-$(shell uname -r) \ 3 /usr/src/linux-$(shell uname -r | sed 's/-.*//') \ 4 # /usr/src/kernel-headers-$(shell uname -r) \ 5 # /usr/src/kernel-source-$(shell uname -r) \ 6 # /usr/src/linux-$(shell uname -r | sed 's/\([0-9]*\.[0-9]*\)\..*/\1/') \ 7 # /usr/src/linux /home/plice
|
| /linux/usr/ |
| A D | .gen_init_cpio.cmd | 1 …Wp,-MMD,usr/.gen_init_cpio.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-point… 3 source_usr/gen_init_cpio := usr/gen_init_cpio.c 7 usr/gen_init_cpio: $(deps_usr/gen_init_cpio)
|
| A D | .initramfs_data.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-… 3 source_usr/initramfs_data.o := usr/initramfs_data.S 14 usr/initramfs_data.o: $(deps_usr/initramfs_data.o)
|
| A D | .initramfs_data.cpio.cmd | 1 cmd_usr/initramfs_data.cpio := sh usr/gen_initramfs.sh -o usr/initramfs_data.cpio -l usr/.initramfs…
|
| A D | .built-in.a.cmd | 1 …-f usr/built-in.a; /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6…
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | txrx.h | 158 #define RTW89_GET_RXINFO_MAC_ID_VALID(rpt, usr) \ argument 159 le32_get_bits(*((__le32 *)(rpt) + (usr) + 2), BIT(0)) 160 #define RTW89_GET_RXINFO_DATA(rpt, usr) \ argument 161 le32_get_bits(*((__le32 *)(rpt) + (usr) + 2), BIT(1)) 162 #define RTW89_GET_RXINFO_CTRL(rpt, usr) \ argument 163 le32_get_bits(*((__le32 *)(rpt) + (usr) + 2), BIT(2)) 164 #define RTW89_GET_RXINFO_MGMT(rpt, usr) \ argument 165 le32_get_bits(*((__le32 *)(rpt) + (usr) + 2), BIT(3)) 166 #define RTW89_GET_RXINFO_BCM(rpt, usr) \ argument 167 le32_get_bits(*((__le32 *)(rpt) + (usr) + 2), BIT(4)) [all …]
|
| /linux/drivers/rtc/ |
| A D | rtc-isl1208.c | 233 buf[0] = usr & 0xff; in isl1208_i2c_set_usr() 234 buf[1] = (usr >> 8) & 0xff; in isl1208_i2c_set_usr() 268 int sr, dtr, atr, usr; in isl1208_rtc_proc() local 296 usr = isl1208_i2c_get_usr(client); in isl1208_rtc_proc() 297 if (usr >= 0) in isl1208_rtc_proc() 688 if (usr < 0) in isl1208_sysfs_show_usr() 689 return usr; in isl1208_sysfs_show_usr() 699 int usr = -1; in isl1208_sysfs_store_usr() local 702 if (sscanf(buf, "%x", &usr) != 1) in isl1208_sysfs_store_usr() 705 if (sscanf(buf, "%d", &usr) != 1) in isl1208_sysfs_store_usr() [all …]
|
| /linux/tools/power/acpi/ |
| A D | Makefile.config | 40 bindir ?= /usr/bin 41 sbindir ?= /usr/sbin 42 mandir ?= /usr/man 46 INSTALL = /usr/bin/install -c
|
| /linux/arch/x86/boot/ |
| A D | genimage.sh | 138 for dir in /usr/share /usr/lib64 /usr/lib; do 147 for dir in /usr/share /boot /usr/lib64 /usr/lib; do
|
| /linux/Documentation/admin-guide/ |
| A D | mono.rst | 22 ``/usr/bin/mono`` (which could be located elsewhere, for example 23 ``/usr/local/bin/mono``) is working. 52 # Replace /usr/bin/mono with the correct pathname to 53 # the Mono CLR runtime (usually /usr/local/bin/mono 55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register 65 /usr/bin/xsd.exe
|
| /linux/Documentation/kbuild/ |
| A D | headers_install.rst | 14 installed at the default location /usr/include and the kernel headers in 15 subdirectories under that (most notably /usr/include/linux and 16 /usr/include/asm). 28 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr 38 "./usr".
|
| /linux/arch/arm/boot/dts/ |
| A D | zynq-zturn-common.dtsi | 36 usr-led1 { 37 label = "usr-led1"; 42 usr-led2 { 43 label = "usr-led2";
|
| A D | keystone-k2g-ice.dts | 146 label = "status0:green:usr"; 152 label = "status0:yellow:usr"; 165 label = "status1:green:usr"; 171 label = "status1:yellow:usr"; 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr"; 195 label = "status3:red:usr"; 201 label = "status3:green:usr"; 207 label = "status3:yellow:usr";
|
| /linux/drivers/firmware/efi/libstub/ |
| A D | .arm64-stub.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .gop.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .lib-cmdline.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .lib-fdt.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .pci.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .secureboot.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .skip_spaces.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .string.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|
| A D | .tpm.stub.o.cmd | 1 …usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aarch64-linux-…
|