OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buses
(Results
1 - 3
of
3
) sorted by null
/external/dtc/Documentation/
dtc-paper.tex
75
buses
\footnote{Well, mostly. There are a few special exceptions.}.
259
for the PCI host bridges; the kernel will scan the
buses
thus
266
describe various
buses
in the device tree (for example,
269
bindings for many modern
buses
and devices. In particular, embedded
270
specific devices such as the various System-on-Chip
buses
are not
271
covered. We intend to create new bindings for such
buses
, in keeping
547
(for example, multiple identical ethernet controllers or PCI
buses
)
/external/libusb/libusb/os/
linux_usbfs.c
1178
DIR *
buses
= opendir(usbfs_path);
local
1181
if (!
buses
) {
1182
usbi_err(ctx, "opendir
buses
failed errno=%d", errno);
1186
while ((entry = readdir(
buses
))) {
[
all
...]
/external/u-boot/drivers/i2c/
Kconfig
438
Define the maximum number of available I2C
buses
.
Completed in 363 milliseconds