Symbol: pwm_fan_ctx
drivers/hwmon/pwm-fan.c
126
static int pwm_fan_switch_power(struct pwm_fan_ctx *ctx, bool on)
drivers/hwmon/pwm-fan.c
145
static int pwm_fan_power_on(struct pwm_fan_ctx *ctx)
drivers/hwmon/pwm-fan.c
175
static int pwm_fan_power_off(struct pwm_fan_ctx *ctx, bool force_disable)
drivers/hwmon/pwm-fan.c
204
static int __set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm)
drivers/hwmon/pwm-fan.c
243
static int set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm)
drivers/hwmon/pwm-fan.c
254
static void pwm_fan_update_state(struct pwm_fan_ctx *ctx, unsigned long pwm)
drivers/hwmon/pwm-fan.c
265
static int pwm_fan_update_enable(struct pwm_fan_ctx *ctx, long val)
drivers/hwmon/pwm-fan.c
315
struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
drivers/hwmon/pwm-fan.c
344
struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
drivers/hwmon/pwm-fan.c
392
struct pwm_fan_ctx *ctx = cdev->devdata;
drivers/hwmon/pwm-fan.c
405
struct pwm_fan_ctx *ctx = cdev->devdata;
drivers/hwmon/pwm-fan.c
418
struct pwm_fan_ctx *ctx = cdev->devdata;
drivers/hwmon/pwm-fan.c
444
static int pwm_fan_get_cooling_data(struct device *dev, struct pwm_fan_ctx *ctx)
drivers/hwmon/pwm-fan.c
485
struct pwm_fan_ctx *ctx = __ctx;
drivers/hwmon/pwm-fan.c
502
struct pwm_fan_ctx *ctx;
drivers/hwmon/pwm-fan.c
705
struct pwm_fan_ctx *ctx = platform_get_drvdata(pdev);
drivers/hwmon/pwm-fan.c
712
struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
drivers/hwmon/pwm-fan.c
719
struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
drivers/hwmon/pwm-fan.c
82
struct pwm_fan_ctx *ctx = timer_container_of(ctx, t, rpm_timer);