Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dstreamzap.c60 struct streamzap_ir { struct
100 static void sz_push(struct streamzap_ir *sz, struct ir_raw_event rawir) in sz_push() argument
107 static void sz_push_full_pulse(struct streamzap_ir *sz, in sz_push_full_pulse()
118 static void sz_push_half_pulse(struct streamzap_ir *sz, in sz_push_half_pulse()
124 static void sz_push_full_space(struct streamzap_ir *sz, in sz_push_full_space()
135 static void sz_push_half_space(struct streamzap_ir *sz, in sz_push_half_space()
149 struct streamzap_ir *sz; in streamzap_callback()
225 static struct rc_dev *streamzap_init_rc_dev(struct streamzap_ir *sz, in streamzap_init_rc_dev()
275 struct streamzap_ir *sz = NULL; in streamzap_probe()
280 sz = kzalloc(sizeof(struct streamzap_ir), GFP_KERNEL); in streamzap_probe()
[all …]