Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 25 of 129) sorted by relevance

123456

/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c92 csi_mipi_packet_type_t packet_type,
97 csi_mipi_packet_type_t packet_type,
350 csi_mipi_packet_type_t packet_type; in create_input_system_input_port() local
358 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
359 me->csi_rx.packet_type = packet_type; in create_input_system_input_port()
363 packet_type, in create_input_system_input_port()
373 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
374 me->csi_rx.packet_type = packet_type; in create_input_system_input_port()
378 packet_type, in create_input_system_input_port()
389 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
[all …]
Dcsi_rx_rmgr.c43 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_acquire() argument
53 assert((packet_type == CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_acquire()
54 (packet_type == CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_acquire()
59 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
72 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
93 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_release() argument
102 assert((packet_type >= CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_release()
103 (packet_type <= CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_release()
106 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_release()
119 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) in ia_css_isys_csi_rx_lut_rmgr_release()
/linux-6.12.1/include/uapi/linux/
Dbatadv_packet.h217 __u8 packet_type; member
243 __u8 packet_type; member
264 __u8 packet_type; member
289 __u8 packet_type; member
312 __u8 packet_type; member
341 __u8 packet_type; member
380 __u8 packet_type; member
414 __u8 packet_type; member
455 __u8 packet_type; member
485 __u8 packet_type; member
[all …]
/linux-6.12.1/include/net/
Dllc.h26 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,
Dpsnap.h7 struct packet_type;
13 struct packet_type *,
Dp8022.h6 struct packet_type;
13 struct packet_type *pt,
Ddatalink.h9 struct packet_type;
20 struct packet_type *, struct net_device *);
/linux-6.12.1/drivers/scsi/fcoe/
Dfcoe.h69 struct packet_type fcoe_packet_type;
70 struct packet_type fip_packet_type;
71 struct packet_type fip_vlan_packet_type;
/linux-6.12.1/drivers/media/usb/gspca/
Dsq905c.c128 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()
Dsq905.c205 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()
Djl2005bcd.c313 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.12.1/net/caif/
Dcfdgml.c83 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.12.1/net/802/
Dpsnap.c46 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.12.1/net/batman-adv/
Dmain.c428 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()
Dtvlv.c366 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()
Dmain.h247 struct packet_type *ptype,
250 batadv_recv_handler_register(u8 packet_type,
253 void batadv_recv_handler_unregister(u8 packet_type);
Dbridge_loop_avoidance.h37 unsigned short vid, int packet_type);
64 int packet_type) in batadv_bla_rx() argument
Dsend.h58 struct sk_buff *skb, int packet_type,
63 struct sk_buff *skb, int packet_type,
/linux-6.12.1/drivers/staging/gdm724x/
Dgdm_mux.c41 static int packet_type_to_tty_index(u16 packet_type) in packet_type_to_tty_index() argument
46 if (packet_type_for_tty_index[i] == packet_type) in packet_type_to_tty_index()
146 unsigned short packet_type; in up_to_host() local
158 packet_type = __le16_to_cpu(mux_header->packet_type); in up_to_host()
169 payload_size, len, packet_type); in up_to_host()
173 index = packet_type_to_tty_index(packet_type); in up_to_host()
375 mux_header->packet_type = __cpu_to_le16(packet_type_for_tty_index[tty_index]); in gdm_mux_send()
/linux-6.12.1/sound/soc/mediatek/common/
Dmtk-btcvsd.c358 enum bt_sco_packet_len packet_type, in mtk_btcvsd_read_from_bt() argument
395 if ((control & btsco_packet_valid_mask[packet_type][i]) == in mtk_btcvsd_read_from_bt()
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
484 unsigned int packet_type, packet_num, packet_length; in mtk_btcvsd_snd_irq_handler() local
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()
512 packet_length = btsco_packet_info[packet_type][0]; in mtk_btcvsd_snd_irq_handler()
513 packet_num = btsco_packet_info[packet_type][1]; in mtk_btcvsd_snd_irq_handler()
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/isys/interface/
Dia_css_isys.h131 csi_mipi_packet_type_t packet_type,
136 csi_mipi_packet_type_t packet_type,
/linux-6.12.1/drivers/input/mouse/
Delantech.c490 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.12.1/net/core/
Dnet-procfs.c174 struct packet_type *pt = NULL; in ptype_get_idx()
214 struct packet_type *pt; in ptype_seq_next()
255 return list_entry(nxt, struct packet_type, list); in ptype_seq_next()
266 struct packet_type *pt = v; in ptype_seq_show()
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h74 csi_mipi_packet_type_t packet_type; member
79 csi_mipi_packet_type_t packet_type; member
/linux-6.12.1/net/llc/
Dllc_core.c94 struct packet_type *pt, in llc_sap_open()
133 static struct packet_type llc_packet_type __read_mostly = {

123456