Lines Matching refs:ep_fwnode
435 struct fwnode_handle *ep_fwnode; member
1116 struct fwnode_handle *ep_fwnode, in ub960_parse_dt_txport() argument
1132 ret = v4l2_fwnode_endpoint_alloc_parse(ep_fwnode, &vep); in ub960_parse_dt_txport()
3184 fwnode_handle_put(rxport->source.ep_fwnode); in ub960_rxport_free_ports()
3319 struct fwnode_handle *ep_fwnode, in ub960_parse_dt_rxport_ep_properties() argument
3329 rxport->source.ep_fwnode = fwnode_graph_get_remote_endpoint(ep_fwnode); in ub960_parse_dt_rxport_ep_properties()
3330 if (!rxport->source.ep_fwnode) { in ub960_parse_dt_rxport_ep_properties()
3347 ret = v4l2_fwnode_endpoint_parse(ep_fwnode, &vep); in ub960_parse_dt_rxport_ep_properties()
3363 fwnode_handle_put(rxport->source.ep_fwnode); in ub960_parse_dt_rxport_ep_properties()
3369 struct fwnode_handle *ep_fwnode) in ub960_parse_dt_rxport() argument
3403 ret = ub960_parse_dt_rxport_ep_properties(priv, ep_fwnode, rxport); in ub960_parse_dt_rxport()
3464 struct fwnode_handle *ep_fwnode; in ub960_parse_dt_rxports() local
3470 ep_fwnode = fwnode_graph_get_endpoint_by_id(dev_fwnode(dev), in ub960_parse_dt_rxports()
3472 if (!ep_fwnode) { in ub960_parse_dt_rxports()
3478 ep_fwnode); in ub960_parse_dt_rxports()
3481 fwnode_handle_put(ep_fwnode); in ub960_parse_dt_rxports()
3507 struct fwnode_handle *ep_fwnode; in ub960_parse_dt_txports() local
3509 ep_fwnode = fwnode_graph_get_endpoint_by_id(dev_fwnode(dev), in ub960_parse_dt_txports()
3511 if (!ep_fwnode) in ub960_parse_dt_txports()
3514 ret = ub960_parse_dt_txport(priv, ep_fwnode, nport); in ub960_parse_dt_txports()
3516 fwnode_handle_put(ep_fwnode); in ub960_parse_dt_txports()
3557 rxport->source.ep_fwnode, in ub960_notify_bound()
3618 rxport->source.ep_fwnode, in ub960_v4l2_notifier_register()