Home
last modified time | relevance | path

Searched refs:subpacket (Results 1 – 4 of 4) sorted by relevance

/linux/arch/alpha/kernel/
H A Derr_ev7.c26 struct el_subpacket *subpacket; in ev7_collect_logout_frame_subpackets() local
56 subpacket = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
59 subpacket && i < lf_subpackets->logout->subpacket_count; in ev7_collect_logout_frame_subpackets()
60 subpacket = (struct el_subpacket *) in ev7_collect_logout_frame_subpackets()
61 ((unsigned long)subpacket + subpacket->length), i++) { in ev7_collect_logout_frame_subpackets()
65 if (subpacket->class != EL_CLASS__PAL) { in ev7_collect_logout_frame_subpackets()
68 err_print_prefix, subpacket->class, i); in ev7_collect_logout_frame_subpackets()
75 switch(subpacket->type) { in ev7_collect_logout_frame_subpackets()
79 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
84 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
[all …]
H A Derr_common.c182 struct el_subpacket *subpacket; in el_process_subpackets() local
185 subpacket = (struct el_subpacket *) in el_process_subpackets()
188 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
190 subpacket = el_process_subpacket(subpacket); in el_process_subpackets()
/linux/drivers/input/rmi4/
H A Drmi_driver.h85 u8 subpacket);
H A Drmi_driver.c738 u8 subpacket) in rmi_register_desc_has_subpacket() argument
741 subpacket) == subpacket; in rmi_register_desc_has_subpacket()