Home
last modified time | relevance | path

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

12345

/Linux-v6.1/drivers/net/mdio/
Dof_mdio.c33 return fwnode_get_phy_id(of_fwnode_handle(device), phy_id); in of_get_phy_id()
40 of_fwnode_handle(child), in of_mdiobus_phy_device_register()
48 return fwnode_mdiobus_register_phy(mdio, of_fwnode_handle(child), addr); in of_mdiobus_register_phy()
54 struct fwnode_handle *fwnode = of_fwnode_handle(child); in of_mdiobus_register_device()
166 device_set_node(&mdio->dev, of_fwnode_handle(np)); in of_mdiobus_register()
251 return fwnode_mdio_find_device(of_fwnode_handle(np)); in of_mdio_find_device()
264 return fwnode_phy_find_device(of_fwnode_handle(phy_np)); in of_phy_find_device()
/Linux-v6.1/drivers/of/
Dproperty.c866 return of_fwnode_handle(of_node_get(to_of_node(fwnode))); in of_fwnode_get()
953 return of_fwnode_handle(of_get_parent(to_of_node(fwnode))); in of_fwnode_get_parent()
960 return of_fwnode_handle(of_get_next_available_child(to_of_node(fwnode), in of_fwnode_get_next_child_node()
973 return of_fwnode_handle(child); in of_fwnode_get_named_child_node()
1002 args->fwnode = of_fwnode_handle(of_args.np); in of_fwnode_get_reference_args()
1014 return of_fwnode_handle(of_graph_get_next_endpoint(to_of_node(fwnode), in of_fwnode_graph_get_next_endpoint()
1021 return of_fwnode_handle( in of_fwnode_graph_get_remote_endpoint()
1037 return of_fwnode_handle(np); in of_fwnode_graph_get_port_parent()
1039 return of_fwnode_handle(of_get_next_parent(np)); in of_fwnode_graph_get_port_parent()
1170 fwnode_link_add(of_fwnode_handle(con_np), of_fwnode_handle(sup_np)); in of_link_to_phandle()
/Linux-v6.1/drivers/media/platform/xilinx/
Dxilinx-vipp.c120 if (link.remote_node == of_fwnode_handle(xdev->dev->of_node)) { in xvip_graph_build_one()
209 ret = v4l2_fwnode_parse_link(of_fwnode_handle(ep), &link); in xvip_graph_build_dma()
379 if (remote == of_fwnode_handle(xdev->dev->of_node) || in xvip_graph_parse_one()
414 ret = xvip_graph_parse_one(xdev, of_fwnode_handle(xdev->dev->of_node)); in xvip_graph_parse()
/Linux-v6.1/drivers/staging/media/imx/
Dimx-media-of.c33 of_fwnode_handle(csi_np), in imx_media_of_add_csi()
/Linux-v6.1/drivers/regulator/
Dtps65132-regulator.c139 rpdata->en_gpiod = devm_fwnode_gpiod_get(tps->dev, of_fwnode_handle(np), in tps65132_of_parse_cb()
152 of_fwnode_handle(np), in tps65132_of_parse_cb()
Drt4801-regulator.c49 of_fwnode_handle(np), in rt4801_of_parse_cb()
Dmt6370-regulator.c157 enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in mt6370_of_parse_cb()
/Linux-v6.1/drivers/leds/
Dleds-syscon.c115 init_data.fwnode = of_fwnode_handle(np); in syscon_led_probe()
Dleds-pm8058.c145 init_data.fwnode = of_fwnode_handle(np); in pm8058_led_probe()
Dleds-tlc591xx.c191 init_data.fwnode = of_fwnode_handle(child); in tlc591xx_probe()
Dleds-bcm6358.c135 init_data.fwnode = of_fwnode_handle(nc); in bcm6358_led()
/Linux-v6.1/drivers/leds/flash/
Dleds-aat1290.c495 init_data.fwnode = of_fwnode_handle(sub_node); in aat1290_led_probe()
507 led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in aat1290_led_probe()
/Linux-v6.1/drivers/media/platform/atmel/
Datmel-sama5d2-isc.c350 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt()
510 of_fwnode_handle(subdev_entity->epn); in atmel_isc_probe()
Datmel-sama7g5-isc.c336 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in xisc_parse_dt()
500 of_fwnode_handle(subdev_entity->epn); in microchip_xisc_probe()
Dmicrochip-csi2dc.c564 input_fwnode = fwnode_graph_get_next_endpoint(of_fwnode_handle(of_node), in csi2dc_of_parse()
596 (of_fwnode_handle(of_node), input_fwnode); in csi2dc_of_parse()
/Linux-v6.1/drivers/i2c/
Di2c-core-of.c53 info->fwnode = of_fwnode_handle(node); in of_i2c_get_board_info()
/Linux-v6.1/drivers/soundwire/
Dslave.c262 sdw_slave_add(bus, &id, of_fwnode_handle(node)); in sdw_of_find_slaves()
/Linux-v6.1/drivers/media/i2c/adv748x/
Dadv748x-csi2.c304 tx->sd.fwnode = of_fwnode_handle(state->endpoints[tx->port]); in adv748x_csi2_init()
/Linux-v6.1/drivers/media/i2c/
Dst-mipid02.c886 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep_node), &ep); in mipid02_parse_rx_ep()
907 of_fwnode_handle(ep_node), in mipid02_parse_rx_ep()
947 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep_node), &ep); in mipid02_parse_tx_ep()
/Linux-v6.1/drivers/irqchip/
Dqcom-pdc.c319 of_fwnode_handle(node), in qcom_pdc_init()
/Linux-v6.1/drivers/leds/blink/
Dleds-bcm63138.c200 .fwnode = of_fwnode_handle(np), in bcm63138_leds_create_led()
/Linux-v6.1/drivers/media/platform/marvell/
Dmmp-driver.c237 ep = fwnode_graph_get_next_endpoint(of_fwnode_handle(pdev->dev.of_node), in mmpcam_probe()
/Linux-v6.1/drivers/firmware/efi/
Dsysfb_efi.c323 fwnode_link_add(fwnode, of_fwnode_handle(sup_np)); in efifb_add_links()
/Linux-v6.1/drivers/staging/media/tegra-video/
Dcsi.c505 fwh = of_fwnode_handle(ep); in tegra_csi_channels_alloc()
573 subdev->fwnode = of_fwnode_handle(chan->of_node); in tegra_csi_channel_init()
/Linux-v6.1/drivers/net/phy/
Dfixed_phy.c207 gpiod = fwnode_gpiod_get_index(of_fwnode_handle(fixed_link_node), in fixed_phy_get_gpiod()

12345