Home
last modified time | relevance | path

Searched defs:op_str (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c140 const char *op_str = NULL; in mes_v11_0_get_op_string() local
150 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local
169 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
H A Dmes_v12_0.c126 const char *op_str = NULL; in mes_v12_0_get_op_string() local
136 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local
156 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local
/linux/tools/perf/arch/x86/tests/
H A Dinsn-x86.c37 static int get_op(const char *op_str) in get_op()
/linux/drivers/misc/cxl/
H A Dhcalls.c117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function
/linux/tools/testing/selftests/bpf/
H A Dveristat.c487 const char *op_str; member
536 const char *op_str; in append_filter() local
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c947 char *op_str = compress ? "compress" : "decompress"; in check_completion() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c491 static const char *op_str(enum op op) in op_str() function