|
| struct device_driver | driver |
| |
| int(* | probe )(struct omap_dss_device *) |
| |
| void(* | remove )(struct omap_dss_device *) |
| |
| int(* | enable )(struct omap_dss_device *display) |
| |
| void(* | disable )(struct omap_dss_device *display) |
| |
| int(* | suspend )(struct omap_dss_device *display) |
| |
| int(* | resume )(struct omap_dss_device *display) |
| |
| int(* | run_test )(struct omap_dss_device *display, int test) |
| |
| int(* | update )(struct omap_dss_device *dssdev, u16 x, u16 y, u16 w, u16 h) |
| |
| int(* | sync )(struct omap_dss_device *dssdev) |
| |
| int(* | enable_te )(struct omap_dss_device *dssdev, bool enable) |
| |
| int(* | get_te )(struct omap_dss_device *dssdev) |
| |
| u8(* | get_rotate )(struct omap_dss_device *dssdev) |
| |
| int(* | set_rotate )(struct omap_dss_device *dssdev, u8 rotate) |
| |
| bool(* | get_mirror )(struct omap_dss_device *dssdev) |
| |
| int(* | set_mirror )(struct omap_dss_device *dssdev, bool enable) |
| |
| int(* | memory_read )(struct omap_dss_device *dssdev, void *buf, size_t size, u16 x, u16 y, u16 w, u16 h) |
| |
| void(* | get_resolution )(struct omap_dss_device *dssdev, u16 *xres, u16 *yres) |
| |
| void(* | get_dimensions )(struct omap_dss_device *dssdev, u32 *width, u32 *height) |
| |
| int(* | get_recommended_bpp )(struct omap_dss_device *dssdev) |
| |
| int(* | check_timings )(struct omap_dss_device *dssdev, struct omap_video_timings *timings) |
| |
| void(* | set_timings )(struct omap_dss_device *dssdev, struct omap_video_timings *timings) |
| |
| void(* | get_timings )(struct omap_dss_device *dssdev, struct omap_video_timings *timings) |
| |
| int(* | set_wss )(struct omap_dss_device *dssdev, u32 wss) |
| |
| u32(* | get_wss )(struct omap_dss_device *dssdev) |
| |
| int(* | read_edid )(struct omap_dss_device *dssdev, u8 *buf, int len) |
| |
| bool(* | detect )(struct omap_dss_device *dssdev) |
| |
| int(* | audio_enable )(struct omap_dss_device *dssdev) |
| |
| void(* | audio_disable )(struct omap_dss_device *dssdev) |
| |
| bool(* | audio_supported )(struct omap_dss_device *dssdev) |
| |
| int(* | audio_config )(struct omap_dss_device *dssdev, struct omap_dss_audio *audio) |
| |
| int(* | audio_start )(struct omap_dss_device *dssdev) |
| |
| void(* | audio_stop )(struct omap_dss_device *dssdev) |
| |
Definition at line 667 of file omapdss.h.