Home
last modified time | relevance | path

Searched defs:trb (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c128 xhci_dump_trb(struct xhci_trb *trb) in xhci_dump_trb()
856 xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb) in xhci_check_transfer()
1024 xhci_check_command(struct xhci_softc *sc, struct xhci_trb *trb) in xhci_check_command()
1124 xhci_do_command(struct xhci_softc *sc, struct xhci_trb *trb, in xhci_do_command()
1270 struct xhci_trb trb; in xhci_cmd_enable_slot() local
1295 struct xhci_trb trb; in xhci_cmd_disable_slot() local
1314 struct xhci_trb trb; in xhci_cmd_set_address() local
1463 struct xhci_trb trb; in xhci_cmd_configure_ep() local
1485 struct xhci_trb trb; in xhci_cmd_evaluate_ctx() local
1503 struct xhci_trb trb; in xhci_cmd_reset_ep() local
[all …]
Dxhci.h328 struct xhci_trb trb[(XHCI_MAX_STREAMS * member
366 struct xhci_trb trb; member
386 struct xhci_trb *trb; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c65 uint32_t trb[2]; // 40, 44 member
/third_party/ffmpeg/libavcodec/
Dsnowenc.c1028 … BlockNode *trb= mb_x+1<b_width && mb_y ? &s->block[index-b_stride+1] : NULL; in iterative_me() local
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h223 int32_t trb[2]; member
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp4347 ImVec2 trb = wheel_center + ImRotate(triangle_pb, cos_hue_angle, sin_hue_angle); in ColorPicker4() local