Searched refs:bt_procfs_init (Results 1 - 9 of 9) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
H A D | af_bluetooth.c | 673 int bt_procfs_init(struct net *net, const char *name, bt_procfs_init() function 689 int bt_procfs_init(struct net *net, const char *name, bt_procfs_init() function 700 EXPORT_SYMBOL(bt_procfs_init); variable
|
H A D | hci_sock.c | 1510 err = bt_procfs_init(&init_net, "hci", &hci_sk_list, NULL); hci_sock_init()
|
H A D | l2cap_sock.c | 1676 err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, l2cap_init_sockets()
|
H A D | sco.c | 1233 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); sco_init()
|
/linux-4.4.14/net/bluetooth/bnep/ |
H A D | sock.c | 244 err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL); bnep_sock_init()
|
/linux-4.4.14/net/bluetooth/cmtp/ |
H A D | sock.c | 248 err = bt_procfs_init(&init_net, "cmtp", &cmtp_sk_list, NULL); cmtp_init_sockets()
|
/linux-4.4.14/net/bluetooth/hidp/ |
H A D | sock.c | 278 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); hidp_init_sockets()
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | bluetooth.h | 374 int bt_procfs_init(struct net *net, const char *name,
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
H A D | sock.c | 1076 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL); rfcomm_init_sockets()
|
Completed in 135 milliseconds