/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H 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()
|
H A D | gm107.c | 62 .pwm_get = gm107_fan_pwm_get,
|
H A D | gt215.c | 62 .pwm_get = nv50_fan_pwm_get,
|
H A D | priv.h | 90 int (*pwm_get)(struct nvkm_therm *, int line, u32 *, u32 *); member
|
H A D | gk104.c | 97 .pwm_get = gf119_fan_pwm_get,
|
H A D | gf119.c | 141 .pwm_get = gf119_fan_pwm_get,
|
H A D | nv50.c | 164 .pwm_get = nv50_fan_pwm_get,
|
H A D | nv40.c | 193 .pwm_get = nv40_fan_pwm_get,
|
H A D | g84.c | 218 .pwm_get = nv50_fan_pwm_get,
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-rx51.c | 148 ir_rx51->pwm = pwm_get(ir_rx51->dev, NULL); in ir_rx51_open() 233 pwm = pwm_get(&dev->dev, NULL); in ir_rx51_probe()
|
/openbmc/linux/include/trace/events/ |
H A D | pwm.h | 48 DEFINE_EVENT(pwm, pwm_get,
|
/openbmc/linux/include/linux/ |
H A D | pwm.h | 403 struct pwm_device *pwm_get(struct device *dev, const char *con_id); 481 static inline struct pwm_device *pwm_get(struct device *dev, in pwm_get() function
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | pwm.txt | 24 pwm_get() call to an index into the list given by the "pwms" property.
|
/openbmc/u-boot/doc/device-tree-bindings/pwm/ |
H A D | pwm.txt | 24 pwm_get() call to an index into the list given by the "pwms" property.
|
/openbmc/linux/drivers/pwm/ |
H A D | core.c | 849 struct pwm_device *pwm_get(struct device *dev, const char *con_id) in pwm_get() function 958 EXPORT_SYMBOL_GPL(pwm_get); 1009 pwm = pwm_get(dev, con_id); in devm_pwm_get()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | pwm.rst | 38 Consumers use the pwm_get() function and pass to it the consumer device or a 165 The PWM core list manipulations are protected by a mutex, so pwm_get()
|
/openbmc/linux/drivers/input/misc/ |
H A D | max8997_haptic.c | 281 chip->pwm = pwm_get(&pdev->dev, NULL); in max8997_haptic_probe()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | ssd1307fb.c | 342 par->pwm = pwm_get(&par->client->dev, NULL); in ssd1307fb_init()
|
/openbmc/linux/drivers/gpu/drm/solomon/ |
H A D | ssd130x.c | 262 ssd130x->pwm = pwm_get(dev, NULL); in ssd130x_pwm_enable()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_backlight.c | 1527 panel->backlight.pwm = pwm_get(i915->drm.dev, "pwm_pmic_backlight"); in ext_pwm_setup_backlight() 1530 panel->backlight.pwm = pwm_get(i915->drm.dev, "pwm_soc_backlight"); in ext_pwm_setup_backlight()
|