Searched defs:ts (Results 326 - 350 of 629) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/input/touchscreen/
H A Dilitek_ts_i2c.c92 static int ilitek_i2c_write_and_read(struct ilitek_ts_data *ts, argument
137 static void ilitek_touch_down(struct ilitek_ts_data *ts, unsigned int id, argument
148 static int ilitek_process_and_report_v6(struct ilitek_ts_data *ts) argument
213 api_protocol_set_cmd(struct ilitek_ts_data *ts, u16 idx, u8 *inbuf, u8 *outbuf) argument
230 api_protocol_get_ptl_ver(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
247 api_protocol_get_mcu_ver(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
265 api_protocol_get_fw_ver(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
281 api_protocol_get_scrn_res(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
300 api_protocol_get_tp_res(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
321 api_protocol_get_ic_mode(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
336 api_protocol_set_ic_sleep(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
345 api_protocol_set_ic_wake(struct ilitek_ts_data *ts, u16 cmd, u8 *inbuf, u8 *outbuf) argument
391 ilitek_reset(struct ilitek_ts_data *ts, int delay) argument
401 ilitek_protocol_init(struct ilitek_ts_data *ts) argument
422 ilitek_read_tp_info(struct ilitek_ts_data *ts, bool boot) argument
457 ilitek_input_dev_init(struct device *dev, struct ilitek_ts_data *ts) argument
497 struct ilitek_ts_data *ts = dev_id; local
513 struct ilitek_ts_data *ts = i2c_get_clientdata(client); local
528 struct ilitek_ts_data *ts = i2c_get_clientdata(client); local
544 struct ilitek_ts_data *ts; local
601 struct ilitek_ts_data *ts = i2c_get_clientdata(client); local
618 struct ilitek_ts_data *ts = i2c_get_clientdata(client); local
[all...]
H A Dzforce_ts.c137 static int zforce_command(struct zforce_ts *ts, u8 cmd) argument
160 static void zforce_reset_assert(struct zforce_ts *ts) argument
165 static void zforce_reset_deassert(struct zforce_ts *ts) argument
170 static int zforce_send_wait(struct zforce_ts *ts, const char *buf, int len) argument
208 zforce_command_wait(struct zforce_ts *ts, u8 cmd) argument
229 zforce_resolution(struct zforce_ts *ts, u16 x, u16 y) argument
241 zforce_scan_frequency(struct zforce_ts *ts, u16 idle, u16 finger, u16 stylus) argument
257 zforce_setconfig(struct zforce_ts *ts, char b1) argument
268 zforce_start(struct zforce_ts *ts) argument
320 zforce_stop(struct zforce_ts *ts) argument
338 zforce_touch_event(struct zforce_ts *ts, u8 *payload) argument
415 zforce_read_packet(struct zforce_ts *ts, u8 *buf) argument
457 zforce_complete(struct zforce_ts *ts, int cmd, int result) argument
472 struct zforce_ts *ts = dev_id; local
483 struct zforce_ts *ts = dev_id; local
592 struct zforce_ts *ts = input_get_drvdata(dev); local
599 struct zforce_ts *ts = input_get_drvdata(dev); local
613 struct zforce_ts *ts = i2c_get_clientdata(client); local
658 struct zforce_ts *ts = i2c_get_clientdata(client); local
697 struct zforce_ts *ts = data; local
730 struct zforce_ts *ts; local
[all...]
/linux-master/arch/um/kernel/
H A Dtime.c785 void read_persistent_clock64(struct timespec64 *ts) argument
/linux-master/drivers/net/ethernet/ti/
H A Dcpts.c241 cpts_ptp_gettimeex(struct ptp_clock_info *ptp, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
260 cpts_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
/linux-master/net/ipv6/
H A Dioam6.c703 struct timespec64 ts; local
/linux-master/drivers/ptp/
H A Dptp_fc3.c360 static int _idtfc3_gettime(struct idtfc3 *idtfc3, struct timespec64 *ts) argument
373 static int idtfc3_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
385 static int _idtfc3_settime(struct idtfc3 *idtfc3, const struct timespec64 *ts) argument
408 static int idtfc3_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.c390 struct ath11k_dp_htt_wbm_tx_status ts = {0}; local
315 ath11k_dp_tx_htt_tx_complete_buf(struct ath11k_base *ab, struct dp_tx_ring *tx_ring, struct ath11k_dp_htt_wbm_tx_status *ts) argument
430 ath11k_dp_tx_cache_peer_stats(struct ath11k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) argument
447 ath11k_dp_tx_update_txcompl(struct ath11k *ar, struct hal_tx_status *ts) argument
546 ath11k_dp_tx_complete_msdu(struct ath11k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) argument
647 ath11k_dp_tx_status_parse(struct ath11k_base *ab, struct hal_wbm_release_ring *desc, struct hal_tx_status *ts) argument
685 struct hal_tx_status ts = { 0 }; local
[all...]
/linux-master/drivers/gpu/drm/scheduler/
H A Dsched_main.c166 void drm_sched_rq_update_fifo(struct drm_sched_entity *entity, ktime_t ts) argument
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c1267 struct timespec64 ts; /* timespec in inode */ local
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_drv.c46 dma_addr_t hantro_get_ref(struct hantro_ctx *ctx, u64 ts) argument
/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec.h41 u64 ts; member in struct:amvdec_timestamp
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_buffer.c381 s64 ts = 0; local
533 st_lsm6dsx_push_tagged_data(struct st_lsm6dsx_hw *hw, u8 tag, u8 *data, s64 ts) argument
609 s64 ts = 0; local
[all...]
/linux-master/net/9p/
H A Dtrans_fd.c225 struct p9_trans_fd *ts = NULL; local
253 struct p9_trans_fd *ts = NULL; local
421 struct p9_trans_fd *ts = NULL; local
586 struct p9_trans_fd *ts = client->trans; local
668 struct p9_trans_fd *ts = client->trans; local
698 struct p9_trans_fd *ts = client->trans; local
719 struct p9_trans_fd *ts = client->trans; local
828 struct p9_trans_fd *ts = kzalloc(sizeof(struct p9_trans_fd), local
936 struct p9_trans_fd *ts; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c841 struct timespec64 ts; local
/linux-master/kernel/irq/
H A Dinternals.h376 static __always_inline void irq_timings_push(u64 ts, int irq) argument
/linux-master/kernel/rcu/
H A Dtree_stall.h301 struct task_struct *ts[8]; variable in typeref:struct:task_struct
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c297 u64 ts = 0; local
369 struct timespec64 ts; local
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.c414 struct ath12k_dp_htt_wbm_tx_status ts = {0}; local
369 ath12k_dp_tx_htt_tx_complete_buf(struct ath12k_base *ab, struct sk_buff *msdu, struct dp_tx_ring *tx_ring, struct ath12k_dp_htt_wbm_tx_status *ts) argument
446 ath12k_dp_tx_complete_msdu(struct ath12k *ar, struct sk_buff *msdu, struct hal_tx_status *ts) argument
507 ath12k_dp_tx_status_parse(struct ath12k_base *ab, struct hal_wbm_completion_ring_tx *desc, struct hal_tx_status *ts) argument
539 struct hal_tx_status ts = { 0 }; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c749 u64 ts = get_cqe_ts(cqe); local
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c112 static int bnxt_hwrm_port_ts_query(struct bnxt *bp, u32 flags, u64 *ts, argument
416 struct timespec64 ts; local
59 bnxt_ptp_settime(struct ptp_clock_info *ptp_info, const struct timespec64 *ts) argument
145 bnxt_ptp_gettimex(struct ptp_clock_info *ptp_info, struct timespec64 *ts, struct ptp_system_timestamp *sts) argument
682 u64 ts = 0, ns = 0; local
753 bnxt_get_rx_ts_p5(struct bnxt *bp, u64 *ts, u32 pkt_ts) argument
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_scsi_host.c39 struct task_status_struct *ts = &task->task_status; local
/linux-master/io_uring/
H A Drw.c500 void io_req_rw_complete(struct io_kiocb *req, struct io_tw_state *ts) argument
H A Dpoll.c153 static void io_poll_tw_hash_eject(struct io_kiocb *req, struct io_tw_state *ts) argument
264 static int io_poll_check_events(struct io_kiocb *req, struct io_tw_state *ts) argument
353 void io_poll_task_func(struct io_kiocb *req, struct io_tw_state *ts) argument
[all...]
/linux-master/net/ipv4/
H A Dip_tunnel_core.c653 ip_tun_build_state(struct net *net, struct nlattr *attr, unsigned int family, const void *cfg, struct lwtunnel_state **ts, struct netlink_ext_ack *extack) argument
947 ip6_tun_build_state(struct net *net, struct nlattr *attr, unsigned int family, const void *cfg, struct lwtunnel_state **ts, struct netlink_ext_ack *extack) argument
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c242 struct scm_timestamping *ts; local
[all...]

Completed in 298 milliseconds

<<11121314151617181920>>