Searched refs:bt_procfs_init (Results 1 – 9 of 9) sorted by relevance
/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 846 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function 862 int bt_procfs_init(struct net *net, const char *name, in bt_procfs_init() function 873 EXPORT_SYMBOL(bt_procfs_init);
|
H A D | sco.c | 1541 err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL); in sco_init()
|
H A D | l2cap_sock.c | 1988 err = bt_procfs_init(&init_net, "l2cap", &l2cap_sk_list, in l2cap_init_sockets()
|
H A D | iso.c | 2512 err = bt_procfs_init(&init_net, "iso", &iso_sk_list, NULL); in iso_init()
|
/linux/net/bluetooth/cmtp/ |
H A D | sock.c | 250 err = bt_procfs_init(&init_net, "cmtp", &cmtp_sk_list, NULL); in cmtp_init_sockets()
|
/linux/net/bluetooth/bnep/ |
H A D | sock.c | 239 err = bt_procfs_init(&init_net, "bnep", &bnep_sk_list, NULL); in bnep_sock_init()
|
/linux/net/bluetooth/hidp/ |
H A D | sock.c | 291 err = bt_procfs_init(&init_net, "hidp", &hidp_sk_list, NULL); in hidp_init_sockets()
|
/linux/include/net/bluetooth/ |
H A D | bluetooth.h | 623 int bt_procfs_init(struct net *net, const char *name,
|
/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 1049 err = bt_procfs_init(&init_net, "rfcomm", &rfcomm_sk_list, NULL); in rfcomm_init_sockets()
|