Searched refs:fwnode (Results 501 - 525 of 663) sorted by relevance

<<21222324252627

/linux-master/drivers/input/misc/
H A Diqs269a.c527 static int iqs269_parse_mask(const struct fwnode_handle *fwnode, argument
533 count = fwnode_property_count_u32(fwnode, propname);
540 error = fwnode_property_read_u32_array(fwnode, propname, val, count);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1165 struct fwnode_handle *fwnode; local
1171 fwnode = priv->plat->port_node;
1172 if (!fwnode)
1173 fwnode = dev_fwnode(priv->device);
1175 if (fwnode)
1176 phy_fwnode = fwnode_get_phy_node(fwnode);
1201 ret = phylink_fwnode_phy_connect(priv->phylink, fwnode, 0);
1219 struct fwnode_handle *fwnode; local
1244 fwnode = priv->plat->port_node;
1245 if (!fwnode)
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h567 const struct fwnode_handle *fwnode,
/linux-master/include/linux/irqchip/
H A Darm-gic-v3.h642 int mbi_init(struct fwnode_handle *fwnode, struct irq_domain *parent);
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c663 return (!node || to_of_node(d->fwnode) == node) && is_ipi;
H A Dirq-ti-sci-inta.c236 parent_fwspec.fwnode = of_node_to_fwnode(parent_node);
/linux-master/drivers/media/i2c/
H A Drdacm21.c14 #include <linux/fwnode.h>
H A Dimx319.c12 #include <media/v4l2-fwnode.h>
2335 struct fwnode_handle *fwnode = dev_fwnode(dev); local
2338 if (!fwnode)
2341 ep = fwnode_graph_get_next_endpoint(fwnode, NULL);
H A Dov08x40.c12 #include <media/v4l2-fwnode.h>
2058 struct fwnode_handle *fwnode = dev_fwnode(dev); local
2063 if (!fwnode)
2079 ep = fwnode_graph_get_next_endpoint(fwnode, NULL);
H A Dalvium-csi2.c20 #include <media/v4l2-fwnode.h>
2299 struct fwnode_handle *fwnode = dev_fwnode(dev); local
2302 if (!fwnode)
2308 endpoint = fwnode_graph_get_endpoint_by_id(fwnode, 0, 0, 0);
/linux-master/drivers/hid/
H A Dhid-rmi.c624 hdata->domain = irq_domain_create_linear(hdev->dev.fwnode, 1,
/linux-master/drivers/leds/
H A Dleds-mt6323.c618 init_data.fwnode = of_fwnode_handle(child);
/linux-master/drivers/leds/rgb/
H A Dleds-ktd202x.c473 init_data.fwnode = of_fwnode_handle(np);
/linux-master/drivers/usb/musb/
H A Dda8xx.c567 pinfo.fwnode = of_fwnode_handle(np);
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c21 #include <media/v4l2-fwnode.h>
/linux-master/drivers/extcon/
H A Dextcon-usbc-tusb320.c478 priv->cap.fwnode = connector;
/linux-master/drivers/power/supply/
H A Dcw2015_battery.c677 psy_cfg.fwnode = dev_fwnode(cw_bat->dev);
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c31 #include <media/v4l2-fwnode.h>
/linux-master/drivers/of/
H A Dplatform.c750 rd->dn->fwnode.flags &= ~FWNODE_FLAG_NOT_DEVICE;
H A Ddynamic.c228 np->fwnode.flags |= FWNODE_FLAG_NOT_DEVICE;
/linux-master/drivers/base/regmap/
H A Dregmap.c629 struct fwnode_handle *fwnode = dev ? dev_fwnode(dev) : NULL; local
640 if (fwnode_property_read_bool(fwnode, "big-endian"))
642 else if (fwnode_property_read_bool(fwnode, "little-endian"))
644 else if (fwnode_property_read_bool(fwnode, "native-endian"))
647 /* If the endianness was specified in fwnode, use that */
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h457 struct fwnode_handle *fwnode; member in struct:lan966x_port
/linux-master/drivers/amba/
H A Dbus.c363 attr = acpi_get_dma_attr(to_acpi_device_node(dev->fwnode));
/linux-master/include/media/
H A Dv4l2-subdev.h1026 * @fwnode: The fwnode_handle of the subdev, usually the same as
1027 * either dev->of_node->fwnode or dev->fwnode (whichever is non-NULL).
1073 struct fwnode_handle *fwnode; member in struct:v4l2_subdev
1200 * v4l2_subdev_get_fwnode_pad_1_to_1 - Get pad number from a subdev fwnode
1204 * @endpoint: Pointer to a parsed fwnode endpoint
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c1180 struct fwnode_handle *fwnode; local
1188 fwnode = fwnode_graph_get_port_parent(endpoint->local_fwnode);
1189 fwnode_handle_put(fwnode);
1191 if (device_match_fwnode(sd->dev, fwnode))

Completed in 359 milliseconds

<<21222324252627