Searched refs:ti_sci_is_response_ack (Results 1 – 2 of 2) sorted by relevance
271 static inline bool ti_sci_is_response_ack(void *r) in ti_sci_is_response_ack() function324 if (!ti_sci_is_response_ack(resp)) in cmd_set_board_config_using_msg()443 if (!ti_sci_is_response_ack(resp)) in ti_sci_set_device_state()497 if (!ti_sci_is_response_ack(resp)) in ti_sci_get_device_state()755 if (!ti_sci_is_response_ack(resp)) in ti_sci_cmd_set_device_resets()826 if (!ti_sci_is_response_ack(resp)) in ti_sci_set_clock_state()883 if (!ti_sci_is_response_ack(resp)) in ti_sci_cmd_get_clock_state()1100 if (!ti_sci_is_response_ack(resp)) in ti_sci_cmd_clk_set_parent()1152 if (!ti_sci_is_response_ack(resp)) in ti_sci_cmd_clk_get_parent()1208 if (!ti_sci_is_response_ack(resp)) in ti_sci_cmd_clk_get_num_parents()[all …]
489 static inline bool ti_sci_is_response_ack(void *r) in ti_sci_is_response_ack() function543 ret = ti_sci_is_response_ack(resp) ? 0 : -ENODEV; in ti_sci_set_device_state()602 if (!ti_sci_is_response_ack(resp)) { in ti_sci_get_device_state()906 ret = ti_sci_is_response_ack(resp) ? 0 : -ENODEV; in ti_sci_cmd_set_device_resets()987 ret = ti_sci_is_response_ack(resp) ? 0 : -ENODEV; in ti_sci_set_clock_state()1054 if (!ti_sci_is_response_ack(resp)) { in ti_sci_cmd_get_clock_state()1291 ret = ti_sci_is_response_ack(resp) ? 0 : -ENODEV; in ti_sci_cmd_clk_set_parent()1353 if (!ti_sci_is_response_ack(resp)) { in ti_sci_cmd_clk_get_parent()1423 if (!ti_sci_is_response_ack(resp)) { in ti_sci_cmd_clk_get_num_parents()1505 if (!ti_sci_is_response_ack(resp)) in ti_sci_cmd_clk_get_match_freq()[all …]