Searched defs:nw (Results 1 - 6 of 6) sorted by path

/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c406 size_t nw; local
421 nw = len >> 2;
462 pktnwc = nw - 1;
/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c820 size_t nw; local
836 nw = len >> 2;
861 pktnwc = nw - 1;
/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...]
H A Dwindfarm_fcu_controls.c90 int tries, nr, nw; local
97 nw = i2c_master_send(pv->i2c, buf, 1);
98 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100)
103 if (nw <= 0) {
104 pr_err("Failure writing address to FCU: %d", nw);
105 nr = nw;
117 pr_err("wf_fcu: Failure reading data from FCU: %d", nw);
126 int tries, nw; local
[all...]
/drivers/media/common/
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/usb/wusbcore/
H A Dwa-nep.c96 struct wa_notif_work *nw = container_of(ws, struct wa_notif_work, local
98 struct wahc *wa = nw->wa;
111 size = nw->size;
112 itr = nw->data;
154 kfree(nw);
185 struct wa_notif_work *nw; local
197 nw = kzalloc(sizeof(*nw) + size, GFP_ATOMIC);
198 if (nw == NULL) {
203 INIT_WORK(&nw
[all...]

Completed in 216 milliseconds