Lines Matching refs:CONTROLLER_CHECK
52 #define CONTROLLER_CHECK(function, ...) \ macro
107 CONTROLLER_CHECK(init, g); in init()
111 CONTROLLER_CHECK(getlog, id, buf, length); in getlog()
115 CONTROLLER_CHECK(snpprint, id, buf, length); in snpprint()
119 CONTROLLER_CHECK(set_debug_level, id, level); in set_debug_level()
123 CONTROLLER_CHECK(prepare, id); in prepare()
130 CONTROLLER_CHECK(append_node, id, node_id, operation, padding, inputs, num_inputs, outputs, in append_node()
137 CONTROLLER_CHECK(append_const_node, id, node_id, batches, height, width, depth, data, data_len); in append_const_node()
142 CONTROLLER_CHECK(execute_new, id, inputs, n_inputs, outputs, n_outputs); in execute_new()
150 CONTROLLER_CHECK(execute, id, batches_in, height_in, width_in, depth_in, data_in, data_len_in, in execute()
156 CONTROLLER_CHECK(teardown, id); in teardown()
161 CONTROLLER_CHECK(get_perfinfo, id, info_out, info_out_len, n_items_out); in get_perfinfo()
165 CONTROLLER_CHECK(reset_perfinfo, id, event); in reset_perfinfo()
169 CONTROLLER_CHECK(version, ver); in version()
174 CONTROLLER_CHECK(last_execution_cycles, id, cycles_lo, cycles_hi); in last_execution_cycles()
178 CONTROLLER_CHECK(GetHexagonBinaryVersion, ver); in GetHexagonBinaryVersion()
182 CONTROLLER_CHECK(PrintLog, data_in, data_in_len); in PrintLog()
186 CONTROLLER_CHECK(op_name_to_id, name, id); in op_name_to_id()
190 CONTROLLER_CHECK(op_id_to_name, id, name, name_len); in op_id_to_name()
194 CONTROLLER_CHECK(disable_dcvs); in disable_dcvs()
198 CONTROLLER_CHECK(set_powersave_level, level); in set_powersave_level()
202 CONTROLLER_CHECK(config); in config()
206 CONTROLLER_CHECK(get_dsp_offset); in get_dsp_offset()
210 CONTROLLER_CHECK(boost, bus_usage); in boost()
214 CONTROLLER_CHECK(slow); in slow()