Home
last modified time | relevance | path

Searched refs:nw (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/usb/wusbcore/
Dwa-nep.c96 struct wa_notif_work *nw = container_of(ws, struct wa_notif_work, work); in wa_notif_dispatch() local
97 struct wahc *wa = nw->wa; in wa_notif_dispatch()
110 size = nw->size; in wa_notif_dispatch()
111 itr = nw->data; in wa_notif_dispatch()
152 kfree(nw); in wa_notif_dispatch()
183 struct wa_notif_work *nw; in wa_nep_queue() local
195 nw = kzalloc(sizeof(*nw) + size, GFP_ATOMIC); in wa_nep_queue()
196 if (nw == NULL) { in wa_nep_queue()
201 INIT_WORK(&nw->work, wa_notif_dispatch); in wa_nep_queue()
202 nw->wa = wa_get(wa); in wa_nep_queue()
[all …]
/linux-3.4.99/arch/powerpc/mm/
Dsubpage-prot.c98 int i, nw; in subpage_prot_clear() local
120 nw = PTRS_PER_PTE - i; in subpage_prot_clear()
121 if (addr + (nw << PAGE_SHIFT) > next) in subpage_prot_clear()
122 nw = (next - addr) >> PAGE_SHIFT; in subpage_prot_clear()
124 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear()
127 hpte_flush_range(mm, addr, nw); in subpage_prot_clear()
147 int i, nw; in sys_subpage_prot() local
198 nw = PTRS_PER_PTE - i; in sys_subpage_prot()
199 if (addr + (nw << PAGE_SHIFT) > next) in sys_subpage_prot()
200 nw = (next - addr) >> PAGE_SHIFT; in sys_subpage_prot()
[all …]
/linux-3.4.99/drivers/media/video/
Dbtcx-risc.c133 s32 nx,nw,dx; in btcx_align() local
138 nw = (win->width) & ~mask; in btcx_align()
139 if (nx + nw > win->left + win->width) in btcx_align()
140 nw -= mask+1; in btcx_align()
143 win->width = nw; in btcx_align()
151 nw = (clips[i].c.width) & ~mask; in btcx_align()
152 if (nx + nw < clips[i].c.left-dx + clips[i].c.width) in btcx_align()
153 nw += mask+1; in btcx_align()
155 clips[i].c.width = nw; in btcx_align()
/linux-3.4.99/crypto/
Dvmac.c111 #define nh_16(mp, kp, nw, rh, rl) \ argument
115 for (i = 0; i < nw; i += 2) { \
122 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
126 for (i = 0; i < nw; i += 2) { \
137 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
141 for (i = 0; i < nw; i += 8) { \
157 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
161 for (i = 0; i < nw; i += 8) { \
216 #define nh_16(mp, kp, nw, rh, rl) \ argument
221 for (i = 0; i < nw; i += 2) { \
[all …]
/linux-3.4.99/drivers/macintosh/
Dtherm_pm72.c427 int tries, nr, nw; in fan_read_reg() local
432 nw = i2c_master_send(fcu, buf, 1); in fan_read_reg()
433 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in fan_read_reg()
438 if (nw <= 0) { in fan_read_reg()
439 printk(KERN_ERR "Failure writing address to FCU: %d", nw); in fan_read_reg()
451 printk(KERN_ERR "Failure reading data from FCU: %d", nw); in fan_read_reg()
457 int tries, nw; in fan_write_reg() local
465 nw = i2c_master_send(fcu, buf, nb); in fan_write_reg()
466 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in fan_write_reg()
471 if (nw < 0) in fan_write_reg()
[all …]
/linux-3.4.99/fs/jfs/
Djfs_dmap.c1125 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1213 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1215 nwords -= nw; in dbAllocNext()
1216 word += nw; in dbAllocNext()
2074 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2145 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2169 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2170 word += nw; in dbAllocBits()
2221 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2293 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
[all …]
/linux-3.4.99/scripts/
Dget_maintainer.pl2009 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name);
2010 if (@nw > 2) {
2011 my $first = $nw[@nw - 3];
2012 my $middle = $nw[@nw - 2];
2013 my $last = $nw[@nw - 1];
/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_user_sdma.c406 size_t nw; in ipath_user_sdma_queue_pkts() local
421 nw = len >> 2; in ipath_user_sdma_queue_pkts()
462 pktnwc = nw - 1; in ipath_user_sdma_queue_pkts()
/linux-3.4.99/drivers/infiniband/hw/qib/
Dqib_user_sdma.c409 size_t nw; in qib_user_sdma_queue_pkts() local
424 nw = len >> 2; in qib_user_sdma_queue_pkts()
465 pktnwc = nw - 1; in qib_user_sdma_queue_pkts()