Home
last modified time | relevance | path

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

12345678910>>...48

/kernel/linux/linux-5.10/kernel/time/
Dtick-sched.c153 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()
199 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle()
270 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick()
376 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local
398 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local
454 struct tick_sched *ts; in __tick_nohz_task_switch() local
560 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped() local
567 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu() local
599 update_ts_time_stats(int cpu, struct tick_sched *ts, ktime_t now, u64 *last_update_time) in update_ts_time_stats()
617 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle()
[all …]
/kernel/linux/linux-6.6/kernel/time/
Dtick-sched.c185 static void tick_sched_do_timer(struct tick_sched *ts, ktime_t now) in tick_sched_do_timer()
231 static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) in tick_sched_handle()
303 static bool can_stop_full_tick(int cpu, struct tick_sched *ts) in can_stop_full_tick()
447 struct tick_sched *ts; in tick_nohz_dep_set_cpu() local
469 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_dep_clear_cpu() local
524 struct tick_sched *ts; in __tick_nohz_task_switch() local
626 struct tick_sched *ts = this_cpu_ptr(&tick_cpu_sched); in tick_nohz_tick_stopped() local
633 struct tick_sched *ts = per_cpu_ptr(&tick_cpu_sched, cpu); in tick_nohz_tick_stopped_cpu() local
661 static void tick_nohz_stop_idle(struct tick_sched *ts, ktime_t now) in tick_nohz_stop_idle()
683 static void tick_nohz_start_idle(struct tick_sched *ts) in tick_nohz_start_idle()
[all …]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dgoodix.c251 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 …]
Dcyttsp_core.c78 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data()
96 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
114 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
119 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
128 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
137 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
165 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
186 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
214 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
237 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset()
[all …]
Dmxs-lradc-ts.c91 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 …]
Dimagis.c41 static int imagis_i2c_read_reg(struct imagis_ts *ts, in imagis_i2c_read_reg()
81 struct imagis_ts *ts = dev_id; in imagis_interrupt() local
138 struct imagis_ts *ts = _ts; in imagis_power_off() local
143 static int imagis_power_on(struct imagis_ts *ts) in imagis_power_on()
156 static int imagis_start(struct imagis_ts *ts) in imagis_start()
169 static int imagis_stop(struct imagis_ts *ts) in imagis_stop()
180 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_open() local
187 struct imagis_ts *ts = input_get_drvdata(dev); in imagis_input_close() local
192 static int imagis_init_input_dev(struct imagis_ts *ts) in imagis_init_input_dev()
241 static int imagis_init_regulators(struct imagis_ts *ts) in imagis_init_regulators()
[all …]
Dtsc200x-core.c114 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state()
138 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local
200 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer() local
208 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan()
216 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan()
221 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
231 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable()
244 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
260 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local
343 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local
[all …]
Dhimax_hx83112b.c66 static int himax_read_config(struct himax_ts_data *ts, u32 address, u32 *dst) in himax_read_config()
85 static void himax_reset(struct himax_ts_data *ts) in himax_reset()
100 static int himax_read_product_id(struct himax_ts_data *ts, u32 *product_id) in himax_read_product_id()
112 static int himax_check_product_id(struct himax_ts_data *ts) in himax_check_product_id()
134 static int himax_input_register(struct himax_ts_data *ts) in himax_input_register()
179 static bool himax_process_event_point(struct himax_ts_data *ts, in himax_process_event_point()
199 static void himax_process_event(struct himax_ts_data *ts, in himax_process_event()
214 static bool himax_verify_checksum(struct himax_ts_data *ts, in himax_verify_checksum()
233 static int himax_handle_input(struct himax_ts_data *ts) in himax_handle_input()
259 struct himax_ts_data *ts = dev_id; in himax_irq_handler() local
[all …]
Dipaq-micro-ts.c29 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
Dtsc2007_core.c89 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
Dad7879.c135 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 …]
Dzforce_ts.c135 static int zforce_command(struct zforce_ts *ts, u8 cmd) in zforce_command()
158 static void zforce_reset_assert(struct zforce_ts *ts) in zforce_reset_assert()
163 static void zforce_reset_deassert(struct zforce_ts *ts) in zforce_reset_deassert()
168 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) in zforce_send_wait()
206 static int zforce_command_wait(struct zforce_ts *ts, u8 cmd) in zforce_command_wait()
227 static int zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) in zforce_resolution()
239 static int zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, in zforce_scan_frequency()
255 static int zforce_setconfig(struct zforce_ts *ts, char b1) in zforce_setconfig()
266 static int zforce_start(struct zforce_ts *ts) in zforce_start()
319 static int zforce_stop(struct zforce_ts *ts) in zforce_stop()
[all …]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dcyttsp_core.c70 static int ttsp_read_block_data(struct cyttsp *ts, u8 command, in ttsp_read_block_data()
88 static int ttsp_write_block_data(struct cyttsp *ts, u8 command, in ttsp_write_block_data()
106 static int ttsp_send_command(struct cyttsp *ts, u8 cmd) in ttsp_send_command()
111 static int cyttsp_handshake(struct cyttsp *ts) in cyttsp_handshake()
120 static int cyttsp_load_bl_regs(struct cyttsp *ts) in cyttsp_load_bl_regs()
129 static int cyttsp_exit_bl_mode(struct cyttsp *ts) in cyttsp_exit_bl_mode()
157 static int cyttsp_set_operational_mode(struct cyttsp *ts) in cyttsp_set_operational_mode()
178 static int cyttsp_set_sysinfo_mode(struct cyttsp *ts) in cyttsp_set_sysinfo_mode()
206 static int cyttsp_set_sysinfo_regs(struct cyttsp *ts) in cyttsp_set_sysinfo_regs()
229 static void cyttsp_hard_reset(struct cyttsp *ts) in cyttsp_hard_reset()
[all …]
Dmxs-lradc-ts.c91 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 …]
Dgoodix.c299 static int goodix_ts_read_input_report(struct goodix_ts_data *ts, u8 *data) in goodix_ts_read_input_report()
356 static void goodix_ts_report_touch_8b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_8b()
371 static void goodix_ts_report_touch_9b(struct goodix_ts_data *ts, u8 *coor_data) in goodix_ts_report_touch_9b()
386 static void goodix_ts_report_key(struct goodix_ts_data *ts, u8 *data) in goodix_ts_report_key()
413 static void goodix_process_events(struct goodix_ts_data *ts) in goodix_process_events()
445 struct goodix_ts_data *ts = dev_id; in goodix_ts_irq_handler() local
455 static void goodix_free_irq(struct goodix_ts_data *ts) in goodix_free_irq()
460 static int goodix_request_irq(struct goodix_ts_data *ts) in goodix_request_irq()
467 static int goodix_check_cfg_8(struct goodix_ts_data *ts, const u8 *cfg, int len) in goodix_check_cfg_8()
490 static void goodix_calc_cfg_checksum_8(struct goodix_ts_data *ts) in goodix_calc_cfg_checksum_8()
[all …]
Dtsc2007_core.c88 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
112 struct tsc2007 *ts = handle; in tsc2007_soft_irq() local
176 struct tsc2007 *ts = handle; in tsc2007_hard_irq() local
187 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
198 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open() local
218 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close() local
227 struct tsc2007 *ts = i2c_get_clientdata(client); in tsc2007_get_pendown_state_gpio() local
232 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
280 static int tsc2007_probe_dt(struct i2c_client *client, struct tsc2007 *ts) in tsc2007_probe_dt()
287 static int tsc2007_probe_pdev(struct i2c_client *client, struct tsc2007 *ts, in tsc2007_probe_pdev()
[all …]
Dtsc200x-core.c112 static void tsc200x_update_pen_state(struct tsc200x *ts, in tsc200x_update_pen_state()
137 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local
199 struct tsc200x *ts = from_timer(ts, t, penup_timer); in tsc200x_penup_timer() local
207 static void tsc200x_start_scan(struct tsc200x *ts) in tsc200x_start_scan()
215 static void tsc200x_stop_scan(struct tsc200x *ts) in tsc200x_stop_scan()
220 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
230 static void __tsc200x_disable(struct tsc200x *ts) in __tsc200x_disable()
243 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
259 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local
342 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local
[all …]
Dad7879.c135 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 …]
Dipaq-micro-ts.c29 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
/kernel/linux/linux-5.10/drivers/mfd/
Ducb1x00-ts.c54 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 …]
/kernel/linux/linux-6.6/drivers/mfd/
Ducb1x00-ts.c54 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 …]
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/pcie/
Dtopaz_pcie.c103 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/
Dtopaz_pcie.c103 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 …]
/kernel/linux/linux-6.6/arch/sparc/vdso/
Dvclock_gettime.c66 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 …]
/kernel/linux/linux-5.10/arch/sparc/vdso/
Dvclock_gettime.c66 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 …]

12345678910>>...48