Home
last modified time | relevance | path

Searched refs:of_fwnode_handle (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-of.c89 ret = imx_media_add_async_subdev(imxmd, of_fwnode_handle(sd_np), in of_parse_subdev()
215 ret = v4l2_fwnode_parse_link(of_fwnode_handle(ep), &link); in imx_media_create_of_links()
241 link.local_node = of_fwnode_handle(csi_np); in imx_media_create_csi_of_links()
245 csi_ep = of_fwnode_handle(ep); in imx_media_create_csi_of_links()
Dimx6-mipi-csi2.c566 v4l2_fwnode_endpoint_parse(of_fwnode_handle(epnode), &ep); in csi2_parse_endpoints()
/Linux-v4.19/drivers/of/
Dproperty.c818 return of_fwnode_handle(of_node_get(to_of_node(fwnode))); in of_fwnode_get()
877 return of_fwnode_handle(of_get_parent(to_of_node(fwnode))); in of_fwnode_get_parent()
884 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
897 return of_fwnode_handle(child); in of_fwnode_get_named_child_node()
924 args->fwnode = of_fwnode_handle(of_args.np); in of_fwnode_get_reference_args()
936 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
943 return of_fwnode_handle( in of_fwnode_graph_get_remote_endpoint()
959 return of_fwnode_handle(np); in of_fwnode_graph_get_port_parent()
961 return of_fwnode_handle(of_get_next_parent(np)); in of_fwnode_graph_get_port_parent()
Dof_mdio.c89 phy->mdio.dev.fwnode = of_fwnode_handle(child); in of_mdiobus_register_phy()
120 mdiodev->dev.fwnode = of_fwnode_handle(child); in of_mdiobus_register_device()
219 mdio->dev.fwnode = of_fwnode_handle(np); in of_mdiobus_register()
/Linux-v4.19/drivers/media/platform/xilinx/
Dxilinx-vipp.c91 ret = v4l2_fwnode_parse_link(of_fwnode_handle(ep), &link); in xvip_graph_build_one()
121 if (link.remote_node == of_fwnode_handle(xdev->dev->of_node)) { in xvip_graph_build_one()
212 ret = v4l2_fwnode_parse_link(of_fwnode_handle(ep), &link); in xvip_graph_build_dma()
390 entity->asd.match.fwnode = of_fwnode_handle(remote); in xvip_graph_parse_one()
/Linux-v4.19/drivers/media/i2c/adv748x/
Dadv748x-csi2.c291 tx->sd.fwnode = of_fwnode_handle(ep); in adv748x_csi2_init()
/Linux-v4.19/drivers/irqchip/
Dqcom-pdc.c295 of_fwnode_handle(node), in qcom_pdc_init()
/Linux-v4.19/drivers/leds/
Dleds-as3645a.c671 &flash->client->dev, of_fwnode_handle(flash->flash_node), in as3645a_v4l2_setup()
677 &flash->client->dev, of_fwnode_handle(flash->indicator_node), in as3645a_v4l2_setup()
Dleds-aat1290.c508 led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in aat1290_led_probe()
/Linux-v4.19/drivers/media/platform/qcom/camss/
Dcamss.c435 v4l2_fwnode_endpoint_parse(of_fwnode_handle(node), &vep); in camss_of_parse_endpoint_node()
515 csd->asd.match.fwnode = of_fwnode_handle(remote); in camss_of_parse_ports()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dmedia-dev.c401 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &endpoint); in fimc_md_parse_port_node()
459 fmd->sensor[index].asd.match.fwnode = of_fwnode_handle(rem); in fimc_md_parse_port_node()
1366 of_fwnode_handle(subdev->dev->of_node)) in subdev_notifier_bound()
/Linux-v4.19/drivers/media/platform/rcar-vin/
Drcar-csi2.c755 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in rcsi2_parse_dt()
769 fwnode_graph_get_remote_endpoint(of_fwnode_handle(ep)); in rcsi2_parse_dt()
/Linux-v4.19/drivers/media/platform/cadence/
Dcdns-csi2rx.c373 fwh = of_fwnode_handle(ep); in csi2rx_parse_dt()
Dcdns-csi2tx.c443 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in csi2tx_check_lanes()
/Linux-v4.19/drivers/gpio/
Dgpiolib-of.c645 of_fwnode_handle(chip->of_node)); in of_gpiochip_add()
/Linux-v4.19/drivers/media/i2c/
Dov5647.c544 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &bus_cfg); in ov5647_parse_dt()
Dtvp7002.c904 if (v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), &bus_cfg)) in tvp7002_get_pdata()
Dtvp514x.c1003 if (v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), &bus_cfg)) in tvp514x_get_pdata()
Dov5645.c1120 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), in ov5645_probe()
/Linux-v4.19/include/linux/
Dof.h167 #define of_fwnode_handle(node) \ macro
643 #define of_fwnode_handle(node) NULL macro
/Linux-v4.19/drivers/net/phy/
Dmdio_bus.c305 dev->fwnode = of_fwnode_handle(child); in of_mdiobus_link_mdiodev()
/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isi.c806 err = v4l2_fwnode_endpoint_parse(of_fwnode_handle(np), &ep); in atmel_isi_parse_dt()
1121 isi->entity.asd.match.fwnode = of_fwnode_handle(remote); in isi_graph_parse()
/Linux-v4.19/drivers/media/platform/
Drenesas-ceu.c1568 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &fw_ep); in ceu_parse_dt()
1590 of_fwnode_handle(ep)); in ceu_parse_dt()
Drcar_drif.c1108 of_fwnode_handle(subdev->dev->of_node)) { in rcar_drif_notify_bound()
1222 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(sdr->dev->of_node), in rcar_drif_parse_subdevs()
/Linux-v4.19/drivers/media/platform/davinci/
Dvpif_capture.c1563 err = v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), in vpif_capture_get_pdata()
1600 pdata->asd[i]->match.fwnode = of_fwnode_handle(rem); in vpif_capture_get_pdata()

12