Searched refs:lirc_scancode (Results 1 – 9 of 9) sorted by relevance
162 struct lirc_scancode lsc = { in main()177 struct lirc_scancode lsc2; in main()
325 void lirc_scancode_event(struct rc_dev *dev, struct lirc_scancode *lsc);335 struct lirc_scancode *lsc) { } in lirc_scancode_event()
109 void lirc_scancode_event(struct rc_dev *dev, struct lirc_scancode *lsc) in lirc_scancode_event()243 struct lirc_scancode scan; in lirc_transmit()645 if (length < sizeof(struct lirc_scancode) || in lirc_read_scancode()646 length % sizeof(struct lirc_scancode)) in lirc_read_scancode()
221 struct lirc_scancode lsc = {}; in ir_mce_kbd_decode()
742 struct lirc_scancode sc = { in rc_repeat()787 struct lirc_scancode sc = { in ir_do_keydown()
60 For transmitting (aka sending), create a struct lirc_scancode with65 For receiving, you read struct lirc_scancode from the LIRC device.149 :identifiers: lirc_scancode rc_proto
56 ``struct lirc_scancode`` must be written to the chardev at a time, else
159 struct lirc_scancode { struct
75 DECLARE_KFIFO_PTR(scancodes, struct lirc_scancode);