Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Daf_bluetooth.c679 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function
695 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function
706 EXPORT_SYMBOL(bt_procfs_init);
Dsco.c1274 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
Dhci_sock.c2078 err = bt_procfs_init(&init_net, "hci", &hci_sk_list, NULL); in hci_sock_init()
Dl2cap_sock.c1903 err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, in l2cap_init_sockets()
/Linux-v5.10/net/bluetooth/bnep/
Dsock.c246 err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL); in bnep_sock_init()
/Linux-v5.10/net/bluetooth/cmtp/
Dsock.c250 err = bt_procfs_init(&init_net, "cmtp", &cmtp_sk_list, NULL); in cmtp_init_sockets()
/Linux-v5.10/net/bluetooth/hidp/
Dsock.c298 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()
/Linux-v5.10/include/net/bluetooth/
Dbluetooth.h437 int bt_procfs_init(struct net *net, const char *name,
/Linux-v5.10/net/bluetooth/rfcomm/
Dsock.c1079 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL); in rfcomm_init_sockets()