Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_sasem.c87 struct sasem_context { struct
165 static void delete_context(struct sasem_context *context) in delete_context()
175 static void deregister_from_lirc(struct sasem_context *context) in deregister_from_lirc()
198 struct sasem_context *context = NULL; in vfd_open()
247 struct sasem_context *context = NULL; in vfd_ioctl()
249 context = (struct sasem_context *) file->private_data; in vfd_ioctl()
280 struct sasem_context *context = NULL; in vfd_close()
283 context = (struct sasem_context *) file->private_data; in vfd_close()
316 static int send_packet(struct sasem_context *context) in send_packet()
365 struct sasem_context *context; in vfd_write()
[all …]