Home
last modified time | relevance | path

Searched refs:states (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/dts/
H A Dfsl-lx2160a.dtsi40 cpu-idle-states = <&cpu_pw15>;
57 cpu-idle-states = <&cpu_pw15>;
74 cpu-idle-states = <&cpu_pw15>;
91 cpu-idle-states = <&cpu_pw15>;
108 cpu-idle-states = <&cpu_pw15>;
125 cpu-idle-states = <&cpu_pw15>;
142 cpu-idle-states = <&cpu_pw15>;
159 cpu-idle-states = <&cpu_pw15>;
176 cpu-idle-states = <&cpu_pw15>;
193 cpu-idle-states = <&cpu_pw15>;
[all …]
H A Dstm32mp15xx-dhcor-avenger96.dtsi84 gpios-states = <0>;
85 states = <1800000 0x1>,
H A Dstm32mp157c-ed1.dts94 gpios-states = <0>;
95 states = <1800000 0x1>,
/optee_os/core/tee/
H A Dtee_svc_cryp.c2949 struct tee_cryp_state_head *states = &utc->cryp_states; in tee_svc_cryp_free_states() local
2951 while (!TAILQ_EMPTY(states)) in tee_svc_cryp_free_states()
2952 cryp_state_free(utc, TAILQ_FIRST(states)); in tee_svc_cryp_free_states()