Searched defs:high_speed (Results 1 - 4 of 4) sorted by relevance

/drivers/cpufreq/
H A Dspeedstep-lib.c382 unsigned int *high_speed,
391 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state))
426 *high_speed = speedstep_get_frequency(processor);
427 if (!*high_speed) {
432 pr_debug("high speed is %u\n", *high_speed);
434 if (*low_speed == *high_speed) {
440 if (*high_speed != prev_speed)
380 speedstep_get_freqs(enum speedstep_processor processor, unsigned int *low_speed, unsigned int *high_speed, unsigned int *transition_latency, void (*set_state) (unsigned int state)) argument
/drivers/hid/
H A Dhid-wacom.c43 unsigned char high_speed; member in struct:wacom_data
165 wdata->high_speed = speed;
185 return snprintf(buf, PAGE_SIZE, "%i\n", wdata->high_speed);
/drivers/staging/comedi/drivers/
H A Dusbdux.c282 short int high_speed; member in struct:usbduxsub
702 if (this_usbduxsub->high_speed) {
1010 if (this_usbduxsub->high_speed) {
1252 if (this_usbduxsub->high_speed) {
1518 if (0) { /* (this_usbduxsub->high_speed) */
1532 if (0) { /* (this_usbduxsub->high_speed) */
1668 if (0) { /* (this_usbduxsub->high_speed) */
1701 if (0) { /* (this_usbduxsub->high_speed) */
2379 usbduxsub[index].high_speed =
2438 if (usbduxsub[index].high_speed)
[all...]
H A Dusbduxsigma.c232 short int high_speed; member in struct:usbduxsub
655 if (this_usbduxsub->high_speed) {
978 if (this_usbduxsub->high_speed) {
1235 if (this_usbduxsub->high_speed) {
1588 if (0) { /* (this_usbduxsub->high_speed) */
1732 if (0) { /* (this_usbduxsub->high_speed) */
1765 if (0) { /* (this_usbduxsub->high_speed) */
2387 usbduxsub[index].high_speed =
2446 if (usbduxsub[index].high_speed)
2496 if (usbduxsub[index].high_speed)
[all...]

Completed in 263 milliseconds