Searched refs:send_space (Results 1 - 3 of 3) 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_serial.c94 void (*send_space)(long length); member in struct:lirc_serial
138 .send_space = send_space_homebrew,
154 .send_space = send_space_irdeo,
165 .send_space = send_space_irdeo,
176 .send_space = NULL,
186 .send_space = send_space_homebrew,
210 .send_space = send_space_homebrew,
967 hardware[type].send_space(wbuf[i] - delta);
H A Dlirc_it87.c135 static void send_space(unsigned long len);
231 send_space(tx_buf[i]);
649 static void send_space(unsigned long len) function
683 send_space(len);
H A Dlirc_sir.c197 static void send_space(unsigned long len);
319 send_space(tx_buf[i]);
717 static void send_space(unsigned long length) function
725 static void send_space(unsigned long len) function

Completed in 188 milliseconds