Home
last modified time | relevance | path

Searched refs:bt_procfs_init (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/bluetooth/
Daf_bluetooth.c676 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function
692 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function
703 EXPORT_SYMBOL(bt_procfs_init);
Dsco.c1232 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
Dl2cap_sock.c1687 err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, in l2cap_init_sockets()
Dhci_sock.c2046 err = bt_procfs_init(&init_net, "hci", &hci_sk_list, NULL); in hci_sock_init()
/Linux-v4.19/net/bluetooth/bnep/
Dsock.c243 err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL); in bnep_sock_init()
/Linux-v4.19/net/bluetooth/cmtp/
Dsock.c247 err = bt_procfs_init(&init_net, "cmtp", &cmtp_sk_list, NULL); in cmtp_init_sockets()
/Linux-v4.19/net/bluetooth/hidp/
Dsock.c277 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h387 int bt_procfs_init(struct net *net, const char *name,
/Linux-v4.19/net/bluetooth/rfcomm/
Dsock.c1079 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL); in rfcomm_init_sockets()