IODATA           1361 drivers/video/fbdev/via/viafbdev.c 	struct IODATA reg_val;
IODATA             90 drivers/video/fbdev/via/viafbdev.h 			      *plvds_chip_info, struct IODATA io_data);
IODATA             12 drivers/video/fbdev/via/vt1636.c static const struct IODATA common_init_data[] = {
IODATA             33 drivers/video/fbdev/via/vt1636.c static const struct IODATA dual_channel_enable_data = {0x08, 0xF0, 0xE0};
IODATA             34 drivers/video/fbdev/via/vt1636.c static const struct IODATA single_channel_enable_data = {0x08, 0xF0, 0x00};
IODATA             35 drivers/video/fbdev/via/vt1636.c static const struct IODATA dithering_enable_data = {0x0A, 0x70, 0x50};
IODATA             36 drivers/video/fbdev/via/vt1636.c static const struct IODATA dithering_disable_data = {0x0A, 0x70, 0x00};
IODATA             37 drivers/video/fbdev/via/vt1636.c static const struct IODATA vdd_on_data = {0x10, 0x20, 0x20};
IODATA             38 drivers/video/fbdev/via/vt1636.c static const struct IODATA vdd_off_data = {0x10, 0x20, 0x00};
IODATA             53 drivers/video/fbdev/via/vt1636.c 			      *plvds_chip_info, struct IODATA io_data)
IODATA            160 drivers/video/fbdev/via/vt1636.c 	struct IODATA io_data;