Home
last modified time | relevance | path

Searched defs:packet (Results 176 - 200 of 433) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c79 struct if_spi_packet *packet, *tmp; in free_if_spi_card() local
784 if_spi_h2c(struct if_spi_card *card, struct if_spi_packet *packet, int type) if_spi_h2c() argument
852 struct if_spi_packet *packet; if_spi_host_to_card_worker() local
943 struct if_spi_packet *packet; if_spi_host_to_card() local
[all...]
H A Dif_sdio.c400 struct if_sdio_packet *packet; in if_sdio_host_to_card_worker() local
914 struct if_sdio_packet *packet; if_sdio_host_to_card() local
1141 struct if_sdio_packet *packet, *tmp; if_sdio_probe() local
1256 struct if_sdio_packet *packet, *tmp; if_sdio_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c993 u8 *packet; in xlgmac_create_skb() local
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c537 mipi_dsi_create_packet(struct mipi_dsi_packet *packet, const struct mipi_dsi_msg *msg) mipi_dsi_create_packet() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace.c45 u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet) in hfi1_trace_packet_hdr_len() argument
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-hyperv.c242 mousevsc_on_receive(struct hv_device *device, struct vmpacket_descriptor *packet) mousevsc_on_receive() argument
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dgrip_mp.c164 static int mp_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) in mp_io() argument
301 multiport_io(struct gameport* gameport, int sendflags, int sendcode, u32 *packet) multiport_io() argument
319 dig_mode_start(struct gameport *gameport, u32 *packet) dig_mode_start() argument
361 u32 packet; get_and_decode_packet() local
480 u32 packet; multiport_init() local
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsentelic.c636 static void fsp_packet_debug(struct psmouse *psmouse, unsigned char packet[]) in fsp_packet_debug() argument
677 fsp_packet_debug(struct psmouse *psmouse, unsigned char packet[]) fsp_packet_debug() argument
697 unsigned char *packet = psmouse->packet; fsp_process_byte() local
[all...]
H A Dhgpk.c306 static bool hgpk_is_byte_valid(struct psmouse *psmouse, unsigned char *packet) in hgpk_is_byte_valid() argument
344 unsigned char *packet = psmouse->packet; hgpk_process_advanced_packet() local
428 unsigned char *packet = psmouse->packet; hgpk_process_simple_packet() local
[all...]
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dhci.c431 struct nci_hcp_packet *packet; in nci_hci_data_received_cb() local
[all...]
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c856 struct hcp_packet *packet; in nfc_hci_recv_from_llc() local
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c437 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_range() local
96 cs_etm_decoder__get_packet(struct cs_etm_packet_queue *packet_queue, struct cs_etm_packet *packet) cs_etm_decoder__get_packet() argument
516 struct cs_etm_packet *packet; cs_etm_decoder__buffer_exception() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpsock_tpacket.c375 char packet[1024]; in walk_tx() local
[all...]
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.h162 struct link_packet packet; member
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_sideeffect.c1281 struct sctp_packet *packet; in sctp_cmd_interpreter() local
[all...]
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-transaction.c165 static void transmit_complete_callback(struct fw_packet *packet, in transmit_complete_callback() argument
199 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() argument
437 transmit_phy_packet_callback(struct fw_packet *packet, struct fw_card *card, int status) transmit_phy_packet_callback() argument
627 free_response_callback(struct fw_packet *packet, struct fw_card *card, int status) free_response_callback() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H A Daxnet_cs.c961 u8 packet[ETH_ZLE in axnet_start_xmit() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c128 struct mipi_dsi_packet packet; in intel_dsi_host_transfer() local
[all...]
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dxpad.c1033 struct xpad_output_packet *pkt, *packet = NULL; xpad_prepare_next_out_packet() local
1192 struct xpad_output_packet *packet = xpad_inquiry_pad_presence() local
1246 struct xpad_output_packet *packet = xpadone_ack_mode_report() local
1271 struct xpad_output_packet *packet = &xpad->out_packets[XPAD_OUT_FF_IDX]; xpad_play_effect() local
1408 struct xpad_output_packet *packet = xpad_send_led_command() local
1550 struct xpad_output_packet *packet = xpad360w_poweroff_controller() local
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A Dmousedev.c72 struct mousedev_hw_data packet; member
261 mousedev_notify_readers(struct mousedev *mousedev, struct mousedev_hw_data *packet) mousedev_notify_readers() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsynaptics.c672 static void synaptics_pass_pt_packet(struct serio *ptport, u8 *packet) in synaptics_pass_pt_packet() argument
1167 const u8 *packet = psmouse->packet; synaptics_validate_byte() local
[all...]
H A Delantech.c324 unsigned char *packet = psmouse->packet; in elantech_report_absolute_v1() local
412 unsigned char *packet = psmouse->packet; elantech_report_absolute_v2() local
509 unsigned char *packet = psmouse->packet; elantech_report_trackpoint() local
563 unsigned char *packet = psmouse->packet; elantech_report_absolute_v3() local
641 unsigned char *packet = psmouse->packet; elantech_input_sync_v4() local
656 unsigned char *packet = psmouse->packet; process_packet_status_v4() local
676 unsigned char *packet = psmouse->packet; process_packet_head_v4() local
706 unsigned char *packet = psmouse->packet; process_packet_motion_v4() local
769 unsigned char *packet = psmouse->packet; elantech_packet_check_v1() local
799 unsigned char *packet = psmouse->packet; elantech_debounce_check_v2() local
807 unsigned char *packet = psmouse->packet; elantech_packet_check_v2() local
842 unsigned char *packet = psmouse->packet; elantech_packet_check_v3() local
877 unsigned char *packet = psmouse->packet; elantech_packet_check_v4() local
[all...]
H A Delan_i2c_core.c946 static void elan_report_absolute(struct elan_tp_data *data, u8 *packet, in elan_report_absolute() argument
979 u8 *packet = &report[ETP_REPORT_ID_OFFSET + 1]; in elan_report_trackpoint() local
882 elan_report_contact(struct elan_tp_data *data, int contact_num, bool contact_valid, bool high_precision, u8 *packet, u8 *finger_data) elan_report_contact() argument
[all...]
H A Dpsmouse-base.c128 void psmouse_report_standard_motion(struct input_dev *dev, u8 *packet) in psmouse_report_standard_motion() argument
139 void psmouse_report_standard_packet(struct input_dev *dev, u8 *packet) in psmouse_report_standard_packet() argument
152 u8 *packet = psmouse->packet; psmouse_process_byte() local
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dzinitix.c171 __le16 packet[2] = {cpu_to_le16(reg), cpu_to_le16(value)}; in zinitix_write_u16() local

Completed in 33 milliseconds

12345678910>>...18