Home
last modified time | relevance | path

Searched refs:fwnode_graph_for_each_endpoint (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/base/
H A Dproperty.c1197 fwnode_graph_for_each_endpoint(fwnode, ep) { in fwnode_graph_get_endpoint_by_id()
1250 fwnode_graph_for_each_endpoint(fwnode, ep) { in fwnode_graph_get_endpoint_count()
1295 fwnode_graph_for_each_endpoint(fwnode, ep) { in fwnode_graph_devcon_matches()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-mc.c332 fwnode_graph_for_each_endpoint(src_sd->fwnode, endpoint) { in v4l2_create_fwnode_links_to_pad()
/openbmc/linux/
H A D.clang-format395 - 'fwnode_graph_for_each_endpoint'
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c195 fwnode_graph_for_each_endpoint(fwnode, ep) { in rkisp1_subdev_notifier_register()
/openbmc/linux/include/linux/
H A Dproperty.h484 #define fwnode_graph_for_each_endpoint(fwnode, child) \ macro