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

/linux-4.4.14/drivers/input/touchscreen/
H A Dpenmount.c60 unsigned char packetsize; member in struct:pm
107 if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) { pm_parse_9000()
120 if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) { pm_parse_6000()
137 if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) { pm_parse_3000()
153 if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) { pm_parse_6250()
232 pm->packetsize = 5; pm_connect()
239 pm->packetsize = 6; pm_connect()
246 pm->packetsize = 6; pm_connect()
254 pm->packetsize = 6; pm_connect()
/linux-4.4.14/drivers/firmware/
H A Ddell_rbu.c65 unsigned long packetsize; member in struct:_rbu_data
98 rbu_data.packetsize = 0; init_packet_head()
114 if (!rbu_data.packetsize) { create_packet()
115 pr_debug("create_packet: packetsize not specified\n"); create_packet()
147 (unsigned int)(allocation_floor / rbu_data.packetsize), create_packet()
232 if (!rbu_data.packetsize) { packetize_data()
234 "dell_rbu: packetsize not specified\n"); packetize_data()
242 if ((temp + rbu_data.packetsize) < end) packetize_data()
243 packet_length = rbu_data.packetsize; packetize_data()
351 memset(newpacket->data, 0, rbu_data.packetsize); packet_empty_list()
657 size = scnprintf(buffer, count, "%lu\n", rbu_data.packetsize); read_rbu_packet_size()
672 rbu_data.packetsize = temp; write_rbu_packet_size()
/linux-4.4.14/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
/linux-4.4.14/drivers/usb/serial/
H A Dsafe_serial.c37 * Assuming a packetsize of N:
/linux-4.4.14/drivers/infiniband/hw/nes/
H A Dnes_cm.c443 u16 packetsize = sizeof(*iph); form_cm_frame() local
445 packetsize += sizeof(*tcph); form_cm_frame()
446 packetsize += optionsize + datasize; form_cm_frame()
451 buf = skb_put(skb, packetsize + ETH_HLEN); form_cm_frame()
478 iph->tot_len = htons(packetsize); form_cm_frame()
/linux-4.4.14/drivers/net/ethernet/natsemi/
H A Dns83820.c2153 * the MAC it calculates the packetsize AFTER stripping the VLAN ns83820_init_one()

Completed in 231 milliseconds