Home
last modified time | relevance | path

Searched refs:sh_mobile_lcdc_sys_bus_ops (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/sh/include/mach-kfr2r09/mach/
Dkfr2r09.h8 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
10 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
13 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_setup()
18 struct sh_mobile_lcdc_sys_bus_ops *sys_ops) in kfr2r09_lcd_start()
/linux-4.4.14/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c63 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-4.4.14/arch/sh/boards/mach-migor/
Dlcd_qvga.c53 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-4.4.14/include/video/
Dsh_mobile_lcdc.h144 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-4.4.14/arch/sh/include/mach-migor/mach/
Dmigor.h13 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c441 static struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = { variable
493 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io()
499 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io()
1101 ret = panel->setup_sys(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_start()