Searched defs:media_entity_operations (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 95108 struct media_entity_operations { struct 95109 int (*get_fwnode_pad)(struct media_entity *, struct fwnode_endpoint *); 95110 int (*link_setup)(struct media_entity *, const struct media_pad *, const struct media_pad *, u32); 95111 int (*link_validate)(struct media_link *); 95112 bool (*has_pad_interdep)(struct media_entity *, unsigned int, unsigned int);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 104804 struct media_entity_operations { struct 104805 int (*get_fwnode_pad)(struct media_entity *, struct fwnode_endpoint *); 104806 int (*link_setup)(struct media_entity *, const struct media_pad *, const struct media_pad *, u32); 104807 int (*link_validate)(struct media_link *); 104808 bool (*has_pad_interdep)(struct media_entity *, unsigned int, unsigned int);
|