/linux-4.4.14/drivers/staging/vt6655/ |
H A D | mac.c | 299 unsigned short ww; MACbSoftwareReset() local 304 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSoftwareReset() 309 if (ww == W_MAX_TIMEOUT) MACbSoftwareReset() 361 unsigned short ww; MACbSafeRxOff() local 370 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSafeRxOff() 375 if (ww == W_MAX_TIMEOUT) { MACbSafeRxOff() 379 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSafeRxOff() 384 if (ww == W_MAX_TIMEOUT) { MACbSafeRxOff() 392 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSafeRxOff() 397 if (ww == W_MAX_TIMEOUT) { MACbSafeRxOff() 419 unsigned short ww; MACbSafeTxOff() local 429 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSafeTxOff() 434 if (ww == W_MAX_TIMEOUT) { MACbSafeTxOff() 438 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSafeTxOff() 443 if (ww == W_MAX_TIMEOUT) { MACbSafeTxOff() 452 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbSafeTxOff() 457 if (ww == W_MAX_TIMEOUT) { MACbSafeTxOff() 570 unsigned short ww; MACvSetCurrRx0DescAddr() local 578 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACvSetCurrRx0DescAddr() 605 unsigned short ww; MACvSetCurrRx1DescAddr() local 613 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACvSetCurrRx1DescAddr() 642 unsigned short ww; MACvSetCurrTx0DescAddrEx() local 650 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACvSetCurrTx0DescAddrEx() 679 unsigned short ww; MACvSetCurrAC0DescAddrEx() local 687 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACvSetCurrAC0DescAddrEx() 692 if (ww == W_MAX_TIMEOUT) MACvSetCurrAC0DescAddrEx() 777 unsigned int ww; MACbPSWakeup() local 786 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { MACbPSWakeup() 791 if (ww == W_MAX_TIMEOUT) { MACbPSWakeup()
|
H A D | card.c | 921 unsigned short ww; CARDbGetCurrentTSF() local 925 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { CARDbGetCurrentTSF() 930 if (ww == W_MAX_TIMEOUT) CARDbGetCurrentTSF()
|
H A D | baseband.c | 1927 unsigned short ww; BBbReadEmbedded() local 1936 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { BBbReadEmbedded() 1945 if (ww == W_MAX_TIMEOUT) { BBbReadEmbedded() 1970 unsigned short ww; BBbWriteEmbedded() local 1981 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { BBbWriteEmbedded() 1987 if (ww == W_MAX_TIMEOUT) { BBbWriteEmbedded()
|
H A D | rf.c | 509 unsigned short ww; IFRFbWriteEmbedded() local 515 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { IFRFbWriteEmbedded() 521 if (ww == W_MAX_TIMEOUT) IFRFbWriteEmbedded()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.c | 126 #define ASD_READ_SW(ww, type, ord) \ 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) \ 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-4.4.14/drivers/i2c/busses/ |
H A D | i2c-sis96x.c | 253 u16 ww = 0; sis96x_probe() local 261 pci_read_config_word(dev, PCI_CLASS_DEVICE, &ww); sis96x_probe() 262 if (PCI_CLASS_SERIAL_SMBUS != ww) { sis96x_probe() 263 dev_err(&dev->dev, "Unsupported device class 0x%04x!\n", ww); sis96x_probe()
|
/linux-4.4.14/kernel/locking/ |
H A D | mutex.c | 109 static __always_inline void ww_mutex_lock_acquired(struct ww_mutex *ww, ww_mutex_lock_acquired() argument 119 DEBUG_LOCKS_WARN_ON(ww->ctx); ww_mutex_lock_acquired() 131 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); ww_mutex_lock_acquired() 144 DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class); ww_mutex_lock_acquired() 326 struct ww_mutex *ww; mutex_optimistic_spin() local 328 ww = container_of(lock, struct ww_mutex, base); mutex_optimistic_spin() 330 * If ww->ctx is set the contents are undefined, only mutex_optimistic_spin() 337 if (READ_ONCE(ww->ctx)) mutex_optimistic_spin() 354 struct ww_mutex *ww; mutex_optimistic_spin() local 355 ww = container_of(lock, struct ww_mutex, base); mutex_optimistic_spin() 357 ww_mutex_set_context_fastpath(ww, ww_ctx); mutex_optimistic_spin() 483 struct ww_mutex *ww = container_of(lock, struct ww_mutex, base); __ww_mutex_lock_check_stamp() local 484 struct ww_acquire_ctx *hold_ctx = READ_ONCE(ww->ctx); __ww_mutex_lock_check_stamp() 496 ctx->contending_lock = ww; __ww_mutex_lock_check_stamp() 596 struct ww_mutex *ww = container_of(lock, struct ww_mutex, base); __mutex_lock_common() local 597 ww_mutex_set_context_slowpath(ww, ww_ctx); __mutex_lock_common()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | cg3.c | 264 int ww, hh; cg3_rdi_maybe_fixup_var() local 268 ww = simple_strtoul(params, &p, 10); cg3_rdi_maybe_fixup_var() 269 if (ww && *p == 'x') { cg3_rdi_maybe_fixup_var() 272 if (var->xres != ww || cg3_rdi_maybe_fixup_var() 274 var->xres = var->xres_virtual = ww; cg3_rdi_maybe_fixup_var()
|
/linux-4.4.14/arch/x86/crypto/ |
H A D | camellia_glue.c | 1000 u64 kl, kr, ww; camellia_setup128() local 1063 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); camellia_setup128() 1064 kr ^= ww; camellia_setup128() 1069 kr ^= ww; camellia_setup128() 1070 CAMELLIA_F(kr, CAMELLIA_SIGMA4L, CAMELLIA_SIGMA4R, ww); camellia_setup128() 1071 kl ^= ww; camellia_setup128() 1108 u64 ww; /* temporary variables */ camellia_setup256() local 1172 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); camellia_setup256() 1173 kr ^= ww; camellia_setup256() 1177 kr ^= ww ^ krr; camellia_setup256() 1178 CAMELLIA_F(kr, CAMELLIA_SIGMA4L, CAMELLIA_SIGMA4R, ww); camellia_setup256() 1179 kl ^= ww; camellia_setup256() 1184 CAMELLIA_F(krl, CAMELLIA_SIGMA5L, CAMELLIA_SIGMA5R, ww); camellia_setup256() 1185 krr ^= ww; camellia_setup256() 1186 CAMELLIA_F(krr, CAMELLIA_SIGMA6L, CAMELLIA_SIGMA6R, ww); camellia_setup256() 1187 krl ^= ww; camellia_setup256()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 1863 u_int w, ww; dsp_cmx_transmit() local 1872 ww = dsp->tx_R; dsp_cmx_transmit() 1875 space = (ww - w - 1) & CMX_BUFF_MASK; dsp_cmx_transmit() 1879 ww = (ww - 1) & CMX_BUFF_MASK; /* end one byte prior tx_R */ dsp_cmx_transmit() 1882 "%d, w=0x%04x, ww=0x%04x\n", __func__, space, dsp_cmx_transmit() 1883 skb->len, w, ww); dsp_cmx_transmit() 1886 ww = (w + skb->len) & CMX_BUFF_MASK; dsp_cmx_transmit() 1887 dsp->tx_W = ww; dsp_cmx_transmit() 1893 (u_long)dsp, (ww - w) & CMX_BUFF_MASK, w, ww, dsp->name); dsp_cmx_transmit() 1898 sprintf(debugbuf, "TX getting (%04x-%04x)%p: ", w, ww, p); dsp_cmx_transmit() 1900 while (w != ww) { dsp_cmx_transmit()
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_modeset_lock.c | 38 * For basic principles of ww_mutex, see: Documentation/locking/ww-mutex-design.txt 389 * If ctx is not NULL, then its ww acquire context is used and the
|
/linux-4.4.14/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 627 u16 ww; safe_disable_mii_autopoll() local 631 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { safe_disable_mii_autopoll() 679 u16 ww; velocity_mii_read() local 690 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { velocity_mii_read() 698 if (ww == W_MAX_TIMEOUT) velocity_mii_read() 757 u16 ww; velocity_mii_write() local 773 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { velocity_mii_write() 780 if (ww == W_MAX_TIMEOUT) velocity_mii_write()
|
/linux-4.4.14/lib/ |
H A D | locking-selftest.c | 1725 print_testname("ww api failures"); ww_tests() 1731 print_testname("ww contexts mixing"); ww_tests() 1736 print_testname("finishing ww context"); ww_tests()
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdricoh_cs.c | 130 dev_vdbg(host->dev, "ww %x 0x%x\n", reg, value); sdricoh_writew()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
H A D | usb-gigaset.c | 88 * 41 13 -- -- -- -- 10 00 ww 00 00 00 xx 00 00 00 yy 00 00 00 zz 00 00 00 93 * (ww,xx) pairs seen: (00,00), (00,40), (01,40), (09,80), (19,80)
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_queue.c | 20 * Nov. 13, 1999 Takashi Iwai <iwai@ww.uni-erlangen.de>
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2172 * lpfc_soft_wwpn_show - Return the cfg soft ww port name of the adapter 2192 * lpfc_soft_wwpn_store - Set the ww port name of the adapter 2272 * lpfc_soft_wwnn_show - Return the cfg soft ww node name for the adapter 2290 * lpfc_soft_wwnn_store - sets the ww node name of the adapter 2292 * @buf: contains the ww node name in hexadecimal.
|
/linux-4.4.14/drivers/block/ |
H A D | pktcdvd.c | 1499 pkt_dbg(2, pd, "i:%d ow:%d rw:%d ww:%d rec:%d fin:%d\n", kcdrwd() 2571 seq_printf(m, "\tstate:\t\t\ti:%d ow:%d rw:%d ww:%d rec:%d fin:%d\n", pkt_seq_show()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | phy.c | 1335 /* ctl group not found - either invalid band (NO_CTL) or ww roaming */ carl9170_calc_ctl()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | zc3xx.c | 6874 * ff d8 ff fe 00 0e 00 00 ss ss 00 01 ww ww hh hh pp pp sd_pkt_scan() 6876 * - 'ww ww' and 'hh hh' are the window dimensions (BE) sd_pkt_scan()
|
H A D | nw80x.c | 1926 * frame header = '00 00 hh ww ss xx ff ff' sd_pkt_scan() 1929 * - 'ww': width / 4 sd_pkt_scan()
|
/linux-4.4.14/include/drm/ |
H A D | drm_crtc.h | 1011 * @connection_mutex: ww mutex protecting connector state and routing
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | message.c | 3174 "ww", GET_WORD(parms[2].info), Info); data_b3_req() 4789 "ww", data->Handle, 0); data_rc() 4817 "ww", ncci_ptr->DataAck[ncci_ptr->data_ack_out].Handle, 0); data_ack()
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 6369 # ww | 6394 # ww |
|
H A D | fpsp.S | 22247 # ww | 22272 # ww |
|