Home
last modified time | relevance | path

Searched defs:fwnode (Results 376 - 400 of 436) sorted by relevance

1...<<1112131415161718

/kernel/linux/linux-6.6/drivers/i2c/
H A Di2c-core-base.c1044 struct i2c_client *i2c_find_device_by_fwnode(struct fwnode_handle *fwnode) in i2c_find_device_by_fwnode() argument
1833 i2c_find_adapter_by_fwnode(struct fwnode_handle *fwnode) i2c_find_adapter_by_fwnode() argument
1865 i2c_get_adapter_by_fwnode(struct fwnode_handle *fwnode) i2c_get_adapter_by_fwnode() argument
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dab8500-gpadc.c978 ab8500_gpadc_parse_channel(struct device *dev, struct fwnode_handle *fwnode, struct ab8500_gpadc_chan_info *ch, struct iio_chan_spec *iio_chan) ab8500_gpadc_parse_channel() argument
/kernel/linux/linux-6.6/drivers/iio/imu/bmi160/
H A Dbmi160_core.c638 static int bmi160_get_irq(struct fwnode_handle *fwnode, enum bmi160_int_pin *pin) in bmi160_get_irq() argument
/kernel/linux/linux-6.6/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c714 mt6370_assign_multicolor_info(struct device *dev, struct mt6370_led *led, struct fwnode_handle *fwnode) mt6370_assign_multicolor_info() argument
/kernel/linux/linux-6.6/drivers/input/misc/
H A Diqs269a.c469 static int iqs269_parse_mask(const struct fwnode_handle *fwnode, in iqs269_parse_mask() argument
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1334 struct arm_smmu_device *arm_smmu_get_by_fwnode(struct fwnode_handle *fwnode) in arm_smmu_get_by_fwnode() argument
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbytcr_rt5640.c1153 struct fwnode_handle *fwnode; in byt_rt5640_add_codec_device_props() local
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2908 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode) in iommu_ops_from_fwnode() argument
/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
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
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.c372 struct fwnode_handle *fwnode = dev_fwnode(&gdev->dev); in devprop_gpiochip_set_names() local
570 struct fwnode_handle *fwnode = gc->parent ? dev_fwnode(gc->parent) : NULL; in gpiochip_add_data_with_key() local
3822 fwnode_gpiod_get_index(struct fwnode_handle *fwnode, const char *con_id, int index, enum gpiod_flags flags, const char *label) fwnode_gpiod_get_index() argument
4085 fwnode_get_named_gpiod(struct fwnode_handle *fwnode, const char *propname, int index, enum gpiod_flags dflags, const char *label) fwnode_get_named_gpiod() argument
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c4313 fwnode_is_primary(struct fwnode_handle *fwnode) fwnode_is_primary() argument
4326 set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode) set_primary_fwnode() argument
4361 set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode) set_secondary_fwnode() argument
4389 device_set_node(struct device *dev, struct fwnode_handle *fwnode) device_set_node() argument
4408 device_match_fwnode(struct device *dev, const void *fwnode) device_match_fwnode() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c1478 struct fwnode_handle *fwnode; in hns_roce_v1_reset() local
4466 platform_device *hns_roce_find_pdev(struct fwnode_handle *fwnode) in hns_roce_find_pdev() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov7670.c1804 struct fwnode_handle *fwnode = dev_fwnode(dev); in ov7670_parse_dt() local
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c2301 struct arm_smmu_device *arm_smmu_get_by_fwnode(struct fwnode_handle *fwnode) in arm_smmu_get_by_fwnode() argument
/kernel/linux/linux-5.10/drivers/iommu/
H A Diommu.c2790 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode) in iommu_ops_from_fwnode() argument
/kernel/linux/linux-5.10/include/linux/
H A Dof.h55 struct fwnode_handle fwnode; member
155 static inline bool is_of_node(const struct fwnode_handle *fwnode) in is_of_node() argument
453 static inline bool is_of_node(const struct fwnode_handle *fwnode) in is_of_node() argument
458 static inline struct device_node *to_of_node(const struct fwnode_handle *fwnode) in to_of_node() argument
/kernel/linux/linux-5.10/lib/
H A Dvsprintf.c1980 char *fwnode_full_name_string(struct fwnode_handle *fwnode, char *buf, in fwnode_full_name_string() argument
2097 char *fwnode_string(char *buf, char *end, struct fwnode_handle *fwnode, in fwnode_string() argument
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_core.c1420 struct fwnode_handle *fwnode = dev_fwnode(hdev->dev.parent); in hci_dev_get_bd_addr_from_property() local
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-brcmstb.c576 struct fwnode_handle *fwnode = of_node_to_fwnode(msi->np); in brcm_allocate_domains() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h457 struct fwnode_handle *fwnode; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_connector.h1508 struct fwnode_handle *fwnode; member
/kernel/linux/linux-6.6/include/linux/
H A Dof.h51 struct fwnode_handle fwnode; member
160 static inline bool is_of_node(const struct fwnode_handle *fwnode) in is_of_node() argument
461 static inline bool is_of_node(const struct fwnode_handle *fwnode) in is_of_node() argument
466 static inline struct device_node *to_of_node(const struct fwnode_handle *fwnode) in to_of_node() argument
H A Dpower_supply.h229 struct fwnode_handle *fwnode; member
H A Diommu.h376 struct fwnode_handle *fwnode; member
1016 const struct iommu_ops *iommu_ops_from_fwnode(struct fwnode_handle *fwnode) in iommu_ops_from_fwnode() argument
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-subdev.h1068 struct fwnode_handle *fwnode; member

Completed in 68 milliseconds

1...<<1112131415161718