Searched refs:tac (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/arch/arm/boot/dts/st/ |
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 …]
|
D | stm32mp157c-lxa-tac-gen1.dts | 11 #include "stm32mp15xc-lxa-tac.dtsi" 15 compatible = "lxa,stm32mp157c-tac-gen1", "oct,stm32mp15xx-osd32", "st,stm32mp157";
|
D | Makefile | 59 stm32mp157c-lxa-tac-gen1.dtb \ 60 stm32mp157c-lxa-tac-gen2.dtb \
|
D | stm32mp15xc-lxa-tac.dtsi | 35 label = "tac:green:user1"; 41 label = "tac:green:user2"; 46 label = "tac:green:statusdut"; 60 label = "tac:green:statuslab"; 65 label = "tac:orange:statuslab";
|
/linux-6.6.21/tools/perf/tests/shell/ |
D | record+probe_libc_inet_pton.sh | 69 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script
|
/linux-6.6.21/tools/testing/selftests/lkdtm/ |
D | stack-entropy.sh | 39 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/stm32/ |
D | stm32.yaml | 147 - lxa,stm32mp157c-tac-gen1 # Linux Automation TAC (Generation 1) 148 - lxa,stm32mp157c-tac-gen2 # Linux Automation TAC (Generation 2)
|
/linux-6.6.21/scripts/ |
D | decodecode | 136 opcode=$(echo $opcode | tr ' ' '\n' | tac | tr -d '\n')
|
/linux-6.6.21/arch/arm/boot/dts/ti/keystone/ |
D | keystone-k2l-clocks.dtsi | 98 clock-output-names = "tac";
|
D | keystone-k2hk-clocks.dtsi | 167 clock-output-names = "tac";
|
/linux-6.6.21/arch/x86/kvm/ |
D | x86.c | 5017 struct kvm_tpr_access_ctl *tac) in vcpu_ioctl_tpr_access_reporting() argument 5019 if (tac->flags) in vcpu_ioctl_tpr_access_reporting() 5021 vcpu->arch.tpr_access_reporting = !!tac->enabled; in vcpu_ioctl_tpr_access_reporting() 5764 struct kvm_tpr_access_ctl tac; in kvm_arch_vcpu_ioctl() local 5767 if (copy_from_user(&tac, argp, sizeof(tac))) in kvm_arch_vcpu_ioctl() 5769 r = vcpu_ioctl_tpr_access_reporting(vcpu, &tac); in kvm_arch_vcpu_ioctl() 5773 if (copy_to_user(argp, &tac, sizeof(tac))) in kvm_arch_vcpu_ioctl()
|