| /linux/drivers/input/touchscreen/ |
| H A D | tps6507x-ts.c | 50 static int tps6507x_read_u8(struct tps6507x_ts *tsc, u8 reg, u8 *data) in tps6507x_read_u8() 55 static int tps6507x_write_u8(struct tps6507x_ts *tsc, u8 reg, u8 data) in tps6507x_write_u8() 60 static s32 tps6507x_adc_conversion(struct tps6507x_ts *tsc, in tps6507x_adc_conversion() 119 static s32 tps6507x_adc_standby(struct tps6507x_ts *tsc) in tps6507x_adc_standby() 150 struct tps6507x_ts *tsc = input_get_drvdata(input_dev); in tps6507x_ts_poll() local 203 struct tps6507x_ts *tsc; in tps6507x_ts_probe() local
|
| H A D | cy8ctmg110_ts.c | 61 static int cy8ctmg110_write_regs(struct cy8ctmg110 *tsc, unsigned char reg, in cy8ctmg110_write_regs() 82 static int cy8ctmg110_read_regs(struct cy8ctmg110 *tsc, in cy8ctmg110_read_regs() 110 static int cy8ctmg110_touch_pos(struct cy8ctmg110 *tsc) in cy8ctmg110_touch_pos() 156 struct cy8ctmg110 *tsc = dev_id; in cy8ctmg110_irq_thread() local
|
| H A D | ti_am335x_tsc.c | 67 static void titsc_writel(struct titsc *tsc, unsigned int reg, in titsc_writel()
|
| /linux/drivers/thermal/tegra/ |
| H A D | tegra30-tsensor.c | 163 const struct tegra_tsensor_channel *tsc = thermal_zone_device_priv(tz); in tegra_tsensor_get_temp() local 221 const struct tegra_tsensor_channel *tsc = thermal_zone_device_priv(tz); in tegra_tsensor_set_trips() local 251 const struct tegra_tsensor_channel *tsc = &ts->ch[id]; in tegra_tsensor_handle_channel_interrupt() local 283 const struct tegra_tsensor_channel *tsc = &ts->ch[id]; in tegra_tsensor_disable_hw_channel() local 351 const struct tegra_tsensor_channel *tsc = &ts->ch[id]; in tegra_tsensor_enable_hw_channel() local 510 struct tegra_tsensor_channel *tsc = &ts->ch[id]; in tegra_tsensor_register_channel() local
|
| /linux/fs/smb/smbdirect/ |
| H A D | socket.c | 270 struct smbdirect_socket *psc, *tsc; in __smbdirect_socket_schedule_cleanup() local 375 struct smbdirect_socket *psc, *tsc; in smbdirect_socket_cleanup_work() local 471 struct smbdirect_socket *psc, *tsc; in smbdirect_socket_destroy() local
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | pvclock.h | 79 u64 __pvclock_read_cycles(const struct pvclock_vcpu_time_info *src, u64 tsc) in __pvclock_read_cycles()
|
| /linux/arch/x86/include/asm/ |
| H A D | pvclock.h | 84 u64 __pvclock_read_cycles(const struct pvclock_vcpu_time_info *src, u64 tsc) in __pvclock_read_cycles()
|
| /linux/tools/testing/selftests/intel_pstate/ |
| H A D | aperf.c | 26 long long tsc, old_tsc, new_tsc; in main() local
|
| /linux/tools/power/x86/amd_pstate_tracer/ |
| H A D | amd_pstate_trace.py | 155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument
|
| /linux/tools/power/cpupower/utils/idle_monitor/ |
| H A D | mperf_monitor.c | 83 static int mperf_get_tsc(unsigned long long *tsc) in mperf_get_tsc()
|
| /linux/include/linux/ |
| H A D | hte.h | 49 u64 tsc; member
|
| /linux/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 326 … time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, freq_ghz, io_boost… argument
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm_para.h | 78 __u64 tsc; member
|
| /linux/include/linux/mfd/ |
| H A D | ti_am335x_tscadc.h | 172 struct titsc *tsc; member
|
| /linux/drivers/clocksource/ |
| H A D | timer-tegra186.c | 94 struct clocksource tsc; member
|
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 427 u64 tsc = rdtsc(); in lapic_next_deadline() local 664 unsigned long long tsc = 0; in lapic_cal_handler() local
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.c | 2318 bool tsc, pip, vmcs, tma, psbend; global() member 4172 intel_pt_next_tsc(unsigned char * buf,size_t len,uint64_t * tsc,size_t * rem) intel_pt_next_tsc() argument 4412 uint64_t tsc; intel_pt_ff_cb() local 4489 uint64_t tsc; intel_pt_fast_forward() local [all...] |
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 773 u64 tsc; member 2145 u64 tsc) in setup_pebs_time() 2436 u64 tsc, u16 retire) in __setup_pebs_basic_group()
|
| /linux/net/wireless/ |
| H A D | mlme.c | 235 const u8 *tsc, gfp_t gfp) in cfg80211_michael_mic_failure() argument
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 2599 u64 tsc = pvclock_scale_delta(kernel_ns-vcpu->arch.this_tsc_nsec, in compute_guest_tsc() local 2654 static inline u64 __scale_tsc(u64 ratio, u64 tsc) in __scale_tsc() 2659 u64 kvm_scale_tsc(u64 tsc, u64 ratio) in kvm_scale_tsc() 2671 u64 tsc; in kvm_compute_l1_tsc_offset() local 2771 static void __kvm_synchronize_tsc(struct kvm_vcpu *vcpu, u64 offset, u64 tsc, in __kvm_synchronize_tsc() 3367 u64 tsc = compute_guest_tsc(v, kernel_ns); in kvm_guest_time_update() local 5968 u64 offset, tsc, ns; in kvm_arch_tsc_set_attr() local
|
| /linux/drivers/net/fjes/ |
| H A D | fjes_hw.h | 273 u64 tsc; member
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 117 u64 tsc; member 2483 u64 tsc; in intel_pstate_sample() local
|
| /linux/net/sched/ |
| H A D | sch_hfsc.c | 1272 struct tc_service_curve tsc; in hfsc_dump_sc() local
|
| /linux/drivers/clk/stm32/ |
| H A D | clk-stm32mp13.c | 807 static struct clk_stm32_gate tsc = { variable
|
| /linux/include/uapi/linux/ |
| H A D | wireless.h | 865 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member
|