Searched refs:r_state (Results 1 – 5 of 5) sorted by relevance
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/ |
D | ti_sci.c | 470 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 …]
|
D | ti_sci.h | 60 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/ |
D | link.h | 59 RT_DELETE } r_state; member
|
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/ |
D | rnn_cell_impl.py | 608 r_state = r * state 611 array_ops.concat([inputs, r_state], 1), self._candidate_kernel)
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 1091 debug.r_state = r_debug::RT_CONSISTENT; in AugmentMappings()
|