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

/linux-master/net/bluetooth/hidp/
H A Dsock.c243 static struct proto hidp_proto = { variable in typeref:struct:proto
259 sk = bt_sock_alloc(net, sock, &hidp_proto, protocol, GFP_ATOMIC, kern);
281 err = proto_register(&hidp_proto, 0);
303 proto_unregister(&hidp_proto);
311 proto_unregister(&hidp_proto);

Completed in 109 milliseconds