/Linux-v4.19/drivers/staging/vt6655/ |
D | mac.c | 279 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 …]
|
D | baseband.c | 1917 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()
|
D | card.c | 926 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()
|
D | rf.c | 500 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/ |
D | mutex.c | 279 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/ |
D | camellia_glue.c | 997 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/ |
D | aic94xx_reg.c | 126 #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/ |
D | i2c-sis96x.c | 253 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/ |
D | cg3.c | 264 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/ |
D | dsp_cmx.c | 1862 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/ |
D | 00-INDEX | 15 ww-mutex-design.txt
|
D | ww-mutex-design.txt | 84 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/ |
D | via-velocity.c | 627 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/ |
D | sysfs-driver-hid-lenovo | 19 Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycom…
|