Home
last modified time | relevance | path

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

1234

/openbmc/u-boot/drivers/pwm/
H A Dpwm-uclass.c13 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_invert()
24 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_config()
34 struct pwm_ops *ops = pwm_get_ops(dev); in pwm_set_enable()
H A Dtegra_pwm.c64 static const struct pwm_ops tegra_pwm_ops = {
H A Dsandbox_pwm.c96 static const struct pwm_ops sandbox_pwm_ops = {
H A Drk_pwm.c98 static const struct pwm_ops rk_pwm_ops = {
H A Dexynos_pwm.c99 static const struct pwm_ops exynos_pwm_ops = {
H A Dsunxi_pwm.c164 static const struct pwm_ops sunxi_pwm_ops = {
/openbmc/u-boot/include/
H A Dpwm.h14 struct pwm_ops { struct
47 #define pwm_get_ops(dev) ((struct pwm_ops *)(dev)->driver->ops) argument
/openbmc/linux/drivers/staging/greybus/
H A DTODO4 * Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch63 pwm_ops
/openbmc/linux/drivers/pwm/
H A Dpwm-clk.c78 static const struct pwm_ops pwm_clk_ops = {
H A Dpwm-twl-led.c190 static const struct pwm_ops twl4030_pwmled_ops = {
341 static const struct pwm_ops twl6030_pwmled_ops = {
H A Dpwm-ntxec.c128 static const struct pwm_ops ntxec_pwm_ops = {
H A Dpwm-clps711x.c72 static const struct pwm_ops clps711x_pwm_ops = {
H A Dpwm-twl.c332 static const struct pwm_ops twl4030_pwm_ops = {
339 static const struct pwm_ops twl6030_pwm_ops = {
H A Dpwm-apple.c99 static const struct pwm_ops apple_pwm_ops = {
H A Dpwm-visconti.c129 static const struct pwm_ops visconti_pwm_ops = {
H A Dpwm-ep93xx.c158 static const struct pwm_ops ep93xx_pwm_ops = {
H A Dpwm-mxs.c116 static const struct pwm_ops mxs_pwm_ops = {
H A Dpwm-lpc32xx.c116 static const struct pwm_ops lpc32xx_pwm_ops = {
H A Dpwm-raspberrypi-poe.c135 static const struct pwm_ops raspberrypi_pwm_ops = {
H A Dpwm-ab8500.c181 static const struct pwm_ops ab8500_pwm_ops = {
H A Dpwm-imx1.c147 static const struct pwm_ops pwm_imx1_ops = {
H A Dpwm-bcm2835.c128 static const struct pwm_ops bcm2835_pwm_ops = {
H A Dpwm-crc.c156 static const struct pwm_ops crc_pwm_ops = {
/openbmc/linux/include/linux/
H A Dpwm.h272 struct pwm_ops { struct
297 const struct pwm_ops *ops; argument

1234