/drivers/media/usb/gspca/ |
D | sq905c.c | 141 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()
|
D | sq905.c | 219 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()
|
D | jl2005bcd.c | 326 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()
|
D | jeilinj.c | 277 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()
|
D | gspca.c | 419 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()
|
D | gspca.h | 223 enum gspca_packet_type packet_type,
|
/drivers/staging/csr/ |
D | sme_userspace.c | 212 CsrWifiRouterCtrlTrafficPacketType packet_type, in unifi_ta_indicate_protocol() argument 229 packet_type, in unifi_ta_indicate_protocol() 235 priv->ta_ind_work.packet_type = packet_type; in unifi_ta_indicate_protocol()
|
D | csr_wifi_hip_unifi.h | 783 CsrWifiRouterCtrlTrafficPacketType packet_type,
|
D | sme_native.c | 349 CsrWifiRouterCtrlTrafficPacketType packet_type, in unifi_ta_indicate_protocol() argument
|
/drivers/input/mouse/ |
D | elantech.c | 410 int packet_type) in elantech_report_absolute_v3() argument 437 if (packet_type == PACKET_V3_HEAD) { in elantech_report_absolute_v3() 583 int packet_type) in elantech_report_absolute_v4() argument 585 switch (packet_type) { in elantech_report_absolute_v4() 719 int packet_type; in elantech_process_byte() local 747 packet_type = elantech_packet_check_v3(psmouse); in elantech_process_byte() 749 if (packet_type == PACKET_DEBOUNCE) in elantech_process_byte() 752 if (packet_type == PACKET_UNKNOWN) in elantech_process_byte() 755 elantech_report_absolute_v3(psmouse, packet_type); in elantech_process_byte() 759 packet_type = elantech_packet_check_v4(psmouse); in elantech_process_byte() [all …]
|
D | sentelic.c | 652 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/scsi/fcoe/ |
D | fcoe.h | 81 struct packet_type fcoe_packet_type; 82 struct packet_type fip_packet_type;
|
D | fcoe.c | 82 struct packet_type *, struct net_device *); 98 struct packet_type *, struct net_device *); 518 struct packet_type *ptype, in fcoe_fip_recv() 1424 struct packet_type *ptype, struct net_device *olddev) in fcoe_rcv()
|
/drivers/usb/host/ |
D | isp1760-hcd.c | 96 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/ |
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/ |
D | bpqether.c | 97 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/ |
D | ttusb_dec.c | 132 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/net/wan/ |
D | hdlc.c | 58 struct packet_type *p, struct net_device *orig_dev) in hdlc_rcv() 352 static struct packet_type hdlc_packet_type __read_mostly = {
|
D | lapbether.c | 90 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/ |
D | tx.h | 95 unsigned packet_type:2; member
|
D | tx.c | 90 tx_hdr->control.packet_type = 0; in wl1251_tx_control()
|
/drivers/net/ppp/ |
D | pppoe.c | 417 struct packet_type *pt, struct net_device *orig_dev) in pppoe_rcv() 465 struct packet_type *pt, struct net_device *orig_dev) in pppoe_disc_rcv() 512 static struct packet_type pppoes_ptype __read_mostly = { 517 static struct packet_type pppoed_ptype __read_mostly = {
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 256 struct packet_type fcoe_packet_type; 257 struct packet_type fip_packet_type;
|
/drivers/char/ |
D | mbcs.h | 117 uint64_t packet_type:4, // 3:0 member
|
/drivers/staging/ozwpan/ |
D | ozproto.c | 44 struct packet_type ptype; 771 struct packet_type *pt, struct net_device *orig_dev) in oz_pkt_recv()
|