Home
last modified time | relevance | path

Searched full:frame_no (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/usb/
H A Dohci_pdriver.h14 * @no_big_frame_no: no big endian frame_no shift
/linux/drivers/usb/host/
H A Dohci.h69 /* HC may see EDs on rm_list until next frame (frame_no == tick) */
195 * OHCI defines u16 frame_no, followed by u16 zero pad.
199 __hc32 frame_no; /* current frame number */ member
419 #define OHCI_QUIRK_FRAME_NO 0x80 /* no big endian frame_no shift */
665 tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no); in ohci_frame_no()
669 tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no); in ohci_frame_no()
H A Dohci-hcd.c756 unsigned frame_no, prev_frame_no = IO_WATCHDOG_OFF; in io_watchdog_func() local
842 frame_no = ohci_frame_no(ohci); in io_watchdog_func()
843 if (frame_no == ohci->prev_frame_no) { in io_watchdog_func()
861 prev_frame_no = frame_no; in io_watchdog_func()
H A Dohci-q.c502 * behave. frame_no wraps every 2^16 msec, and changes right before in start_ed_unlink()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-img-ipi.h87 u32 frame_no; member
H A Dmtk-mdp3-m2m.c51 ctx->curr_param.frame_no = ctx->frame_count[MDP_M2M_SRC]; in mdp_m2m_process_done()
77 param.frame_no = ctx->curr_param.frame_no; in mdp_m2m_device_run()
/linux/Documentation/devicetree/bindings/usb/
H A Dgeneric-ohci.yaml110 Set if frame_no lives in bits [15:0] of HCCA