Searched refs:packetsize (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | penmount.c | 56 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | penmount.c | 56 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()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell_rbu.c | 60 unsigned long packetsize; member 90 rbu_data.packetsize = 0; in init_packet_head() 106 if (!rbu_data.packetsize) { in create_packet() 107 pr_debug("packetsize not specified\n"); 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() 219 pr_warn("packetsize not specified\n"); 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() [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell_rbu.c | 60 unsigned long packetsize; member 90 rbu_data.packetsize = 0; in init_packet_head() 106 if (!rbu_data.packetsize) { in create_packet() 107 pr_debug("packetsize not specified\n"); 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() 219 pr_warn("packetsize not specified\n"); 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() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-timon.h | 40 unsigned short packetsize; /* Normal packet size */ member
|
H A D | pwc-kiara.h | 25 unsigned short packetsize; /* Normal packet size */ member
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-timon.h | 40 unsigned short packetsize; /* Normal packet size */ member
|
H A D | pwc-kiara.h | 25 unsigned short packetsize; /* Normal packet size */ member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_utils.c | 1398 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()
|
H A D | i40iw_cm.c | 386 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()
|
Completed in 13 milliseconds