Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Daf_bluetooth.c642 if (l->custom_seq_show) { in bt_seq_show()
644 l->custom_seq_show(seq, v); in bt_seq_show()
662 if (l->custom_seq_show) { in bt_seq_show()
664 l->custom_seq_show(seq, v); in bt_seq_show()
683 sk_list->custom_seq_show = seq_show; in bt_procfs_init()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h309 int (* custom_seq_show)(struct seq_file *, void *); member