tx_invert         122 drivers/video/backlight/ili922x.c #define set_tx_byte(b)		(tx_invert ? ~(b) : b)
tx_invert         130 drivers/video/backlight/ili922x.c static int tx_invert;
tx_invert         131 drivers/video/backlight/ili922x.c module_param(tx_invert, int, 0);
tx_invert         545 drivers/video/backlight/ili922x.c MODULE_PARM_DESC(tx_invert, "invert bytes before sending");