Searched refs:IODATA (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | vt1636.c | 12 static const struct IODATA common_init_data[] = { 33 static const struct IODATA dual_channel_enable_data = {0x08, 0xF0, 0xE0}; 34 static const struct IODATA single_channel_enable_data = {0x08, 0xF0, 0x00}; 35 static const struct IODATA dithering_enable_data = {0x0A, 0x70, 0x50}; 36 static const struct IODATA dithering_disable_data = {0x0A, 0x70, 0x00}; 37 static const struct IODATA vdd_on_data = {0x10, 0x20, 0x20}; 38 static const struct IODATA vdd_off_data = {0x10, 0x20, 0x00}; 53 *plvds_chip_info, struct IODATA io_data) in viafb_gpio_i2c_write_mask_lvds() 160 struct IODATA io_data; in set_dpa_vt1636()
|
H A D | viafbdev.h | 90 *plvds_chip_info, struct IODATA io_data);
|
H A D | hw.h | 602 struct IODATA { struct
|
H A D | viafbdev.c | 1357 struct IODATA reg_val; in viafb_vt1636_proc_write()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | vt1636.c | 12 static const struct IODATA common_init_data[] = { 33 static const struct IODATA dual_channel_enable_data = {0x08, 0xF0, 0xE0}; 34 static const struct IODATA single_channel_enable_data = {0x08, 0xF0, 0x00}; 35 static const struct IODATA dithering_enable_data = {0x0A, 0x70, 0x50}; 36 static const struct IODATA dithering_disable_data = {0x0A, 0x70, 0x00}; 37 static const struct IODATA vdd_on_data = {0x10, 0x20, 0x20}; 38 static const struct IODATA vdd_off_data = {0x10, 0x20, 0x00}; 53 *plvds_chip_info, struct IODATA io_data) in viafb_gpio_i2c_write_mask_lvds() 160 struct IODATA io_data; in set_dpa_vt1636()
|
H A D | viafbdev.h | 90 *plvds_chip_info, struct IODATA io_data);
|
H A D | hw.h | 602 struct IODATA { struct
|
H A D | viafbdev.c | 1357 struct IODATA reg_val; in viafb_vt1636_proc_write()
|
Completed in 12 milliseconds