Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/bnep/
H A Dsock.c240 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops); in bnep_sock_init()
/OK3568_Linux_fs/kernel/net/bluetooth/cmtp/
H A Dsock.c244 err = bt_sock_register(BTPROTO_CMTP, &cmtp_sock_family_ops); in cmtp_init_sockets()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Daf_bluetooth.c80 int bt_sock_register(int proto, const struct net_proto_family *ops) in bt_sock_register() function
98 EXPORT_SYMBOL(bt_sock_register);
H A Dsco.c1292 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops); in sco_init()
H A Dl2cap_sock.c1942 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops); in l2cap_init_sockets()
H A Dhci_sock.c2089 err = bt_sock_register(BTPROTO_HCI, &hci_sock_family_ops); in hci_sock_init()
/OK3568_Linux_fs/kernel/net/bluetooth/hidp/
H A Dsock.c292 err = bt_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops); in hidp_init_sockets()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h313 int bt_sock_register(int proto, const struct net_proto_family *ops);
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dsock.c1047 err = bt_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops); in rfcomm_init_sockets()