Searched refs:probe_mask (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/ide/ |
D | ide-generic.c | 26 static int probe_mask; variable 27 module_param(probe_mask, int, 0); 28 MODULE_PARM_DESC(probe_mask, "probe mask for legacy ISA IDE ports"); 95 if (!probe_mask) { in ide_generic_init() 100 probe_mask |= 0x1; in ide_generic_init() 103 probe_mask |= 0x2; in ide_generic_init() 111 if ((probe_mask & (1 << i)) && io_addr) { in ide_generic_init()
|
/linux-2.6.39/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 485 static int validate_mem(struct pcmcia_socket *s, unsigned int probe_mask) in validate_mem() argument 493 if (probe_mask & MEM_PROBE_HIGH) { in validate_mem() 541 static int validate_mem(struct pcmcia_socket *s, unsigned int probe_mask) in validate_mem() argument 571 unsigned int probe_mask = MEM_PROBE_LOW; in pcmcia_nonstatic_validate_mem() local 578 probe_mask = MEM_PROBE_HIGH; in pcmcia_nonstatic_validate_mem() 580 ret = validate_mem(s, probe_mask); in pcmcia_nonstatic_validate_mem()
|
/linux-2.6.39/drivers/ata/ |
D | libata-pmp.c | 366 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_init_links() 779 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp() 796 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()
|
D | libata-eh.c | 2080 ehc->i.probe_mask |= ATA_ALL_DEVICES; in ata_eh_link_autopsy() 3499 if (!(ehc->i.probe_mask & (1 << dev->devno)) || in ata_eh_schedule_probe() 3555 ehc->i.probe_mask |= (1 << dev->devno); in ata_eh_handle_dev_fail()
|
D | libata-scsi.c | 3684 ehi->probe_mask |= ATA_ALL_DEVICES; in ata_scsi_user_scan() 3692 ehi->probe_mask |= 1 << dev->devno; in ata_scsi_user_scan()
|
D | libata-core.c | 5903 ehi->probe_mask |= ATA_ALL_DEVICES; in ata_port_probe()
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | HD-Audio.txt | 106 codec slots via `probe_mask` option. It's a bitmask, and each bit 108 slot, pass `probe_mask=1`. For the first and the third slots, pass 109 `probe_mask=5` (where 5 = 1 | 4), and so on. 116 In such a case, turn the bit 8 (0x100) of `probe_mask` option on. 118 unconditionally. For example, `probe_mask=0x103` will force to probe
|
D | ALSA-Configuration.txt | 864 probe_mask - Bitmask to probe codecs (default = -1, meaning all slots) 934 On some hardwares, you may need to add a proper probe_mask option 940 proc files. Then limit the slots to probe by probe_mask option. 941 For example, probe_mask=1 means to probe only the first slot, and 942 probe_mask=4 means only the third slot.
|
/linux-2.6.39/sound/pci/hda/ |
D | hda_intel.c | 60 static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable 85 module_param_array(probe_mask, int, NULL, 0444); 86 MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1)."); 2386 chip->codec_probe_mask = probe_mask[dev]; in check_probe_mask()
|
/linux-2.6.39/include/linux/ |
D | libata.h | 663 unsigned int probe_mask; member 1272 ehi->probe_mask |= (1 << ATA_MAX_DEVICES) - 1; in ata_ehi_hotplugged()
|