Searched refs:pwm_get (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
A D | fanpwm.c | 47 ret = therm->func->pwm_get(therm, fan->func.line, &divs, &duty); in nvkm_fanpwm_get() 97 therm->func->pwm_get(therm, func->line, &divs, &duty) == -ENODEV) in nvkm_fanpwm_create()
|
A D | gt215.c | 62 .pwm_get = nv50_fan_pwm_get,
|
A D | gm107.c | 62 .pwm_get = gm107_fan_pwm_get,
|
A D | priv.h | 90 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
|
A D | gk104.c | 97 .pwm_get = gf119_fan_pwm_get,
|
A D | gf119.c | 141 .pwm_get = gf119_fan_pwm_get,
|
A D | nv50.c | 164 .pwm_get = nv50_fan_pwm_get,
|
A D | nv40.c | 193 .pwm_get = nv40_fan_pwm_get,
|
A D | g84.c | 218 .pwm_get = nv50_fan_pwm_get,
|
/linux/drivers/media/rc/ |
A D | ir-rx51.c | 149 ir_rx51->pwm = pwm_get(ir_rx51->dev, NULL); in ir_rx51_open() 234 pwm = pwm_get(&dev->dev, NULL); in ir_rx51_probe()
|
/linux/include/trace/events/ |
A D | pwm.h | 47 DEFINE_EVENT(pwm, pwm_get,
|
/linux/include/linux/ |
A D | pwm.h | 418 struct pwm_device *pwm_get(struct device *dev, const char *con_id); 506 static inline struct pwm_device *pwm_get(struct device *dev, in pwm_get() function
|
/linux/Documentation/devicetree/bindings/pwm/ |
A D | pwm.txt | 24 pwm_get() call to an index into the list given by the "pwms" property.
|
/linux/drivers/pwm/ |
A D | core.c | 936 struct pwm_device *pwm_get(struct device *dev, const char *con_id) in pwm_get() function 1045 EXPORT_SYMBOL_GPL(pwm_get); 1096 pwm = pwm_get(dev, con_id); in devm_pwm_get()
|
/linux/arch/arm/mach-s3c/ |
A D | mach-rx1950.c | 502 lcd_pwm = pwm_get(dev, "RX1950 LCD"); in rx1950_backlight_init()
|
/linux/Documentation/driver-api/ |
A D | pwm.rst | 41 New users should use the pwm_get() function and pass to it the consumer
|
/linux/drivers/video/fbdev/ |
A D | ssd1307fb.c | 386 par->pwm = pwm_get(&par->client->dev, NULL); in ssd1307fb_init()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_backlight.c | 1484 panel->backlight.pwm = pwm_get(dev->dev, "pwm_pmic_backlight"); in ext_pwm_setup_backlight() 1487 panel->backlight.pwm = pwm_get(dev->dev, "pwm_soc_backlight"); in ext_pwm_setup_backlight()
|
/linux/ |
A D | vmlinux.symvers | 9703 0x00000000 pwm_get vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 20663 ffff800010591c00 T pwm_get
|
A D | .tmp_System.map | 20663 ffff800010591c00 T pwm_get
|
Completed in 350 milliseconds