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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dspeedstep-lib.h47 unsigned int *high_speed,
H A Dspeedstep-lib.c384 unsigned int *high_speed,
393 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state))
428 *high_speed = speedstep_get_frequency(processor);
429 if (!*high_speed) {
434 dprintk("high speed is %u\n", *high_speed);
436 if (*low_speed == *high_speed) {
442 if (*high_speed != prev_speed)
382 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Ds3c64xx-spi.h39 * @high_speed: If the controller supports HIGH_SPEED_EN bit
52 int high_speed; member in struct:s3c64xx_spi_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pc100/
H A Ddev-spi.c102 .high_speed = 1,
146 .high_speed = 1,
188 .high_speed = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv210/
H A Ddev-spi.c92 .high_speed = 1,
136 .high_speed = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-wacom.c34 unsigned char high_speed; member in struct:wacom_data
135 wdata->high_speed = speed;
155 return snprintf(buf, PAGE_SIZE, "%i\n", wdata->high_speed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mmc/
H A Dcard.h82 high_speed:1, member in struct:sdio_cccr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio.c141 card->cccr.high_speed = 1;
264 if (!card->cccr.high_speed)
429 if (card->cccr.high_speed) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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) {
1516 if (0) { /* (this_usbduxsub->high_speed) */
1530 if (0) { /* (this_usbduxsub->high_speed) */
1666 if (0) { /* (this_usbduxsub->high_speed) */
1699 if (0) { /* (this_usbduxsub->high_speed) */
2383 usbduxsub[index].high_speed =
2442 if (usbduxsub[index].high_speed)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dus122l.c384 bool high_speed; local
397 high_speed = us122l->dev->speed == USB_SPEED_HIGH;
399 (!high_speed ||
417 if (!high_speed)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_s3c64xx.c279 if (sci->high_speed && sdd->cur_speed >= 30000000UL

Completed in 205 milliseconds