Home
last modified time | relevance | path

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

12

/drivers/media/usb/gspca/
Dsq905c.c141 int packet_type; in sq905c_dostream() local
171 packet_type = FIRST_PACKET; in sq905c_dostream()
172 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
188 packet_type = LAST_PACKET; in sq905c_dostream()
190 packet_type = INTER_PACKET; in sq905c_dostream()
191 gspca_frame_add(gspca_dev, packet_type, in sq905c_dostream()
Dsq905.c219 int packet_type; in sq905_dostream() local
260 packet_type = FIRST_PACKET; in sq905_dostream()
267 packet_type = LAST_PACKET; in sq905_dostream()
269 packet_type = INTER_PACKET; in sq905_dostream()
271 gspca_frame_add(gspca_dev, packet_type, in sq905_dostream()
275 if (packet_type == FIRST_PACKET && in sq905_dostream()
Djl2005bcd.c326 int packet_type; in jl2005c_dostream() local
367 packet_type = FIRST_PACKET; in jl2005c_dostream()
368 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
386 packet_type = LAST_PACKET; in jl2005c_dostream()
389 packet_type = INTER_PACKET; in jl2005c_dostream()
390 gspca_frame_add(gspca_dev, packet_type, in jl2005c_dostream()
Djeilinj.c277 int packet_type; in sd_pkt_scan() local
303 packet_type = LAST_PACKET; in sd_pkt_scan()
305 packet_type = INTER_PACKET; in sd_pkt_scan()
306 gspca_frame_add(gspca_dev, packet_type, in sd_pkt_scan()
Dgspca.c419 enum gspca_packet_type packet_type, in gspca_frame_add() argument
426 PDEBUG(D_PACK, "add t:%d l:%d", packet_type, len); in gspca_frame_add()
428 if (packet_type == FIRST_PACKET) { in gspca_frame_add()
446 if (packet_type == LAST_PACKET) { in gspca_frame_add()
447 gspca_dev->last_packet_type = packet_type; in gspca_frame_add()
463 packet_type = DISCARD_PACKET; in gspca_frame_add()
476 gspca_dev->last_packet_type = packet_type; in gspca_frame_add()
481 if (packet_type == LAST_PACKET) { in gspca_frame_add()
Dgspca.h228 enum gspca_packet_type packet_type,
/drivers/input/mouse/
Delantech.c408 int packet_type) in elantech_report_trackpoint() argument
466 int packet_type) in elantech_report_absolute_v3() argument
493 if (packet_type == PACKET_V3_HEAD) { in elantech_report_absolute_v3()
655 int packet_type) in elantech_report_absolute_v4() argument
657 switch (packet_type) { in elantech_report_absolute_v4()
785 unsigned char packet_type = packet[3] & 0x03; in elantech_packet_check_v4() local
806 switch (packet_type) { in elantech_packet_check_v4()
826 int packet_type; in elantech_process_byte() local
854 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte()
855 switch (packet_type) { in elantech_process_byte()
[all …]
Dsentelic.c652 const char *packet_type = "UNKNOWN"; in fsp_packet_debug() local
658 packet_type = "Absolute"; in fsp_packet_debug()
663 packet_type = "Normal"; in fsp_packet_debug()
666 packet_type = "Notify"; in fsp_packet_debug()
669 packet_type = "Normal-OPC"; in fsp_packet_debug()
678 jiffies_msec, packet_type, in fsp_packet_debug()
/drivers/staging/gdm724x/
Dgdm_mux.c31 static u16 packet_type[TTY_MAX_COUNT] = {0xF011, 0xF010}; variable
59 if (packet_type[i] == packetType) in packet_type_to_index()
160 unsigned short packet_type; in up_to_host() local
172 packet_type = __le16_to_cpu(mux_header->packet_type); in up_to_host()
184 payload_size, len, packet_type); in up_to_host()
188 index = packet_type_to_index(packet_type); in up_to_host()
389 mux_header->packet_type = __cpu_to_le16(packet_type[tty_index]); in gdm_mux_send()
Dgdm_mux.h41 unsigned short packet_type; member
/drivers/scsi/fcoe/
Dfcoe.h81 struct packet_type fcoe_packet_type;
82 struct packet_type fip_packet_type;
/drivers/usb/host/
Disp1760-hcd.c96 u8 packet_type; member
586 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl()
722 u8 packet_type) in qtd_alloc() argument
732 qtd->packet_type = packet_type; in qtd_alloc()
811 switch (qtd->packet_type) { in collect_qtds()
901 ((qtd->packet_type == SETUP_PID) || in enqueue_qtds()
902 (qtd->packet_type == OUT_PID))) { in enqueue_qtds()
1423 u8 packet_type; in packetize_urb() local
1439 packet_type = IN_PID; in packetize_urb()
1441 packet_type = OUT_PID; in packetize_urb()
[all …]
/drivers/block/aoe/
Daoenet.c131 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/
Dbpqether.c97 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *…
100 static struct packet_type bpq_packet_type __read_mostly = {
179 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct n… in bpq_rcv()
/drivers/media/usb/ttusb-dec/
Dttusb_dec.c132 enum ttusb_dec_packet_type packet_type; member
576 switch (dec->packet_type) { in ttusb_dec_process_packet()
643 dec->packet_type = in ttusb_dec_process_urb_frame()
647 dec->packet_type = in ttusb_dec_process_urb_frame()
651 dec->packet_type = in ttusb_dec_process_urb_frame()
669 if (dec->packet_type == TTUSB_DEC_PACKET_PVA && in ttusb_dec_process_urb_frame()
675 } else if (dec->packet_type == in ttusb_dec_process_urb_frame()
713 if (dec->packet_type == TTUSB_DEC_PACKET_SECTION && in ttusb_dec_process_urb_frame()
/drivers/staging/vt6656/
Dcard.c362 if (priv->packet_type == PK_TYPE_11A) { in vnt_update_ifs()
367 } else if (priv->packet_type == PK_TYPE_11B) { in vnt_update_ifs()
785 priv->packet_type = vnt_get_pkt_type(priv); in vnt_set_bss_mode()
Ddevice.h335 u8 packet_type; /* 0:11a 1:11b 2:11gb 3:11ga */ member
/drivers/net/wan/
Dhdlc.c58 struct packet_type *p, struct net_device *orig_dev) in hdlc_rcv()
353 static struct packet_type hdlc_packet_type __read_mostly = {
Dlapbether.c90 static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, stru… in lapbeth_rcv()
406 static struct packet_type lapbeth_packet_type __read_mostly = {
/drivers/net/wireless/ti/wl1251/
Dtx.h95 unsigned packet_type:2; member
/drivers/net/ppp/
Dpppoe.c416 struct packet_type *pt, struct net_device *orig_dev) in pppoe_rcv()
464 struct packet_type *pt, struct net_device *orig_dev) in pppoe_disc_rcv()
511 static struct packet_type pppoes_ptype __read_mostly = {
516 static struct packet_type pppoed_ptype __read_mostly = {
/drivers/net/wireless/rtlwifi/btcoexist/
Dhalbtcoutsrc.c810 u8 packet_type; in exhalbtc_special_packet_notify() local
818 packet_type = BTC_PACKET_DHCP; in exhalbtc_special_packet_notify()
824 packet_type); in exhalbtc_special_packet_notify()
/drivers/net/wireless/ath/wcn36xx/
Dsmd.h111 int packet_type);
/drivers/scsi/bnx2fc/
Dbnx2fc.h257 struct packet_type fcoe_packet_type;
258 struct packet_type fip_packet_type;
/drivers/staging/ozwpan/
Dozproto.c34 struct packet_type ptype;
638 struct packet_type *pt, struct net_device *orig_dev) in oz_pkt_recv()

12