/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 231 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local 245 rr::FragmentPacket& packet = packets[packetNdx]; in shadeFragments() local
|
H A D | es3fStencilTests.cpp | 95 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestUtil.cpp | 207 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local 376 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 228 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local 242 rr::FragmentPacket& packet = packets[packetNdx]; in shadeFragments() local
|
H A D | es2fStencilTests.cpp | 92 rr::VertexPacket& packet = *packets[packetNdx]; in shadeVertices() local
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
H A D | cmd_loop.c | 662 packet_data_info *packet = &ctx->packet; loader_read_frame() local 698 packet_data_info *packet = &ctx->packet; loader_exe_cmd() local [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | capture_v21.c | 1571 void rkisp_mipi_v21_isr(unsigned int phy, unsigned int packet, unsigned int overflow, unsigned int state,
in rkisp_mipi_v21_isr() argument
|
H A D | capture_v30.c | 1448 void rkisp_mipi_v30_isr(unsigned int phy, unsigned int packet, unsigned int overflow, unsigned int state,
in rkisp_mipi_v30_isr() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | capture_v21.c | 1623 void rkisp_mipi_v21_isr(unsigned int phy, unsigned int packet, in rkisp_mipi_v21_isr() argument
|
H A D | capture_v30.c | 1489 void rkisp_mipi_v30_isr(unsigned int phy, unsigned int packet, in rkisp_mipi_v30_isr() argument
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-transaction.c | 165 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 D | axnet_cs.c | 961 u8 packet[ETH_ZLE in axnet_start_xmit() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 128 struct mipi_dsi_packet packet; in intel_dsi_host_transfer() local [all...] |
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | xpad.c | 1033 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 D | mousedev.c | 72 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 D | synaptics.c | 672 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 D | elantech.c | 324 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 D | elan_i2c_core.c | 946 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 D | psmouse-base.c | 128 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...] |
H A D | psmouse.h | 97 unsigned char packet[8]; member
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | zinitix.c | 171 __le16 packet[2] = {cpu_to_le16(reg), cpu_to_le16(value)}; in zinitix_write_u16() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 59 struct mipi_dsi_packet packet; member
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst.c | 1287 u8 packet[8] = { 0x00, 0x09, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00 }; in dst_tone_power_cmd() local 1421 u8 packet[8] = { 0x00, 0x08, 0x04, 0xe0, 0x10, 0x38, 0xf0, 0xec }; in dst_set_diseqc() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac4_core.c | 113 dwmac4_rx_queue_routing(struct mac_device_info *hw, u8 packet, u32 queue) dwmac4_rx_queue_routing() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | user_mad.c | 218 struct ib_umad_packet *packet in send_handler() local 183 queue_packet(struct ib_umad_file *file, struct ib_mad_agent *agent, struct ib_umad_packet *packet) queue_packet() argument 206 dequeue_send(struct ib_umad_file *file, struct ib_umad_packet *packet) dequeue_send() argument 238 struct ib_umad_packet *packet; recv_handler() local 297 copy_recv_mad(struct ib_umad_file *file, char __user *buf, struct ib_umad_packet *packet, size_t count) copy_recv_mad() argument 353 copy_send_mad(struct ib_umad_file *file, char __user *buf, struct ib_umad_packet *packet, size_t count) copy_send_mad() argument 379 struct ib_umad_packet *packet; ib_umad_read() local 465 is_duplicate(struct ib_umad_file *file, struct ib_umad_packet *packet) is_duplicate() argument 503 struct ib_umad_packet *packet; ib_umad_write() local 1038 struct ib_umad_packet *packet, *tmp; ib_umad_close() local [all...] |