Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.c52 void net_rx_pkt_init(struct NetRxPkt **pkt) in net_rx_pkt_init()
60 void net_rx_pkt_uninit(struct NetRxPkt *pkt) in net_rx_pkt_uninit()
69 struct virtio_net_hdr *net_rx_pkt_get_vhdr(struct NetRxPkt *pkt) in net_rx_pkt_get_vhdr()
76 net_rx_pkt_iovec_realloc(struct NetRxPkt *pkt, in net_rx_pkt_iovec_realloc()
87 net_rx_pkt_pull_data(struct NetRxPkt *pkt, in net_rx_pkt_pull_data()
118 void net_rx_pkt_attach_iovec(struct NetRxPkt *pkt, in net_rx_pkt_attach_iovec()
138 void net_rx_pkt_attach_iovec_ex(struct NetRxPkt *pkt, in net_rx_pkt_attach_iovec_ex()
157 void net_rx_pkt_dump(struct NetRxPkt *pkt) in net_rx_pkt_dump()
167 void net_rx_pkt_set_packet_type(struct NetRxPkt *pkt, in net_rx_pkt_set_packet_type()
176 eth_pkt_types_e net_rx_pkt_get_packet_type(struct NetRxPkt *pkt) in net_rx_pkt_get_packet_type()
[all …]
H A Dnet_tx_pkt.c64 void net_tx_pkt_init(struct NetTxPkt **pkt, uint32_t max_frags) in net_tx_pkt_init()
82 void net_tx_pkt_uninit(struct NetTxPkt *pkt) in net_tx_pkt_uninit()
91 void net_tx_pkt_update_ip_hdr_checksum(struct NetTxPkt *pkt) in net_tx_pkt_update_ip_hdr_checksum()
105 void net_tx_pkt_update_ip_checksums(struct NetTxPkt *pkt) in net_tx_pkt_update_ip_checksums()
139 bool net_tx_pkt_update_sctp_checksum(struct NetTxPkt *pkt) in net_tx_pkt_update_sctp_checksum()
160 static void net_tx_pkt_calculate_hdr_len(struct NetTxPkt *pkt) in net_tx_pkt_calculate_hdr_len()
166 static bool net_tx_pkt_parse_headers(struct NetTxPkt *pkt) in net_tx_pkt_parse_headers()
279 static void net_tx_pkt_rebuild_payload(struct NetTxPkt *pkt) in net_tx_pkt_rebuild_payload()
288 bool net_tx_pkt_parse(struct NetTxPkt *pkt) in net_tx_pkt_parse()
298 struct virtio_net_hdr *net_tx_pkt_get_vhdr(struct NetTxPkt *pkt) in net_tx_pkt_get_vhdr()
[all …]
/openbmc/linux/net/caif/
H A Dcfpkt_skbuff.c17 #define PKT_ERROR(pkt, errmsg) \ argument
45 static inline struct cfpkt_priv_data *cfpkt_priv(struct cfpkt *pkt) in cfpkt_priv()
50 static inline bool is_erronous(struct cfpkt *pkt) in is_erronous()
55 static inline struct sk_buff *pkt_to_skb(struct cfpkt *pkt) in pkt_to_skb()
67 struct cfpkt *pkt = skb_to_pkt(nativepkt); in cfpkt_fromnative() local
73 void *cfpkt_tonative(struct cfpkt *pkt) in cfpkt_tonative()
96 void cfpkt_destroy(struct cfpkt *pkt) in cfpkt_destroy()
102 inline bool cfpkt_more(struct cfpkt *pkt) in cfpkt_more()
108 int cfpkt_peek_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_peek_head()
119 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len) in cfpkt_extr_head()
[all …]
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.c29 static void vpu_session_handle_start_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_start_done()
34 static void vpu_session_handle_mem_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_mem_request()
58 static void vpu_session_handle_stop_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_stop_done()
65 static void vpu_session_handle_seq_hdr(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_seq_hdr()
77 static void vpu_session_handle_resolution_change(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_resolution_change()
82 static void vpu_session_handle_enc_frame_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_enc_frame_done()
92 static void vpu_session_handle_frame_request(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_request()
100 static void vpu_session_handle_frame_release(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_frame_release()
118 static void vpu_session_handle_input_done(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_input_done()
124 static void vpu_session_handle_pic_decoded(struct vpu_inst *inst, struct vpu_rpc_event *pkt) in vpu_session_handle_pic_decoded()
[all …]
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h34 static inline struct sk_buff *PKT_TO_SKB(struct rxe_pkt_info *pkt) in PKT_TO_SKB()
280 static inline u8 bth_opcode(struct rxe_pkt_info *pkt) in bth_opcode()
285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode()
290 static inline u8 bth_se(struct rxe_pkt_info *pkt) in bth_se()
295 static inline void bth_set_se(struct rxe_pkt_info *pkt, int se) in bth_set_se()
300 static inline u8 bth_mig(struct rxe_pkt_info *pkt) in bth_mig()
305 static inline void bth_set_mig(struct rxe_pkt_info *pkt, u8 mig) in bth_set_mig()
310 static inline u8 bth_pad(struct rxe_pkt_info *pkt) in bth_pad()
315 static inline void bth_set_pad(struct rxe_pkt_info *pkt, u8 pad) in bth_set_pad()
320 static inline u8 bth_tver(struct rxe_pkt_info *pkt) in bth_tver()
[all …]
H A Drxe_resp.c53 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_resp_queue_pkt() local
81 struct rxe_pkt_info *pkt) in check_psn()
125 struct rxe_pkt_info *pkt) in check_op_seq()
215 struct rxe_pkt_info *pkt) in check_qp_attr_access()
239 struct rxe_pkt_info *pkt) in check_op_valid()
321 struct rxe_pkt_info *pkt) in check_resource()
349 struct rxe_pkt_info *pkt) in rxe_resp_check_length()
414 static void qp_resp_from_reth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_reth()
428 static void qp_resp_from_atmeth(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in qp_resp_from_atmeth()
441 struct rxe_pkt_info *pkt) in check_rkey()
[all …]
H A Drxe_recv.c13 static int check_type_state(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_type_state()
75 static int check_keys(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_keys()
100 static int check_addr(struct rxe_dev *rxe, struct rxe_pkt_info *pkt, in check_addr()
135 static int hdr_check(struct rxe_pkt_info *pkt) in hdr_check()
182 static inline void rxe_rcv_pkt(struct rxe_pkt_info *pkt, struct sk_buff *skb) in rxe_rcv_pkt()
192 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv_mcast_pkt() local
286 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_chk_dgid() local
319 struct rxe_pkt_info *pkt = SKB_TO_PKT(skb); in rxe_rcv() local
H A Drxe_comp.c147 struct rxe_pkt_info *pkt, in get_wqe()
182 struct rxe_pkt_info *pkt, in check_psn()
225 struct rxe_pkt_info *pkt, in check_ack()
364 struct rxe_pkt_info *pkt, in do_read()
384 struct rxe_pkt_info *pkt, in do_atomic()
509 struct rxe_pkt_info *pkt, in complete_ack()
533 struct rxe_pkt_info *pkt, in complete_wqe()
614 static void free_pkt(struct rxe_pkt_info *pkt) in free_pkt()
652 struct rxe_pkt_info *pkt = NULL; in rxe_completer() local
/openbmc/linux/include/linux/soc/mediatek/
H A Dmtk-cmdq.h302 static inline void cmdq_pkt_destroy(struct cmdq_pkt *pkt) { } in cmdq_pkt_destroy()
304 static inline int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
309 static inline int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
315 static inline int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_read_s()
321 static inline int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s()
327 static inline int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s_mask()
333 static inline int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_value()
339 static inline int cmdq_pkt_write_s_mask_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_mask_value()
345 static inline int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear) in cmdq_pkt_wfe()
350 static inline int cmdq_pkt_clear_event(struct cmdq_pkt *pkt, u16 event) in cmdq_pkt_clear_event()
[all …]
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c23 struct hfi_msg_event_notify_pkt *pkt) in event_seq_changed()
132 struct hfi_msg_event_notify_pkt *pkt) in event_release_buffer_ref()
150 struct hfi_msg_event_notify_pkt *pkt) in event_sys_error()
163 struct hfi_msg_event_notify_pkt *pkt) in event_session_error()
195 struct hfi_msg_event_notify_pkt *pkt = packet; in hfi_event_notify() local
223 struct hfi_msg_sys_init_done_pkt *pkt = packet; in hfi_sys_init_done() local
252 struct hfi_msg_sys_property_info_pkt *pkt) in sys_get_prop_image_version()
303 struct hfi_msg_sys_property_info_pkt *pkt = packet; in hfi_sys_property_info() local
325 struct hfi_msg_sys_release_resource_done_pkt *pkt = packet; in hfi_sys_rel_resource_done() local
334 struct hfi_msg_sys_ping_ack_pkt *pkt = packet; in hfi_sys_ping_done() local
[all …]
H A Dhfi_cmds.c14 void pkt_sys_init(struct hfi_sys_init_pkt *pkt, u32 arch_type) in pkt_sys_init()
21 void pkt_sys_pc_prep(struct hfi_sys_pc_prep_pkt *pkt) in pkt_sys_pc_prep()
27 void pkt_sys_idle_indicator(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_idle_indicator()
38 void pkt_sys_debug_config(struct hfi_sys_set_property_pkt *pkt, u32 mode, in pkt_sys_debug_config()
52 void pkt_sys_coverage_config(struct hfi_sys_set_property_pkt *pkt, u32 mode) in pkt_sys_coverage_config()
61 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi) in pkt_sys_ubwc_config()
70 int pkt_sys_set_resource(struct hfi_sys_set_resource_pkt *pkt, u32 id, u32 size, in pkt_sys_set_resource()
97 int pkt_sys_unset_resource(struct hfi_sys_release_resource_pkt *pkt, u32 id, in pkt_sys_unset_resource()
118 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
125 void pkt_sys_power_control(struct hfi_sys_set_property_pkt *pkt, u32 enable) in pkt_sys_power_control()
[all …]
H A Dhfi_venus.c237 struct iface_queue *queue, void *pkt, u32 *tx_req) in venus_read_queue()
382 void *pkt, bool sync) in venus_iface_cmdq_write_nolock()
421 static int venus_iface_cmdq_write(struct venus_hfi_device *hdev, void *pkt, bool sync) in venus_iface_cmdq_write()
436 struct hfi_sys_set_resource_pkt *pkt; in venus_hfi_core_set_resource() local
678 void *pkt) in venus_iface_msgq_read_nolock()
699 static int venus_iface_msgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_msgq_read()
711 void *pkt) in venus_iface_dbgq_read_nolock()
733 static int venus_iface_dbgq_read(struct venus_hfi_device *hdev, void *pkt) in venus_iface_dbgq_read()
847 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_debug() local
859 struct hfi_sys_set_property_pkt *pkt; in venus_sys_set_coverage() local
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dviohs.c50 struct vio_ver_info pkt; in send_version() local
163 struct vio_msg_tag *pkt = arg; in process_unknown() local
180 struct vio_dring_register pkt; in send_dreg() member
220 struct vio_rdx pkt; in send_rdx() local
256 struct vio_ver_info *pkt) in process_ver_info()
312 struct vio_ver_info *pkt) in process_ver_ack()
345 struct vio_ver_info *pkt) in process_ver_nack()
364 static int process_ver(struct vio_driver_state *vio, struct vio_ver_info *pkt) in process_ver()
381 static int process_attr(struct vio_driver_state *vio, void *pkt) in process_attr()
428 struct vio_dring_register *pkt) in process_dreg_info()
[all …]
/openbmc/linux/drivers/soc/mediatek/
H A Dmtk-cmdq-helper.c111 struct cmdq_pkt *pkt; in cmdq_pkt_create() local
142 void cmdq_pkt_destroy(struct cmdq_pkt *pkt) in cmdq_pkt_destroy()
153 static int cmdq_pkt_append_command(struct cmdq_pkt *pkt, in cmdq_pkt_append_command()
180 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write()
193 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask()
215 int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, u16 addr_low, in cmdq_pkt_read_s()
230 int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s()
245 int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s_mask()
268 int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_value()
282 int cmdq_pkt_write_s_mask_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_mask_value()
[all …]
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c22 void usbhs_pkt_init(struct usbhs_pkt *pkt) in usbhs_pkt_init()
30 static int usbhsf_null_handle(struct usbhs_pkt *pkt, int *is_done) in usbhsf_null_handle()
45 void usbhs_pkt_push(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt, in usbhs_pkt_push()
47 struct usbhs_pkt *pkt), in usbhs_pkt_push()
87 static void __usbhsf_pkt_del(struct usbhs_pkt *pkt) in __usbhsf_pkt_del()
106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop()
159 struct usbhs_pkt *pkt; in usbhsf_pkt_handler() local
357 static int usbhs_dcp_dir_switch_to_write(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_write()
386 static int usbhs_dcp_dir_switch_to_read(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_to_read()
414 static int usbhs_dcp_dir_switch_done(struct usbhs_pkt *pkt, int *is_done) in usbhs_dcp_dir_switch_done()
[all …]
/openbmc/qemu/net/
H A Dcolo.c43 int parse_packet_early(Packet *pkt) in parse_packet_early()
101 Packet *pkt, bool reverse) in extract_ip_and_port()
116 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse) in fill_connection_key()
167 Packet *pkt = g_slice_new0(Packet); in packet_new() local
183 Packet *pkt = g_slice_new0(Packet); in packet_new_nocopy() local
195 Packet *pkt = opaque; in packet_destroy() local
203 Packet *pkt = opaque; in packet_destroy_partial() local
/openbmc/qemu/target/hexagon/mmvec/
H A Ddecode_ext_mmvec.c27 check_new_value(Packet *pkt) in check_new_value()
99 decode_mmvec_move_cvi_to_end(Packet *pkt, int max) in decode_mmvec_move_cvi_to_end()
125 decode_shuffle_for_execution_vops(Packet *pkt) in decode_shuffle_for_execution_vops()
171 check_for_vhist(Packet *pkt) in check_for_vhist()
211 void mmvec_ext_decode_checks(Packet *pkt, bool disas_only) in mmvec_ext_decode_checks()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables_ipv4.h8 static inline void nft_set_pktinfo_ipv4(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4()
19 static inline int __nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt) in __nft_set_pktinfo_ipv4_validate()
51 static inline void nft_set_pktinfo_ipv4_validate(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4_validate()
57 static inline int nft_set_pktinfo_ipv4_ingress(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv4_ingress()
H A Dnf_tables_ipv6.h9 static inline void nft_set_pktinfo_ipv6(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6()
27 static inline int __nft_set_pktinfo_ipv6_validate(struct nft_pktinfo *pkt) in __nft_set_pktinfo_ipv6_validate()
65 static inline void nft_set_pktinfo_ipv6_validate(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6_validate()
71 static inline int nft_set_pktinfo_ipv6_ingress(struct nft_pktinfo *pkt) in nft_set_pktinfo_ipv6_ingress()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c33 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_error() local
46 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_csa() local
75 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_spectrum_measure_notif() local
92 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_sleep_notif() local
102 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_pm_debug_statistics_notif() local
112 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_beacon_notif() local
348 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_statistics() local
448 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_reply_statistics() local
471 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_card_state_notif() local
522 struct iwl_rx_packet *pkt = rxb_addr(rxb); in iwlagn_rx_missed_beacon_notif() local
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_tables_core.c44 static noinline void __nft_trace_packet(const struct nft_pktinfo *pkt, in __nft_trace_packet()
58 static inline void nft_trace_packet(const struct nft_pktinfo *pkt, in nft_trace_packet()
70 static inline void nft_trace_copy_nftrace(const struct nft_pktinfo *pkt, in nft_trace_copy_nftrace()
111 static noinline void __nft_trace_verdict(const struct nft_pktinfo *pkt, in __nft_trace_verdict()
138 static inline void nft_trace_verdict(const struct nft_pktinfo *pkt, in nft_trace_verdict()
149 const struct nft_pktinfo *pkt) in nft_payload_fast_eval()
182 const struct nft_pktinfo *pkt) in nft_update_chain_stats()
208 struct nft_pktinfo *pkt) in expr_call_ops_eval()
253 nft_do_chain(struct nft_pktinfo *pkt, void *priv) in nft_do_chain()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhwmon.c571 struct cpucp_packet pkt; in hl_get_temperature() local
603 struct cpucp_packet pkt; in hl_set_temperature() local
628 struct cpucp_packet pkt; in hl_get_voltage() local
657 struct cpucp_packet pkt; in hl_get_current() local
686 struct cpucp_packet pkt; in hl_get_fan_speed() local
715 struct cpucp_packet pkt; in hl_get_pwm_info() local
744 struct cpucp_packet pkt; in hl_set_pwm_info() local
767 struct cpucp_packet pkt; in hl_set_voltage() local
792 struct cpucp_packet pkt; in hl_set_current() local
817 struct cpucp_packet pkt; in hl_set_power() local
[all …]
/openbmc/qemu/target/hexagon/
H A Dtranslate.c156 Packet *pkt = ctx->pkt; in gen_end_tb() local
199 static void print_pkt(Packet *pkt) in print_pkt()
206 #define HEX_DEBUG_PRINT_PKT(pkt) \ argument
249 static bool check_for_attrib(Packet *pkt, int attrib) in check_for_attrib()
259 static bool need_slot_cancelled(Packet *pkt) in need_slot_cancelled()
274 Packet *pkt = ctx->pkt; in need_next_PC() local
346 static bool pkt_raises_exception(Packet *pkt) in pkt_raises_exception()
357 Packet *pkt = ctx->pkt; in need_commit() local
407 Packet *pkt = ctx->pkt; in analyze_packet() local
426 Packet *pkt = ctx->pkt; in gen_start_packet() local
[all …]
/openbmc/linux/include/net/caif/
H A Dcfpkt.h35 static inline u8 cfpkt_extr_head_u8(struct cfpkt *pkt) in cfpkt_extr_head_u8()
44 static inline u16 cfpkt_extr_head_u16(struct cfpkt *pkt) in cfpkt_extr_head_u16()
53 static inline u32 cfpkt_extr_head_u32(struct cfpkt *pkt) in cfpkt_extr_head_u32()
/openbmc/linux/drivers/input/touchscreen/
H A Dusbtouchscreen.c264 static int e2i_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in e2i_read_data()
332 static int egalax_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in egalax_read_data()
376 static int etouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in etouch_read_data()
411 static int panjit_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in panjit_read_data()
433 static int mtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in mtouch_read_data()
582 static int itm_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in itm_read_data()
619 static int eturbo_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in eturbo_read_data()
650 static int gunze_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in gunze_read_data()
736 static int dmc_tsc10_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in dmc_tsc10_read_data()
751 static int irtouch_read_data(struct usbtouch_usb *dev, unsigned char *pkt) in irtouch_read_data()
[all …]

12345678910>>...17