Searched refs:fwnode (Results 126 - 150 of 663) sorted by last modified time

1234567891011>>

/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c30 #include <media/v4l2-fwnode.h>
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c16 #include <media/v4l2-fwnode.h>
566 fwnode_handle_put(data->board_info.fwnode);
605 data->board_info.fwnode = vcm_fwnode;
620 struct fwnode_handle *fwnode; local
625 fwnode = software_node_fwnode(&sensor->swnodes[SWNODE_IVSC_HID]);
626 if (!fwnode)
629 set_secondary_fwnode(sensor->csi_dev, fwnode);
651 struct fwnode_handle *fwnode, *primary; local
690 fwnode = software_node_fwnode(&sensor->swnodes[
692 if (!fwnode) {
781 ipu_bridge_check_fwnode_graph(struct fwnode_handle *fwnode) argument
802 struct fwnode_handle *fwnode; local
[all...]
/linux-master/drivers/media/mc/
H A Dmc-entity.c1477 const struct fwnode_handle *fwnode,
1493 ret = fwnode_graph_parse_endpoint(fwnode, &endpoint);
1476 media_entity_get_fwnode_pad(struct media_entity *entity, const struct fwnode_handle *fwnode, unsigned long direction_flags) argument
/linux-master/drivers/media/i2c/
H A Dtvp7002.c27 #include <media/v4l2-fwnode.h>
H A Dtda1997x.c23 #include <media/v4l2-fwnode.h>
H A Dtc358746.c26 #include <media/v4l2-fwnode.h>
H A Dtc358743.c34 #include <media/v4l2-fwnode.h>
H A Dst-mipid02.c24 #include <media/v4l2-fwnode.h>
677 s_subdev->fwnode,
H A Drdacm20.c19 #include <linux/fwnode.h>
H A Dov4689.c21 #include <media/v4l2-fwnode.h>
860 struct fwnode_handle *fwnode = dev_fwnode(dev); local
867 endpoint = fwnode_graph_get_next_endpoint(fwnode, NULL);
H A Dov2740.c16 #include <media/v4l2-fwnode.h>
1121 struct fwnode_handle *fwnode = dev_fwnode(dev); local
1130 * Sometimes the fwnode graph is initialized by the bridge driver,
1133 ep = fwnode_graph_get_next_endpoint(fwnode, NULL);
1137 ret = fwnode_property_read_u32(fwnode, "clock-frequency", &mclk);
H A Dov2680.c28 #include <media/v4l2-fwnode.h>
1086 * Sometimes the fwnode graph is initialized by the bridge driver.
1092 "waiting for fwnode graph endpoint\n");
H A Dimx335.c18 #include <media/v4l2-fwnode.h>
986 struct fwnode_handle *fwnode = dev_fwnode(imx335->dev); local
995 if (!fwnode)
1031 ep = fwnode_graph_get_next_endpoint(fwnode, NULL);
H A Dimx219.c9 * DT / fwnode changes, and regulator / GPIO control taken from imx214 driver
30 #include <media/v4l2-fwnode.h>
H A Dimx214.c19 #include <media/v4l2-fwnode.h>
H A Dhi556.c15 #include <media/v4l2-fwnode.h>
1209 struct fwnode_handle *fwnode = dev_fwnode(dev); local
1218 * Sometimes the fwnode graph is initialized by the bridge driver,
1221 ep = fwnode_graph_get_next_endpoint(fwnode, NULL);
1230 ret = fwnode_property_read_u32(fwnode, "clock-frequency", &mclk);
H A Dadv7604.c38 #include <media/v4l2-fwnode.h>
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-core.c860 drvdata->use_cp14 = fwnode_property_read_bool(dev->fwnode, "arm,cp14");
/linux-master/drivers/gpu/drm/
H A Ddrm_sysfs.c73 return to_acpi_device_node(connector->fwnode);
H A Ddrm_crtc_internal.h198 struct drm_connector *drm_connector_find_by_fwnode(struct fwnode_handle *fwnode);
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c35 #include <media/v4l2-fwnode.h>
/linux-master/drivers/amba/
H A Dbus.c363 attr = acpi_get_dma_attr(to_acpi_device_node(dev->fwnode));
/linux-master/arch/powerpc/sysdev/xive/
H A Dcommon.c1135 struct fwnode_handle *fwnode; local
1140 fwnode = irq_domain_alloc_named_fwnode("XIVE-IPI");
1141 if (!fwnode)
1144 ipi_domain = irq_domain_create_linear(fwnode, nr_node_ids,
1177 irq_domain_free_fwnode(fwnode);
1397 return xive_irq_domain_xlate(d, to_of_node(fwspec->fwnode),
/linux-master/net/bluetooth/
H A Dhci_sync.c3400 struct fwnode_handle *fwnode = dev_fwnode(hdev->dev.parent); local
3404 ret = fwnode_property_read_u8_array(fwnode, "local-bd-address",
/linux-master/kernel/irq/
H A Dirqdomain.c35 struct fwnode_handle fwnode; member in struct:irqchip_fwid
49 static const char *irqchip_fwnode_get_name(const struct fwnode_handle *fwnode) argument
51 struct irqchip_fwid *fwid = container_of(fwnode, struct irqchip_fwid, fwnode);
107 fwnode_init(&fwid->fwnode, &irqchip_fwnode_ops);
108 return &fwid->fwnode;
117 void irq_domain_free_fwnode(struct fwnode_handle *fwnode) argument
121 if (!fwnode || WARN_ON(!is_fwnode_irqchip(fwnode)))
124 fwid = container_of(fwnode, struc
130 __irq_domain_create(struct fwnode_handle *fwnode, unsigned int size, irq_hw_number_t hwirq_max, int direct_max, const struct irq_domain_ops *ops, void *host_data) argument
256 __irq_domain_add(struct fwnode_handle *fwnode, unsigned int size, irq_hw_number_t hwirq_max, int direct_max, const struct irq_domain_ops *ops, void *host_data) argument
357 irq_domain_create_simple(struct fwnode_handle *fwnode, unsigned int size, unsigned int first_irq, const struct irq_domain_ops *ops, void *host_data) argument
412 irq_domain_create_legacy(struct fwnode_handle *fwnode, unsigned int size, unsigned int first_irq, irq_hw_number_t first_hwirq, const struct irq_domain_ops *ops, void *host_data) argument
438 struct fwnode_handle *fwnode = fwspec->fwnode; local
1140 irq_domain_create_hierarchy(struct irq_domain *parent, unsigned int flags, unsigned int size, struct fwnode_handle *fwnode, const struct irq_domain_ops *ops, void *host_data) argument
[all...]

Completed in 344 milliseconds

1234567891011>>