Searched refs:id_mask (Results 1 – 12 of 12) sorted by relevance
| /linux/sound/ |
| H A D | ac97_bus.c | 20 * @id_mask: Mask that is applied to the device ID before comparing to @id 27 unsigned int id_mask) in snd_ac97_check_id() argument 35 if (id != 0 && id != (ac97->id & id_mask)) in snd_ac97_check_id() 46 * @id_mask: Mask that is applied to the device ID before comparing to @id 51 * will be accepted, otherwise only the ID that matches @id and @id_mask 56 * * %-ENODEV - if @id and @id_mask not matching in snd_ac97_reset() argument 59 unsigned int id_mask) in snd_ac97_reset() 65 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset() 74 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset()
|
| /linux/sound/ac97/ |
| H A D | snd_ac97_compat.c | 99 unsigned int id_mask) in snd_ac97_reset() argument 108 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset() 115 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()
|
| /linux/sound/soc/ |
| H A D | soc-ac97.c | 220 unsigned int id, unsigned int id_mask) in snd_soc_new_ac97_component() argument 230 ret = snd_ac97_reset(ac97, false, id, id_mask); in snd_soc_new_ac97_component()
|
| /linux/drivers/mfd/ |
| H A D | stmpe.h | 66 u16 id_mask; member
|
| /linux/drivers/scsi/ |
| H A D | NCR5380.h | 222 unsigned char id_mask; /* 1 << Host ID */ member
|
| H A D | g_NCR5380.c | 130 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in g_NCR5380_trigger_irq() 131 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in g_NCR5380_trigger_irq()
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 296 set var $id_mask = ~$desc_flags_mask 318 set var $id = ($id + 1) & $id_mask
|
| /linux/include/sound/ |
| H A D | ac97_codec.h | 343 unsigned int id_mask);
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 1307 uint64_t id_mask; member 1315 uint32_t id_mask; member
|
| H A D | aic79xx_pci.c | 278 if (entry->full_id == (full_id & entry->id_mask)) { in ahd_find_pci_device()
|
| H A D | aic7xxx_pci.c | 694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar_ethtool.c | 1090 u32 id = 0, id_mask = 0; in gfar_convert_to_filer() local 1106 id_mask = vlan_tci_vidm(rule); in gfar_convert_to_filer() 1159 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab); in gfar_convert_to_filer()
|