Searched refs:tac (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157c-lxa-tac-gen2.dts | 11 #include "stm32mp15xc-lxa-tac.dtsi" 15 compatible = "lxa,stm32mp157c-tac-gen2", "oct,stm32mp15xx-osd32", "st,stm32mp157"; 67 label = "tac:green:iobus"; 72 label = "tac:green:can"; 77 label = "tac:green:out0"; 82 label = "tac:green:out1"; 87 label = "tac:green:uarttx"; 92 label = "tac:green:uartrx"; 97 label = "tac:green:usbh1"; 102 label = "tac:green:usbh2"; [all …]
|
| H A D | stm32mp153c-lxa-tac-gen3.dts | 11 #include "stm32mp15xc-lxa-tac.dtsi" 15 compatible = "lxa,stm32mp153c-tac-gen3", "oct,stm32mp153x-osd32", "st,stm32mp153"; 67 label = "tac:green:iobus"; 72 label = "tac:green:can"; 77 label = "tac:green:out0"; 82 label = "tac:green:out1"; 87 label = "tac:green:uarttx"; 92 label = "tac:green:uartrx"; 97 label = "tac:green:usbh1"; 102 label = "tac:green:usbh2"; [all …]
|
| H A D | Makefile | 45 stm32mp153c-lxa-tac-gen3.dtb \ 68 stm32mp157c-lxa-tac-gen1.dtb \ 69 stm32mp157c-lxa-tac-gen2.dtb \
|
| H A D | stm32mp15xc-lxa-tac.dtsi | 43 label = "tac:green:user1"; 49 label = "tac:green:user2"; 54 label = "tac:green:statusdut"; 68 label = "tac:green:statuslab"; 73 label = "tac:orange:statuslab";
|
| H A D | stm32mp157c-lxa-tac-gen1.dts | 11 #include "stm32mp15xc-lxa-tac.dtsi" 15 compatible = "lxa,stm32mp157c-tac-gen1", "oct,stm32mp15xx-osd32", "st,stm32mp157";
|
| /linux/tools/perf/tests/shell/ |
| H A D | record+probe_libc_inet_pton.sh | 69 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script
|
| /linux/tools/testing/selftests/ftrace/test.d/00basic/ |
| H A D | test_ownership.tc | 14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3` 15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
|
| H A D | mount_options.tc | 15 tac /etc/group | grep -v ":$original_gid:" | head -1 | cut -d: -f3
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | stack-entropy.sh | 39 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
|
| /linux/scripts/ |
| H A D | decodecode | 141 opcode=$(echo $opcode | tr ' ' '\n' | tac | tr -d '\n')
|
| /linux/arch/arm/boot/dts/ti/keystone/ |
| H A D | keystone-k2l-clocks.dtsi | 98 clock-output-names = "tac";
|
| H A D | keystone-k2hk-clocks.dtsi | 167 clock-output-names = "tac";
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 5407 struct kvm_tpr_access_ctl *tac) in vcpu_ioctl_tpr_access_reporting() argument 5409 if (tac->flags) in vcpu_ioctl_tpr_access_reporting() 5411 vcpu->arch.tpr_access_reporting = !!tac->enabled; in vcpu_ioctl_tpr_access_reporting() 6312 struct kvm_tpr_access_ctl tac; in kvm_arch_vcpu_ioctl() local 6315 if (copy_from_user(&tac, argp, sizeof(tac))) in kvm_arch_vcpu_ioctl() 6317 r = vcpu_ioctl_tpr_access_reporting(vcpu, &tac); in kvm_arch_vcpu_ioctl() 6321 if (copy_to_user(argp, &tac, sizeof(tac))) in kvm_arch_vcpu_ioctl()
|