Home
last modified time | relevance | path

Searched refs:r_state (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c470 int ti_sci_device_is_idle(uint32_t id, bool *r_state) in ti_sci_device_is_idle() argument
475 if (!r_state) in ti_sci_device_is_idle()
482 *r_state = (state == MSG_DEVICE_SW_STATE_RETENTION); in ti_sci_device_is_idle()
496 int ti_sci_device_is_stop(uint32_t id, bool *r_state, bool *curr_state) in ti_sci_device_is_stop() argument
501 if (!r_state && !curr_state) in ti_sci_device_is_stop()
508 if (r_state) in ti_sci_device_is_stop()
509 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop()
525 int ti_sci_device_is_on(uint32_t id, bool *r_state, bool *curr_state) in ti_sci_device_is_on() argument
530 if (!r_state && !curr_state) in ti_sci_device_is_on()
538 if (r_state) in ti_sci_device_is_on()
[all …]
Dti_sci.h60 int ti_sci_device_is_idle(uint32_t id, bool *r_state);
61 int ti_sci_device_is_stop(uint32_t id, bool *r_state, bool *curr_state);
62 int ti_sci_device_is_on(uint32_t id, bool *r_state, bool *curr_state);
/external/google-breakpad/src/common/android/include/
Dlink.h59 RT_DELETE } r_state; member
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_impl.py608 r_state = r * state
611 array_ops.concat([inputs, r_state], 1), self._candidate_kernel)
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1091 debug.r_state = r_debug::RT_CONSISTENT; in AugmentMappings()