Searched refs:send_space (Results 1 – 2 of 2) sorted by relevance
45 void (*send_space)(void); member83 .send_space = send_space_homebrew,96 .send_space = send_space_irdeo,107 .send_space = send_space_irdeo,127 .send_space = send_space_homebrew,500 if (hardware[type].send_pulse && hardware[type].send_space) in serial_ir_probe()659 hardware[type].send_space(); in serial_ir_tx()
58 static void send_space(unsigned long len);89 send_space(tx_buf[i]); in sir_tx_ir()246 static void send_space(unsigned long len) in send_space() function