Home
last modified time | relevance | path

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

/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/drivers/dma-buf/
A Dst-dma-fence.c378 struct wait_timer *wt = from_timer(wt, timer, timer); in wait_timer() local
380 dma_fence_signal(wt->f); in wait_timer()
385 struct wait_timer wt; in test_wait_timeout() local
390 wt.f = mock_fence(); in test_wait_timeout()
391 if (!wt.f) in test_wait_timeout()
401 mod_timer(&wt.timer, jiffies + 1); in test_wait_timeout()
404 if (timer_pending(&wt.timer)) { in test_wait_timeout()
415 del_timer_sync(&wt.timer); in test_wait_timeout()
416 destroy_timer_on_stack(&wt.timer); in test_wait_timeout()
417 dma_fence_signal(wt.f); in test_wait_timeout()
[all …]
/linux/drivers/thermal/intel/int340x_thermal/
A Dprocessor_thermal_wt_hint.c59 int wt; in workload_type_index_show() local
73 wt = FIELD_GET(SOC_WT, status); in workload_type_index_show()
75 return sysfs_emit(buf, "%d\n", wt); in workload_type_index_show()
/linux/kernel/
A Dwatch_queue.c161 const struct watch_type_filter *wt; in filter_watch_notification() local
162 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification()
171 wt = &wf->filters[i]; in filter_watch_notification()
172 if (n->type == wt->type && in filter_watch_notification()
173 (wt->subtype_filter[st_index] & st_bit) && in filter_watch_notification()
174 (n->info & wt->info_mask) == wt->info_filter) in filter_watch_notification()
/linux/Documentation/arch/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/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()
2049 timer_setup(&chip->wt, chip_thread_wake, 0); in tvaudio_probe()
2074 del_timer_sync(&chip->wt); in tvaudio_remove()
/linux/drivers/media/pci/zoran/
A Dvideocodec.h222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member
A Dzr36060.c554 reg = norm->wt - 1; /* Htotal */ in zr36060_set_video()
A Dzoran_device.c470 (tvn->wt << ZR36057_HSP_LINE_TOT); in zr36057_set_jpg()
/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/arch/s390/include/asm/
A Dpci_clp.h96 u64 wt; member
/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/powerpc/boot/dts/fsl/
A De5500_power_isa.dtsi55 power-isa-wt; // Wait
A De500mc_power_isa.dtsi55 power-isa-wt; // Wait
A De6500_power_isa.dtsi55 power-isa-wt; // Wait
/linux/arch/arm/boot/dts/marvell/
A Darmada-385-synology-ds116.dts5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu>
A Darmada-xp-98dx3236.dtsi114 wt-override;
A Darmada-xp.dtsi50 wt-override;
A Darmada-370.dtsi121 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/cache/
A Dl2c2x0.yaml123 wt-override:
/linux/arch/s390/pci/
A Dpci_clp.c184 zdev->bars[i].mio_wt = (void __iomem *) response->mio.addr[i].wt; in clp_store_query_pci_fn()
/linux/Documentation/staging/
A Dlzo.rst196 This document was written by Willy Tarreau <w@1wt.eu> on 2014/07/19 during an
/linux/tools/power/x86/intel-speed-select/
A Disst-config.c1656 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_clos_param() argument
1669 clos_config.clos_prop_prio = wt; in set_clos_param()
/linux/
A DMAINTAINERS16431 M: Willy Tarreau <w@1wt.eu>

Completed in 757 milliseconds