Home
last modified time | relevance | path

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

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