Home
last modified time | relevance | path

Searched refs:of_xlate (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c91 return chip->gpiodev->dev.of_node == gpiospec->np && chip->of_xlate && chip->of_xlate(chip, gpiospec, NULL) >= 0; in of_gpiochip_match_node_and_xlate()
108 ret = chip->of_xlate(chip, gpiospec, flags); in of_xlate_and_get_gpiod_flags()
852 * - of_xlate callback (optional)
1031 if (!chip->of_xlate) { in of_gpiochip_add()
1033 chip->of_xlate = of_gpio_simple_xlate; in of_gpiochip_add()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpwm.h277 * @of_xlate: request a PWM device given a device tree PWM specifier
288 struct pwm_device *(*of_xlate)(struct pwm_chip *pc, const struct of_phandle_args *args); member
H A Diommu.h235 * @of_xlate: add OF master IDs to iommu grouping
295 int (*of_xlate)(struct device *dev, struct of_phandle_args *args); member
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H A Dpwm-rockchip.c427 pc->chip.of_xlate = of_pwm_xlate_with_flags; in rockchip_pwm_probe()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Drockchip-iommu.c1698 .of_xlate = rk_iommu_of_xlate,
1715 .of_xlate = rk_iommu_of_xlate,

Completed in 8 milliseconds