Home
last modified time | relevance | path

Searched refs:probe_mask (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/ide/
Dide-generic.c26 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-4.4.14/drivers/pcmcia/
Drsrc_nonstatic.c483 static int validate_mem(struct pcmcia_socket *s, unsigned int probe_mask) in validate_mem() argument
491 if (probe_mask & MEM_PROBE_HIGH) { in validate_mem()
539 static int validate_mem(struct pcmcia_socket *s, unsigned int probe_mask) in validate_mem() argument
569 unsigned int probe_mask = MEM_PROBE_LOW; in pcmcia_nonstatic_validate_mem() local
576 probe_mask = MEM_PROBE_HIGH; in pcmcia_nonstatic_validate_mem()
578 ret = validate_mem(s, probe_mask); in pcmcia_nonstatic_validate_mem()
/linux-4.4.14/drivers/ata/
Dlibata-pmp.c366 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_init_links()
788 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()
805 ehc->i.probe_mask |= ATA_ALL_DEVICES; in sata_pmp_eh_recover_pmp()
Dlibata-eh.c2165 ehc->i.probe_mask |= ATA_ALL_DEVICES; in ata_eh_link_autopsy()
3613 if (!(ehc->i.probe_mask & (1 << dev->devno)) || in ata_eh_schedule_probe()
3669 ehc->i.probe_mask |= (1 << dev->devno); in ata_eh_handle_dev_fail()
Dlibata-scsi.c4022 ehi->probe_mask |= ATA_ALL_DEVICES; in ata_scsi_user_scan()
4030 ehi->probe_mask |= 1 << dev->devno; in ata_scsi_user_scan()
Dlibata-core.c6051 ehi->probe_mask |= ATA_ALL_DEVICES; in __ata_port_probe()
/linux-4.4.14/sound/pci/hda/
Dhda_intel.c127 static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable
153 module_param_array(probe_mask, int, NULL, 0444);
154 MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1).");
1456 chip->codec_probe_mask = probe_mask[dev]; in check_probe_mask()
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt111 codec slots via `probe_mask` option. It's a bitmask, and each bit
113 slot, pass `probe_mask=1`. For the first and the third slots, pass
114 `probe_mask=5` (where 5 = 1 | 4), and so on.
121 In such a case, turn the bit 8 (0x100) of `probe_mask` option on.
123 unconditionally. For example, `probe_mask=0x103` will force to probe
DALSA-Configuration.txt871 probe_mask - Bitmask to probe codecs (default = -1, meaning all slots)
951 On some hardware, you may need to add a proper probe_mask option
957 proc files. Then limit the slots to probe by probe_mask option.
958 For example, probe_mask=1 means to probe only the first slot, and
959 probe_mask=4 means only the third slot.
/linux-4.4.14/include/linux/
Dlibata.h749 unsigned int probe_mask; member
1485 ehi->probe_mask |= (1 << ATA_MAX_DEVICES) - 1; in ata_ehi_hotplugged()