Home
last modified time | relevance | path

Searched defs:pwm (Results 151 - 175 of 305) sorted by relevance

12345678910>>...13

/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dpwm_bl.c23 struct pwm_device *pwm; member
[all...]
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-atmel.c170 static void atmel_pwm_update_cdty(struct pwm_chip *chip, struct pwm_device *pwm, in atmel_pwm_update_cdty() argument
199 static void atmel_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm, in atmel_pwm_disable() argument
187 atmel_pwm_set_cprd_cdty(struct pwm_chip *chip, struct pwm_device *pwm, unsigned long cprd, unsigned long cdty) atmel_pwm_set_cprd_cdty() argument
235 atmel_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) atmel_pwm_apply() argument
298 atmel_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) atmel_pwm_get_state() argument
[all...]
H A Dpwm-fsl-ftm.c89 static int fsl_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) in fsl_pwm_request() argument
105 static void fsl_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) in fsl_pwm_free() argument
204 fsl_pwm_is_any_pwm_enabled(struct fsl_pwm_chip *fpc, struct pwm_device *pwm) fsl_pwm_is_any_pwm_enabled() argument
216 fsl_pwm_is_other_pwm_enabled(struct fsl_pwm_chip *fpc, struct pwm_device *pwm) fsl_pwm_is_other_pwm_enabled() argument
228 fsl_pwm_apply_config(struct fsl_pwm_chip *fpc, struct pwm_device *pwm, const struct pwm_state *newstate) fsl_pwm_apply_config() argument
300 fsl_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *newstate) fsl_pwm_apply() argument
489 struct pwm_device *pwm = &fpc->chip.pwms[i]; fsl_pwm_suspend() local
512 struct pwm_device *pwm = &fpc->chip.pwms[i]; fsl_pwm_resume() local
[all...]
H A Dpwm-imx27.c215 static int pwm_imx27_apply(struct pwm_chip *chip, struct pwm_device *pwm, in pwm_imx27_apply() argument
121 pwm_imx27_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) pwm_imx27_get_state() argument
193 pwm_imx27_wait_fifo_slot(struct pwm_chip *chip, struct pwm_device *pwm) pwm_imx27_wait_fifo_slot() argument
[all...]
H A Dpwm-sun4i.c231 static int sun4i_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, in sun4i_pwm_apply() argument
112 sun4i_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) sun4i_pwm_get_state() argument
393 struct sun4i_pwm_chip *pwm; sun4i_pwm_probe() local
491 struct sun4i_pwm_chip *pwm = platform_get_drvdata(pdev); sun4i_pwm_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dpwm_bl.c23 struct pwm_device *pwm; member
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H A Dcore.c85 static int pwm_device_request(struct pwm_device *pwm, const char *label) in pwm_device_request() argument
132 struct pwm_device *pwm; of_pwm_xlate_with_flags() local
163 struct pwm_device *pwm; of_pwm_single_xlate() local
218 pwm_set_chip_data(struct pwm_device *pwm, void *data) pwm_set_chip_data() argument
235 pwm_get_chip_data(struct pwm_device *pwm) pwm_get_chip_data() argument
265 struct pwm_device *pwm; pwmchip_add() local
367 struct pwm_device *pwm; pwm_request_from_chip() local
385 pwm_apply_state_debug(struct pwm_device *pwm, const struct pwm_state *state) pwm_apply_state_debug() argument
496 pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state) pwm_apply_state() argument
548 pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, unsigned long timeout) pwm_capture() argument
575 pwm_adjust_config(struct pwm_device *pwm) pwm_adjust_config() argument
640 pwm_device_link_add(struct device *dev, struct pwm_device *pwm) pwm_device_link_add() argument
689 struct pwm_device *pwm = NULL; of_pwm_get() local
769 struct pwm_device *pwm; acpi_pwm_get() local
853 struct pwm_device *pwm; pwm_get() local
964 pwm_put(struct pwm_device *pwm) pwm_put() argument
988 devm_pwm_release(void *pwm) devm_pwm_release() argument
1006 struct pwm_device *pwm; devm_pwm_get() local
1037 struct pwm_device *pwm = ERR_PTR(-ENODEV); devm_fwnode_pwm_get() local
1061 struct pwm_device *pwm = &chip->pwms[i]; pwm_dbg_show() local
[all...]
H A Dpwm-atmel-tcb.c116 static void atmel_tcb_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) in atmel_tcb_pwm_free() argument
123 static void atmel_tcb_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm, in atmel_tcb_pwm_disable() argument
180 static int atmel_tcb_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm, in atmel_tcb_pwm_enable() argument
69 atmel_tcb_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) atmel_tcb_pwm_request() argument
264 atmel_tcb_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, int duty_ns, int period_ns) atmel_tcb_pwm_config() argument
342 atmel_tcb_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) atmel_tcb_pwm_apply() argument
[all...]
H A Dpwm-fsl-ftm.c87 static int fsl_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) in fsl_pwm_request() argument
102 static void fsl_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) in fsl_pwm_free() argument
200 fsl_pwm_is_any_pwm_enabled(struct fsl_pwm_chip *fpc, struct pwm_device *pwm) fsl_pwm_is_any_pwm_enabled() argument
212 fsl_pwm_is_other_pwm_enabled(struct fsl_pwm_chip *fpc, struct pwm_device *pwm) fsl_pwm_is_other_pwm_enabled() argument
224 fsl_pwm_apply_config(struct fsl_pwm_chip *fpc, struct pwm_device *pwm, const struct pwm_state *newstate) fsl_pwm_apply_config() argument
296 fsl_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *newstate) fsl_pwm_apply() argument
472 struct pwm_device *pwm = &fpc->chip.pwms[i]; fsl_pwm_suspend() local
495 struct pwm_device *pwm = &fpc->chip.pwms[i]; fsl_pwm_resume() local
[all...]
H A Dpwm-img.c91 static int img_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, in img_pwm_config() argument
150 static int img_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm) in img_pwm_enable() argument
171 img_pwm_disable(struct pwm_chip *chip, struct pwm_device *pwm) img_pwm_disable() argument
184 img_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) img_pwm_apply() argument
[all...]
H A Dpwm-mediatek.c121 static int pwm_mediatek_config(struct pwm_chip *chip, struct pwm_device *pwm, in pwm_mediatek_config() argument
76 pwm_mediatek_clk_enable(struct pwm_chip *chip, struct pwm_device *pwm) pwm_mediatek_clk_enable() argument
104 pwm_mediatek_clk_disable(struct pwm_chip *chip, struct pwm_device *pwm) pwm_mediatek_clk_disable() argument
176 pwm_mediatek_enable(struct pwm_chip *chip, struct pwm_device *pwm) pwm_mediatek_enable() argument
193 pwm_mediatek_disable(struct pwm_chip *chip, struct pwm_device *pwm) pwm_mediatek_disable() argument
205 pwm_mediatek_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) pwm_mediatek_apply() argument
[all...]
H A Dpwm-imx27.c217 static int pwm_imx27_apply(struct pwm_chip *chip, struct pwm_device *pwm, in pwm_imx27_apply() argument
121 pwm_imx27_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) pwm_imx27_get_state() argument
195 pwm_imx27_wait_fifo_slot(struct pwm_chip *chip, struct pwm_device *pwm) pwm_imx27_wait_fifo_slot() argument
[all...]
H A Dpwm-rz-mtu3.c167 static int rz_mtu3_pwm_request(struct pwm_chip *chip, struct pwm_device *pwm) in rz_mtu3_pwm_request() argument
197 static void rz_mtu3_pwm_free(struct pwm_chip *chip, struct pwm_device *pwm) in rz_mtu3_pwm_free() argument
214 rz_mtu3_pwm_enable(struct rz_mtu3_pwm_chip *rz_mtu3_pwm, struct pwm_device *pwm) rz_mtu3_pwm_enable() argument
246 rz_mtu3_pwm_disable(struct rz_mtu3_pwm_chip *rz_mtu3_pwm, struct pwm_device *pwm) rz_mtu3_pwm_disable() argument
271 rz_mtu3_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) rz_mtu3_pwm_get_state() argument
320 rz_mtu3_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) rz_mtu3_pwm_config() argument
407 rz_mtu3_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) rz_mtu3_pwm_apply() argument
[all...]
H A Dpwm-sun4i.c233 static int sun4i_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, in sun4i_pwm_apply() argument
110 sun4i_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) sun4i_pwm_get_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/mxs/
H A Dclk-imx23.c85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/
H A Dbudget.c428 u8 pwm; in read_pwm() local
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dtda10023.c37 u8 pwm; member
507 tda10023_attach(const struct tda10023_config *config, struct i2c_adapter *i2c, u8 pwm) tda10023_attach() argument
H A Dtda10021.c30 u8 pwm; member
446 tda10021_attach(const struct tda1002x_config* config, struct i2c_adapter* i2c, u8 pwm) tda10021_attach() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c634 u32 pwm; in cdv_intel_lvds_init() local
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmlxreg-fan.c110 struct mlxreg_fan_pwm pwm[MLXREG_FAN_MAX_PWM]; member
125 struct mlxreg_fan_pwm *pwm; in mlxreg_fan_read() local
209 struct mlxreg_fan_pwm *pwm; in mlxreg_fan_write() local
344 struct mlxreg_fan_pwm *pwm = cdev->devdata; mlxreg_fan_get_cur_state() local
364 struct mlxreg_fan_pwm *pwm = cdev->devdata; mlxreg_fan_set_cur_state() local
559 struct mlxreg_fan_pwm *pwm = &fan->pwm[i]; mlxreg_fan_cooling_config() local
[all...]
H A Dgpio-fan.c168 u8 pwm = fan_data->speed_index * 255 / (fan_data->num_speed - 1); in pwm1_show() local
177 unsigned long pwm; in pwm1_store() local
H A Dtc654.c370 int pwm; in pwm_show() local
H A Dmax31760.c433 u8 pwm; in lut_store() local
H A Dmax31790.c66 u16 pwm[NR_CHANNEL]; member
H A Demc2305.c292 long pwm; in emc2305_set_single_tz() local

Completed in 18 milliseconds

12345678910>>...13