/linux/kernel/time/ |
H A D | tick-sched.c | 184 static inline int tick_sched_flag_test(struct tick_sched *ts, in tick_sched_flag_test() 190 static inline void tick_sched_flag_set(struct tick_sched *ts, in tick_sched_flag_set() 197 static inline void tick_sched_flag_clear(struct tick_sched *ts, in tick_sched_flag_clear() 206 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer() 253 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle() 286 struct tick_sched *ts = container_of(timer, struct tick_sched, sched_timer); in tick_nohz_handler() local 314 static void tick_sched_timer_cancel(struct tick_sched *ts) in tick_sched_timer_cancel() 366 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick() 516 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local 538 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local [all …]
|
/linux/drivers/input/touchscreen/ |
H A D | goodix.c | 251 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report() 310 static int goodix_create_pen_input(struct goodix_ts_data *ts) in goodix_create_pen_input() 348 static void goodix_ts_report_pen_down(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_pen_down() 389 static void goodix_ts_report_pen_up(struct goodix_ts_data *ts) in goodix_ts_report_pen_up() 402 static void goodix_ts_report_touch_8b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_8b() 417 static void goodix_ts_report_touch_9b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_9b() 432 static void goodix_ts_release_keys(struct goodix_ts_data *ts) in goodix_ts_release_keys() 440 static void goodix_ts_report_key(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_key() 466 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events() 508 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local [all …]
|
H A D | cyttsp_core.c | 77 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data() 95 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data() 113 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command() 118 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake() 127 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs() 136 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode() 164 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode() 185 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode() 213 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs() 236 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset() [all …]
|
H A D | mxs-lradc-ts.c | 91 static bool mxs_lradc_check_touch_event(struct mxs_lradc_ts *ts) in mxs_lradc_check_touch_event() 97 static void mxs_lradc_map_ts_channel(struct mxs_lradc_ts *ts, unsigned int vch, in mxs_lradc_map_ts_channel() 106 static void mxs_lradc_setup_ts_channel(struct mxs_lradc_ts *ts, unsigned int ch) in mxs_lradc_setup_ts_channel() 160 static void mxs_lradc_setup_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_setup_ts_pressure() 208 static unsigned int mxs_lradc_ts_read_raw_channel(struct mxs_lradc_ts *ts, in mxs_lradc_ts_read_raw_channel() 224 static unsigned int mxs_lradc_read_ts_pressure(struct mxs_lradc_ts *ts, in mxs_lradc_read_ts_pressure() 272 static void mxs_lradc_setup_touch_detection(struct mxs_lradc_ts *ts) in mxs_lradc_setup_touch_detection() 300 static void mxs_lradc_prepare_x_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_x_pos() 326 static void mxs_lradc_prepare_y_pos(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_y_pos() 352 static void mxs_lradc_prepare_pressure(struct mxs_lradc_ts *ts) in mxs_lradc_prepare_pressure() [all …]
|
H A D | tsc200x-core.c | 114 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state() 138 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local 197 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer() local 203 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan() 211 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan() 216 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset() 226 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable() 237 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable() 252 static int tsc200x_do_selftest(struct tsc200x *ts) in tsc200x_do_selftest() 310 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local [all …]
|
H A D | himax_hx83112b.c | 84 static int himax_bus_enable_burst(struct himax_ts_data *ts) in himax_bus_enable_burst() 101 static int himax_bus_read(struct himax_ts_data *ts, u32 address, void *dst, in himax_bus_read() 133 static void himax_reset(struct himax_ts_data *ts) in himax_reset() 148 static int himax_read_product_id(struct himax_ts_data *ts, u32 *product_id) in himax_read_product_id() 161 static int himax_check_product_id(struct himax_ts_data *ts) in himax_check_product_id() 180 static int himax_input_register(struct himax_ts_data *ts) in himax_input_register() 225 static bool himax_process_event_point(struct himax_ts_data *ts, in himax_process_event_point() 245 static void himax_process_event(struct himax_ts_data *ts, in himax_process_event() 260 static bool himax_verify_checksum(struct himax_ts_data *ts, in himax_verify_checksum() 279 static int himax_read_events(struct himax_ts_data *ts, in himax_read_events() [all …]
|
H A D | ad7879.c | 135 static int ad7879_read(struct ad7879 *ts, u8 reg) in ad7879_read() 150 static int ad7879_write(struct ad7879 *ts, u8 reg, u16 val) in ad7879_write() 165 static int ad7879_report(struct ad7879 *ts) in ad7879_report() 229 static void ad7879_ts_event_release(struct ad7879 *ts) in ad7879_ts_event_release() 240 struct ad7879 *ts = from_timer(ts, t, timer); in ad7879_timer() local 247 struct ad7879 *ts = handle; in ad7879_irq() local 261 static void __ad7879_enable(struct ad7879 *ts) in __ad7879_enable() 270 static void __ad7879_disable(struct ad7879 *ts) in __ad7879_disable() 285 struct ad7879 *ts = input_get_drvdata(input); in ad7879_open() local 296 struct ad7879 *ts = input_get_drvdata(input); in ad7879_close() local [all …]
|
H A D | zforce_ts.c | 128 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command() 149 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait() 174 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait() 196 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution() 208 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency() 224 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig() 235 static int zforce_start(struct zforce_ts *ts) in zforce_start() 287 static int zforce_stop(struct zforce_ts *ts) in zforce_stop() 305 static int zforce_touch_event(struct zforce_ts *ts, u8 *payload) in zforce_touch_event() 379 static int zforce_read_packet(struct zforce_ts *ts, u8 *buf) in zforce_read_packet() [all …]
|
H A D | ilitek_ts_i2c.c | 93 static int ilitek_i2c_write_and_read(struct ilitek_ts_data *ts, in ilitek_i2c_write_and_read() 138 static void ilitek_touch_down(struct ilitek_ts_data *ts, unsigned int id, in ilitek_touch_down() 149 static int ilitek_process_and_report_v6(struct ilitek_ts_data *ts) in ilitek_process_and_report_v6() 218 static int api_protocol_set_cmd(struct ilitek_ts_data *ts, in api_protocol_set_cmd() 235 static int api_protocol_get_ptl_ver(struct ilitek_ts_data *ts, in api_protocol_get_ptl_ver() 252 static int api_protocol_get_mcu_ver(struct ilitek_ts_data *ts, in api_protocol_get_mcu_ver() 270 static int api_protocol_get_fw_ver(struct ilitek_ts_data *ts, in api_protocol_get_fw_ver() 286 static int api_protocol_get_scrn_res(struct ilitek_ts_data *ts, in api_protocol_get_scrn_res() 305 static int api_protocol_get_tp_res(struct ilitek_ts_data *ts, in api_protocol_get_tp_res() 326 static int api_protocol_get_ic_mode(struct ilitek_ts_data *ts, in api_protocol_get_ic_mode() [all …]
|
H A D | ads7846.c | 219 static int get_pendown_state(struct ads7846 *ts) in get_pendown_state() 227 static void ads7846_report_pen_up(struct ads7846 *ts) in ads7846_report_pen_up() 240 static void ads7846_stop(struct ads7846 *ts) in ads7846_stop() 252 static void ads7846_restart(struct ads7846 *ts) in ads7846_restart() 267 static void __ads7846_disable(struct ads7846 *ts) in __ads7846_disable() 279 static void __ads7846_enable(struct ads7846 *ts) in __ads7846_enable() 290 static void ads7846_disable(struct ads7846 *ts) in ads7846_disable() 305 static void ads7846_enable(struct ads7846 *ts) in ads7846_enable() 356 struct ads7846 *ts = dev_get_drvdata(dev); in ads7846_read12_ser() local 431 struct ads7846 *ts = dev_get_drvdata(dev); in ads7845_read12_ser() local [all …]
|
H A D | tsc2007_core.c | 89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 113 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local 175 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 186 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local 206 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local 214 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local 219 static int tsc2007_probe_properties(struct device *dev, struct tsc2007 *ts) in tsc2007_probe_properties() 262 static int tsc2007_probe_pdev(struct device *dev, struct tsc2007 *ts, in tsc2007_probe_pdev() 297 struct tsc2007 *ts; in tsc2007_probe() local
|
H A D | ipaq-micro-ts.c | 29 struct touchscreen_data *ts = data; in micro_ts_receive() local 46 static void micro_ts_toggle_receive(struct touchscreen_data *ts, bool enable) in micro_ts_toggle_receive() 65 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_open() local 74 struct touchscreen_data *ts = input_get_drvdata(input); in micro_ts_close() local 82 struct touchscreen_data *ts; in micro_ts_probe() local 124 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_suspend() local 133 struct touchscreen_data *ts = dev_get_drvdata(dev); in micro_ts_resume() local
|
H A D | hideep.c | 179 static int hideep_pgm_w_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_w_mem() 206 static int hideep_pgm_r_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_r_mem() 240 static int hideep_pgm_r_reg(struct hideep_ts *ts, u32 addr, u32 *val) in hideep_pgm_r_reg() 257 static int hideep_pgm_w_reg(struct hideep_ts *ts, u32 addr, u32 val) in hideep_pgm_w_reg() 302 static void hideep_pgm_set(struct hideep_ts *ts) in hideep_pgm_set() 313 static int hideep_pgm_get_pattern(struct hideep_ts *ts, u32 *pattern) in hideep_pgm_get_pattern() 341 static int hideep_enter_pgm(struct hideep_ts *ts) in hideep_enter_pgm() 370 static int hideep_nvm_unlock(struct hideep_ts *ts) in hideep_nvm_unlock() 400 static int hideep_check_status(struct hideep_ts *ts) in hideep_check_status() 417 static int hideep_program_page(struct hideep_ts *ts, u32 addr, in hideep_program_page() [all …]
|
H A D | imagis.c | 65 static int imagis_i2c_read_reg(struct imagis_ts *ts, in imagis_i2c_read_reg() 105 struct imagis_ts *ts = dev_id; in imagis_interrupt() local 169 struct imagis_ts *ts = _ts; in imagis_power_off() local 174 static int imagis_power_on(struct imagis_ts *ts) in imagis_power_on() 187 static int imagis_start(struct imagis_ts *ts) in imagis_start() 200 static int imagis_stop(struct imagis_ts *ts) in imagis_stop() 211 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_open() local 218 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_close() local 223 static int imagis_init_input_dev(struct imagis_ts *ts) in imagis_init_input_dev() 289 static int imagis_init_regulators(struct imagis_ts *ts) in imagis_init_regulators() [all …]
|
H A D | cy8ctma140.c | 55 static void cy8ctma140_report(struct cy8ctma140 *ts, u8 *data, int n_fingers) in cy8ctma140_report() 97 struct cy8ctma140 *ts = d; in cy8ctma140_irq_thread() local 143 static int cy8ctma140_init(struct cy8ctma140 *ts) in cy8ctma140_init() 171 static int cy8ctma140_power_up(struct cy8ctma140 *ts) in cy8ctma140_power_up() 187 static void cy8ctma140_power_down(struct cy8ctma140 *ts) in cy8ctma140_power_down() 196 struct cy8ctma140 *ts = d; in cy8ctma140_power_off_action() local 203 struct cy8ctma140 *ts; in cy8ctma140_probe() local 298 struct cy8ctma140 *ts = i2c_get_clientdata(client); in cy8ctma140_suspend() local 309 struct cy8ctma140 *ts = i2c_get_clientdata(client); in cy8ctma140_resume() local
|
H A D | melfas_mip4.c | 179 static int mip4_i2c_xfer(struct mip4_ts *ts, in mip4_i2c_xfer() 225 static int mip4_get_fw_version(struct mip4_ts *ts) in mip4_get_fw_version() 245 static int mip4_query_device(struct mip4_ts *ts) in mip4_query_device() 366 static int mip4_power_on(struct mip4_ts *ts) in mip4_power_on() 378 static void mip4_power_off(struct mip4_ts *ts) in mip4_power_off() 387 static void mip4_clear_input(struct mip4_ts *ts) in mip4_clear_input() 404 static int mip4_enable(struct mip4_ts *ts) in mip4_enable() 417 static void mip4_disable(struct mip4_ts *ts) in mip4_disable() 430 static void mip4_report_keys(struct mip4_ts *ts, u8 *packet) in mip4_report_keys() 465 static void mip4_report_touch(struct mip4_ts *ts, u8 *packet) in mip4_report_touch() [all …]
|
/linux/drivers/mfd/ |
H A D | ucb1x00-ts.c | 54 static inline void ucb1x00_ts_evt_add(struct ucb1x00_ts *ts, u16 pressure, u16 x, u16 y) in ucb1x00_ts_evt_add() 65 static inline void ucb1x00_ts_event_release(struct ucb1x00_ts *ts) in ucb1x00_ts_event_release() 77 static inline void ucb1x00_ts_mode_int(struct ucb1x00_ts *ts) in ucb1x00_ts_mode_int() 89 static inline unsigned int ucb1x00_ts_read_pressure(struct ucb1x00_ts *ts) in ucb1x00_ts_read_pressure() 116 static inline unsigned int ucb1x00_ts_read_xpos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xpos() 143 static inline unsigned int ucb1x00_ts_read_ypos(struct ucb1x00_ts *ts) in ucb1x00_ts_read_ypos() 169 static inline unsigned int ucb1x00_ts_read_xres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_xres() 181 static inline unsigned int ucb1x00_ts_read_yres(struct ucb1x00_ts *ts) in ucb1x00_ts_read_yres() 189 static inline int ucb1x00_ts_pen_down(struct ucb1x00_ts *ts) in ucb1x00_ts_pen_down() 206 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread() local [all …]
|
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
H A D | topaz_pcie.c | 103 static void qtnf_deassert_intx(struct qtnf_pcie_topaz_state *ts) in qtnf_deassert_intx() 113 static inline int qtnf_topaz_intx_asserted(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_intx_asserted() 121 static void qtnf_topaz_reset_ep(struct qtnf_pcie_topaz_state *ts) in qtnf_topaz_reset_ep() 129 static void setup_rx_irqs(struct qtnf_pcie_topaz_state *ts) in setup_rx_irqs() 136 static void enable_rx_irqs(struct qtnf_pcie_topaz_state *ts) in enable_rx_irqs() 143 static void disable_rx_irqs(struct qtnf_pcie_topaz_state *ts) in disable_rx_irqs() 152 struct qtnf_pcie_topaz_state *ts = arg; in qtnf_topaz_ipc_gen_ep_int() local 183 static int topaz_alloc_bd_table(struct qtnf_pcie_topaz_state *ts, in topaz_alloc_bd_table() 244 topaz_skb2rbd_attach(struct qtnf_pcie_topaz_state *ts, u16 index, u32 wrap) in topaz_skb2rbd_attach() 273 static int topaz_alloc_rx_buffers(struct qtnf_pcie_topaz_state *ts) in topaz_alloc_rx_buffers() [all …]
|
/linux/arch/sparc/vdso/ |
H A D | vclock_gettime.c | 66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime() 147 struct __kernel_old_timespec *ts) in do_realtime() 167 struct __kernel_old_timespec *ts) in do_realtime_stick() 187 struct __kernel_old_timespec *ts) in do_monotonic() 207 struct __kernel_old_timespec *ts) in do_monotonic_stick() 227 struct __kernel_old_timespec *ts) in do_realtime_coarse() 240 struct __kernel_old_timespec *ts) in do_monotonic_coarse() 254 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 282 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime_stick() 314 struct __kernel_old_timespec ts; in __vdso_gettimeofday() member [all …]
|
/linux/tools/perf/util/ |
H A D | thread-stack.c | 118 static int thread_stack__grow(struct thread_stack *ts) in thread_stack__grow() 136 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init() 178 struct thread_stack *ts = thread__ts(thread), *new_ts; in thread_stack__new() local 210 struct thread_stack *ts = thread__ts(thread); in thread__cpu_stack() local 238 static int thread_stack__push(struct thread_stack *ts, u64 ret_addr, in thread_stack__push() 257 static void thread_stack__pop(struct thread_stack *ts, u64 ret_addr) in thread_stack__pop() 278 static void thread_stack__pop_trace_end(struct thread_stack *ts) in thread_stack__pop_trace_end() 290 static bool thread_stack__in_kernel(struct thread_stack *ts) in thread_stack__in_kernel() 299 struct thread_stack *ts, size_t idx, in thread_stack__call_return() 338 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush() [all …]
|
/linux/sound/soc/meson/ |
H A D | axg-tdm-formatter.c | 30 struct axg_tdm_stream *ts, in axg_tdm_formatter_set_channel_masks() 82 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_enable() local 157 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_attach() local 179 struct axg_tdm_stream *ts = formatter->stream; in axg_tdm_formatter_dettach() local 191 struct axg_tdm_stream *ts = formatter->drv->ops->get_stream(w); in axg_tdm_formatter_power_up() local 328 int axg_tdm_stream_start(struct axg_tdm_stream *ts) in axg_tdm_stream_start() 351 void axg_tdm_stream_stop(struct axg_tdm_stream *ts) in axg_tdm_stream_stop() 369 struct axg_tdm_stream *ts; in axg_tdm_stream_alloc() local 382 void axg_tdm_stream_free(struct axg_tdm_stream *ts) in axg_tdm_stream_free() 395 int axg_tdm_stream_set_cont_clocks(struct axg_tdm_stream *ts, in axg_tdm_stream_set_cont_clocks()
|
/linux/drivers/thermal/tegra/ |
H A D | tegra30-tsensor.c | 76 struct tegra_tsensor *ts; member 90 static int tegra_tsensor_hw_enable(const struct tegra_tsensor *ts) in tegra_tsensor_hw_enable() 139 static int tegra_tsensor_hw_disable(const struct tegra_tsensor *ts) in tegra_tsensor_hw_disable() 156 const struct tegra_tsensor *ts = data; in devm_tegra_tsensor_hw_disable() local 164 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_get_temp() local 209 static int tegra_tsensor_temp_to_counter(const struct tegra_tsensor *ts, int temp) in tegra_tsensor_temp_to_counter() 222 const struct tegra_tsensor *ts = tsc->ts; in tegra_tsensor_set_trips() local 248 tegra_tsensor_handle_channel_interrupt(const struct tegra_tsensor *ts, in tegra_tsensor_handle_channel_interrupt() 270 const struct tegra_tsensor *ts = data; in tegra_tsensor_isr() local 280 static int tegra_tsensor_disable_hw_channel(const struct tegra_tsensor *ts, in tegra_tsensor_disable_hw_channel() [all …]
|
/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_BAProc.c | 26 static u8 tx_ts_delete_ba(struct rtllib_device *ieee, struct tx_ts_record *ts) in tx_ts_delete_ba() 44 static u8 rx_ts_delete_ba(struct rtllib_device *ieee, struct rx_ts_record *ts) in rx_ts_delete_ba() 223 struct rx_ts_record *ts = NULL; in rtllib_rx_add_ba_req() local 307 struct tx_ts_record *ts = NULL; in rtllib_rx_add_ba_rsp() local 433 struct rx_ts_record *ts; in rtllib_rx_DELBA() local 446 struct tx_ts_record *ts; in rtllib_rx_DELBA() local 464 void rtllib_ts_init_add_ba(struct rtllib_device *ieee, struct tx_ts_record *ts, in rtllib_ts_init_add_ba() 492 struct tx_ts_record *ts = in rtllib_ts_init_del_ba() local 502 struct rx_ts_record *ts = in rtllib_ts_init_del_ba() local 513 struct tx_ts_record *ts = from_timer(ts, t, in rtllib_ba_setup_timeout() local [all …]
|
/linux/drivers/gpio/ |
H A D | gpio-max730x.c | 50 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_input() local 78 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() 92 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_output() local 120 struct max7301 *ts = gpiochip_get_data(chip); in max7301_get() local 148 struct max7301 *ts = gpiochip_get_data(chip); in max7301_set() local 160 int __max730x_probe(struct max7301 *ts) in __max730x_probe() 225 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove() local
|
/linux/drivers/hid/ |
H A D | hid-goodix-spi.c | 110 static void *goodix_get_event_report(struct goodix_ts_data *ts, u32 addr, in goodix_get_event_report() 138 static int goodix_spi_read(struct goodix_ts_data *ts, u32 addr, in goodix_spi_read() 172 static int goodix_spi_write(struct goodix_ts_data *ts, u32 addr, in goodix_spi_write() 204 static int goodix_dev_confirm(struct goodix_ts_data *ts) in goodix_dev_confirm() 245 struct goodix_ts_data *ts = hid->driver_data; in goodix_hid_parse() local 295 struct goodix_ts_data *ts = hid->driver_data; in goodix_hid_start() local 324 struct goodix_ts_data *ts = hid->driver_data; in goodix_hid_open() local 332 struct goodix_ts_data *ts = hid->driver_data; in goodix_hid_close() local 338 static int goodix_hid_check_ack_status(struct goodix_ts_data *ts, u32 *resp_len) in goodix_hid_check_ack_status() 389 struct goodix_ts_data *ts = hid->driver_data; in goodix_hid_get_raw_report() local [all …]
|