Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_serial.c92 void (*send_space)(long length); member
129 .send_space = send_space_homebrew,
146 .send_space = send_space_irdeo,
158 .send_space = send_space_irdeo,
170 .send_space = NULL,
181 .send_space = send_space_homebrew,
845 hardware[type].send_space(wbuf[i] - delta); in lirc_write()
Dlirc_sir.c158 static void send_space(unsigned long len);
264 send_space(tx_buf[i]); in lirc_write()
523 static void send_space(unsigned long len) in send_space() function