Home
last modified time | relevance | path

Searched refs:pwm_ops (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/pwm/
H A Dpwm-uclass.c14 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_invert()
25 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_config()
35 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_enable()
H A Dsandbox_pwm.c74 static const struct pwm_ops sandbox_pwm_ops = {
H A Dtegra_pwm.c67 static const struct pwm_ops tegra_pwm_ops = {
H A Dexynos_pwm.c102 static const struct pwm_ops exynos_pwm_ops = {
H A Drk_pwm.c173 static const struct pwm_ops rk_pwm_ops = {
/OK3568_Linux_fs/u-boot/include/
H A Dpwm.h15 struct pwm_ops { struct
48 #define pwm_get_ops(dev) ((struct pwm_ops *)(dev)->driver->ops) argument
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-twl-led.c260 static const struct pwm_ops twl4030_pwmled_ops = {
267 static const struct pwm_ops twl6030_pwmled_ops = {
H A Dpwm-twl.c282 static const struct pwm_ops twl4030_pwm_ops = {
291 static const struct pwm_ops twl6030_pwm_ops = {
H A Dpwm-ab8500.c82 static const struct pwm_ops ab8500_pwm_ops = {
H A Dpwm-lpc32xx.c91 static const struct pwm_ops lpc32xx_pwm_ops = {
H A Dpwm-clps711x.c96 static const struct pwm_ops clps711x_pwm_ops = {
H A Dpwm-mxs.c116 static const struct pwm_ops mxs_pwm_ops = {
H A Dpwm-imx1.c123 static const struct pwm_ops pwm_imx1_ops = {
H A Dpwm-crc.c154 static const struct pwm_ops crc_pwm_ops = {
H A Dpwm-ep93xx.c159 static const struct pwm_ops ep93xx_pwm_ops = {
H A Dpwm-gpio.c137 static const struct pwm_ops gpio_pwm_ops = {
H A Dpwm-sl28cpld.c194 static const struct pwm_ops sl28cpld_pwm_ops = {
H A Dpwm-pxa.c118 static const struct pwm_ops pxa_pwm_ops = {
H A Dpwm-bcm2835.c127 static const struct pwm_ops bcm2835_pwm_ops = {
H A Dpwm-spear.c166 static const struct pwm_ops spear_pwm_ops = {
H A Dpwm-iqs620a.c179 static const struct pwm_ops iqs620_pwm_ops = {
H A Dpwm-cros-ec.c191 static const struct pwm_ops cros_ec_pwm_ops = {
H A Dpwm-rcar.c197 static const struct pwm_ops rcar_pwm_ops = {
H A Dpwm-jz4740.c217 static const struct pwm_ops jz4740_pwm_ops = {
/OK3568_Linux_fs/kernel/include/linux/
H A Dpwm.h287 struct pwm_ops { struct
324 const struct pwm_ops *ops; argument

123