| /third_party/FreeBSD/sys/dev/usb/controller/ |
| D | usb_controller.c | 97 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() 117 struct usb_bus *bus = (struct usb_bus *)device_get_ivars(dev); in usb_attach() local 153 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_detach() local 215 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_suspend() local 243 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_resume() local 269 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked() 293 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown() local 328 struct usb_bus *bus; in usb_bus_explore() local 389 struct usb_bus *bus; in usb_bus_detach() local 423 struct usb_bus *bus; in usb_bus_suspend() local [all …]
|
| D | ehci.c | 48 #define EHCI_BUS2SC(bus) \ argument 109 ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ehci_iterate_hw_softc() 1473 ehci_do_poll(struct usb_bus *bus) in ehci_do_poll() 3819 ehci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) 3837 ehci_set_hw_power(struct usb_bus *bus)
|
| D | xhci.c | 48 #define XHCI_BUS2SC(bus) \ argument 171 xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in xhci_iterate_hw_softc() 662 xhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in xhci_set_hw_power_sleep() 1654 xhci_do_poll(struct usb_bus *bus) in xhci_do_poll() 4162 xhci_set_hw_power(struct usb_bus *bus) in xhci_set_hw_power()
|
| /third_party/toybox/toys/other/ |
| D | i2ctools.c | 87 static int i2c_open(int bus, int slave, int chip) in i2c_open() 97 static unsigned long i2c_get_funcs(int bus) in i2c_get_funcs() 122 static void i2cdetect_dash_F(int bus) in i2cdetect_dash_F() 155 int bus; in i2cdetect_dash_l() local 188 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local 235 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cdump_main() local 261 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cget_main() local 280 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cset_main() local
|
| /third_party/FreeBSD/sys/dev/usb/ |
| D | usb_bus.h | 38 struct usb_bus *bus; member 51 #define USB_BUS_TT_PROC(bus) USB_BUS_NON_GIANT_ISOC_PROC(bus) argument 52 #define USB_BUS_CS_PROC(bus) USB_BUS_NON_GIANT_ISOC_PROC(bus) argument 55 #define USB_BUS_GIANT_PROC(bus) (&(bus)->giant_callback_proc) argument 56 #define USB_BUS_NON_GIANT_ISOC_PROC(bus) (&(bus)->non_giant_isoc_callback_proc) argument 57 #define USB_BUS_NON_GIANT_BULK_PROC(bus) (&(bus)->non_giant_bulk_callback_proc) argument 58 #define USB_BUS_EXPLORE_PROC(bus) (&(bus)->explore_proc) argument 59 #define USB_BUS_CONTROL_XFER_PROC(bus) (&(bus)->control_xfer_proc) argument
|
| D | usb_hub.c | 501 struct usb_bus *bus; in uhub_explore_sub() local 1019 uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) in uhub_root_intr() 1616 struct usb_bus *bus; in uhub_detach() local 1927 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust() local 2111 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand() 2149 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot() local 2267 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device() 2286 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device() 2324 struct usb_bus *bus; member 2337 struct usb_bus *bus; in usb_needs_explore_sub() local [all …]
|
| D | usb_handle_request.c | 389 struct usb_bus *bus; in usb_handle_remote_wakeup() local
|
| D | usb_transfer.h | 79 struct usb_bus *bus; /* pointer to USB bus (cached) */ member
|
| /third_party/FreeBSD/sys/kern/ |
| D | bus_if.c | 30 null_add_child(device_t bus, int order, const char *name, in null_add_child() 37 static int null_reset_post(device_t bus, device_t dev) in null_reset_post() 42 static int null_reset_prepare(device_t bus, device_t dev) in null_reset_prepare()
|
| /third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
| D | ltp_tpci.c | 87 struct pci_bus *bus; member 98 static int probe_pci_dev(unsigned int bus, unsigned int slot) in probe_pci_dev() 294 struct pci_bus *bus = ltp_pci.bus; in test_scan_bus() local 320 struct pci_bus *bus = ltp_pci.bus; in test_slot_scan() local 346 struct pci_bus *bus = ltp_pci.bus; in test_bus_add_devices() local 666 unsigned int res, bus, slot; in sys_bus_slot() local
|
| /third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
| D | str_mod.h | 27 struct bus_type *bus; member
|
| /third_party/FreeBSD/sys/arm/arm/ |
| D | nexus.c | 154 nexus_print_child(device_t bus, device_t child) in nexus_print_child() 170 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource()
|
| /third_party/backends/sanei/ |
| D | sanei_config2.c | 65 int bus = -1, channel = -1, id = -1, lun = -1; in sanei_config_attach_matching_devices() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
| D | dbus-listen-preq.py | 43 bus = dbus.SystemBus() variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
| D | dbus-listen-preq.py | 43 bus = dbus.SystemBus() variable
|
| /third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
| D | tpci.c | 57 static void run_pci_testcases(int bus, int slot) in run_pci_testcases()
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_multimodalInput_inputDevice.js | 37 bus: '[PC preview] unknow bus', property
|
| /third_party/pulseaudio/src/modules/ |
| D | module-console-kit.c | 162 static DBusHandlerResult filter_cb(DBusConnection *bus, DBusMessage *message, void *userdata) { in filter_cb()
|
| /third_party/pulseaudio/src/pulse/ |
| D | util.c | 386 DBusConnection *bus; in set_scheduler() local
|
| /third_party/pulseaudio/src/modules/rtp/ |
| D | rtp-gstreamer.c | 240 GstBus *bus; in process_bus_messages() local 388 GstBus *bus; in on_pad_added() local
|
| /third_party/libevdev/tools/ |
| D | mouse-dpi-tool.c | 181 const char *bus; in bustype() local
|
| /third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
| D | tusb.c | 300 struct usb_bus *bus = in test_find_usbdev() local
|
| D | st_tusb.h | 100 struct usb_bus *bus; member
|
| /third_party/backends/backend/ |
| D | kvs20xx.c | 170 SANE_Int h, bus; in sane_open() local
|
| /third_party/libdrm/tests/amdgpu/ |
| D | amdgpu_test.c | 456 static int amdgpu_find_device(uint8_t bus, uint16_t dev) in amdgpu_find_device()
|