Home
last modified time | relevance | path

Searched defs:bus (Results 1 - 25 of 59) sorted by relevance

123

/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dstr_mod.h27 struct bus_type *bus; member
/third_party/backends/sanei/
H A Dsanei_config2.c65 int bus = -1, channel = -1, id = -1, lun = -1; in sanei_config_attach_matching_devices() local
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/
H A Dtpci.c57 static void run_pci_testcases(int bus, int slot) in run_pci_testcases() argument
/third_party/skia/src/core/
H A DSkMessageBus.h90 auto* bus = SkMessageBus<Message, IDType, AllowCopyableMessage>::Get(); in Inbox() local
98 auto* bus = SkMessageBus<Message, IDType, AllowCopyableMessage>::Get(); in ~Inbox() local
130 auto* bus = SkMessageBus<Message, IDType, AllowCopyableMessage>::Get(); Post() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Ddbus-listen-preq.py43 bus = dbus.SystemBus() variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddbus-listen-preq.py43 bus = dbus.SystemBus() variable
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_handle_request.c389 struct usb_bus *bus; in usb_handle_remote_wakeup() local
[all...]
H A Dusb_bus.h38 struct usb_bus *bus; member
[all...]
H A Dusb_transfer.h79 struct usb_bus *bus; /* pointer to USB bus (cached) */ member
H A Dusb_dev.h51 struct usb_bus *bus; member
/third_party/FreeBSD/sys/arm/arm/
H A Dnexus.c154 nexus_print_child(device_t bus, device_t child) in nexus_print_child() argument
170 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, in nexus_alloc_resource() argument
/third_party/FreeBSD/sys/kern/
H A Dbus_if.c30 null_add_child(device_t bus, int order, const char *name, in null_add_child() argument
37 static int null_reset_post(device_t bus, device_t dev) in null_reset_post() argument
42 static int null_reset_prepare(device_t bus, device_t dev) in null_reset_prepare() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-console-kit.c162 static DBusHandlerResult filter_cb(DBusConnection *bus, DBusMessage *message, void *userdata) { in filter_cb() argument
/third_party/pulseaudio/src/pulse/
H A Dutil.c386 DBusConnection *bus; in set_scheduler() local
[all...]
/third_party/backends/backend/
H A Dkvs40xx.c269 SANE_Int h, bus; in sane_open() local
H A Dkvs20xx.c170 SANE_Int h, bus; in sane_open() local
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dusb_controller.c97 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() argument
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); usb_detach() local
215 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); usb_suspend() local
243 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); usb_resume() local
269 usb_bus_reset_async_locked(struct usb_bus *bus) usb_bus_reset_async_locked() argument
293 struct usb_bus *bus = device_get_softc(dev); usb_shutdown() local
328 struct usb_bus *bus; usb_bus_explore() local
389 struct usb_bus *bus; usb_bus_detach() local
423 struct usb_bus *bus; usb_bus_suspend() local
480 struct usb_bus *bus; usb_bus_resume() local
541 struct usb_bus *bus; usb_bus_reset() local
563 struct usb_bus *bus; usb_bus_shutdown() local
610 struct usb_bus *bus; usb_bus_attach() local
709 usb_attach_sub(device_t dev, struct usb_bus *bus) usb_attach_sub() argument
798 usb_bus_mem_flush_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_flush_all_cb() argument
810 usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb) usb_bus_mem_flush_all() argument
823 usb_bus_mem_alloc_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_alloc_all_cb() argument
843 usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb) usb_bus_mem_alloc_all() argument
886 usb_bus_mem_free_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_free_all_cb() argument
897 usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb) usb_bus_mem_free_all() argument
[all...]
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
H A Dltp_tpci.c87 struct pci_bus *bus; member
98 static int probe_pci_dev(unsigned int bus, unsigned int slot) in probe_pci_dev() argument
294 struct pci_bus *bus = ltp_pci.bus; test_scan_bus() local
320 struct pci_bus *bus = ltp_pci.bus; test_slot_scan() local
346 struct pci_bus *bus = ltp_pci.bus; test_bus_add_devices() local
666 unsigned int res, bus, slot; sys_bus_slot() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dtusb.c300 struct usb_bus *bus = in test_find_usbdev() local
[all...]
H A Dst_tusb.h100 struct usb_bus *bus; member
/third_party/libevdev/tools/
H A Dmouse-dpi-tool.c181 const char *bus; in bustype() local
[all...]
/third_party/toybox/toys/other/
H A Di2ctools.c89 static int i2c_open(int bus, int slave, int chip) in i2c_open() argument
99 static unsigned long i2c_get_funcs(int bus) in i2c_get_funcs() argument
129 static void i2cdetect_dash_F(int bus) in i2cdetect_dash_F() argument
159 int bus; in i2cdetect_dash_l() local
191 int bus, firs in i2cdetect_main() local
239 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); i2cdump_main() local
268 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); i2cget_main() local
287 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); i2cset_main() local
[all...]
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c190 unsigned domain, bus, slot, func, dev_port = 0; in dev_pci_slot() local
[all...]
H A Dudev-builtin-path_id.c311 int host, bus, target, lun; in handle_scsi_default() local
H A Dudev-builtin-usb_id.c308 int host, bus, target, lun; in builtin_usb_id() local

Completed in 12 milliseconds

123