Searched refs:sh_mobile_lcdc_sys_bus_ops (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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-6.12.1/arch/sh/boards/mach-kfr2r09/ |
D | lcd_wqvga.c | 60 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg() 66 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg() 76 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data() 86 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code() 115 struct sh_mobile_lcdc_sys_bus_ops *so) in write_memory_start() 121 struct sh_mobile_lcdc_sys_bus_ops *so) in clear_memory() 134 struct sh_mobile_lcdc_sys_bus_ops *so) in display_on() 251 int kfr2r09_lcd_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in kfr2r09_lcd_setup() 272 void kfr2r09_lcd_start(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in kfr2r09_lcd_start()
|
/linux-6.12.1/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 50 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg() 57 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in write_reg16() 65 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in read_reg16() 76 struct sh_mobile_lcdc_sys_bus_ops *sys_ops, in migor_lcd_qvga_seq() 113 int migor_lcd_qvga_setup(void *sohandle, struct sh_mobile_lcdc_sys_bus_ops *so) in migor_lcd_qvga_setup()
|
/linux-6.12.1/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-6.12.1/arch/sh/include/mach-migor/mach/ |
D | migor.h | 14 struct sh_mobile_lcdc_sys_bus_ops *sys_ops);
|
/linux-6.12.1/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 432 static struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = { variable 483 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io() 489 panel->start_transfer(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_deferred_io() 1007 ret = panel->setup_sys(ch, &sh_mobile_lcdc_sys_bus_ops); in sh_mobile_lcdc_start()
|