Searched refs:wt (Results 1 - 17 of 17) sorted by relevance

/linux-master/sound/pci/au88x0/
H A Dau88x0_synth.c22 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) argument
32 //temp = hwread(vortex->mmio, 0x80 + ((wt >> 0x5)<< 0xf) + (((wt & 0x1f) >> 1) << 2));
33 temp = hwread(vortex->mmio, WT_STEREO(wt));
35 //hwwrite(vortex->mmio, 0x80 + ((wt >> 0x5)<< 0xf) + (((wt & 0x1f) >> 1) << 2), temp);
36 hwwrite(vortex->mmio, WT_STEREO(wt), temp);
40 static void vortex_wt_setdsout(vortex_t * vortex, u32 wt, int en) argument
45 temp = hwread(vortex->mmio, WT_DSREG((wt >
54 vortex_wt_allocroute(vortex_t * vortex, int wt, int nr_ch) argument
182 vortex_wt_SetReg(vortex_t * vortex, unsigned char reg, int wt, u32 val) argument
[all...]
/linux-master/drivers/dma-buf/
H A Dst-dma-fence.c378 struct wait_timer *wt = from_timer(wt, timer, timer); local
380 dma_fence_signal(wt->f);
385 struct wait_timer wt; local
388 timer_setup_on_stack(&wt.timer, wait_timer, 0);
390 wt.f = mock_fence();
391 if (!wt.f)
394 dma_fence_enable_sw_signaling(wt.f);
396 if (dma_fence_wait_timeout(wt.f, false, 1) != -ETIME) {
401 mod_timer(&wt
[all...]
/linux-master/arch/powerpc/boot/dts/fsl/
H A De500mc_power_isa.dtsi55 power-isa-wt; // Wait
H A De5500_power_isa.dtsi55 power-isa-wt; // Wait
H A De6500_power_isa.dtsi55 power-isa-wt; // Wait
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_wt_hint.c59 int wt; local
73 wt = FIELD_GET(SOC_WT, status);
75 return sysfs_emit(buf, "%d\n", wt);
/linux-master/kernel/
H A Dwatch_queue.c161 const struct watch_type_filter *wt; local
162 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8;
171 wt = &wf->filters[i];
172 if (n->type == wt->type &&
173 (wt->subtype_filter[st_index] & st_bit) &&
174 (n->info & wt->info_mask) == wt->info_filter)
/linux-master/drivers/media/pci/zoran/
H A Dvideocodec.h222 u16 wt, wa, h_start, h_sync_start, ht, ha, v_start; member in struct:tvnorm
H A Dzoran_device.c470 (tvn->wt << ZR36057_HSP_LINE_TOT);
H A Dzr36060.c554 reg = norm->wt - 1; /* Htotal */
/linux-master/arch/s390/include/asm/
H A Dpci_clp.h96 u64 wt; member in struct:mio_info::__anon6
/linux-master/net/nfc/
H A Ddigital_dep.c135 * rwt = (256 * 16 / f(c)) * 2^wt s
139 * 0 <= wt <= 14 (given by the target by the TO field of ATR_RES response)
405 u8 wt; local
435 wt = DIGITAL_ATR_RES_TO_WT(atr_res->to);
436 if (wt > DIGITAL_NFC_DEP_IN_MAX_WT)
437 wt = DIGITAL_NFC_DEP_IN_MAX_WT;
438 ddev->dep_rwt = digital_rwt_map[wt];
/linux-master/net/bridge/netfilter/
H A Debtables.c1962 struct xt_target *wt; local
1995 wt = xt_request_find_target(NFPROTO_BRIDGE, name,
1997 if (IS_ERR(wt))
1998 return PTR_ERR(wt);
1999 off = xt_compat_target_offset(wt);
2002 if (wt->compat_from_user)
2003 wt->compat_from_user(dst, mwt->data);
2008 size_kern = wt->targetsize;
2009 module_put(wt->me);
/linux-master/drivers/media/i2c/
H A Dtvaudio.c136 struct timer_list wt; member in struct:CHIPSTATE
321 struct CHIPSTATE *chip = from_timer(chip, t, wt);
386 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000));
1790 /* del_timer(&chip->wt); */
1885 mod_timer(&chip->wt, jiffies+msecs_to_jiffies(2000));
2049 timer_setup(&chip->wt, chip_thread_wake, 0);
2074 del_timer_sync(&chip->wt);
/linux-master/arch/s390/pci/
H A Dpci_clp.c184 zdev->bars[i].mio_wt = (void __iomem *) response->mio.addr[i].wt;
/linux-master/drivers/usb/serial/
H A Diuu_phoenix.c177 static int iuu_reset(struct usb_serial_port *port, u8 wt) argument
187 *buf_ptr++ = wt;
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c1636 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) argument
1649 clos_config.clos_prop_prio = wt;

Completed in 214 milliseconds