Searched refs:probe_mask (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | ide-generic.c | 23 static int probe_mask; variable 24 module_param(probe_mask, int, 0); 25 MODULE_PARM_DESC(probe_mask, "probe mask for legacy ISA IDE ports"); 85 if (!probe_mask) { in ide_generic_init() 90 probe_mask |= 0x1; in ide_generic_init() 93 probe_mask |= 0x2; in ide_generic_init() 101 if ((probe_mask & (1 << i)) && io_addr) { in ide_generic_init()
|
/Linux-v4.19/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 483 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-v4.19/drivers/ata/ |
D | libata-pmp.c | 366 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()
|
D | libata-eh.c | 2153 ehc->i.probe_mask |= ATA_ALL_DEVICES; in ata_eh_link_autopsy() 3635 if (!(ehc->i.probe_mask & (1 << dev->devno)) || in ata_eh_schedule_probe() 3691 ehc->i.probe_mask |= (1 << dev->devno); in ata_eh_handle_dev_fail()
|
D | libata-scsi.c | 4876 ehi->probe_mask |= ATA_ALL_DEVICES; in ata_scsi_user_scan() 4884 ehi->probe_mask |= 1 << dev->devno; in ata_scsi_user_scan()
|
D | libata-core.c | 6449 ehi->probe_mask |= ATA_ALL_DEVICES; in __ata_port_probe()
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_intel.c | 129 static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1}; variable 155 module_param_array(probe_mask, int, NULL, 0444); 156 MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1)."); 1610 chip->codec_probe_mask = probe_mask[dev]; in check_probe_mask()
|
/Linux-v4.19/Documentation/sound/hd-audio/ |
D | notes.rst | 113 codec slots via ``probe_mask`` option. It's a bitmask, and each bit 115 slot, pass ``probe_mask=1``. For the first and the third slots, pass 116 ``probe_mask=5`` (where 5 = 1 | 4), and so on. 123 In such a case, turn the bit 8 (0x100) of ``probe_mask`` option on. 125 unconditionally. For example, ``probe_mask=0x103`` will force to probe
|
/Linux-v4.19/include/linux/ |
D | libata.h | 765 unsigned int probe_mask; member 1476 ehi->probe_mask |= (1 << ATA_MAX_DEVICES) - 1; in ata_ehi_hotplugged()
|
/Linux-v4.19/Documentation/sound/ |
D | alsa-configuration.rst | 1004 probe_mask 1092 On some hardware, you may need to add a proper probe_mask option 1098 proc files. Then limit the slots to probe by probe_mask option. 1099 For example, ``probe_mask=1`` means to probe only the first slot, and 1100 ``probe_mask=4`` means only the third slot.
|