Searched refs:slow (Results 1 - 13 of 13) sorted by relevance

/drivers/leds/
H A Dleds-ns2.c72 unsigned slow; member in struct:ns2_led_data
88 slow_level = gpio_get_value(led_dat->slow);
116 gpio_set_value(led_dat->slow,
206 ret = gpio_request(template->slow, template->name);
208 ret = gpio_direction_output(template->slow,
209 gpio_get_value(template->slow));
211 gpio_free(template->slow);
214 dev_err(&pdev->dev, "%s: failed to setup slow GPIO\n",
227 led_dat->slow = template->slow;
[all...]
/drivers/net/wan/
H A Dsealevel.c210 int txdma, int rxdma, int slow)
248 if (slow)
365 static bool slow=false; variable
375 module_param(slow, bool, 0);
376 MODULE_PARM_DESC(slow, "Set this for an older Sealevel card such as the 4012");
386 slvl_unit = slvl_init(io, irq, txdma, rxdma, slow);
209 slvl_init(int iobase, int irq, int txdma, int rxdma, int slow) argument
/drivers/atm/
H A Deni.h98 struct atm_vcc *slow,*last_slow; member in struct:eni_dev
H A Deni.c337 ENI_DEV(dev)->slow = NULL;
666 while ((curr = eni_dev->slow)) {
667 EVENT("poll_rx.slow\n",0,0);
669 eni_dev->slow = ENI_VCC(curr)->next;
710 if (eni_dev->slow)
712 else eni_dev->slow = vcc;
914 eni_dev->slow = eni_dev->last_slow = NULL;
/drivers/s390/cio/
H A Dcss.c372 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) argument
376 if (!slow) {
377 /* Will be done on the slow path. */
390 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) argument
396 ret = sch->driver->sch_event(sch, slow);
409 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) argument
416 ret = css_evaluate_known_subchannel(sch, slow);
419 ret = css_evaluate_new_subchannel(schid, slow);
429 * Schedule the operation identified by @todo to be performed on the slow path
495 CIO_MSG_EVENT(0, "could not allocate slow subchanne
[all...]
/drivers/i2c/
H A DKconfig10 I2C (pronounce: I-squared-C) is a slow serial bus protocol used in
/drivers/acpi/
H A DKconfig292 ACPI Debug Statements slow down ACPI processing. Function trace
/drivers/spi/
H A DKconfig159 making it unusually slow for SPI. If your platform can inline
/drivers/video/console/
H A DKconfig31 Placing the scrollback buffer in System RAM will slightly slow
/drivers/ide/
H A DKconfig342 Linux. This may slow disk throughput by a few percent, but at least
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1886 * T3 slow path (non-data) interrupt handler.
3174 unsigned int width, density, slow, attempts; local
3182 slow = val & F_SLOW;
3190 if (!slow) {
3212 if (!slow)
3217 val = slow ? 3 : 6;
3224 if (!slow) {
/drivers/usb/core/
H A Ddevio.c1045 .slow = ps->dev->speed == USB_SPEED_LOW
/drivers/scsi/
H A Dst.c2432 in the buffer is correctly formatted. The long timeout is used if slow is non-zero. */
2433 static int write_mode_page(struct scsi_tape *STp, int page, int slow)
2452 timeout = slow ?
2422 write_mode_page(struct scsi_tape *STp, int page, int slow) argument

Completed in 457 milliseconds