Searched refs:driver (Results 451 - 475 of 541) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/expat/tests/
H A DMakefile.in463 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/conftools/test-driver
469 $(top_srcdir)/conftools/test-driver
627 LOG_DRIVER = $(srcdir)/../test-driver-wrapper.sh
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_crtc.c417 * Inits a new object created as base part of an driver crtc object.
518 * subclassed as part of driver connector objects.
788 * Called by a driver the first time a DVI-I connector is made.
821 * Called by a driver's TV initialization routine, this function creates
900 * Called by a driver the first time it's needed, must be attached to desired
925 * Called by a driver the first time it's needed, must be attached to desired
949 * Called by a driver the first time it's needed, must be attached to desired
1767 * we don't bother to call the driver.
3213 /* Only the driver knows */
3695 if (!dev->driver
[all...]
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c67 #include <dev/pms/freebsd/driver/ini/src/agtiapi.h>
68 #include <dev/pms/freebsd/driver/ini/src/agtiproto.h>
71 #include <dev/pms/freebsd/driver/common/lxencrypt.h>
73 MALLOC_DEFINE( M_PMC_MCCB, "CCB List", "CCB List for PMCS driver" );
682 The first function being called in driver after agtiapi_probe()
715 The first function being called in driver after agtiapi_probe()
1763 // handy reference when driver is in motion
2124 ccb_t *pccb (IN) A pointer to the driver's own CCB, not CAM's CCB
2435 ccb_t *pccb (IN) A pointer to the driver's own CCB, not CAM's CCB
2511 ccb_t *pccb (IN) A pointer to the driver'
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp32 using namespace clang::driver;
33 using namespace clang::driver::toolchains;
102 // If using a driver driver, force the arch.
1436 bool clang::driver::findMIPSMultilibs(const Driver &D,
1857 const Arg *A = Args.getLastArg(clang::driver::options::OPT_gcc_toolchain);
1870 /// Initialize a GCCInstallationDetector from the driver.
1876 /// should instead pull the target out of the driver. This is currently
1877 /// necessary because the driver doesn't store the final version of the target
2641 Preprocess.reset(new clang::driver
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp9 // The driver drives the entire linking process. It is responsible for
12 // One notable thing in the LLD's driver when compared to other linkers is
13 // that the LLD's driver is agnostic on the host operating system.
18 // usually explicitly specified by the compiler driver. They can even
20 // simply trust the compiler driver to pass all required options and
73 LinkerDriver *elf::driver; member in class:elf
101 driver = make<LinkerDriver>();
114 driver->main(args);
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in473 LOG_DRIVER = $(SHELL) $(top_srcdir)/libevent/build-aux/test-driver
489 $(top_srcdir)/libevent/build-aux/test-driver
496 $(top_srcdir)/libevent/build-aux/test-driver
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard.c119 static void pccard_driver_added(device_t dev, driver_t *driver);
275 * driver wishes to pick and chose which config entry to use,
290 * very good that it is the only driver that could hope to
1108 pccard_driver_added(device_t dev, driver_t *driver) argument
/freebsd-13-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c1334 /* Dummy NewBus functions to reserve the resources used by the vt_vga driver */
1336 vtvga_identify(driver_t *driver, device_t parent) argument
1342 if (BUS_ADD_CHILD(parent, 0, driver->name, 0) == NULL)
1350 device_set_desc(dev, "VT VGA driver");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp85 clang::driver::Driver::getDefaultModuleCachePath(path);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp56 driver->parseDirectives(file);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c37 #include <dev/mlx4/driver.h>
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_apei.c549 apei_identify(driver_t *driver, device_t parent) argument
H A Dacpi_hpet.c412 hpet_identify(driver_t *driver, device_t parent) argument
H A Dacpi_pci_link.c1091 * SYSINIT() style initialization for the driver.
1094 acpi_pci_link_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c133 rtl8366rb_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwip.c127 fwip_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/hid/
H A Dhidraw.c103 struct { /* driver state */
109 bool uhid:1; /* driver switched in to uhid mode */
156 hidraw_identify(driver_t *driver, device_t parent) argument
496 /* Check if underlying driver could process this request */
/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev2.h116 V4L2_FIELD_ANY = 0, /* driver can choose from none,
246 __u8 driver[16]; /* i.e. "bttv" */ member in struct:v4l2_capability
519 #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
987 /* IDs reserved for driver specific controls */
1215 /* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
1642 #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdinit.c33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
59 #include <dev/pms/freebsd/driver/common/osstring.h>
101 * tiRoot: Pointer to driver/port instance.
135 * tiRoot: Pointer to driver/port instance.
161 * tiRoot: Pointer to driver/port instance.
206 * \param tiRoot: Pointer to driver/port instance.
280 * \param tiRoot: Pointer to target driver/port instance.
466 #endif /* target driver */
[all...]
H A Dtdioctl.c33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
59 #include <dev/pms/freebsd/driver/common/osstring.h>
110 * tiRoot: Pointer to driver instance
217 * tiRoot: Pointer to driver instance
341 * tiRoot: Pointer to driver instance
1085 * tiRoot: Pointer to driver instance
1199 * tiRoot: Pointer to driver instance
1322 * tiRoot: Pointer to driver instanc
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c33 #include <dev/pms/freebsd/driver/common/osenv.h>
34 #include <dev/pms/freebsd/driver/common/ostypes.h>
35 #include <dev/pms/freebsd/driver/common/osdebug.h>
59 #include <dev/pms/freebsd/driver/common/osstring.h>
84 * \param agRoot: Pointer to driver Instance.
475 * \param agRoot: Pointer to driver Instance.
761 * \param agRoot: Pointer to driver Instance.
1329 * \param agRoot: Pointer to driver Instance.
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c38 #include <dev/pms/freebsd/driver/common/lxencrypt.h>
/freebsd-13-stable/sys/dev/ppbus/
H A Dlpt.c163 #define HAVEBUS (1<<8) /* the driver owns the bus */
339 lpt_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba.c59 siba_get_erom_class(driver_t *driver) argument
72 * Default siba(4) bus driver implementation of DEVICE_ATTACH().
1127 * Default siba(4) bus driver implementation of BHND_BUS_GET_INTR_COUNT().
1149 * Default siba(4) bus driver implementation of BHND_BUS_GET_INTR_IVEC().
/freebsd-13-stable/contrib/ofed/libibcm/
H A Dcm.c49 #include <infiniband/driver.h>

Completed in 384 milliseconds

<<11121314151617181920>>