Home
last modified time | relevance | path

Searched refs:fwnode (Results 1 - 25 of 44) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v4.c110 vpe->fwnode = irq_domain_alloc_named_id_fwnode(name, idx); in its_alloc_vcpu_sgis()
111 if (!vpe->fwnode) { in its_alloc_vcpu_sgis()
118 vpe->sgi_domain = irq_domain_create_linear(vpe->fwnode, IRQ_DOMAIN_WORD_SIZE, sgi_domain_ops, vpe); in its_alloc_vcpu_sgis()
134 if (vpe->fwnode) { in its_alloc_vcpu_sgis()
135 irq_domain_free_fwnode(vpe->fwnode); in its_alloc_vcpu_sgis()
145 vm->fwnode = irq_domain_alloc_named_id_fwnode("GICv4-vpe", task_pid_nr(current)); in its_alloc_vcpu_irqs()
146 if (!vm->fwnode) { in its_alloc_vcpu_irqs()
150 vm->domain = irq_domain_create_hierarchy(gic_domain, 0, vm->nr_vpes, vm->fwnode, vpe_domain_ops, vm); in its_alloc_vcpu_irqs()
180 if (vm->fwnode) { in its_alloc_vcpu_irqs()
181 irq_domain_free_fwnode(vm->fwnode); in its_alloc_vcpu_irqs()
[all...]
H A Dirq-gic-v3.c69 struct fwnode_handle *fwnode; member
1218 .fwnode = gic_data.fwnode, in gic_smp_init()
1435 if (is_of_node(fwspec->fwnode)) { in gic_irq_domain_translate()
1478 if (is_fwnode_irqchip(fwspec->fwnode)) { in gic_irq_domain_translate()
1535 if (fwspec->fwnode != d->fwnode) { in gic_irq_domain_select()
1540 if (!is_of_node(fwspec->fwnode)) { in gic_irq_domain_select()
1749 gic_data.fwnode = handle; in gic_init_bases()
1916 .fwnode in gic_populate_ppi_partitions()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H A Dv4l2-async.c22 #include <media/v4l2-fwnode.h>
80 * fwnode or a device fwnode. Start with the simple case of direct in match_fwnode()
81 * fwnode matching. in match_fwnode()
83 if (sd->fwnode == asd->match.fwnode) { in match_fwnode()
88 * Otherwise, check if the sd fwnode and the asd fwnode refer to an in match_fwnode()
95 sd_fwnode_is_ep = fwnode_graph_is_endpoint(sd->fwnode); in match_fwnode()
96 asd_fwnode_is_ep = fwnode_graph_is_endpoint(asd->match.fwnode); in match_fwnode()
705 v4l2_async_notifier_add_fwnode_subdev(struct v4l2_async_notifier *notifier, struct fwnode_handle *fwnode, unsigned int asd_struct_size) v4l2_async_notifier_add_fwnode_subdev() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/media/
H A Dv4l2-async.h45 * @match.fwnode:
82 struct fwnode_handle *fwnode; member
159 * v4l2_async_notifier_add_fwnode_subdev - Allocate and add a fwnode async
163 * @fwnode: fwnode handle of the sub-device to be matched
170 * Allocate a fwnode-matched asd of size asd_struct_size, and add it to the
171 * notifiers @asd_list. The function also gets a reference of the fwnode which
175 struct fwnode_handle *fwnode,
179 * v4l2_async_notifier_add_fwnode_remote_subdev - Allocate and add a fwnode
191 * Gets the remote endpoint of a given local endpoint, set it up for fwnode
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H A Darm-gic-v4.h20 struct fwnode_handle *fwnode; member
54 struct fwnode_handle *fwnode; member
H A Darm-gic-v3.h661 int mbi_init(struct fwnode_handle *fwnode, struct irq_domain *parent);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diommu.h336 struct fwnode_handle *fwnode; member
407 static inline void iommu_device_set_fwnode(struct iommu_device *iommu, struct fwnode_handle *fwnode) in iommu_device_set_fwnode() argument
409 iommu->fwnode = fwnode; in iommu_device_set_fwnode()
584 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode);
875 static inline void iommu_device_set_fwnode(struct iommu_device *iommu, struct fwnode_handle *fwnode) in iommu_device_set_fwnode() argument
930 static inline const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode) in iommu_ops_from_fwnode() argument
H A Dpwm.h405 struct pwm_device *devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, const char *con_id);
500 static inline struct pwm_device *devm_fwnode_pwm_get(struct device *dev, struct fwnode_handle *fwnode, in devm_fwnode_pwm_get() argument
H A Dpower_supply.h226 struct fwnode_handle *fwnode; member
H A Di2c.h371 * @fwnode: device node supplied by the platform firmware
395 struct fwnode_handle *fwnode; member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Drkisp.h42 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dmipi-csi2.h8 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dtcpm.h60 * @fwnode: Pointer to port fwnode
127 struct fwnode_handle *fwnode; member
H A Dtypec.h240 * @fwnode: Optional fwnode of the port
256 struct fwnode_handle *fwnode; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dmipi-csi2.h8 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp.h42 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Ddev.c18 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Ddev.c18 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Dcw2017_battery.c598 psy_cfg.fwnode = dev_fwnode(cw_bat->dev); in cw_bat_probe()
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-usbdp.c429 sw_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_orien_switch()
903 mux_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_typec_mux()
H A Dphy-rockchip-csi2-dphy.c21 #include <media/v4l2-fwnode.h>
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_core.c1198 psy->of_node = cfg->fwnode ? to_of_node(cfg->fwnode) : cfg->of_node; in power_supply_register_ext()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c492 sw_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_orien_switch()
951 mux_desc.fwnode = dev_fwnode(udphy->dev); in udphy_setup_typec_mux()
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c926 client->dev.fwnode = info->fwnode; in i2c_new_client_device()
1355 domain = irq_domain_create_linear(adap->dev.parent->fwnode, I2C_ADDR_7BITS_COUNT, &i2c_host_notify_irq_ops, adap); in i2c_setup_host_notify_irq_domain()
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c1071 gdev->dev.fwnode = of_fwnode_handle(gdev->dev.of_node); in of_gpio_dev_init()

Completed in 29 milliseconds

12