Searched refs:high_speed (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/cpufreq/ |
H A D | speedstep-lib.c | 383 unsigned int *high_speed, in speedstep_get_freqs() argument 392 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) in speedstep_get_freqs() 428 *high_speed = speedstep_get_frequency(processor); in speedstep_get_freqs() 429 if (!*high_speed) { in speedstep_get_freqs() 434 pr_debug("high speed is %u\n", *high_speed); in speedstep_get_freqs() 436 if (*low_speed == *high_speed) { in speedstep_get_freqs() 442 if (*high_speed != prev_speed) in speedstep_get_freqs()
|
H A D | speedstep-lib.h | 46 unsigned int *high_speed,
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gm200.c | 78 ior->tmds.high_speed = khz > 340000; in gm200_sor_hdmi_scdc() 81 if (ior->tmds.high_speed) in gm200_sor_hdmi_scdc() 83 if (ior->tmds.high_speed || scrambling_low_rates) in gm200_sor_hdmi_scdc()
|
H A D | ga102.c | 92 if (sor->tmds.high_speed) in ga102_sor_clock()
|
H A D | ior.h | 48 bool high_speed; member
|
H A D | gf119.c | 294 const u32 speed = sor->tmds.high_speed ? 0x14 : 0x0a; in gf119_sor_clock() 296 if (sor->tmds.high_speed) in gf119_sor_clock()
|
/linux/drivers/comedi/drivers/ |
H A D | usbduxsigma.c | 151 unsigned high_speed:1; member 472 int high_speed = devpriv->high_speed; in usbduxsigma_ai_cmdtest() local 502 if (high_speed) { in usbduxsigma_ai_cmdtest() 531 tmp = rounddown(cmd->scan_begin_arg, high_speed ? 125000 : 1000000); in usbduxsigma_ai_cmdtest() 633 if (devpriv->high_speed) { in usbduxsigma_ai_cmd() 1459 devpriv->high_speed = (usb->speed == USB_SPEED_HIGH); in usbduxsigma_auto_attach() 1460 if (devpriv->high_speed) { in usbduxsigma_auto_attach() 1487 ret = comedi_alloc_subdevices(dev, (devpriv->high_speed) ? 4 : 3); in usbduxsigma_auto_attach() 1534 if (devpriv->high_speed) { in usbduxsigma_auto_attach()
|
H A D | usbdux.c | 188 unsigned int high_speed:1; member 413 if (devpriv->high_speed) in usbduxsub_ao_handle_urb() 545 if (devpriv->high_speed) { in usbdux_ai_cmdtest() 685 if (devpriv->high_speed) { in usbdux_ai_cmd() 1496 if (devpriv->high_speed) in usbdux_alloc_usb_buffers() 1572 devpriv->high_speed = (usb->speed == USB_SPEED_HIGH); in usbdux_auto_attach() 1573 if (devpriv->high_speed) { in usbdux_auto_attach() 1600 ret = comedi_alloc_subdevices(dev, (devpriv->high_speed) ? 5 : 4); in usbdux_auto_attach() 1657 if (devpriv->high_speed) { in usbdux_auto_attach()
|
/linux/drivers/spi/ |
H A D | spi-s3c64xx.c | 171 bool high_speed; member 528 if (sdd->port_conf->high_speed && sdd->cur_speed >= 30000000UL in s3c64xx_enable_datapath() 1518 .high_speed = true, 1537 .high_speed = true, 1547 .high_speed = true, 1559 .high_speed = true, 1571 .high_speed = true, 1583 .high_speed = true, 1597 .high_speed = true, 1611 .high_speed = true, [all …]
|
/linux/sound/usb/usx2y/ |
H A D | us122l.c | 327 bool high_speed; in usb_stream_hwdep_ioctl() local 338 high_speed = us122l->dev->speed == USB_SPEED_HIGH; in usb_stream_hwdep_ioctl() 340 (!high_speed || in usb_stream_hwdep_ioctl() 357 if (!high_speed) in usb_stream_hwdep_ioctl()
|
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
H A D | binary.c | 1056 if (candidate->enable.high_speed && !enable_high_speed) { in ia_css_binary_find() 1058 __LINE__, candidate->enable.high_speed, enable_high_speed); in ia_css_binary_find()
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-abi.h | 1717 u8 high_speed; member
|