/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 | 228 enum gspca_packet_type packet_type,
|
/drivers/input/mouse/ |
D | elantech.c | 408 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 …]
|
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/staging/gdm724x/ |
D | gdm_mux.c | 31 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()
|
D | gdm_mux.h | 41 unsigned short packet_type; member
|
/drivers/scsi/fcoe/ |
D | fcoe.h | 81 struct packet_type fcoe_packet_type; 82 struct packet_type fip_packet_type;
|
/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/staging/vt6656/ |
D | card.c | 362 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()
|
D | device.h | 335 u8 packet_type; /* 0:11a 1:11b 2:11gb 3:11ga */ member
|
/drivers/net/wan/ |
D | hdlc.c | 58 struct packet_type *p, struct net_device *orig_dev) in hdlc_rcv() 353 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
|
/drivers/net/ppp/ |
D | pppoe.c | 416 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/ |
D | halbtcoutsrc.c | 810 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/ |
D | smd.h | 111 int packet_type);
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 257 struct packet_type fcoe_packet_type; 258 struct packet_type fip_packet_type;
|
/drivers/staging/ozwpan/ |
D | ozproto.c | 34 struct packet_type ptype; 638 struct packet_type *pt, struct net_device *orig_dev) in oz_pkt_recv()
|