/linux-3.3/drivers/input/touchscreen/ |
D | lpc32xx_ts.c | 80 static void lpc32xx_fifo_clear(struct lpc32xx_tsc *tsc) in lpc32xx_fifo_clear() 91 struct lpc32xx_tsc *tsc = dev_id; in lpc32xx_ts_interrupt() local 135 static void lpc32xx_stop_tsc(struct lpc32xx_tsc *tsc) in lpc32xx_stop_tsc() 145 static void lpc32xx_setup_tsc(struct lpc32xx_tsc *tsc) in lpc32xx_setup_tsc() 191 struct lpc32xx_tsc *tsc = input_get_drvdata(dev); in lpc32xx_ts_open() local 200 struct lpc32xx_tsc *tsc = input_get_drvdata(dev); in lpc32xx_ts_close() local 207 struct lpc32xx_tsc *tsc; in lpc32xx_ts_probe() local 313 struct lpc32xx_tsc *tsc = platform_get_drvdata(pdev); in lpc32xx_ts_remove() local 335 struct lpc32xx_tsc *tsc = dev_get_drvdata(dev); in lpc32xx_ts_suspend() local 360 struct lpc32xx_tsc *tsc = dev_get_drvdata(dev); in lpc32xx_ts_resume() local
|
D | tps6507x-ts.c | 59 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) in tps6507x_read_u8() 71 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) in tps6507x_write_u8() 76 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, in tps6507x_adc_conversion() 135 static s32 tps6507x_adc_standby(struct tps6507x_ts *tsc) in tps6507x_adc_standby() 168 struct tps6507x_ts *tsc = container_of(work, in tps6507x_ts_handler() local 239 struct tps6507x_ts *tsc; in tps6507x_ts_probe() local 353 struct tps6507x_ts *tsc = tps6507x_dev->ts; in tps6507x_ts_remove() local
|
D | cy8ctmg110_ts.c | 74 static int cy8ctmg110_write_regs(struct cy8ctmg110 *tsc, unsigned char reg, in cy8ctmg110_write_regs() 95 static int cy8ctmg110_read_regs(struct cy8ctmg110 *tsc, in cy8ctmg110_read_regs() 114 static int cy8ctmg110_touch_pos(struct cy8ctmg110 *tsc) in cy8ctmg110_touch_pos() 162 struct cy8ctmg110 *tsc = dev_id; in cy8ctmg110_irq_thread() local
|
D | tsc2007.c | 87 static inline int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer() 109 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values() 125 static u32 tsc2007_calculate_pressure(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_pressure()
|
/linux-3.3/net/mac80211/ |
D | event.c | 19 struct ieee80211_hdr *hdr, const u8 *tsc, in mac80211_ev_michael_mic_failure()
|
/linux-3.3/arch/c6x/kernel/ |
D | time.c | 46 u64 tsc = get_cycles(); in sched_clock() local
|
/linux-3.3/arch/x86/include/asm/ |
D | stackprotector.h | 62 u64 tsc; in boot_init_stack_canary() local
|
D | mce.h | 66 __u64 tsc; /* cpu time stamp counter */ member
|
/linux-3.3/arch/x86/kernel/ |
D | tsc.c | 198 u64 tsc, t1, t2, delta; in pit_calibrate_tsc() local 293 u64 tsc = 0, prev_tsc = 0; in pit_expect_msb() local 323 u64 tsc, delta; in quick_pit_calibrate() local
|
/linux-3.3/drivers/net/wireless/orinoco/ |
D | hw.c | 690 int orinoco_hw_get_tkip_iv(struct orinoco_private *priv, int key, u8 *tsc) in orinoco_hw_get_tkip_iv() 992 u8 *tsc, size_t tsc_len) in __orinoco_hw_set_tkip_key() 1000 u8 tsc[ORINOCO_SEQ_LEN]; in __orinoco_hw_set_tkip_key() member
|
/linux-3.3/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 80 static int mperf_get_tsc(unsigned long long *tsc) in mperf_get_tsc()
|
/linux-3.3/arch/x86/kernel/apic/ |
D | apic.c | 567 unsigned long long tsc = 0; in lapic_cal_handler() local 1226 unsigned long long tsc = 0, ntsc; in setup_local_APIC() local
|
/linux-3.3/tools/power/x86/turbostat/ |
D | turbostat.c | 76 unsigned long long tsc; /* per thread */ member
|
/linux-3.3/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 624 u8 tsc[6]; in ath6kl_tkip_micerr_event() local
|
/linux-3.3/arch/s390/include/asm/ |
D | etr.h | 222 unsigned int tsc : 1; /* Timing status change */ member
|
/linux-3.3/arch/x86/kvm/ |
D | svm.c | 887 static u64 __scale_tsc(u64 ratio, u64 tsc) in __scale_tsc() 902 static u64 svm_scale_tsc(struct kvm_vcpu *vcpu, u64 tsc) in svm_scale_tsc() 973 u64 tsc; in svm_compute_tsc_offset() local
|
D | x86.c | 1011 u64 tsc = pvclock_scale_delta(kernel_ns-vcpu->arch.last_tsc_nsec, in compute_guest_tsc() local 1098 u64 tsc = compute_guest_tsc(v, kernel_ns); in kvm_guest_time_update() local 2219 u64 tsc; in kvm_arch_vcpu_load() local
|
D | emulate.c | 2691 u64 tsc = 0; in em_rdtsc() local
|
/linux-3.3/net/wireless/ |
D | mlme.c | 374 const u8 *tsc, gfp_t gfp) in cfg80211_michael_mic_failure()
|
D | nl80211.c | 7324 const u8 *tsc, gfp_t gfp) in nl80211_michael_mic_failure()
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | wl_wext.c | 92 hcf_8 tsc[IW_ENCODE_SEQ_MAX_SIZE] = in hermes_set_tkip_keys() local
|
/linux-3.3/net/sched/ |
D | sch_hfsc.c | 1303 struct tc_service_curve tsc; in hfsc_dump_sc() local
|
/linux-3.3/include/linux/ |
D | wireless.h | 882 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
|
/linux-3.3/drivers/net/wireless/iwlwifi/ |
D | iwl-commands.h | 3847 struct tkip_sc tsc; member 3857 struct aes_sc tsc; member
|