Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 48) sorted by relevance

12

/drivers/w1/masters/
Dds1wm.c326 unsigned int pass = 0; in ds1wm_search() local
330 ++pass; in ds1wm_search()
331 if (pass > 100) { in ds1wm_search()
339 "pass: %d reset error (or no slaves)\n", pass); in ds1wm_search()
344 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r); in ds1wm_search()
347 "pass: %d entering ASM\n", pass); in ds1wm_search()
350 "pass: %d begining nibble loop\n", pass); in ds1wm_search()
371 "pass: %d nibble: %d read error\n", pass, i); in ds1wm_search()
391 "pass: %d read error, retrying\n", pass); in ds1wm_search()
396 pass, r_prime, d); in ds1wm_search()
[all …]
/drivers/pcmcia/
Dcardbus.c71 unsigned int max, pass; in cb_alloc() local
77 for (pass = 0; pass < 2; pass++) in cb_alloc()
81 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/drivers/pci/hotplug/
Dpciehp_pci.c40 int pass, busnr, start = parent->secondary; in pciehp_add_bridge() local
52 for (pass = 0; pass < 2; pass++) in pciehp_add_bridge()
53 busnr = pci_scan_bridge(parent, dev, busnr, pass); in pciehp_add_bridge()
Dacpiphp_glue.c802 int num, max, pass; in enable_device() local
816 for (pass = 0; pass < 2; pass++) { in enable_device()
822 max = pci_scan_bridge(bus, dev, max, pass); in enable_device()
823 if (pass && dev->subordinate) in enable_device()
/drivers/scsi/
Dwd7000.c1398 short present = 0, biosaddr_ptr, sig_ptr, i, pass; in wd7000_detect() local
1423 for (pass = 0; pass < NUM_CONFIGS; pass++) { in wd7000_detect()
1429 for (i = 0; i < pass; i++) in wd7000_detect()
1433 if (i == pass) { in wd7000_detect()
1453 dprintk("wd7000_detect: pass %d\n", pass + 1); in wd7000_detect()
1461 if (configs[pass].irq < 0) in wd7000_detect()
1467 iobase = configs[pass].iobase; in wd7000_detect()
1504 host->irq = configs[pass].irq; in wd7000_detect()
1505 host->dma = configs[pass].dma; in wd7000_detect()
1508 host->bus_on = configs[pass].bus_on; in wd7000_detect()
[all …]
Dscsi_scan.c559 int pass, count, result; in scsi_probe_lun() local
569 pass = 1; in scsi_probe_lun()
574 pass, try_inquiry_len)); in scsi_probe_lun()
643 if (pass == 1) { in scsi_probe_lun()
656 pass = 2; in scsi_probe_lun()
661 } else if (pass == 2) { in scsi_probe_lun()
669 pass = 3; in scsi_probe_lun()
DNCR5380.c820 int i, pass; in NCR5380_init() local
905 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) { in NCR5380_init()
906 switch (pass) { in NCR5380_init()
/drivers/infiniband/hw/qib/
Dqib_qsfp.c51 int ret, cnt, pass = 0; in qsfp_read() local
107 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY) in qsfp_read()
137 if (pass >= QSFP_MAX_RETRY && ret) in qsfp_read()
139 else if (pass) in qsfp_read()
140 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass); in qsfp_read()
/drivers/pci/
Dprobe.c728 int __devinit pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass) in pci_scan_bridge() argument
743 secondary, subordinate, pass); in pci_scan_bridge()
751 if (!pass && in pci_scan_bridge()
772 if (pass) in pci_scan_bridge()
802 if (!pass) { in pci_scan_bridge()
1608 unsigned int devfn, pass, max = bus->secondary; in pci_scan_child_bus() local
1631 for (pass=0; pass < 2; pass++) in pci_scan_child_bus()
1635 max = pci_scan_bridge(bus, dev, max, pass); in pci_scan_child_bus()
/drivers/media/dvb/dvb-usb/
Dm920x.c347 int i, pass, ret = 0; in m920x_firmware_download() local
367 for (pass = 0; pass < 2; pass++) { in m920x_firmware_download()
378 if (pass == 1) { in m920x_firmware_download()
/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c648 int *pass = priv_data; in xirc2ps_config_check() local
651 tmp += (*pass ? (p_dev->config_index & 0x20 ? -24 : 8) in xirc2ps_config_check()
766 int pass; in xirc2ps_config() local
780 for (pass=0; pass < 2; pass++) in xirc2ps_config()
782 &pass)) in xirc2ps_config()
/drivers/sfi/
DKconfig9 for platform firmware to pass information to the operating system
/drivers/staging/media/easycap/
DKconfig26 To enable debug, pass the debug level to the debug module
/drivers/accessibility/
DKconfig27 To actually enable it, you need to pass option
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad593328 that are allowed to pass through the unknown impedance,
Dinkernel.txt32 must pass the iio_map structures and a pointer to its own iio_dev structure
/drivers/scsi/mvsas/
Dmv_sas.c705 struct mvs_tmf_task *tmf, int *pass) in mvs_task_prep() argument
828 ++(*pass); in mvs_task_prep()
890 u32 pass = 0; in mvs_task_exec() local
896 rc = mvs_task_prep(task, mvi, is_tmf, tmf, &pass); in mvs_task_exec()
900 if (likely(pass)) in mvs_task_exec()
918 int pass[2] = {0}; in mvs_collector_task_exec() local
943 rc = mvs_task_prep(t, mvi, is_tmf, tmf, &pass[mvi->id]); in mvs_collector_task_exec()
949 if (likely(pass[0])) in mvs_collector_task_exec()
953 if (likely(pass[1])) in mvs_collector_task_exec()
/drivers/tty/serial/
DKconfig36 your boot loader (lilo or loadlin) about how to pass options to the
63 your boot loader (lilo or loadlin) about how to pass options to the
140 /dev/, and pass "console=ttyATn" to the kernel.
177 your boot loader (lilo or loadlin) about how to pass options to the
228 your boot loader about how to pass options to the kernel at
250 your boot loader about how to pass options to the kernel at
343 your boot loader (lilo or loadlin) about how to pass options to the
380 your boot loader (lilo or loadlin) about how to pass options to the
405 your boot loader (lilo or loadlin) about how to pass options to the
535 your boot loader (lilo or loadlin) about how to pass options to the
[all …]
/drivers/net/wireless/ath/ath5k/
DKconfig38 To enable debug, pass the debug level to the debug module
/drivers/net/wireless/bcmdhd/include/
Dbcmsdh.h76 extern void bcmsdh_intr_forward(void *sdh, bool pass);
/drivers/usb/atm/
DKconfig61 pass the vendor ID, product ID, and endpoint numbers for transmission
/drivers/media/video/
Dpms.c344 static void pms_bandpass(struct pms *dev, short pass) in pms_bandpass() argument
347 pms_i2c_andor(dev, 0x8a, 0x06, 0xcf, (pass & 0x03) << 4); in pms_bandpass()
349 pms_i2c_andor(dev, 0x42, 0x06, 0xcf, (pass & 0x03) << 4); in pms_bandpass()
/drivers/net/slip/
DKconfig72 networks that don't pass all control characters or are only seven
/drivers/staging/tidspbridge/Documentation/
DREADME28 application can use the API to pass messages to a DSP task that is managing
/drivers/isdn/i4l/
DKconfig45 You need to say Y here if you wish to use the pass-filter and

12