Searched refs:add_to_buf (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_i2c.c423 ir->l.add_to_buf = add_to_buf_pixelview;
428 ir->l.add_to_buf = add_to_buf_pv951;
441 ir->l.add_to_buf = add_to_buf_haup_pvr150;
446 ir->l.add_to_buf = add_to_buf_adap;
453 ir->l.add_to_buf = add_to_buf_pvr2000;
457 ir->l.add_to_buf = add_to_buf_haup;
463 ir->l.add_to_buf = add_to_buf_knc1;
470 ir->l.add_to_buf = add_to_buf_pcf8574;
H A Dlirc_bt829.c135 atir_driver.add_to_buf = atir_add_to_buf;
H A Dlirc_igorplugusb.c427 driver->add_to_buf = &usb_remote_poll;
H A Dlirc_ite8709.c430 driver->add_to_buf = NULL;
H A Dlirc_parallel.c563 .add_to_buf = NULL,
H A Dlirc_ttusbir.c305 ttusbir->driver.add_to_buf = NULL;
H A Dlirc_zilog.c143 static int add_to_buf(struct IR *ir) function
273 if (!add_to_buf(ir))
H A Dlirc_it87.c362 .add_to_buf = NULL,
H A Dlirc_serial.c1058 .add_to_buf = NULL,
H A Dlirc_sir.c478 .add_to_buf = NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dlirc_dev.c100 static int add_to_buf(struct irctl *ir) function
102 if (ir->d.add_to_buf) {
111 res = ir->d.add_to_buf(ir->d.data, ir->buf);
143 if (!add_to_buf(ir))
231 if (!d->add_to_buf) {
233 "add_to_buf cannot be NULL when "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dlirc_dev.h138 int (*add_to_buf) (void *data, struct lirc_buffer *buf); member in struct:lirc_driver
164 * add_to_buf:
165 * add_to_buf will be called after specified period of the time or

Completed in 181 milliseconds