Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dpenmount.c61 unsigned char packetsize; member
108 if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) { in pm_parse_9000()
121 if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6000()
138 if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) { in pm_parse_3000()
154 if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6250()
233 pm->packetsize = 5; in pm_connect()
240 pm->packetsize = 6; in pm_connect()
247 pm->packetsize = 6; in pm_connect()
255 pm->packetsize = 6; in pm_connect()
/linux-3.4.99/drivers/firmware/
Ddell_rbu.c65 unsigned long packetsize; member
98 rbu_data.packetsize = 0; in init_packet_head()
114 if (!rbu_data.packetsize) { in create_packet()
147 (unsigned int)(allocation_floor / rbu_data.packetsize), in create_packet()
232 if (!rbu_data.packetsize) { in packetize_data()
242 if ((temp + rbu_data.packetsize) < end) in packetize_data()
243 packet_length = rbu_data.packetsize; in packetize_data()
351 memset(newpacket->data, 0, rbu_data.packetsize); in packet_empty_list()
657 size = scnprintf(buffer, count, "%lu\n", rbu_data.packetsize); in read_rbu_packet_size()
672 rbu_data.packetsize = temp; in write_rbu_packet_size()
/linux-3.4.99/drivers/media/video/pwc/
Dpwc-kiara.h37 unsigned short packetsize; /* Normal packet size */ member
Dpwc-timon.h52 unsigned short packetsize; /* Normal packet size */ member
/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_cm.c411 u16 packetsize = sizeof(*iph); in form_cm_frame() local
413 packetsize += sizeof(*tcph); in form_cm_frame()
414 packetsize += optionsize + datasize; in form_cm_frame()
419 buf = skb_put(skb, packetsize + ETH_HLEN); in form_cm_frame()
444 iph->tot_len = htons(packetsize); in form_cm_frame()