Home
last modified time | relevance | path

Searched defs:fwnode_link (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dfwnode.h72 struct fwnode_link { struct
73 struct fwnode_handle *supplier;
74 struct list_head s_hook;
75 struct fwnode_handle *consumer;
76 struct list_head c_hook;
77 u8 flags;
/linux/include/media/
H A Dv4l2-fwnode.h123 struct v4l2_fwnode_link fwnode_link; member