Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Daf_bluetooth.c643 if (l->custom_seq_show) { in bt_seq_show()
645 l->custom_seq_show(seq, v); in bt_seq_show()
663 if (l->custom_seq_show) { in bt_seq_show()
665 l->custom_seq_show(seq, v); in bt_seq_show()
684 sk_list->custom_seq_show = seq_show; in bt_procfs_init()
/linux-6.1.9/include/net/bluetooth/
Dbluetooth.h378 int (* custom_seq_show)(struct seq_file *, void *); member