Searched refs:packetsize (Results 1 - 5 of 5) sorted by relevance

/drivers/media/usb/pwc/
H A Dpwc-kiara.h37 unsigned short packetsize; /* Normal packet size */ member in struct:Kiara_table_entry
H A Dpwc-timon.h52 unsigned short packetsize; /* Normal packet size */ member in struct:Timon_table_entry
/drivers/input/touchscreen/
H A Dpenmount.c60 unsigned char packetsize; member in struct:pm
107 if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) {
120 if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) {
137 if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) {
153 if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) {
232 pm->packetsize = 5;
239 pm->packetsize = 6;
246 pm->packetsize = 6;
254 pm->packetsize = 6;
/drivers/firmware/
H A Ddell_rbu.c65 unsigned long packetsize; member in struct:_rbu_data
98 rbu_data.packetsize = 0;
114 if (!rbu_data.packetsize) {
115 pr_debug("create_packet: packetsize not specified\n");
147 (unsigned int)(allocation_floor / rbu_data.packetsize),
232 if (!rbu_data.packetsize) {
234 "dell_rbu: packetsize not specified\n");
242 if ((temp + rbu_data.packetsize) < end)
243 packet_length = rbu_data.packetsize;
351 memset(newpacket->data, 0, rbu_data.packetsize);
[all...]
/drivers/infiniband/hw/nes/
H A Dnes_cm.c443 u16 packetsize = sizeof(*iph); local
445 packetsize += sizeof(*tcph);
446 packetsize += optionsize + datasize;
451 buf = skb_put(skb, packetsize + ETH_HLEN);
478 iph->tot_len = htons(packetsize);

Completed in 138 milliseconds