Home
last modified time | relevance | path

Searched refs:component_match (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_of.h6 struct component_match;
8 void drm_of_component_match_add(struct device *, struct component_match **,
/openbsd/sys/dev/pci/drm/include/linux/
H A Dcomponent.h8 struct component_match;
30 const struct component_master_ops *, struct component_match *);
/openbsd/sys/dev/pci/drm/apple/
H A Dapple_drv.c579 struct component_match **matchptr) in add_dcp_components()
599 struct component_match *match = NULL; in apple_platform_probe()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c3457 struct component_match { struct
3464 const struct component_master_ops *ops, struct component_match *match) in component_master_add_with_match() argument
3919 struct component_match **matchptr, in drm_of_component_match_add()
3923 struct component_match *match = *matchptr; in drm_of_component_match_add()
3926 match = malloc(sizeof(struct component_match), in drm_of_component_match_add()