Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 154) sorted by relevance

1234567

/drivers/target/iscsi/
Discsi_target_tq.c31 static void iscsi_add_ts_to_inactive_list(struct iscsi_thread_set *ts) in iscsi_add_ts_to_inactive_list()
45 struct iscsi_thread_set *ts; in iscsi_get_ts_from_inactive_list() local
65 struct iscsi_thread_set *ts = NULL; in iscsi_allocate_thread_sets() local
125 static void iscsi_deallocate_thread_one(struct iscsi_thread_set *ts) in iscsi_deallocate_thread_one()
156 struct iscsi_thread_set *ts = NULL; in iscsi_deallocate_thread_sets() local
173 struct iscsi_thread_set *ts = NULL; in iscsi_deallocate_extra_thread_sets() local
191 void iscsi_activate_thread_set(struct iscsi_conn *conn, struct iscsi_thread_set *ts) in iscsi_activate_thread_set()
207 struct iscsi_thread_set *ts; in iscsi_get_thread_set() local
228 struct iscsi_thread_set *ts = NULL; in iscsi_set_thread_clear() local
250 struct iscsi_thread_set *ts = NULL; in iscsi_set_thread_set_signal() local
[all …]
/drivers/input/touchscreen/
Dcyttsp_core.c80 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data()
98 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
116 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
121 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
130 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
139 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
167 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
188 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
216 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
239 static int cyttsp_soft_reset(struct cyttsp *ts) in cyttsp_soft_reset()
[all …]
Dad7879.c138 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()
217 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release()
228 struct ad7879 *ts = (void *)handle; in ad7879_timer() local
235 struct ad7879 *ts = handle; in ad7879_irq() local
245 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable()
254 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable()
269 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local
[all …]
Dads7846.c203 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop()
215 static void ads7846_restart(struct ads7846 *ts) in ads7846_restart()
226 static void __ads7846_disable(struct ads7846 *ts) in __ads7846_disable()
238 static void __ads7846_enable(struct ads7846 *ts) in __ads7846_enable()
249 static void ads7846_disable(struct ads7846 *ts) in ads7846_disable()
264 static void ads7846_enable(struct ads7846 *ts) in ads7846_enable()
315 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local
389 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local
442 static inline unsigned null_adjust(struct ads7846 *ts, ssize_t v) in null_adjust()
466 static inline unsigned vbatt_adjust(struct ads7846 *ts, ssize_t v) in vbatt_adjust()
[all …]
Dtsc2005.c161 static int tsc2005_cmd(struct tsc2005 *ts, u8 cmd) in tsc2005_cmd()
185 static int tsc2005_write(struct tsc2005 *ts, u8 reg, u16 value) in tsc2005_write()
222 static int tsc2005_read(struct tsc2005 *ts, u8 reg, u16 *value) in tsc2005_read()
241 static void tsc2005_update_pen_state(struct tsc2005 *ts, in tsc2005_update_pen_state()
266 struct tsc2005 *ts = _ts; in tsc2005_irq_thread() local
331 struct tsc2005 *ts = (struct tsc2005 *)data; in tsc2005_penup_timer() local
339 static void tsc2005_start_scan(struct tsc2005 *ts) in tsc2005_start_scan()
347 static void tsc2005_stop_scan(struct tsc2005 *ts) in tsc2005_stop_scan()
352 static void tsc2005_set_reset(struct tsc2005 *ts, bool enable) in tsc2005_set_reset()
361 static void __tsc2005_disable(struct tsc2005 *ts) in __tsc2005_disable()
[all …]
Dipaq-micro-ts.c32 struct touchscreen_data *ts = data; in micro_ts_receive() local
49 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) in micro_ts_toggle_receive()
68 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_open() local
77 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_close() local
85 struct touchscreen_data *ts; in micro_ts_probe() local
128 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_suspend() local
137 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_resume() local
Dzforce_ts.c142 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command()
165 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait()
203 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait()
224 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution()
236 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency()
252 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig()
263 static int zforce_start(struct zforce_ts *ts) in zforce_start()
316 static int zforce_stop(struct zforce_ts *ts) in zforce_stop()
334 static int zforce_touch_event(struct zforce_ts *ts, u8 *payload) in zforce_touch_event()
413 static int zforce_read_packet(struct zforce_ts *ts, u8 *buf) in zforce_read_packet()
[all …]
Dauo-pixcir-ts.c134 static int auo_pixcir_collect_data(struct auo_pixcir_ts *ts, in auo_pixcir_collect_data()
183 struct auo_pixcir_ts *ts = dev_id; in auo_pixcir_interrupt() local
266 static int auo_pixcir_power_mode(struct auo_pixcir_ts *ts, int mode) in auo_pixcir_power_mode()
291 static int auo_pixcir_int_config(struct auo_pixcir_ts *ts, in auo_pixcir_int_config()
323 static int auo_pixcir_int_toggle(struct auo_pixcir_ts *ts, bool enable) in auo_pixcir_int_toggle()
351 static int auo_pixcir_start(struct auo_pixcir_ts *ts) in auo_pixcir_start()
378 static int auo_pixcir_stop(struct auo_pixcir_ts *ts) in auo_pixcir_stop()
401 struct auo_pixcir_ts *ts = input_get_drvdata(dev); in auo_pixcir_input_open() local
413 struct auo_pixcir_ts *ts = input_get_drvdata(dev); in auo_pixcir_input_close() local
424 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); in auo_pixcir_suspend() local
[all …]
Dtsc2007.c151 static bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
175 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local
235 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local
246 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
257 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
277 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
286 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
291 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
339 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
346 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev()
[all …]
Dpixcir_i2c_ts.c108 static void pixcir_ts_report(struct pixcir_i2c_ts_data *ts, in pixcir_ts_report()
192 static int pixcir_set_power_mode(struct pixcir_i2c_ts_data *ts, in pixcir_set_power_mode()
226 static int pixcir_set_int_mode(struct pixcir_i2c_ts_data *ts, in pixcir_set_int_mode()
260 static int pixcir_int_enable(struct pixcir_i2c_ts_data *ts, bool enable) in pixcir_int_enable()
287 static int pixcir_start(struct pixcir_i2c_ts_data *ts) in pixcir_start()
313 static int pixcir_stop(struct pixcir_i2c_ts_data *ts) in pixcir_stop()
338 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); in pixcir_input_open() local
345 struct pixcir_i2c_ts_data *ts = input_get_drvdata(dev); in pixcir_input_close() local
354 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); in pixcir_i2c_ts_suspend() local
383 struct pixcir_i2c_ts_data *ts = i2c_get_clientdata(client); in pixcir_i2c_ts_resume() local
Dad7877.c270 struct ad7877 *ts = spi_get_drvdata(spi); in ad7877_read_adc() local
331 static int ad7877_process_data(struct ad7877 *ts) in ad7877_process_data()
379 static inline void ad7877_ts_event_release(struct ad7877 *ts) in ad7877_ts_event_release()
390 struct ad7877 *ts = (void *)handle; in ad7877_timer() local
400 struct ad7877 *ts = handle; in ad7877_irq() local
420 static void ad7877_disable(struct ad7877 *ts) in ad7877_disable()
440 static void ad7877_enable(struct ad7877 *ts) in ad7877_enable()
475 struct ad7877 *ts = dev_get_drvdata(dev); in SHOW() local
484 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_disable_store() local
505 struct ad7877 *ts = dev_get_drvdata(dev); in ad7877_dac_show() local
[all …]
Dst1232.c58 static int st1232_ts_read_data(struct st1232_ts_data *ts) in st1232_ts_read_data()
105 struct st1232_ts_data *ts = dev_id; in st1232_ts_irq_handler() local
148 static void st1232_ts_power(struct st1232_ts_data *ts, bool poweron) in st1232_ts_power()
157 struct st1232_ts_data *ts; in st1232_ts_probe() local
238 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_remove() local
250 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_suspend() local
265 struct st1232_ts_data *ts = i2c_get_clientdata(client); in st1232_ts_resume() local
Dstmpe-ts.c100 struct stmpe_touch *ts = in stmpe_work() local
130 struct stmpe_touch *ts = data; in stmpe_ts_handler() local
172 static int stmpe_init_hw(struct stmpe_touch *ts) in stmpe_init_hw()
246 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_open() local
259 struct stmpe_touch *ts = input_get_drvdata(dev); in stmpe_ts_close() local
268 struct stmpe_touch *ts) in stmpe_ts_get_platform_info()
314 struct stmpe_touch *ts; in stmpe_input_probe() local
377 struct stmpe_touch *ts = platform_get_drvdata(pdev); in stmpe_ts_remove() local
Dcy8ctmg110_ts.c68 static void cy8ctmg110_power(struct cy8ctmg110 *ts, bool poweron) in cy8ctmg110_power()
152 static int cy8ctmg110_set_sleepmode(struct cy8ctmg110 *ts, bool sleep) in cy8ctmg110_set_sleepmode()
182 struct cy8ctmg110 *ts; in cy8ctmg110_probe() local
298 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_suspend() local
312 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_resume() local
328 struct cy8ctmg110 *ts = i2c_get_clientdata(client); in cy8ctmg110_remove() local
Dsun4i-ts.c116 static void sun4i_ts_irq_handle_input(struct sun4i_ts_data *ts, u32 reg_val) in sun4i_ts_irq_handle_input()
148 struct sun4i_ts_data *ts = dev_id; in sun4i_ts_irq() local
166 struct sun4i_ts_data *ts = input_get_drvdata(dev); in sun4i_ts_open() local
177 struct sun4i_ts_data *ts = input_get_drvdata(dev); in sun4i_ts_close() local
186 struct sun4i_ts_data *ts = dev_get_drvdata(dev); in show_temp() local
213 struct sun4i_ts_data *ts; in sun4i_ts_probe() local
307 struct sun4i_ts_data *ts = platform_get_drvdata(pdev); in sun4i_ts_remove() local
Dcyttsp4_i2c.c43 struct cyttsp4 *ts; in cyttsp4_i2c_probe() local
61 struct cyttsp4 *ts = i2c_get_clientdata(client); in cyttsp4_i2c_remove() local
Dcyttsp_i2c.c42 struct cyttsp *ts; in cyttsp_i2c_probe() local
61 struct cyttsp *ts = i2c_get_clientdata(client); in cyttsp_i2c_remove() local
/drivers/mfd/
Ducb1x00-ts.c57 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add()
68 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release()
80 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int()
92 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure()
119 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos()
146 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos()
172 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres()
184 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres()
192 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down()
209 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread() local
[all …]
/drivers/gpio/
Dgpio-max730x.c53 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 __max730x_probe(struct max7301 *ts) in __max730x_probe()
230 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove() local
/drivers/staging/cptm1217/
Dclearpad_tm1217.c136 static int cp_tm1217_read(struct cp_tm1217_device *ts, in cp_tm1217_read()
162 static int cp_tm1217_write(struct cp_tm1217_device *ts, in cp_tm1217_write()
179 static int cp_tm1217_mask_interrupt(struct cp_tm1217_device *ts) in cp_tm1217_mask_interrupt()
193 static int cp_tm1217_unmask_interrupt(struct cp_tm1217_device *ts) in cp_tm1217_unmask_interrupt()
207 static void process_touch(struct cp_tm1217_device *ts, int index) in process_touch()
236 static void cp_tm1217_get_data(struct cp_tm1217_device *ts) in cp_tm1217_get_data()
281 struct cp_tm1217_device *ts = (struct cp_tm1217_device *) handle; in cp_tm1217_sample_thread() local
321 static int cp_tm1217_init_data(struct cp_tm1217_device *ts) in cp_tm1217_init_data()
375 static int cp_tm1217_setup_gpio_irq(struct cp_tm1217_device *ts) in cp_tm1217_setup_gpio_irq()
411 struct cp_tm1217_device *ts; in cp_tm1217_probe() local
[all …]
/drivers/net/ethernet/intel/igb/
Digb_ptp.c119 static void igb_ptp_read_i210(struct igb_adapter *adapter, struct timespec *ts) in igb_ptp_read_i210()
137 const struct timespec *ts) in igb_ptp_write_i210()
291 struct timespec *ts) in igb_ptp_gettime_82576()
312 struct timespec *ts) in igb_ptp_gettime_i210()
328 const struct timespec *ts) in igb_ptp_settime_82576()
348 const struct timespec *ts) in igb_ptp_settime_i210()
408 struct timespec ts; in igb_ptp_overflow_check() local
826 struct timespec ts = ktime_to_timespec(ktime_get_real()); in igb_ptp_init() local
937 struct timespec ts = ktime_to_timespec(ktime_get_real()); in igb_ptp_reset() local
/drivers/net/wireless/ath/
Ddfs_pri_detector.c35 u64 ts; member
199 static bool pulse_queue_enqueue(struct pri_detector *pde, u64 ts) in pulse_queue_enqueue()
223 u64 ts, u32 min_count) in pseq_handler_create_sequences()
301 pseq_handler_add_to_existing_seqs(struct pri_detector *pde, u64 ts) in pseq_handler_add_to_existing_seqs()
355 static void pri_detector_reset(struct pri_detector *pde, u64 ts) in pri_detector_reset()
383 u64 ts = event->ts; in pri_detector_add_pulse() local
/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c60 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec *ts) in i40e_ptp_read()
84 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec *ts) in i40e_ptp_write()
184 static int i40e_ptp_gettime(struct ptp_clock_info *ptp, struct timespec *ts) in i40e_ptp_gettime()
205 const struct timespec *ts) in i40e_ptp_settime()
642 struct timespec ts; in i40e_ptp_init() local
/drivers/net/ethernet/intel/e1000e/
Dptp.c112 static int e1000e_phc_gettime(struct ptp_clock_info *ptp, struct timespec *ts) in e1000e_phc_gettime()
139 const struct timespec *ts) in e1000e_phc_settime()
177 struct timespec ts; in e1000e_systim_overflow_work() local
/drivers/net/wireless/ath/ath9k/
Ddynack.h56 struct ts_info ts[ATH_DYN_BUF]; member
97 struct sk_buff *skb, u32 ts) {} in ath_dynack_sample_ack_ts()
100 struct ath_tx_status *ts) {} in ath_dynack_sample_tx_ts()

1234567