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

/drivers/staging/media/lirc/
H A Dlirc_serial.c93 void (*send_space)(long length); member in struct:lirc_serial
137 .send_space = send_space_homebrew,
153 .send_space = send_space_irdeo,
164 .send_space = send_space_irdeo,
175 .send_space = NULL,
185 .send_space = send_space_homebrew,
209 .send_space = send_space_homebrew,
993 hardware[type].send_space(wbuf[i] - delta);
H A Dlirc_sir.c197 static void send_space(unsigned long len);
319 send_space(tx_buf[i]);
725 static void send_space(unsigned long length) function
733 static void send_space(unsigned long len) function

Completed in 61 milliseconds