Home
last modified time | relevance | path

Searched refs:tac (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/arch/arm/boot/dts/st/
Dstm32mp157c-lxa-tac-gen2.dts11 #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 …]
Dstm32mp157c-lxa-tac-gen1.dts11 #include "stm32mp15xc-lxa-tac.dtsi"
15 compatible = "lxa,stm32mp157c-tac-gen1", "oct,stm32mp15xx-osd32", "st,stm32mp157";
DMakefile59 stm32mp157c-lxa-tac-gen1.dtb \
60 stm32mp157c-lxa-tac-gen2.dtb \
Dstm32mp15xc-lxa-tac.dtsi35 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/
Drecord+probe_libc_inet_pton.sh69 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script
/linux-6.6.21/tools/testing/selftests/lkdtm/
Dstack-entropy.sh39 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
/linux-6.6.21/Documentation/devicetree/bindings/arm/stm32/
Dstm32.yaml147 - lxa,stm32mp157c-tac-gen1 # Linux Automation TAC (Generation 1)
148 - lxa,stm32mp157c-tac-gen2 # Linux Automation TAC (Generation 2)
/linux-6.6.21/scripts/
Ddecodecode136 opcode=$(echo $opcode | tr ' ' '\n' | tac | tr -d '\n')
/linux-6.6.21/arch/arm/boot/dts/ti/keystone/
Dkeystone-k2l-clocks.dtsi98 clock-output-names = "tac";
Dkeystone-k2hk-clocks.dtsi167 clock-output-names = "tac";
/linux-6.6.21/arch/x86/kvm/
Dx86.c5017 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()