Searched defs:pwm (Results 76 - 100 of 161) sorted by relevance

1234567

/linux-master/drivers/leds/
H A Dleds-cht-wcove.c55 u16 pwm; member in struct:cht_wc_led_regs
65 unsigned int pwm; member in struct:cht_wc_led_saved_regs
[all...]
H A Dleds-pca9532.c48 u8 pwm[2]; member in struct:pca9532_data
114 static int pca9532_calcpwm(struct i2c_client *client, int pwm, int blink, argument
140 static int pca9532_setpwm(struct i2c_client *client, int pwm) argument
[all...]
H A Dleds-pca955x.c244 u8 ls, pwm; local
H A Dleds-lm3530.c233 struct lm3530_pwm_data *pwm = &pdata->pwm_data; local
311 struct lm3530_pwm_data *pwm = &pdata->pwm_data; local
373 struct lm3530_pwm_data *pwm; local
[all...]
/linux-master/drivers/hwmon/
H A Dmlxreg-fan.c110 struct mlxreg_fan_pwm pwm[MLXREG_FAN_MAX_PWM]; member in struct:mlxreg_fan
125 struct mlxreg_fan_pwm *pwm; local
209 struct mlxreg_fan_pwm *pwm; local
344 struct mlxreg_fan_pwm *pwm = cdev->devdata; local
364 struct mlxreg_fan_pwm *pwm = cdev->devdata; local
559 struct mlxreg_fan_pwm *pwm = &fan->pwm[i]; local
[all...]
H A Dpwm-fan.c42 struct pwm_device *pwm; member in struct:pwm_fan_ctx
197 static int __set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm) argument
223 set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm) argument
234 pwm_fan_update_state(struct pwm_fan_ctx *ctx, unsigned long pwm) argument
[all...]
H A Demc2305.c289 long pwm; local
H A Dmax31790.c66 u16 pwm[NR_CHANNEL]; member in struct:max31790_data
H A Dmax31760.c433 u8 pwm; local
/linux-master/drivers/media/pci/ttpci/
H A Dbudget.c428 u8 pwm; local
/linux-master/drivers/media/dvb-frontends/
H A Dtda10023.c37 u8 pwm; member in struct:tda10023_state
507 tda10023_attach(const struct tda10023_config *config, struct i2c_adapter *i2c, u8 pwm) argument
H A Dtda10021.c30 u8 pwm; member in struct:tda10021_state
446 tda10021_attach(const struct tda1002x_config* config, struct i2c_adapter* i2c, u8 pwm) argument
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c23 struct pwm_device *pwm; member in struct:pwm_bl_data
[all...]
/linux-master/drivers/gpu/drm/solomon/
H A Dssd130x.h95 struct pwm_device *pwm; member in struct:ssd130x_device
/linux-master/drivers/pwm/
H A Dpwm-rz-mtu3.c165 static int rz_mtu3_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) argument
195 static void rz_mtu3_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) argument
212 rz_mtu3_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) argument
244 rz_mtu3_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) argument
269 rz_mtu3_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) argument
318 rz_mtu3_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
405 rz_mtu3_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
[all...]
H A Dpwm-meson.c119 static int meson_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) argument
136 static void meson_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) argument
144 static int meson_pwm_calc(struct pwm_chip *chip, struct pwm_device *pwm, argument
205 static void meson_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) argument
233 meson_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) argument
248 meson_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
288 meson_pwm_cnt_to_ns(struct pwm_chip *chip, struct pwm_device *pwm, u32 cnt) argument
305 meson_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) argument
[all...]
H A Dpwm-mediatek.c118 static int pwm_mediatek_config(struct pwm_chip *chip, struct pwm_device *pwm, argument
73 pwm_mediatek_clk_enable(struct pwm_chip *chip, struct pwm_device *pwm) argument
101 pwm_mediatek_clk_disable(struct pwm_chip *chip, struct pwm_device *pwm) argument
173 pwm_mediatek_enable(struct pwm_chip *chip, struct pwm_device *pwm) argument
190 pwm_mediatek_disable(struct pwm_chip *chip, struct pwm_device *pwm) argument
202 pwm_mediatek_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
[all...]
H A Dpwm-sun4i.c232 static int sun4i_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, argument
109 sun4i_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) argument
[all...]
H A Dpwm-atmel.c238 static void atmel_pwm_update_cdty(struct pwm_chip *chip, struct pwm_device *pwm, argument
268 static void atmel_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm, argument
256 atmel_pwm_set_cprd_cdty(struct pwm_chip *chip, struct pwm_device *pwm, unsigned long cprd, unsigned long cdty) argument
292 atmel_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
354 atmel_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) argument
[all...]
H A Dpwm-atmel-tcb.c115 static void atmel_tcb_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) argument
122 static void atmel_tcb_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm, argument
179 static int atmel_tcb_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm, argument
68 atmel_tcb_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) argument
263 atmel_tcb_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, int duty_ns, int period_ns) argument
341 atmel_tcb_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
[all...]
H A Dpwm-fsl-ftm.c86 static int fsl_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) argument
101 static void fsl_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) argument
199 fsl_pwm_is_any_pwm_enabled(struct fsl_pwm_chip *fpc, struct pwm_device *pwm) argument
211 fsl_pwm_is_other_pwm_enabled(struct fsl_pwm_chip *fpc, struct pwm_device *pwm) argument
223 fsl_pwm_apply_config(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *newstate) argument
296 fsl_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *newstate) argument
471 struct pwm_device *pwm = &chip->pwms[i]; local
495 struct pwm_device *pwm = &chip->pwms[i]; local
[all...]
H A Dpwm-imx27.c219 static int pwm_imx27_apply(struct pwm_chip *chip, struct pwm_device *pwm, argument
123 pwm_imx27_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) argument
197 pwm_imx27_wait_fifo_slot(struct pwm_chip *chip, struct pwm_device *pwm) argument
[all...]
H A Dpwm-img.c89 static int img_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, argument
148 static int img_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) argument
169 img_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) argument
182 img_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
[all...]
H A Dcore.c32 static void pwm_apply_debug(struct pwm_device *pwm, argument
143 __pwm_apply(struct pwm_device *pwm, const struct pwm_state *state) argument
183 pwm_apply_might_sleep(struct pwm_device *pwm, const struct pwm_state *state) argument
218 pwm_apply_atomic(struct pwm_device *pwm, const struct pwm_state *state) argument
235 pwm_adjust_config(struct pwm_device *pwm) argument
291 pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, unsigned long timeout) argument
334 pwm_device_request(struct pwm_device *pwm, const char *label) argument
394 struct pwm_device *pwm; local
416 struct pwm_device *pwm; local
440 struct pwm_device *pwm; local
585 struct pwm_device *pwm = &chip->pwms[i]; local
644 pwm_device_link_add(struct device *dev, struct pwm_device *pwm) argument
711 struct pwm_device *pwm = NULL; local
791 struct pwm_device *pwm; local
878 struct pwm_device *pwm; local
989 pwm_put(struct pwm_device *pwm) argument
1012 devm_pwm_release(void *pwm) argument
1030 struct pwm_device *pwm; local
1061 struct pwm_device *pwm = ERR_PTR(-ENODEV); local
1085 struct pwm_device *pwm = &chip->pwms[i]; local
[all...]
/linux-master/drivers/clocksource/
H A Dsamsung_pwm_timer.c79 static struct samsung_pwm_clocksource pwm; variable in typeref:struct:samsung_pwm_clocksource
[all...]

Completed in 182 milliseconds

1234567