Searched refs:curr_state (Results 1 – 5 of 5) sorted by relevance
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/ |
D | ti_sci.h | 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); 63 int ti_sci_device_is_trans(uint32_t id, bool *curr_state); 123 bool *req_state, bool *curr_state); 125 bool *req_state, bool *curr_state);
|
D | ti_sci.c | 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() 510 if (curr_state) in ti_sci_device_is_stop() 511 *curr_state = (c_state == MSG_DEVICE_HW_STATE_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() 540 if (curr_state) in ti_sci_device_is_on() 541 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_device_is_on() 554 int ti_sci_device_is_trans(uint32_t id, bool *curr_state) in ti_sci_device_is_trans() argument 559 if (!curr_state) in ti_sci_device_is_trans() [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ufs/ufshcd_clk_scaling/ |
D | format | 13 field:u32 curr_state; offset:24; size:4; signed:0; 15 … to %u Hz", __get_str(dev_name), __get_str(state), __get_str(clk), REC->prev_state, REC->curr_state
|
/external/u-boot/drivers/firmware/ |
D | ti_sci.c | 792 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() argument 797 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop() 807 if (curr_state) in ti_sci_cmd_dev_is_stop() 808 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_cmd_dev_is_stop() 823 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_on() argument 828 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_on() 838 if (curr_state) in ti_sci_cmd_dev_is_on() 839 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_cmd_dev_is_on() 853 bool *curr_state) in ti_sci_cmd_dev_is_trans() argument 858 if (!curr_state) in ti_sci_cmd_dev_is_trans() [all …]
|
/external/v8/src/compiler/ |
D | decompression-optimizer.cc | 128 State curr_state = states_.Get(node); in MarkNodeInputs() local 130 MaybeMarkAndQueueForRevisit(node->InputAt(i), curr_state); in MarkNodeInputs()
|