Searched defs:dispc_ops (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
| D | omapdss.h | 525 struct dispc_ops { struct 526 u32 (*read_irqstatus)(struct dispc_device *dispc); 527 void (*clear_irqstatus)(struct dispc_device *dispc, u32 mask); 528 void (*write_irqenable)(struct dispc_device *dispc, u32 mask); 530 int (*request_irq)(struct dispc_device *dispc, irq_handler_t handler, 532 void (*free_irq)(struct dispc_device *dispc, void *dev_id); 534 int (*runtime_get)(struct dispc_device *dispc); 535 void (*runtime_put)(struct dispc_device *dispc); 537 int (*get_num_ovls)(struct dispc_device *dispc); 538 int (*get_num_mgrs)(struct dispc_device *dispc); [all …]
|
| D | dss.h | 260 const struct dispc_ops *dispc_ops; member
|
| D | dispc.c | 4684 static const struct dispc_ops dispc_ops = { variable
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/ |
| D | omapdss.h | 690 struct dispc_ops { struct 691 u32 (*read_irqstatus)(struct dispc_device *dispc); 692 void (*clear_irqstatus)(struct dispc_device *dispc, u32 mask); 693 void (*write_irqenable)(struct dispc_device *dispc, u32 mask); 695 int (*request_irq)(struct dispc_device *dispc, irq_handler_t handler, 697 void (*free_irq)(struct dispc_device *dispc, void *dev_id); 699 int (*runtime_get)(struct dispc_device *dispc); 700 void (*runtime_put)(struct dispc_device *dispc); 702 int (*get_num_ovls)(struct dispc_device *dispc); 703 int (*get_num_mgrs)(struct dispc_device *dispc); [all …]
|
| D | dss.h | 269 const struct dispc_ops *dispc_ops; member
|
| D | dispc.c | 4719 static const struct dispc_ops dispc_ops = { variable
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/ |
| D | omap_drv.h | 55 const struct dispc_ops *dispc_ops; member
|
| D | omap_crtc.c | 120 const struct dispc_ops *dispc_ops = priv->dispc_ops; in omap_crtc_dss_connect() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
| D | omap_drv.h | 50 const struct dispc_ops *dispc_ops; member
|