Searched defs:pass (Results 1 - 17 of 17) sorted by relevance

/drivers/pcmcia/
H A Dcardbus.c71 unsigned int max, pass; local
77 for (pass = 0; pass < 2; pass++)
81 max = pci_scan_bridge(bus, dev, max, pass);
/drivers/pci/hotplug/
H A Dpciehp_pci.c40 int pass, busnr, start = parent->secondary; local
52 for (pass = 0; pass < 2; pass++)
53 busnr = pci_scan_bridge(parent, dev, busnr, pass);
H A Dacpiphp_glue.c797 int num, max, pass; local
811 for (pass = 0; pass < 2; pass++) {
817 max = pci_scan_bridge(bus, dev, max, pass);
818 if (pass && dev->subordinate)
/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c51 int ret, cnt, pass = 0; local
107 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY)
137 if (pass >= QSFP_MAX_RETRY && ret)
139 else if (pass)
140 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass);
/drivers/media/dvb/dvb-usb/
H A Dm920x.c347 int i, pass, ret = 0; local
367 for (pass = 0; pass < 2; pass++) {
378 if (pass == 1) {
/drivers/w1/masters/
H A Dds1wm.c326 unsigned int pass = 0; local
330 ++pass;
331 if (pass > 100) {
339 "pass: %d reset error (or no slaves)\n", pass);
344 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r);
347 "pass: %d entering ASM\n", pass);
350 "pass
[all...]
/drivers/media/video/
H A Dpms.c344 static void pms_bandpass(struct pms *dev, short pass) argument
347 pms_i2c_andor(dev, 0x8a, 0x06, 0xcf, (pass & 0x03) << 4);
349 pms_i2c_andor(dev, 0x42, 0x06, 0xcf, (pass & 0x03) << 4);
/drivers/scsi/
H A DNCR5380.c820 int i, pass; local
905 for (pass = 1; (NCR5380_read(STATUS_REG) & SR_BSY) && pass <= 6; ++pass) {
906 switch (pass) {
H A Dscsi_scan.c559 int pass, count, result; local
564 /* Perform up to 3 passes. The first pass uses a conservative
569 pass = 1;
573 "scsi scan: INQUIRY pass %d length %d\n",
574 pass, try_inquiry_len));
576 /* Each pass gets up to three chances to ignore Unit Attention */
641 /* When the first pass succeeds we gain information about
643 if (pass == 1) {
653 /* If more data is available perform the second pass */
656 pass
[all...]
H A Dscsi_transport_sas.c333 int pass = (int)(unsigned long)data; local
335 if (pass == 0 && scsi_is_sas_port(dev))
337 else if (pass == 1 && scsi_is_sas_phy(dev))
H A Dwd7000.c1398 short present = 0, biosaddr_ptr, sig_ptr, i, pass; local
1423 for (pass = 0; pass < NUM_CONFIGS; pass++) {
1429 for (i = 0; i < pass; i++)
1433 if (i == pass) {
1453 dprintk("wd7000_detect: pass %d\n", pass + 1);
1461 if (configs[pass].irq < 0)
1467 iobase = configs[pass]
[all...]
/drivers/infiniband/hw/nes/
H A Dnes_cm.c802 static void nes_cm_timer_tick(unsigned long pass) argument
3471 /* create the primary CM core, pass this handle to subsequent core inits */
/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c648 int *pass = priv_data; local
651 tmp += (*pass ? (p_dev->config_index & 0x20 ? -24 : 8)
766 int pass; local
778 * the Mako if (on the first pass) the COR bit 5 is set.
780 for (pass=0; pass < 2; pass++)
782 &pass))
/drivers/pci/
H A Dprobe.c728 int __devinit pci_scan_bridge(struct pci_bus *bus, struct pci_dev *dev, int max, int pass) argument
742 dev_dbg(&dev->dev, "scanning [bus %02x-%02x] behind bridge, pass %d\n",
743 secondary, subordinate, pass);
751 if (!pass &&
768 * pass and just note the configuration.
770 if (pass)
798 * do in the second pass.
800 if (!pass) {
805 conflicts in the second pass between two
1606 unsigned int devfn, pass, ma local
[all...]
H A Dquirks.c2954 void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev) argument
2958 switch(pass) {
/drivers/scsi/mvsas/
H A Dmv_sas.c705 struct mvs_tmf_task *tmf, int *pass)
828 ++(*pass);
891 u32 pass = 0; local
897 rc = mvs_task_prep(task, mvi, is_tmf, tmf, &pass);
901 if (likely(pass))
919 int pass[2] = {0}; local
944 rc = mvs_task_prep(t, mvi, is_tmf, tmf, &pass[mvi->id]);
950 if (likely(pass[0]))
954 if (likely(pass[1]))
704 mvs_task_prep(struct sas_task *task, struct mvs_info *mvi, int is_tmf, struct mvs_tmf_task *tmf, int *pass) argument
/drivers/tty/serial/
H A Dmpc52xx_uart.c1048 unsigned long pass = ISR_PASS_LIMIT; local
1073 if (!(--pass))

Completed in 327 milliseconds