Searched refs:sh_mobile_lcdc_sys_bus_ops (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/sh/include/mach-kfr2r09/mach/ |
D | kfr2r09.h | 9 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); 11 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); 14 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_setup() 19 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_start()
|
/Linux-v4.19/arch/sh/boards/mach-kfr2r09/ |
D | lcd_wqvga.c | 63 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg() 69 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg() 79 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data() 89 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code() 118 struct sh_mobile_lcdc_sys_bus_ops *so) in write_memory_start() 124 struct sh_mobile_lcdc_sys_bus_ops *so) in clear_memory() 137 struct sh_mobile_lcdc_sys_bus_ops *so) in display_on() 254 int kfr2r09_lcd_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in kfr2r09_lcd_setup() 275 void kfr2r09_lcd_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in kfr2r09_lcd_start()
|
/Linux-v4.19/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 53 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg() 60 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg16() 68 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in read_reg16() 79 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in migor_lcd_qvga_seq() 116 int migor_lcd_qvga_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in migor_lcd_qvga_setup()
|
/Linux-v4.19/include/video/ |
D | sh_mobile_lcdc.h | 144 struct sh_mobile_lcdc_sys_bus_ops { struct 154 struct sh_mobile_lcdc_sys_bus_ops *sys_ops); argument 156 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
/Linux-v4.19/arch/sh/include/mach-migor/mach/ |
D | migor.h | 14 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 435 static struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = { variable 487 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io() 493 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io() 1094 ret = panel->setup_sys(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_start()
|