Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/lirc/
Dlirc_serial.c92 void (*send_space)(long length); member
137 .send_space = send_space_homebrew,
154 .send_space = send_space_irdeo,
166 .send_space = send_space_irdeo,
178 .send_space = NULL,
189 .send_space = send_space_homebrew,
909 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()
538 static void send_space(unsigned long len) in send_space() function