| /drivers/staging/media/atomisp/pci/runtime/isys/src/ |
| A D | virtual_isys.c | 341 csi_mipi_packet_type_t packet_type; in create_input_system_input_port() local 350 me->csi_rx.packet_type = packet_type; in create_input_system_input_port() 354 packet_type, in create_input_system_input_port() 365 me->csi_rx.packet_type = packet_type; in create_input_system_input_port() 369 packet_type, in create_input_system_input_port() 381 me->csi_rx.packet_type = packet_type; in create_input_system_input_port() 385 packet_type, in create_input_system_input_port() 405 me->metadata.packet_type, in create_input_system_input_port() 418 me->csi_rx.packet_type, in destroy_input_system_input_port() 426 me->metadata.packet_type, in destroy_input_system_input_port() [all …]
|
| A D | csi_rx_rmgr.c | 34 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_acquire() argument 44 assert((packet_type == CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_acquire() 45 (packet_type == CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_acquire() 50 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire() 63 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire() 84 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_release() argument 93 assert((packet_type >= CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_release() 94 (packet_type <= CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_release() 97 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_release() 110 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) in ia_css_isys_csi_rx_lut_rmgr_release()
|
| /drivers/media/usb/gspca/ |
| A D | sq905c.c | 128 int packet_type; in sq905c_dostream() local 159 packet_type = FIRST_PACKET; in sq905c_dostream() 160 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream() 176 packet_type = LAST_PACKET; in sq905c_dostream() 178 packet_type = INTER_PACKET; in sq905c_dostream() 179 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
|
| A D | sq905.c | 205 int packet_type; in sq905_dostream() local 246 packet_type = FIRST_PACKET; in sq905_dostream() 253 packet_type = LAST_PACKET; in sq905_dostream() 255 packet_type = INTER_PACKET; in sq905_dostream() 257 gspca_frame_add(gspca_dev, packet_type, in sq905_dostream() 261 if (packet_type == FIRST_PACKET && in sq905_dostream()
|
| A D | jl2005bcd.c | 313 int packet_type; in jl2005c_dostream() local 355 packet_type = FIRST_PACKET; in jl2005c_dostream() 356 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream() 374 packet_type = LAST_PACKET; in jl2005c_dostream() 377 packet_type = INTER_PACKET; in jl2005c_dostream() 378 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
|
| A D | jeilinj.c | 264 int packet_type; in sd_pkt_scan() local 291 packet_type = LAST_PACKET; in sd_pkt_scan() 293 packet_type = INTER_PACKET; in sd_pkt_scan() 294 gspca_frame_add(gspca_dev, packet_type, in sd_pkt_scan()
|
| A D | gspca.c | 385 enum gspca_packet_type packet_type, in gspca_frame_add() argument 392 gspca_dbg(gspca_dev, D_PACK, "add t:%d l:%d\n", packet_type, len); in gspca_frame_add() 399 if (packet_type == FIRST_PACKET) { in gspca_frame_add() 411 if (packet_type == LAST_PACKET) { in gspca_frame_add() 412 gspca_dev->last_packet_type = packet_type; in gspca_frame_add() 428 packet_type = DISCARD_PACKET; in gspca_frame_add() 441 gspca_dev->last_packet_type = packet_type; in gspca_frame_add() 446 if (packet_type == LAST_PACKET) { in gspca_frame_add()
|
| /drivers/scsi/fcoe/ |
| A D | fcoe.h | 69 struct packet_type fcoe_packet_type; 70 struct packet_type fip_packet_type; 71 struct packet_type fip_vlan_packet_type;
|
| /drivers/input/mouse/ |
| A D | elantech.c | 490 int packet_type) in elantech_report_trackpoint() argument 559 int packet_type) in elantech_report_absolute_v3() argument 586 if (packet_type == PACKET_V3_HEAD) { in elantech_report_absolute_v3() 744 int packet_type) in elantech_report_absolute_v4() argument 746 switch (packet_type) { in elantech_report_absolute_v4() 878 unsigned char packet_type = packet[3] & 0x03; in elantech_packet_check_v4() local 906 switch (packet_type) { in elantech_packet_check_v4() 926 int packet_type; in elantech_process_byte() local 954 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte() 955 switch (packet_type) { in elantech_process_byte() [all …]
|
| A D | sentelic.c | 641 const char *packet_type = "UNKNOWN"; in fsp_packet_debug() local 647 packet_type = "Absolute"; in fsp_packet_debug() 652 packet_type = "Normal"; in fsp_packet_debug() 655 packet_type = "Notify"; in fsp_packet_debug() 658 packet_type = "Normal-OPC"; in fsp_packet_debug() 667 jiffies_msec, packet_type, in fsp_packet_debug()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_fid.c | 74 enum mlxsw_sp_flood_type packet_type; member 352 enum mlxsw_sp_flood_type packet_type) in mlxsw_sp_fid_flood_table_lookup() argument 361 if (flood_table->packet_type != packet_type) in mlxsw_sp_fid_flood_table_lookup() 1209 enum mlxsw_sp_flood_type packet_type = flood_table->packet_type; in mlxsw_sp_fid_flood_table_init_ctl() local 1286 .packet_type = MLXSW_SP_FLOOD_TYPE_UC, 1291 .packet_type = MLXSW_SP_FLOOD_TYPE_MC, 1296 .packet_type = MLXSW_SP_FLOOD_TYPE_BC, 1311 .packet_type = MLXSW_SP_FLOOD_TYPE_UC, 1315 .packet_type = MLXSW_SP_FLOOD_TYPE_NOT_UC, 1329 .packet_type = MLXSW_SP_FLOOD_TYPE_ANY, [all …]
|
| A D | spectrum_switchdev.c | 721 enum mlxsw_sp_flood_type packet_type, in mlxsw_sp_port_bridge_vlan_flood_set() argument 731 packet_type, in mlxsw_sp_port_bridge_vlan_flood_set() 742 enum mlxsw_sp_flood_type packet_type, in mlxsw_sp_bridge_port_flood_table_set() argument 751 packet_type, in mlxsw_sp_bridge_port_flood_table_set() 763 packet_type, !member); in mlxsw_sp_bridge_port_flood_table_set() 769 enum mlxsw_sp_flood_type packet_type, in mlxsw_sp_bridge_vlans_flood_set() argument 780 packet_type, local_port, member); in mlxsw_sp_bridge_vlans_flood_set() 793 mlxsw_sp_fid_flood_set(mlxsw_sp_port_vlan->fid, packet_type, in mlxsw_sp_bridge_vlans_flood_set() 802 enum mlxsw_sp_flood_type packet_type, in mlxsw_sp_bridge_ports_flood_table_set() argument 820 mlxsw_sp_bridge_vlans_flood_set(bridge_vlan, packet_type, in mlxsw_sp_bridge_ports_flood_table_set() [all …]
|
| /drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
| A D | ia_css_isys.h | 122 csi_mipi_packet_type_t packet_type, 127 csi_mipi_packet_type_t packet_type,
|
| /drivers/staging/media/atomisp/pci/ |
| A D | isp2401_input_system_global.h | 65 csi_mipi_packet_type_t packet_type; member 70 csi_mipi_packet_type_t packet_type; member
|
| /drivers/gpu/drm/amd/display/modules/freesync/ |
| A D | freesync.c | 923 static void build_vrr_infopacket_sdp_v1_3(enum vrr_packet_type packet_type, in build_vrr_infopacket_sdp_v1_3() argument 928 size = ((packet_type == PACKET_TYPE_FS_V1) ? 0x08 : in build_vrr_infopacket_sdp_v1_3() 929 (packet_type == PACKET_TYPE_FS_V3) ? 0x10 : in build_vrr_infopacket_sdp_v1_3() 944 enum vrr_packet_type packet_type, in mod_freesync_build_vrr_infopacket() argument 957 switch (packet_type) { in mod_freesync_build_vrr_infopacket() 972 packet_type != PACKET_TYPE_VRR && in mod_freesync_build_vrr_infopacket() 973 packet_type != PACKET_TYPE_VTEM) in mod_freesync_build_vrr_infopacket() 974 build_vrr_infopacket_sdp_v1_3(packet_type, infopacket); in mod_freesync_build_vrr_infopacket()
|
| /drivers/usb/isp1760/ |
| A D | isp1760-hcd.c | 146 u8 packet_type; member 977 u8 packet_type) in qtd_alloc() argument 987 qtd->packet_type = packet_type; in qtd_alloc() 1071 switch (qtd->packet_type) { in collect_qtds() 1778 u8 packet_type; in packetize_urb() local 1794 packet_type = IN_PID; in packetize_urb() 1796 packet_type = OUT_PID; in packetize_urb() 1807 packet_type = IN_PID; in packetize_urb() 1851 if (packet_type == IN_PID) in packetize_urb() 1852 packet_type = OUT_PID; in packetize_urb() [all …]
|
| /drivers/block/aoe/ |
| A D | aoenet.c | 131 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *… in aoenet_rcv() 194 static struct packet_type aoe_pt __read_mostly = {
|
| /drivers/net/hamradio/ |
| A D | bpqether.c | 88 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *… 91 static struct packet_type bpq_packet_type __read_mostly = { 150 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
|
| /drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| A D | halbtcoutsrc.c | 1635 u8 packet_type; in exhalbtc_special_packet_notify() local 1644 packet_type = BTC_PACKET_DHCP; in exhalbtc_special_packet_notify() 1646 packet_type = BTC_PACKET_EAPOL; in exhalbtc_special_packet_notify() 1648 packet_type = BTC_PACKET_ARP; in exhalbtc_special_packet_notify() 1650 packet_type = BTC_PACKET_UNKNOWN; in exhalbtc_special_packet_notify() 1659 packet_type); in exhalbtc_special_packet_notify() 1662 packet_type); in exhalbtc_special_packet_notify() 1666 packet_type); in exhalbtc_special_packet_notify() 1669 packet_type); in exhalbtc_special_packet_notify() 1673 packet_type); in exhalbtc_special_packet_notify()
|
| /drivers/input/joystick/ |
| A D | xpad.c | 789 int packet_type; /* type of the extended packet */ member 1069 if (xpad->packet_type == PKT_XBE2_FW_5_11) { in xpadone_process_packet() 1169 if (xpad->packet_type == PKT_XBE1) { in xpadone_process_packet() 1182 } else if (xpad->packet_type == PKT_XBE2_FW_OLD) { in xpadone_process_packet() 1195 } else if (xpad->packet_type == PKT_XBE2_FW_5_EARLY) { in xpadone_process_packet() 2101 xpad->packet_type = PKT_XB; in xpad_probe() 2173 xpad->packet_type = PKT_XBE1; in xpad_probe() 2183 xpad->packet_type = PKT_XBE2_FW_OLD; in xpad_probe() 2189 xpad->packet_type = PKT_XBE2_FW_5_EARLY; in xpad_probe() 2194 xpad->packet_type = PKT_XBE2_FW_5_11; in xpad_probe()
|
| /drivers/media/usb/ttusb-dec/ |
| A D | ttusb_dec.c | 126 enum ttusb_dec_packet_type packet_type; member 616 switch (dec->packet_type) { in ttusb_dec_process_packet() 678 dec->packet_type = in ttusb_dec_process_urb_frame() 682 dec->packet_type = in ttusb_dec_process_urb_frame() 686 dec->packet_type = in ttusb_dec_process_urb_frame() 704 if (dec->packet_type == TTUSB_DEC_PACKET_PVA && in ttusb_dec_process_urb_frame() 710 } else if (dec->packet_type == in ttusb_dec_process_urb_frame() 748 if (dec->packet_type == TTUSB_DEC_PACKET_SECTION && in ttusb_dec_process_urb_frame()
|
| /drivers/net/wan/ |
| A D | hdlc.c | 46 struct packet_type *p, struct net_device *orig_dev) in hdlc_rcv() 351 static struct packet_type hdlc_packet_type __read_mostly = {
|
| /drivers/net/wireless/ti/wl1251/ |
| A D | tx.h | 81 unsigned packet_type:2; member
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_selftest.c | 151 struct packet_type pt; 160 struct packet_type *pt, in mlx5e_test_loopback_validate()
|
| /drivers/gpu/drm/amd/display/modules/inc/ |
| A D | mod_freesync.h | 116 enum vrr_packet_type packet_type,
|