/kernel/linux/linux-5.10/sound/pci/au88x0/ |
D | au88x0_synth.c | 22 static int vortex_wt_SetReg(vortex_t * vortex, unsigned char reg, int wt, 28 static void vortex_wt_setstereo(vortex_t * vortex, u32 wt, u32 stereo) in vortex_wt_setstereo() argument 33 temp = hwread(vortex->mmio, WT_STEREO(wt)); in vortex_wt_setstereo() 36 hwwrite(vortex->mmio, WT_STEREO(wt), temp); in vortex_wt_setstereo() 40 static void vortex_wt_setdsout(vortex_t * vortex, u32 wt, int en) in vortex_wt_setdsout() argument 45 temp = hwread(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0)); in vortex_wt_setdsout() 47 temp |= (1 << (wt & 0x1f)); in vortex_wt_setdsout() 49 temp &= ~(1 << (wt & 0x1f)); in vortex_wt_setdsout() 50 hwwrite(vortex->mmio, WT_DSREG((wt >= 0x20) ? 1 : 0), temp); in vortex_wt_setdsout() 54 static int vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) in vortex_wt_allocroute() argument [all …]
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | tx4938ide.c | 32 int wt; in tx4938ide_tune_ebusc() local 35 wt = DIV_ROUND_UP(t->act8b, cycle) - 2; in tx4938ide_tune_ebusc() 37 wt = max_t(int, wt, DIV_ROUND_UP(35, cycle)); in tx4938ide_tune_ebusc() 39 if (wt > 2 && (wt & 1)) in tx4938ide_tune_ebusc() 40 wt++; in tx4938ide_tune_ebusc() 41 wt &= ~1; in tx4938ide_tune_ebusc() 46 while ((shwt * 4 + wt + (wt ? 2 : 3)) * cycle < t->cycle) in tx4938ide_tune_ebusc() 53 ebus_ch, cycle, wt, shwt); in tx4938ide_tune_ebusc() 55 __raw_writeq((cr & ~0x3f007ull) | (wt << 12) | shwt, in tx4938ide_tune_ebusc()
|
/kernel/linux/linux-5.10/crypto/ |
D | sm3_generic.c | 54 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()
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
D | st-dma-fence.c | 366 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 376 timer_setup_on_stack(&wt.timer, wait_timer, 0); in test_wait_timeout() 378 wt.f = mock_fence(); in test_wait_timeout() 379 if (!wt.f) in test_wait_timeout() 382 if (dma_fence_wait_timeout(wt.f, false, 1) != -ETIME) { in test_wait_timeout() 387 mod_timer(&wt.timer, jiffies + 1); in test_wait_timeout() 389 if (dma_fence_wait_timeout(wt.f, false, 2) == -ETIME) { in test_wait_timeout() 390 if (timer_pending(&wt.timer)) { in test_wait_timeout() [all …]
|
/kernel/linux/linux-5.10/kernel/ |
D | watch_queue.c | 165 const struct watch_type_filter *wt; in filter_watch_notification() local 166 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification() 175 wt = &wf->filters[i]; in filter_watch_notification() 176 if (n->type == wt->type && in filter_watch_notification() 177 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification() 178 (n->info & wt->info_mask) == wt->info_filter) in filter_watch_notification()
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
D | videocodec.h | 221 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
|
D | zr36060.c | 550 reg = norm->wt - 1; /* Htotal */ in zr36060_set_video()
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | submitting-drivers.rst | 51 维护者,那么请联系 Willy Tarreau <w@1wt.eu>。
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | pat.rst | 162 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.
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | tvaudio.c | 136 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()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | pci_clp.h | 93 u64 wt; member
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
D | ebtables.c | 1844 struct xt_target *wt; in compat_mtw_from_user() local 1877 wt = xt_request_find_target(NFPROTO_BRIDGE, name, in compat_mtw_from_user() 1879 if (IS_ERR(wt)) in compat_mtw_from_user() 1880 return PTR_ERR(wt); in compat_mtw_from_user() 1881 off = xt_compat_target_offset(wt); in compat_mtw_from_user() 1884 if (wt->compat_from_user) in compat_mtw_from_user() 1885 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 1890 size_kern = wt->targetsize; in compat_mtw_from_user() 1891 module_put(wt->me); in compat_mtw_from_user()
|
/kernel/linux/linux-5.10/net/nfc/ |
D | digital_dep.c | 405 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()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
D | e500mc_power_isa.dtsi | 55 power-isa-wt; // Wait
|
D | e5500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
D | e6500_power_isa.dtsi | 55 power-isa-wt; // Wait
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | armada-385-synology-ds116.dts | 5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu>
|
D | armada-xp-98dx3236.dtsi | 104 wt-override;
|
D | armada-xp.dtsi | 50 wt-override;
|
D | armada-370.dtsi | 101 wt-override;
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | iuu_phoenix.c | 179 static int iuu_reset(struct usb_serial_port *port, u8 wt) in iuu_reset() argument 189 *buf_ptr++ = wt; in iuu_reset()
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | submitting-drivers.rst | 51 maintainer then please contact Willy Tarreau <w@1wt.eu>.
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
D | pci_clp.c | 181 zdev->bars[i].mio_wt = (void __iomem *) response->mio.addr[i].wt; in clp_store_query_pci_fn()
|
/kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
D | fscache.rst | 290 | |wt=N |Number of alloc reqs that waited on lookup completion | 306 | |wt=N |Number of retr reqs that waited on lookup completion |
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | lzo.rst | 196 This document was written by Willy Tarreau <w@1wt.eu> on 2014/07/19 during an
|