Lines Matching refs:fwnode
45 * @match.fwnode:
82 struct fwnode_handle *fwnode;
159 * v4l2_async_notifier_add_fwnode_subdev - Allocate and add a fwnode async
163 * @fwnode: fwnode handle of the sub-device to be matched
170 * Allocate a fwnode-matched asd of size asd_struct_size, and add it to the
171 * notifiers @asd_list. The function also gets a reference of the fwnode which
175 struct fwnode_handle *fwnode,
179 * v4l2_async_notifier_add_fwnode_remote_subdev - Allocate and add a fwnode
191 * Gets the remote endpoint of a given local endpoint, set it up for fwnode
193 * function also gets a reference of the fwnode which is released later at
197 * exception that the fwnode refers to a local endpoint, not the remote one.