Home
last modified time | relevance | path

Searched refs:IRDA_TRANS (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/net/irda/
Dwrapper.h43 #define IRDA_TRANS 0x20 /* Asynchronous transparency modifier */ macro
/linux-3.4.99/net/irda/
Dwrapper.c66 buf[1] = byte^IRDA_TRANS; /* Complement bit 5 */ in stuff_byte()
434 byte ^= IRDA_TRANS; in async_unwrap_other()
/linux-3.4.99/drivers/net/irda/
Dstir4200.c246 c ^= IRDA_TRANS; in stuff_fir()
406 byte ^= IRDA_TRANS; in stir_fir_chars()
Ddonauboe.c690 buf[1] = byte ^ IRDA_TRANS; /* Complement bit 5 */ in stuff_byte()