Home
last modified time | relevance | path

Searched defs:drm_panel_funcs (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h77938 struct drm_panel_funcs { struct
77939 int (*prepare)(struct drm_panel *);
77940 int (*enable)(struct drm_panel *);
77941 int (*disable)(struct drm_panel *);
77942 int (*unprepare)(struct drm_panel *);
77943 int (*get_modes)(struct drm_panel *, struct drm_connector *);
77944 enum drm_panel_orientation (*get_orientation)(struct drm_panel *);
77945 int (*get_timings)(struct drm_panel *, unsigned int, struct display_timing *);
77946 void (*debugfs_init)(struct drm_panel *, struct dentry *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h87567 struct drm_panel_funcs { struct
87568 int (*prepare)(struct drm_panel *);
87569 int (*enable)(struct drm_panel *);
87570 int (*disable)(struct drm_panel *);
87571 int (*unprepare)(struct drm_panel *);
87572 int (*get_modes)(struct drm_panel *, struct drm_connector *);
87573 enum drm_panel_orientation (*get_orientation)(struct drm_panel *);
87574 int (*get_timings)(struct drm_panel *, unsigned int, struct display_timing *);
87575 void (*debugfs_init)(struct drm_panel *, struct dentry *);