Home
last modified time | relevance | path

Searched defs:drm_driver (Results 1 – 6 of 6) sorted by relevance

/external/bcc/libbpf-tools/riscv/
Dvmlinux.h83809 struct drm_driver { struct
83810 int (*load)(struct drm_device *, long unsigned int);
83811 int (*open)(struct drm_device *, struct drm_file *);
83812 void (*postclose)(struct drm_device *, struct drm_file *);
83813 void (*lastclose)(struct drm_device *);
83814 void (*unload)(struct drm_device *);
83815 void (*release)(struct drm_device *);
83816 void (*master_set)(struct drm_device *, struct drm_file *, bool);
83817 void (*master_drop)(struct drm_device *, struct drm_file *);
83818 void (*debugfs_init)(struct drm_minor *);
[all …]
Dvmlinux_602.h83809 struct drm_driver { struct
83810 int (*load)(struct drm_device *, long unsigned int);
83811 int (*open)(struct drm_device *, struct drm_file *);
83812 void (*postclose)(struct drm_device *, struct drm_file *);
83813 void (*lastclose)(struct drm_device *);
83814 void (*unload)(struct drm_device *);
83815 void (*release)(struct drm_device *);
83816 void (*master_set)(struct drm_device *, struct drm_file *, bool);
83817 void (*master_drop)(struct drm_device *, struct drm_file *);
83818 void (*debugfs_init)(struct drm_minor *);
[all …]
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h41362 struct drm_driver { struct
41363 int (*load)(struct drm_device *, long unsigned int);
41364 int (*open)(struct drm_device *, struct drm_file *);
41365 void (*postclose)(struct drm_device *, struct drm_file *);
41366 void (*lastclose)(struct drm_device *);
41367 void (*unload)(struct drm_device *);
41368 void (*release)(struct drm_device *);
41369 void (*master_set)(struct drm_device *, struct drm_file *, bool);
41370 void (*master_drop)(struct drm_device *, struct drm_file *);
41371 void (*debugfs_init)(struct drm_minor *);
[all …]
Dvmlinux.h41362 struct drm_driver { struct
41363 int (*load)(struct drm_device *, long unsigned int);
41364 int (*open)(struct drm_device *, struct drm_file *);
41365 void (*postclose)(struct drm_device *, struct drm_file *);
41366 void (*lastclose)(struct drm_device *);
41367 void (*unload)(struct drm_device *);
41368 void (*release)(struct drm_device *);
41369 void (*master_set)(struct drm_device *, struct drm_file *, bool);
41370 void (*master_drop)(struct drm_device *, struct drm_file *);
41371 void (*debugfs_init)(struct drm_minor *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h45769 struct drm_driver { struct
45770 int (*load)(struct drm_device *, long unsigned int);
45771 int (*open)(struct drm_device *, struct drm_file *);
45772 void (*postclose)(struct drm_device *, struct drm_file *);
45773 void (*lastclose)(struct drm_device *);
45774 void (*unload)(struct drm_device *);
45775 void (*release)(struct drm_device *);
45776 void (*master_set)(struct drm_device *, struct drm_file *, bool);
45777 void (*master_drop)(struct drm_device *, struct drm_file *);
45778 void (*debugfs_init)(struct drm_minor *);
[all …]
Dvmlinux_608.h45769 struct drm_driver { struct
45770 int (*load)(struct drm_device *, long unsigned int);
45771 int (*open)(struct drm_device *, struct drm_file *);
45772 void (*postclose)(struct drm_device *, struct drm_file *);
45773 void (*lastclose)(struct drm_device *);
45774 void (*unload)(struct drm_device *);
45775 void (*release)(struct drm_device *);
45776 void (*master_set)(struct drm_device *, struct drm_file *, bool);
45777 void (*master_drop)(struct drm_device *, struct drm_file *);
45778 void (*debugfs_init)(struct drm_minor *);
[all …]