Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h133 __u16 frame_no; /* current frame number */ member
Dusb-ohci.c493 dbg ("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
712 : (le16_to_cpu (ohci->hcca->frame_no) + 10)) & 0xffff; in sohci_submit_urb()
990 return le16_to_cpu (ohci->hcca->frame_no); in sohci_get_current_frame_number()
1340 frame = le16_to_cpu (ohci->hcca->frame_no) & 0x1; in ep_rm_ed()
2415 unsigned int frame = le16_to_cpu (ohci->hcca->frame_no) & 1; in hc_interrupt()