Symbol: pwm_fan_ctx
drivers/hwmon/pwm-fan.c
125
static int pwm_fan_switch_power(struct pwm_fan_ctx *ctx, bool on)
drivers/hwmon/pwm-fan.c
144
static int pwm_fan_power_on(struct pwm_fan_ctx *ctx)
drivers/hwmon/pwm-fan.c
174
static int pwm_fan_power_off(struct pwm_fan_ctx *ctx, bool force_disable)
drivers/hwmon/pwm-fan.c
203
static int __set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm)
drivers/hwmon/pwm-fan.c
242
static int set_pwm(struct pwm_fan_ctx *ctx, unsigned long pwm)
drivers/hwmon/pwm-fan.c
253
static void pwm_fan_update_state(struct pwm_fan_ctx *ctx, unsigned long pwm)
drivers/hwmon/pwm-fan.c
264
static int pwm_fan_update_enable(struct pwm_fan_ctx *ctx, long val)
drivers/hwmon/pwm-fan.c
314
struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
drivers/hwmon/pwm-fan.c
343
struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
drivers/hwmon/pwm-fan.c
391
struct pwm_fan_ctx *ctx = cdev->devdata;
drivers/hwmon/pwm-fan.c
404
struct pwm_fan_ctx *ctx = cdev->devdata;
drivers/hwmon/pwm-fan.c
417
struct pwm_fan_ctx *ctx = cdev->devdata;
drivers/hwmon/pwm-fan.c
443
static int pwm_fan_get_cooling_data(struct device *dev, struct pwm_fan_ctx *ctx)
drivers/hwmon/pwm-fan.c
484
struct pwm_fan_ctx *ctx = __ctx;
drivers/hwmon/pwm-fan.c
501
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
81
struct pwm_fan_ctx *ctx = timer_container_of(ctx, t, rpm_timer);