Home
last modified time | relevance | path

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

123456

/linux-6.6.21/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dcsi_rx_rmgr.c44 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_acquire() argument
54 assert((packet_type == CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_acquire()
55 (packet_type == CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_acquire()
60 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
73 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
94 csi_mipi_packet_type_t packet_type, in ia_css_isys_csi_rx_lut_rmgr_release() argument
103 assert((packet_type >= CSI_MIPI_PACKET_TYPE_LONG) || in ia_css_isys_csi_rx_lut_rmgr_release()
104 (packet_type <= CSI_MIPI_PACKET_TYPE_SHORT)); in ia_css_isys_csi_rx_lut_rmgr_release()
107 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) { in ia_css_isys_csi_rx_lut_rmgr_release()
120 if (packet_type == CSI_MIPI_PACKET_TYPE_LONG) in ia_css_isys_csi_rx_lut_rmgr_release()
Dvirtual_isys.c92 csi_mipi_packet_type_t packet_type,
97 csi_mipi_packet_type_t packet_type,
356 csi_mipi_packet_type_t packet_type; in create_input_system_input_port() local
364 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_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()
379 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
380 me->csi_rx.packet_type = packet_type; in create_input_system_input_port()
384 packet_type, in create_input_system_input_port()
395 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
[all …]
/linux-6.6.21/include/uapi/linux/
Dbatadv_packet.h211 __u8 packet_type; member
237 __u8 packet_type; member
258 __u8 packet_type; member
283 __u8 packet_type; member
306 __u8 packet_type; member
335 __u8 packet_type; member
374 __u8 packet_type; member
408 __u8 packet_type; member
449 __u8 packet_type; member
479 __u8 packet_type; member
[all …]
/linux-6.6.21/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.6.21/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.6.21/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.6.21/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.6.21/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.6.21/net/batman-adv/
Dmain.c427 struct packet_type *ptype, in batadv_batman_skb_recv()
483 idx = batadv_ogm_packet->packet_type; in batadv_batman_skb_recv()
557 batadv_recv_handler_register(u8 packet_type, in batadv_recv_handler_register() argument
563 curr = batadv_rx_handler[packet_type]; in batadv_recv_handler_register()
569 batadv_rx_handler[packet_type] = recv_handler; in batadv_recv_handler_register()
577 void batadv_recv_handler_unregister(u8 packet_type) in batadv_recv_handler_unregister() argument
579 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.6.21/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.6.21/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.6.21/net/rxrpc/
Dtxbuf.c19 struct rxrpc_txbuf *rxrpc_alloc_txbuf(struct rxrpc_call *call, u8 packet_type, in rxrpc_alloc_txbuf() argument
41 txb->wire.type = packet_type; in rxrpc_alloc_txbuf()
50 packet_type == RXRPC_PACKET_TYPE_DATA ? in rxrpc_alloc_txbuf()
/linux-6.6.21/drivers/staging/media/atomisp/pci/runtime/isys/interface/
Dia_css_isys.h137 csi_mipi_packet_type_t packet_type,
142 csi_mipi_packet_type_t packet_type,
/linux-6.6.21/net/llc/
Dllc_core.c94 struct packet_type *pt, in llc_sap_open()
133 static struct packet_type llc_packet_type __read_mostly = {
/linux-6.6.21/drivers/staging/media/atomisp/pci/
Disp2401_input_system_global.h75 csi_mipi_packet_type_t packet_type; member
80 csi_mipi_packet_type_t packet_type; member
/linux-6.6.21/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 …]

123456