Searched refs:mptr (Results 1 - 11 of 11) sorted by relevance

/linux-master/sound/core/
H A Dsound.c146 struct snd_minor *mptr = NULL; local
153 mptr = snd_minors[minor];
154 if (mptr == NULL) {
155 mptr = autoload_device(minor);
156 if (!mptr)
159 new_fops = fops_get(mptr->f_ops);
351 struct snd_minor *mptr; local
355 mptr = snd_minors[minor];
356 if (!mptr)
358 if (mptr
[all...]
H A Dsound_oss.c150 struct snd_minor *mptr; local
157 mptr = snd_oss_minors[minor];
158 if (mptr == NULL)
182 kfree(mptr);
215 struct snd_minor *mptr; local
219 mptr = snd_oss_minors[minor];
220 if (!mptr)
222 if (mptr->card >= 0)
224 mptr->card, mptr
[all...]
/linux-master/arch/loongarch/kernel/
H A Dirq.c58 struct acpi_mcfg_allocation *mptr; local
67 mptr = (struct acpi_mcfg_allocation *) &mcfg[1];
69 for (i = 0; i < n; i++, mptr++) {
70 msi_group[i].pci_segment = mptr->pci_segment;
71 pch_group[i].node = msi_group[i].node = (mptr->address >> 44) & 0xf;
/linux-master/drivers/acpi/
H A Dpci_mcfg.c283 struct acpi_mcfg_allocation *mptr; local
293 mptr = (struct acpi_mcfg_allocation *) &mcfg[1];
299 for (i = 0, e = arr; i < n; i++, mptr++, e++) {
300 e->segment = mptr->pci_segment;
301 e->addr = mptr->address;
302 e->bus_start = mptr->start_bus_number;
303 e->bus_end = mptr->end_bus_number;
/linux-master/net/batman-adv/
H A Dtvlv.h38 int (*mptr)(struct batadv_priv *bat_priv,
H A Dtvlv.c527 * @mptr: multicast packet tvlv handler callback function. This function
545 int (*mptr)(struct batadv_priv *bat_priv,
568 tvlv_handler->mcast_handler = mptr;
/linux-master/crypto/
H A Dvmac.c401 const __le64 *mptr, unsigned int blocks)
412 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl);
415 mptr += (VMAC_NHBYTES/sizeof(u64));
420 nh_vmac_nhbytes(mptr, kptr, VMAC_NHBYTES/8, rh, rl);
423 mptr += (VMAC_NHBYTES/sizeof(u64));
399 vhash_blocks(const struct vmac_tfm_ctx *tctx, struct vmac_desc_ctx *dctx, const __le64 *mptr, unsigned int blocks) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3144 u8 *mptr,
3168 memcpy(&mptr[spot], &block[it+2], length);
3184 u8 *mptr,
3198 memcpy(mptr, word + COMP_HDR_LEN, length);
3212 memcpy(mptr, eep, mdata_size);
3217 ar9300_uncompress_block(ah, mptr, mdata_size,
3247 static int ar9300_eeprom_restore_flash(struct ath_hw *ah, u8 *mptr, argument
3250 u16 *data = (u16 *) mptr;
3267 u8 *mptr, int mdata_size)
3285 if (ar9300_eeprom_restore_flash(ah, mptr, mdata_siz
3143 ar9300_uncompress_block(struct ath_hw *ah, u8 *mptr, int mdataSize, u8 *block, int size) argument
3180 ar9300_compress_decision(struct ath_hw *ah, int it, int code, int reference, u8 *mptr, u8 *word, int length, int mdata_size) argument
3266 ar9300_eeprom_restore_internal(struct ath_hw *ah, u8 *mptr, int mdata_size) argument
3392 u8 *mptr = (u8 *) &ah->eeprom.ar9300_eep; local
[all...]
/linux-master/fs/erofs/
H A Dzdata.c869 void *mptr; local
871 mptr = erofs_read_metabuf(&map->buf, sb, blknr, EROFS_NO_KMAP);
872 if (IS_ERR(mptr)) {
873 ret = PTR_ERR(mptr);
/linux-master/drivers/scsi/
H A Dqla1280.c2419 uint16_t __iomem *mptr; local
2434 mptr = (uint16_t __iomem *) &reg->mailbox0;
2438 WRT_REG_WORD(mptr, (*iptr));
2442 mptr++;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c5698 __le16 *mptr; local
5799 mptr = &cp->cgn_bw_min[index];
5800 *mptr = cpu_to_le16(mvalue);
5841 mptr = &cp->cgn_bw_hr[index];
5842 *mptr = cpu_to_le16(mvalue);
5888 mptr = &cp->cgn_bw_day[index];
5889 *mptr = cpu_to_le16(mvalue);

Completed in 406 milliseconds