Searched refs:high_speed (Results 1 – 8 of 8) sorted by relevance
/drivers/cpufreq/ |
D | speedstep-lib.c | 382 unsigned int *high_speed, in speedstep_get_freqs() argument 391 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) in speedstep_get_freqs() 426 *high_speed = speedstep_get_frequency(processor); in speedstep_get_freqs() 427 if (!*high_speed) { in speedstep_get_freqs() 432 pr_debug("high speed is %u\n", *high_speed); in speedstep_get_freqs() 434 if (*low_speed == *high_speed) { in speedstep_get_freqs() 440 if (*high_speed != prev_speed) in speedstep_get_freqs()
|
D | speedstep-lib.h | 47 unsigned int *high_speed,
|
/drivers/staging/comedi/drivers/ |
D | usbdux.c | 280 short int high_speed; member 700 if (this_usbduxsub->high_speed) { in usbduxsub_ao_isoc_irq() 977 if (this_usbduxsub->high_speed) { in usbdux_ai_cmdtest() 1203 if (this_usbduxsub->high_speed) { in usbdux_ai_cmd() 2211 if (udev->high_speed) { in usbdux_attach_common() 2303 if (udev->high_speed) { in usbdux_attach_common() 2447 usbduxsub[index].high_speed = in usbdux_usb_probe() 2496 if (usbduxsub[index].high_speed) in usbdux_usb_probe() 2541 if (usbduxsub[index].high_speed) in usbdux_usb_probe() 2584 if (usbduxsub[index].high_speed) { in usbdux_usb_probe() [all …]
|
D | usbduxsigma.c | 222 short int high_speed; member 645 if (this_usbduxsub->high_speed) { in usbduxsub_ao_IsocIrq() 937 if (this_usbduxsub->high_speed) { in usbdux_ai_cmdtest() 1178 if (this_usbduxsub->high_speed) { in usbdux_ai_cmd() 2210 if (uds->high_speed) in usbduxsigma_attach_common() 2285 if (uds->high_speed) { in usbduxsigma_attach_common() 2429 usbduxsub[index].high_speed = in usbduxsigma_usb_probe() 2478 if (usbduxsub[index].high_speed) in usbduxsigma_usb_probe() 2524 if (usbduxsub[index].high_speed) in usbduxsigma_usb_probe() 2567 if (usbduxsub[index].high_speed) { in usbduxsigma_usb_probe() [all …]
|
/drivers/spi/ |
D | spi-s3c64xx.c | 161 bool high_speed; member 534 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in enable_datapath() 1501 .high_speed = true, 1520 .high_speed = true, 1527 .high_speed = true, 1534 .high_speed = true,
|
/drivers/hid/ |
D | hid-wacom.c | 45 unsigned char high_speed; member 349 wdata->high_speed = speed; in wacom_set_features() 373 wdata->high_speed = speed; in wacom_set_features() 386 return snprintf(buf, PAGE_SIZE, "%i\n", wdata->high_speed); in wacom_show_speed()
|
/drivers/mmc/core/ |
D | sdio.c | 195 card->cccr.high_speed = 1; in sdio_read_cccr() 198 card->cccr.high_speed = 0; in sdio_read_cccr() 330 if (!card->cccr.high_speed) in mmc_sdio_switch_hs() 728 if (card->cccr.high_speed) { in mmc_sdio_init_card()
|
/drivers/staging/csr/ |
D | sdio_mmc.c | 324 if (!card->cccr.high_speed) in csr_sdio_enable_hs() 358 if (!card->cccr.high_speed) in csr_sdio_disable_hs()
|