| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 358 /* type tag from {qh,itd,fstn}->hw_next */ 393 struct fotg210_fstn *fstn; /* Q_TYPE_FSTN */ member 575 * Periodic Frame Span Traversal Node (FSTN) 578 * into uframes 0/1; see 4.12.2.2. In those uframes, a "save place" FSTN 580 * it hits a "restore" FSTN; then it returns to finish other uframe 0/1 work.
|
| H A D | fotg210-hcd.c | 590 " fstn-%8x/%p", in fill_periodic_buffer() 591 p.fstn->hw_prev, p.fstn); in fill_periodic_buffer() 592 tag = Q_NEXT_TYPE(fotg210, p.fstn->hw_next); in fill_periodic_buffer() 593 p = p.fstn->fstn_next; in fill_periodic_buffer() 3277 return &periodic->fstn->fstn_next; in periodic_next_shadow() 3354 if (q->fstn->hw_prev != FOTG210_LIST_END(fotg210)) in periodic_usecs() 3355 fotg210_dbg(fotg210, "ignoring FSTN cost ...\n"); in periodic_usecs() 3357 hw_p = &q->fstn->hw_next; in periodic_usecs() 3358 q = &q->fstn->fstn_next; in periodic_usecs() 3471 * no FSTN support (yet; fotg210 0.96+) [all …]
|
| /linux/drivers/usb/host/ |
| H A D | ehci-dbg.c | 703 " fstn-%8x/%p", p.fstn->hw_prev, in fill_periodic_buffer() 704 p.fstn); in fill_periodic_buffer() 705 tag = Q_NEXT_TYPE(ehci, p.fstn->hw_next); in fill_periodic_buffer() 706 p = p.fstn->fstn_next; in fill_periodic_buffer()
|
| H A D | ehci-sched.c | 39 return &periodic->fstn->fstn_next; in periodic_next_shadow() 234 /* NOTE: adjustments needed for FSTN */ in reserve_release_intr_bandwidth() 518 * no FSTN support (yet; ehci 0.96+) 749 * given FSTN support, we could sometimes check... in check_period() 779 if (qh->ps.c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule() 794 /* TODO : this may need FSTN for SSPLIT in uframe 5. */ in check_intr_schedule() 2058 * for IN (using sitd->hw_backpointer, like a FSTN), which in sitd_urb_transaction()
|
| H A D | oxu210hp-hcd.c | 249 /* Type tag from {qh, itd, sitd, fstn}->hw_next */ 2325 * no FSTN support (yet; oxu 0.96+) 2465 * given FSTN support, we could sometimes check... in check_period() 2506 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
|
| /linux/include/uapi/video/ |
| H A D | sisfb.h | 121 __u32 sisfb_curfstn; /* currently running FSTN/DSTN mode */
|
| /linux/drivers/video/fbdev/sis/ |
| H A D | init.c | 342 int Depth, bool FSTN, int LCDwidth, int LCDheight) in SiS_GetModeID() argument 351 if((VBFlags & CRT2_LCD) && (FSTN)) in SiS_GetModeID() 480 int Depth, bool FSTN, unsigned short CustomT, int LCDwidth, int LCDheight, in SiS_GetModeID_LCD() argument 492 if(!FSTN) ModeIndex = ModeIndex_320x200[Depth]; in SiS_GetModeID_LCD() 494 if(!FSTN) ModeIndex = ModeIndex_320x240[Depth]; in SiS_GetModeID_LCD() 1213 /* HELPER: Enable DSTN/FSTN */ 3186 /* Don't use FSTN mode for CRT1 */ in SiSSetMode()
|
| H A D | 310vtbl.h | 87 {0x5a,0x021b,0x0138,SIS_RI_320x240, 0x00,0x00,0x00,0x00,0x3f, 2}, /* 320x240x8 fstn */ 88 {0x5b,0x0a1d,0x0135,SIS_RI_320x240, 0x00,0x00,0x00,0x00,0x3f, 2}, /* 320x240x16 fstn */ 225 …06,0x04,0x5a, 320, 240, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* 0x3f */ /* FSTN 320x240 */ 489 {{0x5f,0x27,0x4f,0x83,0x55,0x81,0x0b,0x3e, /* FSTN 320x240 (working) */
|
| H A D | init.h | 72 static const unsigned short ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */ 1205 /* FSTN/DSTN 320x240, 2 variants */
|