Home
last modified time | relevance | path

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

/net/irda/ircomm/
Dircomm_tty_attach.c169 if (self->ckey) { in ircomm_tty_detach_cable()
170 irlmp_unregister_client(self->ckey); in ircomm_tty_detach_cable()
171 self->ckey = NULL; in ircomm_tty_detach_cable()
224 if (!self->ckey) in ircomm_tty_ias_register()
225 self->ckey = irlmp_register_client(hints, in ircomm_tty_ias_register()
286 if (self->ckey) { in ircomm_tty_ias_unregister()
287 irlmp_unregister_client(self->ckey); in ircomm_tty_ias_unregister()
288 self->ckey = NULL; in ircomm_tty_ias_unregister()
/net/irda/irlan/
Dirlan_common.c64 static void *ckey; variable
136 ckey = irlmp_register_client(hints, &irlan_client_discovery_indication, in irlan_init()
138 if (!ckey) in irlan_init()
162 irlmp_unregister_client(ckey); in irlan_init()
177 irlmp_unregister_client(ckey); in irlan_cleanup()
/net/irda/irnet/
Dirnet.h447 void * ckey; /* IrLMP client handle */ member
Dirnet_irda.c517 self->ckey = irlmp_register_client(0, NULL, NULL, NULL); in irda_irnet_create()
651 irlmp_unregister_client(self->ckey); in irda_irnet_destroy()
979 irlmp_update_client(irnet_server.s.ckey, hints, in irnet_setup_server()
/net/irda/
Daf_irda.c1137 self->ckey = irlmp_register_client(0, NULL, NULL, NULL); in irda_create()
1157 irlmp_unregister_client(self->ckey); in irda_destroy_socket()
2400 irlmp_update_client(self->ckey, self->mask.word, in irda_getsockopt()
2439 irlmp_update_client(self->ckey, self->mask.word, in irda_getsockopt()