Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dpenmount.c56 unsigned char packetsize; member
103 if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) { in pm_parse_9000()
116 if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6000()
133 if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) { in pm_parse_3000()
149 if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6250()
228 pm->packetsize = 5; in pm_connect()
235 pm->packetsize = 6; in pm_connect()
242 pm->packetsize = 6; in pm_connect()
250 pm->packetsize = 6; in pm_connect()
/drivers/platform/x86/
Ddell_rbu.c60 unsigned long packetsize; member
90 rbu_data.packetsize = 0; in init_packet_head()
106 if (!rbu_data.packetsize) { in create_packet()
136 packet_array_size = max_t(unsigned int, allocation_floor / rbu_data.packetsize, 1); in create_packet()
218 if (!rbu_data.packetsize) { in packetize_data()
227 if ((temp + rbu_data.packetsize) < end) in packetize_data()
228 packet_length = rbu_data.packetsize; in packetize_data()
325 memset(newpacket->data, 0, rbu_data.packetsize); in packet_empty_list()
609 size = scnprintf(buffer, count, "%lu\n", rbu_data.packetsize); in packet_size_read()
624 rbu_data.packetsize = temp; in packet_size_write()
/drivers/media/usb/pwc/
Dpwc-timon.h40 unsigned short packetsize; /* Normal packet size */ member
Dpwc-kiara.h25 unsigned short packetsize; /* Normal packet size */ member
/drivers/infiniband/hw/i40iw/
Di40iw_utils.c1398 u16 packetsize; in i40iw_ieq_update_tcpip_info() local
1404 packetsize = length + buf->tcphlen + iphlen; in i40iw_ieq_update_tcpip_info()
1406 iph->tot_len = htons(packetsize); in i40iw_ieq_update_tcpip_info()
Di40iw_cm.c386 u16 packetsize; in i40iw_form_cm_frame() local
411 packetsize = sizeof(*iph) + sizeof(*tcph); in i40iw_form_cm_frame()
413 packetsize = sizeof(*ip6h) + sizeof(*tcph); in i40iw_form_cm_frame()
414 packetsize += opts_len + hdr_len + pd_len; in i40iw_form_cm_frame()
416 memset(buf, 0x00, eth_hlen + packetsize); in i40iw_form_cm_frame()
418 sqbuf->totallen = packetsize + eth_hlen; in i40iw_form_cm_frame()
449 iph->tot_len = htons(packetsize); in i40iw_form_cm_frame()
479 ip6h->payload_len = htons(packetsize - sizeof(*ip6h)); in i40iw_form_cm_frame()