Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 25 of 30) sorted by relevance

12

/linux/sound/pci/au88x0/
A Dau88x0_synth.c47 temp |= (1 << (wt & 0x1f)); in vortex_wt_setdsout()
49 temp &= ~(1 << (wt & 0x1f)); in vortex_wt_setdsout()
68 vortex_wt_setdsout(vortex, wt, 1); in vortex_wt_allocroute()
188 if (wt >= (NR_WT / NR_WT_PB)) { in vortex_wt_SetReg()
191 reg, wt); in vortex_wt_SetReg()
195 if (wt >= NR_WT) { in vortex_wt_SetReg()
261 ecx = WT_SRAMP(wt); in vortex_wt_SetReg()
264 ecx = WT_ARAMP(wt); in vortex_wt_SetReg()
267 ecx = WT_MRAMP(wt); in vortex_wt_SetReg()
270 ecx = WT_CTRL(wt); in vortex_wt_SetReg()
[all …]
/linux/crypto/
A Dsm3_generic.c54 static void sm3_expand(u32 *t, u32 *w, u32 *wt) in sm3_expand() argument
69 wt[i] = w[i] ^ w[i + 4]; in sm3_expand()
72 static void sm3_compress(u32 *w, u32 *wt, u32 *m) in sm3_compress() argument
96 tt1 = ff(i, a, b, c) + d + ss2 + *wt; in sm3_compress()
97 wt++; in sm3_compress()
127 unsigned int wt[64]; in sm3_transform() local
129 sm3_expand((u32 *)src, w, wt); in sm3_transform()
130 sm3_compress(w, wt, sst->state); in sm3_transform()
133 memzero_explicit(wt, sizeof(wt)); in sm3_transform()
/linux/drivers/dma-buf/
A Dst-dma-fence.c366 struct wait_timer *wt = from_timer(wt, timer, timer); in wait_timer() local
368 dma_fence_signal(wt->f); in wait_timer()
373 struct wait_timer wt; in test_wait_timeout() local
378 wt.f = mock_fence(); in test_wait_timeout()
379 if (!wt.f) in test_wait_timeout()
387 mod_timer(&wt.timer, jiffies + 1); in test_wait_timeout()
390 if (timer_pending(&wt.timer)) { in test_wait_timeout()
401 del_timer_sync(&wt.timer); in test_wait_timeout()
402 destroy_timer_on_stack(&wt.timer); in test_wait_timeout()
403 dma_fence_signal(wt.f); in test_wait_timeout()
[all …]
/linux/kernel/
A Dwatch_queue.c142 const struct watch_type_filter *wt; in filter_watch_notification() local
143 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification()
152 wt = &wf->filters[i]; in filter_watch_notification()
153 if (n->type == wt->type && in filter_watch_notification()
154 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification()
155 (n->info & wt->info_mask) == wt->info_filter) in filter_watch_notification()
/linux/net/mac80211/
A Ddebugfs.c393 u64 wt[IEEE80211_NUM_ACS]; in airtime_read() local
399 wt[ac] = local->airtime[ac].weight_sum; in airtime_read()
410 wt[0], in airtime_read()
411 wt[1], in airtime_read()
412 wt[2], in airtime_read()
413 wt[3]); in airtime_read()
/linux/drivers/media/i2c/
A Dtvaudio.c136 struct timer_list wt; member
321 struct CHIPSTATE *chip = from_timer(chip, t, wt); in chip_thread_wake()
386 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in chip_thread()
1885 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000)); in tvaudio_s_frequency()
2048 timer_setup(&chip->wt, chip_thread_wake, 0); in tvaudio_probe()
2073 del_timer_sync(&chip->wt); in tvaudio_remove()
/linux/Documentation/x86/
A Dpat.rst162 set_memory_[uc|wc|wt] and set_memory_wb should be used in pairs, where driver
163 will first make a region uc, wc or wt and switch it back to wb after use.
171 Drivers should use set_memory_[uc|wc|wt] to set access type for RAM ranges.
/linux/drivers/staging/media/zoran/
A Dvideocodec.h221 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
A Dzr36060.c550 reg = norm->wt - 1; /* Htotal */ in zr36060_set_video()
/linux/net/bridge/netfilter/
A Debtables.c1962 struct xt_target *wt; in compat_mtw_from_user() local
1995 wt = xt_request_find_target(NFPROTO_BRIDGE, name, in compat_mtw_from_user()
1997 if (IS_ERR(wt)) in compat_mtw_from_user()
1998 return PTR_ERR(wt); in compat_mtw_from_user()
1999 off = xt_compat_target_offset(wt); in compat_mtw_from_user()
2002 if (wt->compat_from_user) in compat_mtw_from_user()
2003 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user()
2008 size_kern = wt->targetsize; in compat_mtw_from_user()
2009 module_put(wt->me); in compat_mtw_from_user()
/linux/Documentation/translations/zh_CN/process/
A Dsubmitting-drivers.rst51 维护者,那么请联系 Willy Tarreau <w@1wt.eu>。
/linux/Documentation/translations/zh_TW/process/
A Dsubmitting-drivers.rst54 維護者,那麼請聯繫 Willy Tarreau <w@1wt.eu>。
/linux/net/nfc/
A Ddigital_dep.c405 u8 wt; in digital_in_recv_atr_res() local
435 wt = DIGITAL_ATR_RES_TO_WT(atr_res->to); in digital_in_recv_atr_res()
436 if (wt > DIGITAL_NFC_DEP_IN_MAX_WT) in digital_in_recv_atr_res()
437 wt = DIGITAL_NFC_DEP_IN_MAX_WT; in digital_in_recv_atr_res()
438 ddev->dep_rwt = digital_rwt_map[wt]; in digital_in_recv_atr_res()
/linux/arch/s390/include/asm/
A Dpci_clp.h93 u64 wt; member
/linux/arch/powerpc/boot/dts/fsl/
A De500mc_power_isa.dtsi55 power-isa-wt; // Wait
A De5500_power_isa.dtsi55 power-isa-wt; // Wait
A De6500_power_isa.dtsi55 power-isa-wt; // Wait
/linux/arch/arm/boot/dts/
A Darmada-385-synology-ds116.dts5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu>
A Darmada-xp-98dx3236.dtsi104 wt-override;
A Darmada-xp.dtsi50 wt-override;
A Darmada-370.dtsi101 wt-override;
/linux/drivers/usb/serial/
A Diuu_phoenix.c177 static int iuu_reset(struct usb_serial_port *port, u8 wt) in iuu_reset() argument
187 *buf_ptr++ = wt; in iuu_reset()
/linux/Documentation/devicetree/bindings/arm/
A Dl2c2x0.yaml123 wt-override:
/linux/Documentation/filesystems/caching/
A Dfscache.rst290 | |wt=N |Number of alloc reqs that waited on lookup completion |
306 | |wt=N |Number of retr reqs that waited on lookup completion |
/linux/arch/s390/pci/
A Dpci_clp.c179 zdev->bars[i].mio_wt = (void __iomem *) response->mio.addr[i].wt; in clp_store_query_pci_fn()

Completed in 62 milliseconds

12