/src/sys/rump/dev/lib/libugenhc/ |
ugenhc.c | 771 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ugenhc_open 778 if (addr == rhaddr) {
|
ugenhc.c | 771 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ugenhc_open 778 if (addr == rhaddr) {
|
/src/sys/arch/mips/adm5120/dev/ |
ahci.c | 360 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ahci_open 363 dev->ud_addr, ed->bEndpointAddress, rhaddr)); 367 if (dev->ud_addr == rhaddr) {
|
ahci.c | 360 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ahci_open 363 dev->ud_addr, ed->bEndpointAddress, rhaddr)); 367 if (dev->ud_addr == rhaddr) {
|
/src/sys/dev/usb/ |
motg.c | 525 uint8_t rhaddr = pipe->up_dev->ud_bus->ub_rhaddr; local in function:motg_open 530 pipe->up_dev->ud_addr, ed->bEndpointAddress, rhaddr); 538 if (pipe->up_dev->ud_addr == rhaddr) {
|
motg.c | 525 uint8_t rhaddr = pipe->up_dev->ud_bus->ub_rhaddr; local in function:motg_open 530 pipe->up_dev->ud_addr, ed->bEndpointAddress, rhaddr); 538 if (pipe->up_dev->ud_addr == rhaddr) {
|
ehci.c | 1963 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ehci_open 1975 ed->bEndpointAddress, rhaddr); 1984 || (dev->ud_myhsport->up_parent->ud_addr != rhaddr)) { 2001 if (addr == rhaddr) {
|
xhci.c | 3776 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:xhci_setup_tthub 3799 myhsport->up_parent->ud_addr != rhaddr && 3839 myhsport->up_parent->ud_addr != rhaddr &&
|
ehci.c | 1963 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:ehci_open 1975 ed->bEndpointAddress, rhaddr); 1984 || (dev->ud_myhsport->up_parent->ud_addr != rhaddr)) { 2001 if (addr == rhaddr) {
|
xhci.c | 3776 uint8_t rhaddr = dev->ud_bus->ub_rhaddr; local in function:xhci_setup_tthub 3799 myhsport->up_parent->ud_addr != rhaddr && 3839 myhsport->up_parent->ud_addr != rhaddr &&
|
/src/sys/dev/ic/ |
sl811hs.c | 1029 uint8_t rhaddr; local in function:slhci_open 1035 rhaddr = dev->ud_bus->ub_rhaddr; 1038 dev->ud_addr, ed->bEndpointAddress, rhaddr, 0); 1060 if (dev->ud_myhub->ud_addr != rhaddr) { 1076 if (dev->ud_addr == rhaddr) {
|
sl811hs.c | 1029 uint8_t rhaddr; local in function:slhci_open 1035 rhaddr = dev->ud_bus->ub_rhaddr; 1038 dev->ud_addr, ed->bEndpointAddress, rhaddr, 0); 1060 if (dev->ud_myhub->ud_addr != rhaddr) { 1076 if (dev->ud_addr == rhaddr) {
|