Lines Matching defs:data
65 * Some configuration data? Stays the same after fan speed changes,
68 * The same data in multiple report types.
221 static void handle_fan_config_report(struct drvdata *drvdata, void *data, int size)
223 struct fan_config_report *report = data;
242 static void handle_fan_status_report(struct drvdata *drvdata, void *data, int size)
244 struct fan_status_report *report = data;
254 * to "detect fans" command. Only accept other data after getting 0x61,
309 static umode_t nzxt_smart2_hwmon_is_visible(const void *data,
363 * So make sure we have correct data before allowing pwm* reads.
445 static int send_output_report(struct drvdata *drvdata, const void *data,
453 memcpy(drvdata->output_buffer, data, data_size);
689 struct hid_report *report, u8 *data, int size)
692 u8 report_id = *data;
696 handle_fan_config_report(drvdata, data, size);
700 handle_fan_status_report(drvdata, data, size);