/linux-3.3/drivers/target/iscsi/ |
D | iscsi_target_tq.c | 35 static void iscsi_add_ts_to_active_list(struct iscsi_thread_set *ts) in iscsi_add_ts_to_active_list() 43 extern void iscsi_add_ts_to_inactive_list(struct iscsi_thread_set *ts) in iscsi_add_ts_to_inactive_list() 51 static void iscsi_del_ts_from_active_list(struct iscsi_thread_set *ts) in iscsi_del_ts_from_active_list() 61 struct iscsi_thread_set *ts; in iscsi_get_ts_from_inactive_list() local 82 struct iscsi_thread_set *ts = NULL; in iscsi_allocate_thread_sets() local 146 struct iscsi_thread_set *ts = NULL; in iscsi_deallocate_thread_sets() local 182 struct iscsi_thread_set *ts = NULL; in iscsi_deallocate_extra_thread_sets() local 221 void iscsi_activate_thread_set(struct iscsi_conn *conn, struct iscsi_thread_set *ts) in iscsi_activate_thread_set() 242 struct iscsi_thread_set *ts = NULL; in iscsi_get_thread_set() local 273 struct iscsi_thread_set *ts = NULL; in iscsi_set_thread_clear() local [all …]
|
/linux-3.3/drivers/mfd/ |
D | ucb1x00-ts.c | 55 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() 66 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release() 78 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int() 90 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure() 117 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos() 144 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos() 170 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres() 182 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres() 190 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down() 207 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread() local [all …]
|
/linux-3.3/kernel/time/ |
D | tick-sched.c | 139 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in tick_nohz_update_jiffies() local 155 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats() 175 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in tick_nohz_stop_idle() local 183 static ktime_t tick_nohz_start_idle(int cpu, struct tick_sched *ts) in tick_nohz_start_idle() 213 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_idle_time_us() local 254 struct tick_sched *ts = &per_cpu(tick_cpu_sched, cpu); in get_cpu_iowait_time_us() local 278 static void tick_nohz_stop_sched_tick(struct tick_sched *ts) in tick_nohz_stop_sched_tick() 465 struct tick_sched *ts; in tick_nohz_idle_enter() local 501 struct tick_sched *ts = &__get_cpu_var(tick_cpu_sched); in tick_nohz_irq_exit() local 516 struct tick_sched *ts = &__get_cpu_var(tick_cpu_sched); in tick_nohz_get_sleep_length() local [all …]
|
D | timekeeping.c | 217 void getnstimeofday(struct timespec *ts) in getnstimeofday() 272 void ktime_get_ts(struct timespec *ts) in ktime_get_ts() 401 int timekeeping_inject_offset(struct timespec *ts) in timekeeping_inject_offset() 487 void getrawmonotonic(struct timespec *ts) in getrawmonotonic() 542 void __attribute__((weak)) read_persistent_clock(struct timespec *ts) in read_persistent_clock() 557 void __attribute__((weak)) read_boot_clock(struct timespec *ts) in read_boot_clock() 636 struct timespec ts; in timekeeping_inject_sleeptime() local 670 struct timespec ts; in timekeeping_resume() local 1074 void getboottime(struct timespec *ts) in getboottime() 1095 void get_monotonic_boottime(struct timespec *ts) in get_monotonic_boottime() [all …]
|
D | posix-clock.c | 300 static int pc_clock_gettime(clockid_t id, struct timespec *ts) in pc_clock_gettime() 319 static int pc_clock_getres(clockid_t id, struct timespec *ts) in pc_clock_getres() 338 static int pc_clock_settime(clockid_t id, const struct timespec *ts) in pc_clock_settime() 402 static void pc_timer_gettime(struct k_itimer *kit, struct itimerspec *ts) in pc_timer_gettime() 417 struct itimerspec *ts, struct itimerspec *old) in pc_timer_settime()
|
/linux-3.3/drivers/input/touchscreen/ |
D | ad7879.c | 138 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() 143 static int ad7879_multi_read(struct ad7879 *ts, u8 first_reg, u8 count, u16 *buf) in ad7879_multi_read() 148 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() 153 static int ad7879_report(struct ad7879 *ts) in ad7879_report() 214 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release() 225 struct ad7879 *ts = (void *)handle; in ad7879_timer() local 232 struct ad7879 *ts = handle; in ad7879_irq() local 242 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable() 251 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable() 266 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local [all …]
|
D | ads7846.c | 202 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop() 214 static void ads7846_restart(struct ads7846 *ts) in ads7846_restart() 225 static void __ads7846_disable(struct ads7846 *ts) in __ads7846_disable() 237 static void __ads7846_enable(struct ads7846 *ts) in __ads7846_enable() 243 static void ads7846_disable(struct ads7846 *ts) in ads7846_disable() 258 static void ads7846_enable(struct ads7846 *ts) in ads7846_enable() 309 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local 383 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local 436 static inline unsigned null_adjust(struct ads7846 *ts, ssize_t v) in null_adjust() 460 static inline unsigned vbatt_adjust(struct ads7846 *ts, ssize_t v) in vbatt_adjust() [all …]
|
D | tsc2005.c | 149 static int tsc2005_cmd(struct tsc2005 *ts, u8 cmd) in tsc2005_cmd() 173 static int tsc2005_write(struct tsc2005 *ts, u8 reg, u16 value) in tsc2005_write() 210 static int tsc2005_read(struct tsc2005 *ts, u8 reg, u16 *value) in tsc2005_read() 229 static void tsc2005_update_pen_state(struct tsc2005 *ts, in tsc2005_update_pen_state() 254 struct tsc2005 *ts = _ts; in tsc2005_irq_thread() local 319 struct tsc2005 *ts = (struct tsc2005 *)data; in tsc2005_penup_timer() local 327 static void tsc2005_start_scan(struct tsc2005 *ts) in tsc2005_start_scan() 335 static void tsc2005_stop_scan(struct tsc2005 *ts) in tsc2005_stop_scan() 341 static void __tsc2005_disable(struct tsc2005 *ts) in __tsc2005_disable() 354 static void __tsc2005_enable(struct tsc2005 *ts) in __tsc2005_enable() [all …]
|
D | tnetv107x-ts.c | 75 #define tsc_read(ts, reg) __raw_readl(&(ts)->regs->reg) argument 76 #define tsc_write(ts, reg, val) __raw_writel(val, &(ts)->regs->reg); argument 77 #define tsc_set_bits(ts, reg, val) \ argument 79 #define tsc_clr_bits(ts, reg, val) \ argument 99 static int tsc_read_sample(struct tsc_data *ts, struct sample* sample) in tsc_read_sample() 130 struct tsc_data *ts = (struct tsc_data *)data; in tsc_poll() local 171 struct tsc_data *ts = (struct tsc_data *)dev_id; in tsc_irq() local 201 struct tsc_data *ts = input_get_drvdata(dev); in tsc_start() local 238 struct tsc_data *ts = input_get_drvdata(dev); in tsc_stop() local 249 struct tsc_data *ts; in tsc_probe() local [all …]
|
D | auo-pixcir-ts.c | 131 static int auo_pixcir_collect_data(struct auo_pixcir_ts *ts, in auo_pixcir_collect_data() 180 struct auo_pixcir_ts *ts = dev_id; in auo_pixcir_interrupt() local 264 static int auo_pixcir_power_mode(struct auo_pixcir_ts *ts, int mode) in auo_pixcir_power_mode() 289 static __devinit int auo_pixcir_int_config(struct auo_pixcir_ts *ts, in auo_pixcir_int_config() 321 static int auo_pixcir_int_toggle(struct auo_pixcir_ts *ts, bool enable) in auo_pixcir_int_toggle() 349 static int auo_pixcir_start(struct auo_pixcir_ts *ts) in auo_pixcir_start() 376 static int auo_pixcir_stop(struct auo_pixcir_ts *ts) in auo_pixcir_stop() 399 struct auo_pixcir_ts *ts = input_get_drvdata(dev); in auo_pixcir_input_open() local 411 struct auo_pixcir_ts *ts = input_get_drvdata(dev); in auo_pixcir_input_close() local 422 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); in auo_pixcir_suspend() local [all …]
|
D | ad7877.c | 276 struct ad7877 *ts = dev_get_drvdata(&spi->dev); in ad7877_read_adc() local 337 static int ad7877_process_data(struct ad7877 *ts) in ad7877_process_data() 385 static inline void ad7877_ts_event_release(struct ad7877 *ts) in ad7877_ts_event_release() 396 struct ad7877 *ts = (void *)handle; in ad7877_timer() local 406 struct ad7877 *ts = handle; in ad7877_irq() local 426 static void ad7877_disable(struct ad7877 *ts) in ad7877_disable() 446 static void ad7877_enable(struct ad7877 *ts) in ad7877_enable() 481 struct ad7877 *ts = dev_get_drvdata(dev); in SHOW() local 490 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_disable_store() local 511 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_dac_show() local [all …]
|
D | tsc2007.c | 145 static bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 169 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local 229 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local 240 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 251 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local 271 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local 279 struct tsc2007 *ts; in tsc2007_probe() local 371 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_remove() local
|
D | cy8ctmg110_ts.c | 68 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power() 143 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode() 173 struct cy8ctmg110 *ts; in cy8ctmg110_probe() local 288 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_suspend() local 302 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_resume() local 318 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_remove() local
|
D | stmpe-ts.c | 99 struct stmpe_touch *ts = in stmpe_work() local 128 struct stmpe_touch *ts = data; in stmpe_ts_handler() local 169 static int __devinit stmpe_init_hw(struct stmpe_touch *ts) in stmpe_init_hw() 243 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_open() local 256 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_close() local 268 struct stmpe_touch *ts; in stmpe_input_probe() local 358 struct stmpe_touch *ts = platform_get_drvdata(pdev); in stmpe_ts_remove() local
|
D | st1232.c | 53 static int st1232_ts_read_data(struct st1232_ts_data *ts) in st1232_ts_read_data() 100 struct st1232_ts_data *ts = dev_id; in st1232_ts_irq_handler() local 145 struct st1232_ts_data *ts; in st1232_ts_probe() local 211 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_remove() local
|
D | h3600_ts_input.c | 148 struct h3600_dev *ts = input_get_drvdata(dev); in h3600_flite_power() local 165 static void h3600ts_process_packet(struct h3600_dev *ts) in h3600ts_process_packet() 301 struct h3600_dev *ts = serio_get_drvdata(serio); in h3600ts_interrupt() local 348 struct h3600_dev *ts; in h3600ts_connect() local 440 struct h3600_dev *ts = serio_get_drvdata(serio); in h3600ts_disconnect() local
|
D | egalax_ts.c | 69 struct egalax_ts *ts = dev_id; in egalax_ts_interrupt() local 162 struct egalax_ts *ts; in egalax_ts_probe() local 238 struct egalax_ts *ts = i2c_get_clientdata(client); in egalax_ts_remove() local
|
/linux-3.3/drivers/connector/ |
D | cn_proc.c | 46 static inline void get_seq(__u32 *ts, int *cpu) in get_seq() 59 struct timespec ts; in proc_fork_connector() local 90 struct timespec ts; in proc_exec_connector() local 116 struct timespec ts; in proc_id_connector() local 154 struct timespec ts; in proc_sid_connector() local 179 struct timespec ts; in proc_ptrace_connector() local 212 struct timespec ts; in proc_comm_connector() local 239 struct timespec ts; in proc_exit_connector() local 274 struct timespec ts; in cn_proc_ack() local
|
/linux-3.3/drivers/gpio/ |
D | gpio-max730x.c | 53 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_input() local 81 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() 95 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_output() local 123 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_get() local 151 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_set() local 163 int __devinit __max730x_probe(struct max7301 *ts) in __max730x_probe() 231 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove() local
|
/linux-3.3/arch/x86/vdso/ |
D | vclock_gettime.c | 65 notrace static long vdso_fallback_gettime(long clock, struct timespec *ts) in vdso_fallback_gettime() 85 notrace static noinline int do_realtime(struct timespec *ts) in do_realtime() 98 notrace static noinline int do_monotonic(struct timespec *ts) in do_monotonic() 122 notrace static noinline int do_realtime_coarse(struct timespec *ts) in do_realtime_coarse() 133 notrace static noinline int do_monotonic_coarse(struct timespec *ts) in do_monotonic_coarse() 157 notrace int __vdso_clock_gettime(clockid_t clock, struct timespec *ts) in __vdso_clock_gettime()
|
/linux-3.3/drivers/staging/cptm1217/ |
D | clearpad_tm1217.c | 136 static int cp_tm1217_read(struct cp_tm1217_device *ts, in cp_tm1217_read() 163 static int cp_tm1217_write(struct cp_tm1217_device *ts, in cp_tm1217_write() 180 static int cp_tm1217_mask_interrupt(struct cp_tm1217_device *ts) in cp_tm1217_mask_interrupt() 194 static int cp_tm1217_unmask_interrupt(struct cp_tm1217_device *ts) in cp_tm1217_unmask_interrupt() 208 static void process_touch(struct cp_tm1217_device *ts, int index) in process_touch() 237 static void cp_tm1217_get_data(struct cp_tm1217_device *ts) in cp_tm1217_get_data() 282 struct cp_tm1217_device *ts = (struct cp_tm1217_device *) handle; in cp_tm1217_sample_thread() local 322 static int cp_tm1217_init_data(struct cp_tm1217_device *ts) in cp_tm1217_init_data() 376 static int cp_tm1217_setup_gpio_irq(struct cp_tm1217_device *ts) in cp_tm1217_setup_gpio_irq() 412 struct cp_tm1217_device *ts; in cp_tm1217_probe() local [all …]
|
/linux-3.3/arch/um/os-Linux/ |
D | time.c | 83 static int after_sleep_interval(struct timespec *ts) in after_sleep_interval() 129 static inline long long timespec_to_us(const struct timespec *ts) in timespec_to_us() 135 static int after_sleep_interval(struct timespec *ts) in after_sleep_interval() 169 struct timespec ts; in idle_sleep() local
|
/linux-3.3/fs/ntfs/ |
D | time.h | 48 static inline sle64 utc2ntfs(const struct timespec ts) in utc2ntfs() 87 struct timespec ts; in ntfs2utc() local
|
/linux-3.3/drivers/pps/ |
D | kapi.c | 41 static void pps_add_offset(struct pps_ktime *ts, struct pps_ktime *offset) in pps_add_offset() 172 void pps_event(struct pps_device *pps, struct pps_event_time *ts, int event, in pps_event()
|
/linux-3.3/include/linux/ |
D | pps_kernel.h | 97 struct timespec ts) in timespec_to_pps_ktime() 105 static inline void pps_get_ts(struct pps_event_time *ts) in pps_get_ts() 112 static inline void pps_get_ts(struct pps_event_time *ts) in pps_get_ts()
|