Searched refs:nreg (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-region-hash.c | 243 struct dm_region *reg, *nreg; in dm_region_hash_destroy() local 247 list_for_each_entry_safe(reg, nreg, rh->buckets + h, in dm_region_hash_destroy() 293 struct dm_region *reg, *nreg; in __rh_alloc() local 295 nreg = mempool_alloc(&rh->region_pool, GFP_ATOMIC); in __rh_alloc() 296 if (unlikely(!nreg)) in __rh_alloc() 297 nreg = kmalloc_obj(*nreg, GFP_NOIO | __GFP_NOFAIL); in __rh_alloc() 299 nreg->state = rh->log->type->in_sync(rh->log, region, 1) ? in __rh_alloc() 301 nreg->rh = rh; in __rh_alloc() 302 nreg->key = region; in __rh_alloc() 303 INIT_LIST_HEAD(&nreg->list); in __rh_alloc() [all …]
|
| /linux/net/wireless/ |
| H A D | mlme.c | 666 struct cfg80211_mgmt_registration *reg, *nreg; in cfg80211_mlme_register_mgmt() local 707 nreg = kzalloc(sizeof(*reg) + match_len, GFP_KERNEL); in cfg80211_mlme_register_mgmt() 708 if (!nreg) in cfg80211_mlme_register_mgmt() 735 kfree(nreg); in cfg80211_mlme_register_mgmt() 737 memcpy(nreg->match, match_data, match_len); in cfg80211_mlme_register_mgmt() 738 nreg->match_len = match_len; in cfg80211_mlme_register_mgmt() 739 nreg->nlportid = snd_portid; in cfg80211_mlme_register_mgmt() 740 nreg->frame_type = cpu_to_le16(frame_type); in cfg80211_mlme_register_mgmt() 741 nreg->wdev = wdev; in cfg80211_mlme_register_mgmt() 742 nreg in cfg80211_mlme_register_mgmt() [all...] |
| H A D | nl80211.c | 15533 struct cfg80211_beacon_registration *reg, *nreg; in nl80211_register_beacons() local 15539 nreg = kzalloc_obj(*nreg); in nl80211_register_beacons() 15540 if (!nreg) in nl80211_register_beacons() 15552 nreg->nlportid = info->snd_portid; in nl80211_register_beacons() 15553 list_add(&nreg->list, &rdev->beacon_registrations); in nl80211_register_beacons() 15560 kfree(nreg); in nl80211_register_beacons()
|
| /linux/drivers/regulator/ |
| H A D | lp8755.c | 35 int nreg; member 203 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) { in lp8755_init_data() 253 for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) { in lp8755_regulator_init()
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 80 .nreg = 1, 201 head->nreg = 1; in init_header() 246 dir_h->nreg++; in insert_header() 1030 subdir->header.nreg++; in get_subdir() 1219 links->nreg = head->ctl_table_size; in new_links() 1252 tmp_head->nreg++; in get_links() 1274 core_parent->header.nreg++; in insert_links() 1392 dir->header.nreg++; in __register_sysctl_table() 1512 if (--header->nreg) in drop_sysctl_table()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | debug.h | 50 char nreg[32]; member
|
| /linux/include/linux/ |
| H A D | sysctl.h | 205 int nreg; member
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_drv.h | 129 unsigned int nreg; member
|
| H A D | lsdc_crtc.c | 538 for (i = 0; i < lcrtc->nreg; i++) { in lsdc_crtc_show_regs() 683 lcrtc->nreg = ARRAY_SIZE(lsdc_crtc_regs_array[index]); in lsdc_crtc_late_register()
|
| /linux/sound/pci/ |
| H A D | cmipci.c | 2179 unsigned char oreg, nreg, val; in snd_cmipci_put_native_mixer() local 2187 nreg = oreg & ~(reg.mask << reg.left_shift); in snd_cmipci_put_native_mixer() 2188 nreg |= (val << reg.left_shift); in snd_cmipci_put_native_mixer() 2193 nreg &= ~(reg.mask << reg.right_shift); in snd_cmipci_put_native_mixer() 2194 nreg |= (val << reg.right_shift); in snd_cmipci_put_native_mixer() 2196 outb(nreg, cm->iobase + reg.left_reg); in snd_cmipci_put_native_mixer() 2197 return (nreg != oreg); in snd_cmipci_put_native_mixer()
|
| /linux/drivers/clk/ |
| H A D | clk-stm32h7.c | 671 void __iomem *nreg; member 755 val = readl(fd->nreg); in pll_fd_recalc_rate() 819 div->nreg = base + cfg->offset_divr; in clk_register_stm32_pll()
|