Searched refs:nreg (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/md/ |
A D | dm-region-hash.c | 240 struct dm_region *reg, *nreg; in dm_region_hash_destroy() local 290 struct dm_region *reg, *nreg; in __rh_alloc() local 293 if (unlikely(!nreg)) in __rh_alloc() 294 nreg = kmalloc(sizeof(*nreg), GFP_NOIO | __GFP_NOFAIL); in __rh_alloc() 298 nreg->rh = rh; in __rh_alloc() 299 nreg->key = region; in __rh_alloc() 300 INIT_LIST_HEAD(&nreg->list); in __rh_alloc() 301 atomic_set(&nreg->pending, 0); in __rh_alloc() 310 __rh_insert(rh, nreg); in __rh_alloc() 311 if (nreg->state == DM_RH_CLEAN) { in __rh_alloc() [all …]
|
/linux/net/wireless/ |
A D | mlme.c | 507 struct cfg80211_mgmt_registration *reg, *nreg; in cfg80211_mlme_register_mgmt() local 549 if (!nreg) in cfg80211_mlme_register_mgmt() 576 kfree(nreg); in cfg80211_mlme_register_mgmt() 578 memcpy(nreg->match, match_data, match_len); in cfg80211_mlme_register_mgmt() 579 nreg->match_len = match_len; in cfg80211_mlme_register_mgmt() 580 nreg->nlportid = snd_portid; in cfg80211_mlme_register_mgmt() 581 nreg->frame_type = cpu_to_le16(frame_type); in cfg80211_mlme_register_mgmt() 582 nreg->wdev = wdev; in cfg80211_mlme_register_mgmt() 583 nreg->multicast_rx = multicast_rx; in cfg80211_mlme_register_mgmt() 584 list_add(&nreg->list, &wdev->mgmt_registrations); in cfg80211_mlme_register_mgmt() [all …]
|
A D | nl80211.c | 13213 struct cfg80211_beacon_registration *reg, *nreg; in nl80211_register_beacons() local 13219 nreg = kzalloc(sizeof(*nreg), GFP_KERNEL); in nl80211_register_beacons() 13220 if (!nreg) in nl80211_register_beacons() 13232 nreg->nlportid = info->snd_portid; in nl80211_register_beacons() 13233 list_add(&nreg->list, &rdev->beacon_registrations); in nl80211_register_beacons() 13240 kfree(nreg); in nl80211_register_beacons()
|
/linux/sound/pci/ |
A D | azt3328.c | 968 u16 oreg, nreg, val; in snd_azf3328_put_mixer() local 975 nreg = oreg & ~(reg.mask << reg.lchan_shift); in snd_azf3328_put_mixer() 976 nreg |= (val << reg.lchan_shift); in snd_azf3328_put_mixer() 981 nreg &= ~(reg.mask << reg.rchan_shift); in snd_azf3328_put_mixer() 982 nreg |= (val << reg.rchan_shift); in snd_azf3328_put_mixer() 986 chip, reg.reg, nreg >> 8, nreg & 0xff, in snd_azf3328_put_mixer() 997 nreg, snd_azf3328_mixer_inw(chip, reg.reg)); in snd_azf3328_put_mixer() 998 return (nreg != oreg); in snd_azf3328_put_mixer() 1071 u16 oreg, nreg, val; in snd_azf3328_put_mixer_enum() local 1089 nreg = val; in snd_azf3328_put_mixer_enum() [all …]
|
A D | cmipci.c | 2223 unsigned char oreg, nreg, val; in snd_cmipci_put_native_mixer() local 2231 nreg = oreg & ~(reg.mask << reg.left_shift); in snd_cmipci_put_native_mixer() 2232 nreg |= (val << reg.left_shift); in snd_cmipci_put_native_mixer() 2237 nreg &= ~(reg.mask << reg.right_shift); in snd_cmipci_put_native_mixer() 2238 nreg |= (val << reg.right_shift); in snd_cmipci_put_native_mixer() 2240 outb(nreg, cm->iobase + reg.left_reg); in snd_cmipci_put_native_mixer() 2242 return (nreg != oreg); in snd_cmipci_put_native_mixer()
|
/linux/drivers/regulator/ |
A D | lp8755.c | 36 int nreg; member 204 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) { in lp8755_init_data() 254 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) { in lp8755_regulator_init()
|
/linux/fs/proc/ |
A D | proc_sysctl.c | 72 .nreg = 1, 191 head->nreg = 1; in init_header() 228 dir->header.nreg++; in insert_header() 1018 subdir->header.nreg++; in get_subdir() 1187 links->nreg = nr_entries; in new_links() 1215 head->nreg++; in get_links() 1237 core_parent->header.nreg++; in insert_links() 1331 dir->header.nreg++; in __register_sysctl_table() 1638 if (--header->nreg) in drop_sysctl_table()
|
/linux/drivers/net/wireless/ath/carl9170/ |
A D | debug.h | 50 char nreg[32]; member
|
A D | debug.c | 508 name##_regs[i].nreg, ar->debug.stats.name ##_sum[i],\ 536 name##_regs[i].nreg, \
|
/linux/include/linux/ |
A D | sysctl.h | 141 int nreg; member
|
/linux/drivers/clk/ |
A D | clk-stm32h7.c | 672 void __iomem *nreg; member 756 val = readl(fd->nreg); in pll_fd_recalc_rate() 820 div->nreg = base + cfg->offset_divr; in clk_register_stm32_pll()
|
Completed in 62 milliseconds