Home
last modified time | relevance | path

Searched defs:pkt_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/media/video/gspca/
Dkinect.c39 struct pkt_hdr { struct
40 uint8_t magic[2];
41 uint8_t pad;
42 uint8_t flag;
43 uint8_t unk1;
44 uint8_t seq;
45 uint8_t unk2;
46 uint8_t unk3;
47 uint32_t timestamp;
/linux-3.3/drivers/atm/
Dsolos-pci.c87 struct pkt_hdr { struct
88 __le16 size;
89 __le16 vpi;
90 __le16 vci;
91 __le16 type;
/linux-3.3/drivers/net/ethernet/seeq/
Dseeq8005.c492 int pkt_hdr; in seeq8005_rx() local