Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/kernel/
Ddumpstack.c41 unsigned int i, j, ret_addr, frame_no = 0; in show_stack() local
113 frame_no = 0; in show_stack()
138 printk(KERN_NOTICE " frame %2i : %s\n", frame_no, buf); in show_stack()
151 frame_no++; in show_stack()
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dusb-ohci.txt12 - no-big-frame-no : boolean, set if frame_no lives in bits [15:0] of HCCA
/linux-4.4.14/drivers/usb/host/
Dohci.h198 __hc32 frame_no; /* current frame number */ member
664 tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no); in ohci_frame_no()
668 tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no); in ohci_frame_no()
Dohci-hcd.c733 unsigned frame_no; in io_watchdog_func() local
819 frame_no = ohci_frame_no(ohci); in io_watchdog_func()
820 if (frame_no == ohci->prev_frame_no) { in io_watchdog_func()
838 ohci->prev_frame_no = frame_no; in io_watchdog_func()