Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c243 config->ss_idx = 0x0; in reset_store()
1746 val = config->ss_idx; in sshot_idx_show()
1764 config->ss_idx = val; in sshot_idx_store()
1779 val = config->ss_ctrl[config->ss_idx]; in sshot_ctrl_show()
1797 idx = config->ss_idx; in sshot_ctrl_store()
1814 val = config->ss_status[config->ss_idx]; in sshot_status_show()
1829 val = config->ss_pe_cmp[config->ss_idx]; in sshot_pe_ctrl_show()
1847 idx = config->ss_idx; in sshot_pe_ctrl_store()
Dcoresight-etm4x.h866 u8 ss_idx; member