Searched defs:ir_raw_event_ctrl (Results 1 – 1 of 1) sorted by relevance
34 struct ir_raw_event_ctrl { struct35 struct list_head list; /* to keep track of raw clients */36 struct task_struct *thread;37 spinlock_t lock;38 struct kfifo_rec_ptr_1 kfifo; /* fifo for the pulse/space durations */39 ktime_t last_event; /* when last event occurred */40 enum raw_event_type last_type; /* last event type */41 struct rc_dev *dev; /* pointer to the parent rc_dev */44 struct ir_raw_event prev_ev;45 struct ir_raw_event this_ev;[all …]