Searched refs:trb (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-dbg.c236 void xhci_print_trb_offsets(struct xhci_hcd *xhci, union xhci_trb *trb) argument
241 i*4, trb->generic.field[i]);
247 void xhci_debug_trb(struct xhci_hcd *xhci, union xhci_trb *trb) argument
250 u32 type = xhci_readl(xhci, &trb->link.control) & TRB_TYPE_BITMASK;
255 xhci_print_trb_offsets(xhci, trb);
257 address = trb->link.segment_ptr;
261 GET_INTR_TARGET(trb->link.intr_target));
263 (unsigned int) (trb->link.control & TRB_CYCLE));
265 (unsigned int) (trb->link.control & LINK_TOGGLE));
267 (unsigned int) (trb
292 union xhci_trb *trb = seg->trbs; local
[all...]
H A Dxhci-ring.c80 union xhci_trb *trb)
84 if (!seg || !trb || trb < seg->trbs)
87 segment_offset = trb - seg->trbs;
90 return seg->dma + (segment_offset * sizeof(*trb));
97 struct xhci_segment *seg, union xhci_trb *trb)
100 return (trb == &seg->trbs[TRBS_PER_SEGMENT]) &&
103 return trb->link.control & LINK_TOGGLE;
111 struct xhci_segment *seg, union xhci_trb *trb)
114 return trb
79 xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb) argument
96 last_trb_on_last_seg(struct xhci_hcd *xhci, struct xhci_ring *ring, struct xhci_segment *seg, union xhci_trb *trb) argument
110 last_trb(struct xhci_hcd *xhci, struct xhci_ring *ring, struct xhci_segment *seg, union xhci_trb *trb) argument
129 next_trb(struct xhci_hcd *xhci, struct xhci_ring *ring, struct xhci_segment **seg, union xhci_trb **trb) argument
384 find_trb_seg( struct xhci_segment *start_seg, union xhci_trb *trb, int *cycle_state) argument
471 struct xhci_generic_trb *trb; local
639 handle_stopped_endpoint(struct xhci_hcd *xhci, union xhci_trb *trb) argument
876 handle_set_deq_completion(struct xhci_hcd *xhci, struct xhci_event_cmd *event, union xhci_trb *trb) argument
950 handle_reset_ep_completion(struct xhci_hcd *xhci, struct xhci_event_cmd *event, union xhci_trb *trb) argument
2025 union xhci_trb *trb; local
2140 struct xhci_generic_trb *trb; local
[all...]
H A Dxhci.h886 /* Pointer to command TRB, or the value passed by the event data trb */
1332 void xhci_print_trb_offsets(struct xhci_hcd *xhci, union xhci_trb *trb);
1333 void xhci_debug_trb(struct xhci_hcd *xhci, union xhci_trb *trb);
1436 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_mpeg4.c61 info->trb[0] = s->pb_time;
63 info->trb[1] = s->pb_field_time >> 1;
H A Dvdpau.c415 render->info.mpeg4.trb[0] = s->pb_time;
417 render->info.mpeg4.trb[1] = s->pb_field_time >> 1;
H A Dsnowenc.c1013 BlockNode *trb= mb_x+1<b_width && mb_y ? &s->block[index-b_stride+1] : NULL; local
1151 if(trb) trb->type &= ~BLOCK_OPT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dlanstreamer.h270 __u16 trb; member in struct:streamer_private
H A Dolympic.h247 u16 trb; /* be16 */ member in struct:olympic_private
H A Dlanstreamer.c762 streamer_priv->trb = ntohs(readw(streamer_mmio + LAPDINC));
1127 /* Wake up anything that is waiting for the trb response */
H A Dolympic.c598 olympic_priv->trb = swab16(readw(init_srb+16));
1013 /* Wake up anything that is waiting for the trb response */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp1780 Region trb = XCreateRegion();
1782 wxCHECK_MSG( trb, false, wxT("region not created") );
1785 (void) XSubtractRegion(srb,sra,trb);
1786 (void) XUnionRegion(tra,trb,dr);
1788 XDestroyRegion(trb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvdpau.c332 render->info.mpeg4.trb[0] = s->pb_time;
334 render->info.mpeg4.trb[1] = s->pb_field_time >> 1;
H A Dsnowenc.c1077 BlockNode *trb= mb_x+1<b_width && mb_y ? &s->block[index-b_stride+1] : NULL; local
1213 if(trb) trb->type &= ~BLOCK_OPT;

Completed in 131 milliseconds