Home
last modified time | relevance | path

Searched refs:hub (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_hub.c263 hub = udev->hub; in uhub_reset_tt_proc()
306 hub = udev->hub; in uhub_tt_buffer_reset_async_locked()
349 &hub->tt_msg[0], &hub->tt_msg[1]); in uhub_tt_buffer_reset_async_locked()
423 hub = udev->hub; in uhub_count_active_host_ports()
1012 hub = udev->hub; in uhub_explore()
1367 hub = kmalloc(sizeof(hub[0]) + (sizeof(hub->ports[0]) * nports), in uhub_attach()
1375 udev->hub = hub; in uhub_attach()
1585 &hub->tt_msg[0], &hub->tt_msg[1]); in uhub_detach()
1675 hub = sc->sc_udev->hub; in uhub_child_location_string()
1718 hub = sc->sc_udev->hub; in uhub_child_pnpinfo_string()
[all …]
H A Dusb_device.c616 max_power = udev->parent_hub->hub->portpower; in usbd_set_config_index()
1543 struct usb_device *hub; in usb_alloc_device() local
1642 hub = udev->parent_hub; in usb_alloc_device()
1644 while (hub) { in usb_alloc_device()
1645 if (hub->speed == USB_SPEED_HIGH) { in usb_alloc_device()
1646 udev->hs_hub_addr = hub->address; in usb_alloc_device()
1647 udev->parent_hs_hub = hub; in usb_alloc_device()
1651 adev = hub; in usb_alloc_device()
1652 hub = hub->parent_hub; in usb_alloc_device()
1936 parent_hub->hub->ports + port_index : NULL, udev, device_index); in usb_alloc_device()
[all …]
H A Dusb_generic.c821 struct usb_device *hub; in usb_gen_fill_deviceinfo() local
849 hub = udev->parent_hub; in usb_gen_fill_deviceinfo()
850 if (hub) { in usb_gen_fill_deviceinfo()
851 di->udi_hubaddr = hub->address; in usb_gen_fill_deviceinfo()
852 di->udi_hubindex = hub->device_index; in usb_gen_fill_deviceinfo()
1879 struct usb_hub *hub; in ugen_do_port_feature() local
1890 (udev->hub == NULL)) { in ugen_do_port_feature()
1893 hub = udev->hub; in ugen_do_port_feature()
1895 if (port_no > hub->nports) { in ugen_do_port_feature()
H A Dusb_hub.h48 usb_error_t (*explore) (struct usb_device *hub);
H A Dusb_device.h210 struct usb_hub *hub; /* only if this is a hub */ member
H A Dusbdevs1235 product ATMEL UHB124 0x3301 UHB124 hub
1365 product CATC ANDROMEDA 0x1237 Andromeda hub
1382 product CHERRY MY3000HUB 0x0003 My3000 hub
1523 product CTX EX1300 0x9999 Ex1300 hub
1745 product EIZO HUB 0x0000 hub
3230 product NEC HUB 0x55aa hub
3231 product NEC HUB_B 0x55ab hub
3329 product O2MICRO OZ776_HUB 0x7761 OZ776 hub
3500 product PHILIPS HUB 0x0201 hub
4397 product TI UTUSB41 0x1446 UT-USB41 hub
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dgmc_v9_0.c205 struct amdgpu_vmhub *hub; in gmc_v9_0_vm_fault_interrupt_state() local
219 hub = &adev->vmhub[j]; in gmc_v9_0_vm_fault_interrupt_state()
221 reg = hub->vm_context0_cntl + i; in gmc_v9_0_vm_fault_interrupt_state()
230 hub = &adev->vmhub[j]; in gmc_v9_0_vm_fault_interrupt_state()
232 reg = hub->vm_context0_cntl + i; in gmc_v9_0_vm_fault_interrupt_state()
257 status = RREG32(hub->vm_l2_pro_fault_status); in gmc_v9_0_process_interrupt()
258 WREG32_P(hub->vm_l2_pro_fault_cntl, 1, ~1); in gmc_v9_0_process_interrupt()
338 struct amdgpu_vmhub *hub = &adev->vmhub[i]; in gmc_v9_0_flush_gpu_tlb() local
341 WREG32_NO_KIQ(hub->vm_inv_eng0_req + eng, tmp); in gmc_v9_0_flush_gpu_tlb()
345 tmp = RREG32_NO_KIQ(hub->vm_inv_eng0_ack + eng); in gmc_v9_0_flush_gpu_tlb()
[all …]
H A Dgfxhub_v1_0.c348 struct amdgpu_vmhub *hub = &adev->vmhub[AMDGPU_GFXHUB]; in gfxhub_v1_0_init() local
350 hub->ctx0_ptb_addr_lo32 = in gfxhub_v1_0_init()
353 hub->ctx0_ptb_addr_hi32 = in gfxhub_v1_0_init()
356 hub->vm_inv_eng0_req = in gfxhub_v1_0_init()
358 hub->vm_inv_eng0_ack = in gfxhub_v1_0_init()
360 hub->vm_context0_cntl = in gfxhub_v1_0_init()
362 hub->vm_l2_pro_fault_status = in gfxhub_v1_0_init()
364 hub->vm_l2_pro_fault_cntl = in gfxhub_v1_0_init()
H A Dmmhub_v1_0.c596 struct amdgpu_vmhub *hub = &adev->vmhub[AMDGPU_MMHUB]; in mmhub_v1_0_init() local
598 hub->ctx0_ptb_addr_lo32 = in mmhub_v1_0_init()
601 hub->ctx0_ptb_addr_hi32 = in mmhub_v1_0_init()
604 hub->vm_inv_eng0_req = in mmhub_v1_0_init()
606 hub->vm_inv_eng0_ack = in mmhub_v1_0_init()
608 hub->vm_context0_cntl = in mmhub_v1_0_init()
610 hub->vm_l2_pro_fault_status = in mmhub_v1_0_init()
612 hub->vm_l2_pro_fault_cntl = in mmhub_v1_0_init()
H A Dvcn_v1_0.c1038 struct amdgpu_vmhub *hub = &ring->adev->vmhub[ring->funcs->vmhub]; in vcn_v1_0_dec_ring_emit_vm_flush() local
1044 data0 = hub->ctx0_ptb_addr_lo32 + vmid * 2; in vcn_v1_0_dec_ring_emit_vm_flush()
1175 struct amdgpu_vmhub *hub = &ring->adev->vmhub[ring->funcs->vmhub]; in vcn_v1_0_enc_ring_emit_vm_flush() local
1180 vcn_v1_0_enc_ring_emit_reg_wait(ring, hub->ctx0_ptb_addr_lo32 + vmid * 2, in vcn_v1_0_enc_ring_emit_vm_flush()
1433 struct amdgpu_vmhub *hub = &ring->adev->vmhub[ring->funcs->vmhub]; in vcn_v1_0_jpeg_ring_emit_vm_flush() local
1439 data0 = hub->ctx0_ptb_addr_lo32 + vmid * 2; in vcn_v1_0_jpeg_ring_emit_vm_flush()
H A Duvd_v7_0.c1375 struct amdgpu_vmhub *hub = &ring->adev->vmhub[ring->funcs->vmhub]; in uvd_v7_0_ring_emit_vm_flush() local
1381 data0 = hub->ctx0_ptb_addr_lo32 + vmid * 2; in uvd_v7_0_ring_emit_vm_flush()
1418 struct amdgpu_vmhub *hub = &ring->adev->vmhub[ring->funcs->vmhub]; in uvd_v7_0_enc_ring_emit_vm_flush() local
1423 uvd_v7_0_enc_ring_emit_reg_wait(ring, hub->ctx0_ptb_addr_lo32 + vmid * 2, in uvd_v7_0_enc_ring_emit_vm_flush()
H A Dvce_v4_0.c988 struct amdgpu_vmhub *hub = &ring->adev->vmhub[ring->funcs->vmhub]; in vce_v4_0_emit_vm_flush() local
993 vce_v4_0_emit_reg_wait(ring, hub->ctx0_ptb_addr_lo32 + vmid * 2, in vce_v4_0_emit_vm_flush()
/dragonfly/sys/netgraph7/
H A DMakefile17 hub \
/dragonfly/sys/netgraph7/hub/
H A Dng_hub.c51 NETGRAPH_INIT(hub, &ng_hub_typestruct);
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c367 if (udev && udev->hub) { in usb_bus_explore()
397 (udev->hub->explore) (udev); in usb_bus_explore()
772 (bus->devices[USB_ROOT_HUB_ADDR]->hub == NULL)) { in usb_bus_attach()
H A Dehci.c3766 (udev->parent_hs_hub->hub == NULL))) { in ehci_ep_init()
/dragonfly/etc/mtree/
H A DBSD.include.dist371 hub
/dragonfly/include/
H A DMakefile92 netgraph7/frame_relay netgraph7/hole netgraph7/hub \
/dragonfly/sys/dev/disk/isp/
H A DHardware.txt248 a lack of h/w), but I would recommend the use of a hub if you want to
/dragonfly/share/dict/
H A Dweb2a2555 artillery hub
21908 fixed-hub
29359 hub-band
29360 hub-bander
29363 hub borer
29364 hub-boring
29365 hub brake
29367 hub-deep
29370 hub turner
48900 saddle hub
[all …]
H A Dweb287911 hub
/dragonfly/sys/conf/
H A Dfiles1701 netgraph7/hub/ng_hub.c optional netgraph7_hub
/dragonfly/share/misc/
H A Dpci_vendors6128 12ee 8011 Root hub
6133 12ee 7001 Root hub
/dragonfly/games/fortune/datfiles/
H A Dfortunes13205 Boston State House is the hub of the Solar System. You couldn't pry
15338 David Sarnoff, 1964: "The computer will become the hub of a vast network of