Home
last modified time | relevance | path

Searched refs:IR_OFF (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dtosa.c312 if (mode & IR_OFF) { in tosa_irda_transceiver_mode()
341 tosa_irda_transceiver_mode(dev, IR_SIRMODE | IR_OFF); in tosa_irda_startup()
356 tosa_irda_transceiver_mode(dev, IR_SIRMODE | IR_OFF); in tosa_irda_shutdown()
363 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dpxa2xx.c44 if (mode & IR_OFF) { in pxa2xx_transceiver_mode()
H A Dtrizeps4.c388 if (mode & IR_OFF) in trizeps4_irda_transceiver_mode()
401 .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF,
H A Dmainstone.c374 if (mode & IR_OFF) { in mainstone_irda_transceiver_mode()
384 .transceiver_cap = IR_SIRMODE | IR_FIRMODE | IR_OFF,
H A Dpalmte2.c196 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dpoodle.c307 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dpalm27x.c197 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dpalmtc.c220 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dballoon3.c338 .transceiver_cap = IR_FIRMODE | IR_SIRMODE | IR_OFF,
H A Dcorgi.c516 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dhx4700.c160 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Deseries.c72 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dmagician.c132 .transceiver_cap = IR_SIRMODE | IR_OFF,
H A Dspitz.c699 .transceiver_cap = IR_SIRMODE | IR_OFF,
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dirda-pxaficp.h7 #define IR_OFF 1 macro