Home
last modified time | relevance | path

Searched defs:ir_raw_event_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/rc/
Drc-core-priv.h48 struct ir_raw_event_ctrl { struct
49 struct list_head list; /* to keep track of raw clients */
50 struct task_struct *thread;
53 ktime_t last_event; /* when last event occurred */
54 struct rc_dev *dev; /* pointer to the parent rc_dev */
56 spinlock_t edge_spinlock;
57 struct timer_list edge_handle;
60 struct ir_raw_event prev_ev;
61 struct ir_raw_event this_ev;
64 u32 bpf_sample;
[all …]