Searched defs:fwnode_link (Results 1 – 2 of 2) sorted by relevance
57 struct fwnode_link { struct58 struct fwnode_handle *supplier;59 struct list_head s_hook;60 struct fwnode_handle *consumer;61 struct list_head c_hook;62 u8 flags;
123 struct v4l2_fwnode_link fwnode_link; member