Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/staging/vt6655/
Dmac.c279 unsigned short ww; in MACbSoftwareReset() local
284 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSoftwareReset()
288 if (ww == W_MAX_TIMEOUT) in MACbSoftwareReset()
342 unsigned short ww; in MACbSafeRxOff() local
349 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
353 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
357 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
361 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
369 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
373 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
[all …]
Dbaseband.c1917 unsigned short ww; in BBbReadEmbedded() local
1926 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in BBbReadEmbedded()
1935 if (ww == W_MAX_TIMEOUT) { in BBbReadEmbedded()
1960 unsigned short ww; in BBbWriteEmbedded() local
1971 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in BBbWriteEmbedded()
1977 if (ww == W_MAX_TIMEOUT) { in BBbWriteEmbedded()
Dcard.c926 unsigned short ww; in CARDbGetCurrentTSF() local
930 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in CARDbGetCurrentTSF()
935 if (ww == W_MAX_TIMEOUT) in CARDbGetCurrentTSF()
Drf.c500 unsigned short ww; in IFRFbWriteEmbedded() local
506 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in IFRFbWriteEmbedded()
512 if (ww == W_MAX_TIMEOUT) in IFRFbWriteEmbedded()
/Linux-v4.19/kernel/locking/
Dmutex.c279 ww_mutex_lock_acquired(struct ww_mutex *ww, struct ww_acquire_ctx *ww_ctx) in ww_mutex_lock_acquired() argument
288 DEBUG_LOCKS_WARN_ON(ww->ctx); in ww_mutex_lock_acquired()
300 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); in ww_mutex_lock_acquired()
313 DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class); in ww_mutex_lock_acquired()
316 ww->ctx = ww_ctx; in ww_mutex_lock_acquired()
478 struct ww_mutex *ww; in ww_mutex_spin_on_owner() local
480 ww = container_of(lock, struct ww_mutex, base); in ww_mutex_spin_on_owner()
493 if (ww_ctx->acquired > 0 && READ_ONCE(ww->ctx)) in ww_mutex_spin_on_owner()
753 struct ww_mutex *ww; in __ww_mutex_kill() local
755 ww = container_of(lock, struct ww_mutex, base); in __ww_mutex_kill()
[all …]
/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c997 u64 kl, kr, ww; in camellia_setup128() local
1060 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); in camellia_setup128()
1061 kr ^= ww; in camellia_setup128()
1066 kr ^= ww; in camellia_setup128()
1067 CAMELLIA_F(kr, CAMELLIA_SIGMA4L, CAMELLIA_SIGMA4R, ww); in camellia_setup128()
1068 kl ^= ww; in camellia_setup128()
1105 u64 ww; /* temporary variables */ in camellia_setup256() local
1169 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); in camellia_setup256()
1170 kr ^= ww; in camellia_setup256()
1174 kr ^= ww ^ krr; in camellia_setup256()
[all …]
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_reg.c126 #define ASD_READ_SW(ww, type, ord) \ argument
127 static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha, \
131 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
135 #define ASD_WRITE_SW(ww, type, ord) \ argument
136 static void asd_write_##ww##_##ord(struct asd_ha_struct *asd_ha, \
140 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
/Linux-v4.19/drivers/i2c/busses/
Di2c-sis96x.c253 u16 ww = 0; in sis96x_probe() local
261 pci_read_config_word(dev, PCI_CLASS_DEVICE, &ww); in sis96x_probe()
262 if (PCI_CLASS_SERIAL_SMBUS != ww) { in sis96x_probe()
263 dev_err(&dev->dev, "Unsupported device class 0x%04x!\n", ww); in sis96x_probe()
/Linux-v4.19/drivers/video/fbdev/
Dcg3.c264 int ww, hh; in cg3_rdi_maybe_fixup_var() local
268 ww = simple_strtoul(params, &p, 10); in cg3_rdi_maybe_fixup_var()
269 if (ww && *p == 'x') { in cg3_rdi_maybe_fixup_var()
272 if (var->xres != ww || in cg3_rdi_maybe_fixup_var()
274 var->xres = var->xres_virtual = ww; in cg3_rdi_maybe_fixup_var()
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_cmx.c1862 u_int w, ww; local
1871 ww = dsp->tx_R;
1874 space = (ww - w - 1) & CMX_BUFF_MASK;
1878 ww = (ww - 1) & CMX_BUFF_MASK; /* end one byte prior tx_R */
1882 skb->len, w, ww);
1885 ww = (w + skb->len) & CMX_BUFF_MASK;
1886 dsp->tx_W = ww;
1892 (u_long)dsp, (ww - w) & CMX_BUFF_MASK, w, ww, dsp->name);
1897 sprintf(debugbuf, "TX getting (%04x-%04x)%p: ", w, ww, p);
1899 while (w != ww) {
/Linux-v4.19/Documentation/locking/
D00-INDEX15 ww-mutex-design.txt
Dww-mutex-design.txt84 work correctly. After all if no other ww mutex has been acquired yet there's
89 has a void return type. Note that since ww mutex code needs loops/retries
93 ww mutex have been released (preventing deadlocks) and makes sure that we
/Linux-v4.19/drivers/net/ethernet/via/
Dvia-velocity.c627 u16 ww; in safe_disable_mii_autopoll() local
631 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in safe_disable_mii_autopoll()
679 u16 ww; in velocity_mii_read() local
690 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in velocity_mii_read()
698 if (ww == W_MAX_TIMEOUT) in velocity_mii_read()
757 u16 ww; in velocity_mii_write() local
773 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in velocity_mii_write()
780 if (ww == W_MAX_TIMEOUT) in velocity_mii_write()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-lenovo19 Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycom…