Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Daf_bluetooth.c647 if (l->custom_seq_show) { in bt_seq_show()
649 l->custom_seq_show(seq, v); in bt_seq_show()
667 if (l->custom_seq_show) { in bt_seq_show()
669 l->custom_seq_show(seq, v); in bt_seq_show()
688 sk_list->custom_seq_show = seq_show; in bt_procfs_init()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dbluetooth.h309 int (* custom_seq_show)(struct seq_file *, void *); member