Searched refs:mptr (Results 1 – 8 of 8) sorted by relevance
/linux/sound/core/ |
H A D | sound_oss.c | 150 struct snd_minor *mptr; in snd_unregister_oss_device() local 157 mptr = snd_oss_minors[minor]; in snd_unregister_oss_device() 158 if (mptr == NULL) in snd_unregister_oss_device() 182 kfree(mptr); in snd_unregister_oss_device() 215 struct snd_minor *mptr; in snd_minor_info_oss_read() local 219 mptr = snd_oss_minors[minor]; in snd_minor_info_oss_read() 220 if (!mptr) in snd_minor_info_oss_read() 222 if (mptr->card >= 0) in snd_minor_info_oss_read() 224 mptr->card, mptr->device, in snd_minor_info_oss_read() 225 snd_oss_device_type_name(mptr->type)); in snd_minor_info_oss_read() [all …]
|
/linux/arch/loongarch/kernel/ |
H A D | irq.c | 58 struct acpi_mcfg_allocation *mptr; in early_pci_mcfg_parse() local 67 mptr = (struct acpi_mcfg_allocation *) &mcfg[1]; in early_pci_mcfg_parse() 69 for (i = 0; i < n; i++, mptr++) { in early_pci_mcfg_parse() 70 msi_group[i].pci_segment = mptr->pci_segment; in early_pci_mcfg_parse() 71 pch_group[i].node = msi_group[i].node = (mptr->address >> 44) & 0xf; in early_pci_mcfg_parse()
|
/linux/drivers/acpi/ |
H A D | pci_mcfg.c | 295 struct acpi_mcfg_allocation *mptr; in pci_mcfg_parse() local 305 mptr = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_mcfg_parse() 311 for (i = 0, e = arr; i < n; i++, mptr++, e++) { in pci_mcfg_parse() 312 e->segment = mptr->pci_segment; in pci_mcfg_parse() 313 e->addr = mptr->address; in pci_mcfg_parse() 314 e->bus_start = mptr->start_bus_number; in pci_mcfg_parse() 315 e->bus_end = mptr->end_bus_number; in pci_mcfg_parse()
|
/linux/net/batman-adv/ |
H A D | tvlv.h | 38 int (*mptr)(struct batadv_priv *bat_priv,
|
H A D | tvlv.c | 545 int (*mptr)(struct batadv_priv *bat_priv, in batadv_tvlv_handler_register() 568 tvlv_handler->mcast_handler = mptr; in batadv_tvlv_handler_register()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3144 u8 *mptr, in ar9300_uncompress_block() argument 3168 memcpy(&mptr[spot], &block[it+2], length); in ar9300_uncompress_block() 3184 u8 *mptr, in ar9300_compress_decision() argument 3198 memcpy(mptr, word + COMP_HDR_LEN, length); in ar9300_compress_decision() 3212 memcpy(mptr, eep, mdata_size); in ar9300_compress_decision() 3217 ar9300_uncompress_block(ah, mptr, mdata_size, in ar9300_compress_decision() 3247 static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, in ar9300_eeprom_restore_flash() argument 3250 u16 *data = (u16 *) mptr; in ar9300_eeprom_restore_flash() 3267 u8 *mptr, int mdata_size) in ar9300_eeprom_restore_internal() argument 3285 if (ar9300_eeprom_restore_flash(ah, mptr, mdata_size)) in ar9300_eeprom_restore_internal() [all …]
|
/linux/fs/erofs/ |
H A D | zdata.c | 833 void *mptr; in z_erofs_pcluster_begin() local 835 mptr = erofs_read_metabuf(&map->buf, sb, map->m_pa, EROFS_NO_KMAP); in z_erofs_pcluster_begin() 836 if (IS_ERR(mptr)) { in z_erofs_pcluster_begin() 837 ret = PTR_ERR(mptr); in z_erofs_pcluster_begin()
|
/linux/drivers/scsi/ |
H A D | qla1280.c | 2419 uint16_t __iomem *mptr; in qla1280_mailbox_command() local 2434 mptr = (uint16_t __iomem *) ®->mailbox0; in qla1280_mailbox_command() 2438 WRT_REG_WORD(mptr, (*iptr)); in qla1280_mailbox_command() 2442 mptr++; in qla1280_mailbox_command()
|