Searched refs:pass (Results 1 - 25 of 25) 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/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/sfi/
H A DKconfig9 for platform firmware to pass information to the operating system
/drivers/scsi/
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...]
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 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_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))
/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/net/wireless/bcmdhd/include/
H A Dbcmsdh.h56 * most recent one) to enable single-instance implementations to pass NULL.
80 extern void bcmsdh_intr_forward(void *sdh, bool pass);
224 /* Function to pass device-status bits to DHD. */
230 /* Function to pass chipid and rev to lower layers for controlling pr's */
/drivers/tty/serial/
H A 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 option
[all...]
H A Dmpc52xx_uart.c1048 unsigned long pass = ISR_PASS_LIMIT; local
1073 if (!(--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/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/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/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/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/char/
H A DKconfig130 how to pass options to the kernel at boot time.) The syntax of the
142 doing that; to actually get it to happen you need to pass the
/drivers/media/radio/
H A DKconfig208 You must also pass the module a suitable io parameter, 0x248 has
/drivers/tty/serial/8250/
H A DKconfig51 your boot loader (grub or lilo or loadlin) about how to pass options
/drivers/ide/
H A DKconfig246 pass options to the kernel.)
522 IT 8212 IDE RAID controller in both RAID and pass-through mode.
/drivers/usb/serial/
H A DKconfig36 your boot loader (lilo or loadlin) about how to pass options to the
/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 */

Completed in 622 milliseconds