Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Daf_bluetooth.c639 if (l->custom_seq_show) { in bt_seq_show()
641 l->custom_seq_show(seq, v); in bt_seq_show()
659 if (l->custom_seq_show) { in bt_seq_show()
661 l->custom_seq_show(seq, v); in bt_seq_show()
680 sk_list->custom_seq_show = seq_show; in bt_procfs_init()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h262 int (* custom_seq_show)(struct seq_file *, void *); member