Searched refs:coherence_id_show (Results 1 – 2 of 2) sorted by relevance
34 static ssize_t coherence_id_show(struct kobject *kobj, in coherence_id_show() function44 __ATTR(coherence_id, S_IRUGO, coherence_id_show, NULL);
48 static int coherence_id_show(struct seq_file *s, void *p) in coherence_id_show() function57 return single_open(file, coherence_id_show, NULL); in coherence_id_open()