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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dbluetooth.h124 int bt_sock_register(int proto, const struct net_proto_family *ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Daf_bluetooth.c88 int bt_sock_register(int proto, const struct net_proto_family *ops) function
106 EXPORT_SYMBOL(bt_sock_register); variable
H A Dhci_sock.c804 err = bt_sock_register(BTPROTO_HCI, &hci_sock_family_ops);
H A Dsco.c1030 err = bt_sock_register(BTPROTO_SCO, &sco_sock_family_ops);
H A Dl2cap.c4807 err = bt_sock_register(BTPROTO_L2CAP, &l2cap_sock_family_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/bnep/
H A Dsock.c240 err = bt_sock_register(BTPROTO_BNEP, &bnep_sock_family_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/cmtp/
H A Dsock.c235 err = bt_sock_register(BTPROTO_CMTP, &cmtp_sock_family_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dsock.c286 err = bt_sock_register(BTPROTO_HIDP, &hidp_sock_family_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/rfcomm/
H A Dsock.c1138 err = bt_sock_register(BTPROTO_RFCOMM, &rfcomm_sock_family_ops);

Completed in 187 milliseconds