Searched refs:ir_raw_event_ctrl (Results 1 – 4 of 4) sorted by relevance
/drivers/media/rc/ |
D | bpf-lirc.c | 22 struct ir_raw_event_ctrl *ctrl; in BPF_CALL_1() 24 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_1() 46 struct ir_raw_event_ctrl *ctrl; in BPF_CALL_4() 48 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_4() 67 struct ir_raw_event_ctrl *ctrl; in BPF_CALL_3() 69 ctrl = container_of(sample, struct ir_raw_event_ctrl, bpf_sample); in BPF_CALL_3() 144 struct ir_raw_event_ctrl *raw; in lirc_bpf_attach() 182 struct ir_raw_event_ctrl *raw; in lirc_bpf_detach() 218 struct ir_raw_event_ctrl *raw = rcdev->raw; in lirc_bpf_run()
|
D | rc-ir-raw.c | 25 struct ir_raw_event_ctrl *raw = data; in ir_raw_event_thread() 557 struct ir_raw_event_ctrl *raw = from_timer(raw, t, edge_handle); in ir_raw_edge_handle() 705 struct ir_raw_event_ctrl *raw; in ir_raw_handler_unregister()
|
D | rc-core-priv.h | 48 struct ir_raw_event_ctrl { struct
|
D | ir-mce_kbd-decoder.c | 112 struct ir_raw_event_ctrl *raw = from_timer(raw, t, mce_kbd.rx_timeout); in mce_kbd_rx_timeout()
|