Home
last modified time | relevance | path

Searched refs:hidparser_head (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser_impl.h179 entity_attribute_stack_t *hidparser_head; member
/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1958 if (scan_ifp->hidparser_head) { in hidparser_GlobalItem()
1959 elem->next = scan_ifp->hidparser_head; in hidparser_GlobalItem()
1961 scan_ifp->hidparser_head = elem; in hidparser_GlobalItem()
1978 scan_ifp->hidparser_head->list; in hidparser_GlobalItem()
1979 scan_ifp->hidparser_head->list = NULL; in hidparser_GlobalItem()
1980 elem = scan_ifp->hidparser_head; in hidparser_GlobalItem()
1981 scan_ifp->hidparser_head = elem->next; in hidparser_GlobalItem()