Searched refs:high_speed (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Dspeedstep-lib.c382 unsigned int *high_speed, speedstep_get_freqs()
391 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) speedstep_get_freqs()
427 *high_speed = speedstep_get_frequency(processor); speedstep_get_freqs()
428 if (!*high_speed) { speedstep_get_freqs()
433 pr_debug("high speed is %u\n", *high_speed); speedstep_get_freqs()
435 if (*low_speed == *high_speed) { speedstep_get_freqs()
441 if (*high_speed != prev_speed) speedstep_get_freqs()
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)) speedstep_get_freqs() argument
H A Dspeedstep-lib.h47 unsigned int *high_speed,
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Dusbdux.c198 unsigned int high_speed:1; member in struct:usbdux_private
423 if (devpriv->high_speed) usbduxsub_ao_handle_urb()
555 if (devpriv->high_speed) { usbdux_ai_cmdtest()
695 if (devpriv->high_speed) { usbdux_ai_cmd()
887 if (0) { /* (devpriv->high_speed) */ usbdux_ao_cmdtest()
896 if (0) { /* (devpriv->high_speed) */ usbdux_ao_cmdtest()
970 if (0) { /* (devpriv->high_speed) */ usbdux_ao_cmd()
1507 if (devpriv->high_speed) usbdux_alloc_usb_buffers()
1583 devpriv->high_speed = (usb->speed == USB_SPEED_HIGH); usbdux_auto_attach()
1584 if (devpriv->high_speed) { usbdux_auto_attach()
1611 ret = comedi_alloc_subdevices(dev, (devpriv->high_speed) ? 5 : 4); usbdux_auto_attach()
1668 if (devpriv->high_speed) { usbdux_auto_attach()
H A Dusbduxsigma.c161 unsigned high_speed:1; member in struct:usbduxsigma_private
482 int high_speed = devpriv->high_speed; usbduxsigma_ai_cmdtest() local
512 if (high_speed) { usbduxsigma_ai_cmdtest()
541 tmp = rounddown(cmd->scan_begin_arg, high_speed ? 125000 : 1000000); usbduxsigma_ai_cmdtest()
643 if (devpriv->high_speed) { usbduxsigma_ai_cmd()
1469 devpriv->high_speed = (usb->speed == USB_SPEED_HIGH); usbduxsigma_auto_attach()
1470 if (devpriv->high_speed) { usbduxsigma_auto_attach()
1497 ret = comedi_alloc_subdevices(dev, (devpriv->high_speed) ? 4 : 3); usbduxsigma_auto_attach()
1544 if (devpriv->high_speed) { usbduxsigma_auto_attach()
/linux-4.4.14/drivers/spi/
H A Dspi-s3c64xx.c144 * @high_speed: True, if the controller supports HIGH_SPEED_EN bit.
158 bool high_speed; member in struct:s3c64xx_spi_port_config
429 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL enable_datapath()
1324 .high_speed = true,
1337 .high_speed = true,
1344 .high_speed = true,
1352 .high_speed = true,
1361 .high_speed = true,
/linux-4.4.14/sound/usb/usx2y/
H A Dus122l.c387 bool high_speed; usb_stream_hwdep_ioctl() local
400 high_speed = us122l->dev->speed == USB_SPEED_HIGH; usb_stream_hwdep_ioctl()
402 (!high_speed || usb_stream_hwdep_ioctl()
420 if (!high_speed) usb_stream_hwdep_ioctl()
/linux-4.4.14/drivers/mmc/core/
H A Dsdio.c190 card->cccr.high_speed = 1; sdio_read_cccr()
193 card->cccr.high_speed = 0; sdio_read_cccr()
328 if (!card->cccr.high_speed) mmc_sdio_switch_hs()
695 if (card->cccr.high_speed) { mmc_sdio_init_card()
/linux-4.4.14/include/linux/mmc/
H A Dcard.h191 high_speed:1, member in struct:sdio_cccr

Completed in 323 milliseconds