Searched refs:drivers (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c71 * Used to attach drivers to devclasses.
76 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */
91 driver_list_t drivers; /* bus devclasses store drivers for bus */ member in struct:devclass
168 static void print_driver_list(driver_list_t drivers, int indent);
778 * This is called when all drivers that can attach to a given bus
1018 TAILQ_INIT(&dc->drivers);
1026 * that this devclass will support drivers for the parent class as
1155 * search for drivers in both devclasses for children
1165 TAILQ_INSERT_TAIL(&dc->drivers, d
5234 print_driver_list(driver_list_t drivers, int indent) argument
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c63 #include <netgraph/bluetooth/drivers/h4/ng_h4_var.h>
64 #include <netgraph/bluetooth/drivers/h4/ng_h4_prse.h>
/freebsd-11-stable/stand/usb/
H A Dusbcore.mk66 # USB controller drivers
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c326 driver_t **drivers; local
410 if (devclass_get_drivers(acpi_cpu_devclass, &drivers, &drv_count) == 0) {
412 if (ACPI_GET_FEATURES(drivers[i], &features) == 0)
415 free(drivers, M_TEMP);
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1133 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */
1141 driver_list_t drivers; /* bus devclasses store drivers for bus */ member in struct:devclass
1154 dlfirst = TAILQ_FIRST(&dc->drivers);
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend666 usr.sbin/ntp/doc/drivers/icons \
667 usr.sbin/ntp/doc/drivers/scripts \
668 usr.sbin/ntp/doc/drivers \
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1486 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */
1494 driver_list_t drivers; /* bus devclasses store drivers for bus */ member in struct:devclass
1507 dlfirst = TAILQ_FIRST(&dc->drivers);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1304 TAILQ_ENTRY(driverlink) link; /* list of drivers in devclass */
1312 driver_list_t drivers; /* bus devclasses store drivers for bus */
1325 dlfirst = TAILQ_FIRST(&dc->drivers);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex90 CONFIG-dependent hacks in drivers to override normal probe logic with
542 incorporate bytecode drivers for certain platform devices. \dtc's
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c72 #include <netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h>
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c31 * $FreeBSD: stable/11/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c 361915 2020-06-08 09:30:43Z hselasky $
132 #include <netgraph/bluetooth/drivers/ubt/ng_ubt_var.h>

Completed in 198 milliseconds

12