Searched refs:nw (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/wusbcore/
H A Dwa-nep.c96 struct wa_notif_work *nw = container_of(ws, struct wa_notif_work, work); local
97 struct wahc *wa = nw->wa;
110 size = nw->size;
111 itr = nw->data;
152 kfree(nw);
183 struct wa_notif_work *nw; local
195 nw = kzalloc(sizeof(*nw) + size, GFP_ATOMIC);
196 if (nw == NULL) {
201 INIT_WORK(&nw
[all...]
/drivers/media/video/
H A Dbtcx-risc.c133 s32 nx,nw,dx; local
138 nw = (win->width) & ~mask;
139 if (nx + nw > win->left + win->width)
140 nw -= mask+1;
143 win->width = nw;
151 nw = (clips[i].c.width) & ~mask;
152 if (nx + nw < clips[i].c.left-dx + clips[i].c.width)
153 nw += mask+1;
155 clips[i].c.width = nw;
/drivers/macintosh/
H A Dtherm_pm72.c427 int tries, nr, nw; local
432 nw = i2c_master_send(fcu, buf, 1);
433 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100)
438 if (nw <= 0) {
439 printk(KERN_ERR "Failure writing address to FCU: %d", nw);
451 printk(KERN_ERR "Failure reading data from FCU: %d", nw);
457 int tries, nw; local
465 nw
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c408 size_t nw; local
423 nw = len >> 2;
464 pktnwc = nw - 1;
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c410 size_t nw; local
425 nw = len >> 2;
466 pktnwc = nw - 1;

Completed in 2502 milliseconds