| /linux-6.15/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
| H 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 …]
|
| H 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()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | batadv_packet.h | 218 __u8 packet_type; member 244 __u8 packet_type; member 265 __u8 packet_type; member 290 __u8 packet_type; member 313 __u8 packet_type; member 342 __u8 packet_type; member 381 __u8 packet_type; member 415 __u8 packet_type; member 456 __u8 packet_type; member 486 __u8 packet_type; member [all …]
|
| /linux-6.15/drivers/scsi/fcoe/ |
| H 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;
|
| /linux-6.15/include/net/ |
| H A D | llc.h | 26 struct packet_type; 61 struct packet_type *pt, 100 int llc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, 115 struct packet_type *pt,
|
| H A D | psnap.h | 7 struct packet_type; 13 struct packet_type *,
|
| H A D | p8022.h | 6 struct packet_type; 13 struct packet_type *pt,
|
| H A D | datalink.h | 9 struct packet_type; 20 struct packet_type *, struct net_device *);
|
| /linux-6.15/drivers/media/usb/gspca/ |
| H 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()
|
| H 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()
|
| H 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()
|
| /linux-6.15/net/802/ |
| H A D | psnap.c | 46 struct packet_type *pt, struct net_device *orig_dev) in snap_rcv() 50 static struct packet_type snap_packet_type = { in snap_rcv() 125 struct packet_type *, in register_snap_client() argument
|
| /linux-6.15/net/caif/ |
| H A D | cfdgml.c | 83 u8 packet_type; in cfdgml_transmit() local 101 packet_type = 0x08; /* B9 set - UNCLASSIFIED */ in cfdgml_transmit() 102 cfpkt_add_head(pkt, &packet_type, 1); in cfdgml_transmit()
|
| /linux-6.15/net/batman-adv/ |
| H A D | main.c | 428 struct packet_type *ptype, in batadv_batman_skb_recv() 484 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv() 560 batadv_recv_handler_register(u8 packet_type, in batadv_recv_handler_register() argument 566 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register() 572 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register() 580 void batadv_recv_handler_unregister(u8 packet_type) in batadv_recv_handler_unregister() argument 582 batadv_rx_handler[packet_type] = batadv_recv_unhandled_packet; in batadv_recv_handler_unregister()
|
| H A D | tvlv.c | 366 u8 packet_type, in batadv_tvlv_call_handler() argument 377 switch (packet_type) { in batadv_tvlv_call_handler() 435 u8 packet_type, in batadv_tvlv_containers_process() argument 460 packet_type, orig_node, skb, in batadv_tvlv_containers_process() 468 if (packet_type != BATADV_IV_OGM && in batadv_tvlv_containers_process() 469 packet_type != BATADV_OGM2) in batadv_tvlv_containers_process() 643 unicast_tvlv_packet->packet_type = BATADV_UNICAST_TVLV; in batadv_tvlv_unicast_send()
|
| H A D | main.h | 247 struct packet_type *ptype, 250 batadv_recv_handler_register(u8 packet_type, 253 void batadv_recv_handler_unregister(u8 packet_type);
|
| H A D | bridge_loop_avoidance.h | 37 unsigned short vid, int packet_type); 64 int packet_type) in batadv_bla_rx() argument
|
| H A D | send.h | 58 struct sk_buff *skb, int packet_type, 63 struct sk_buff *skb, int packet_type,
|
| H A D | send.c | 246 unicast_packet->packet_type = BATADV_UNICAST; in batadv_send_skb_push_fill_unicast() 304 uc_4addr_packet->u.packet_type = BATADV_UNICAST_4ADDR; in batadv_send_skb_prepare_unicast_4addr() 332 struct sk_buff *skb, int packet_type, in batadv_send_skb_unicast() argument 344 switch (packet_type) { in batadv_send_skb_unicast() 404 struct sk_buff *skb, int packet_type, in batadv_send_skb_via_tt_generic() argument 423 ret = batadv_send_skb_unicast(bat_priv, skb, packet_type, in batadv_send_skb_via_tt_generic()
|
| /linux-6.15/sound/soc/mediatek/common/ |
| H A D | mtk-btcvsd.c | 358 enum bt_sco_packet_len packet_type, in mtk_btcvsd_read_from_bt() argument 396 btsco_packet_valid_mask[packet_type][i]) in mtk_btcvsd_read_from_bt() 411 enum bt_sco_packet_len packet_type, in mtk_btcvsd_write_to_bt() argument 498 packet_type = (control >> 18) & 0x7; in mtk_btcvsd_snd_irq_handler() 506 if (packet_type >= BT_SCO_CVSD_MAX) { in mtk_btcvsd_snd_irq_handler() 508 __func__, packet_type); in mtk_btcvsd_snd_irq_handler() 513 packet_num = btsco_packet_info[packet_type][1]; in mtk_btcvsd_snd_irq_handler() 514 buf_cnt_tx = btsco_packet_info[packet_type][2]; in mtk_btcvsd_snd_irq_handler() 515 buf_cnt_rx = btsco_packet_info[packet_type][3]; in mtk_btcvsd_snd_irq_handler() 572 packet_type, in mtk_btcvsd_snd_irq_handler() [all …]
|
| /linux-6.15/drivers/staging/media/atomisp/pci/runtime/isys/interface/ |
| H A D | ia_css_isys.h | 122 csi_mipi_packet_type_t packet_type, 127 csi_mipi_packet_type_t packet_type,
|
| /linux-6.15/net/llc/ |
| H A D | llc_core.c | 94 struct packet_type *pt, in llc_sap_open() 133 static struct packet_type llc_packet_type __read_mostly = {
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H 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
|
| /linux-6.15/drivers/input/mouse/ |
| H 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 …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H 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 …]
|