Home
last modified time | relevance | path

Searched refs:sig_idx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c999 int sig_idx, used = 0; in trigin_type_show() local
1002 for (sig_idx = 0; sig_idx < con->con_in->nr_sigs; sig_idx++) { in trigin_type_show()
1003 name = cti_sig_type_name(con, sig_idx, true); in trigin_type_show()
1017 int sig_idx, used = 0; in trigout_type_show() local
1020 for (sig_idx = 0; sig_idx < con->con_out->nr_sigs; sig_idx++) { in trigout_type_show()
1021 name = cti_sig_type_name(con, sig_idx, false); in trigout_type_show()