Searched refs:driver (Results 426 - 450 of 541) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/ata/
H A Data-all.h282 void *driver; /* driver specific */ member in struct:ata_request
/freebsd-13-stable/sys/dev/etherswitch/ip17x/
H A Dip17x.c86 ip17x_identify(driver_t *driver, device_t parent) argument
157 device_set_desc_copy(dev, "IC+ IP17x switch driver");
/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwe.c117 fwe_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/iir/
H A Diir.h38 * iir.h: Definitions/Constants used by the Intel Integrated RAID driver
43 * credits: Niklas Hallqvist; OpenBSD driver for the ICP Controllers.
161 #define GDT_IOCTL_DRVERS _IOR('J', 1, int) /* get driver version */
163 #define GDT_IOCTL_DRVERS_OLD _IOWR('J', 1, int) /* get driver version */
175 #define GDT_S_NO_STATUS 0x1000 /* got no status (driver-generated) */
528 } driver; member in union:__anon12307::__anon12308
/freebsd-13-stable/sys/dev/ppbus/
H A Dif_plip.c35 * Parallel port TCP/IP interfaces added. I looked at the driver from
37 * should perform better too. I have never run the MACH driver though.
39 * This driver sends two bytes (0x08, 0x00) in front of each packet,
217 lp_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma.c61 bcma_get_erom_class(driver_t *driver) argument
74 * Default bcma(4) bus driver implementation of DEVICE_ATTACH().
611 * Default bcma(4) bus driver implementation of BHND_BUS_GET_INTR_COUNT().
627 * Default bcma(4) bus driver implementation of BHND_BUS_GET_INTR_IVEC().
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c45 #include <infiniband/driver.h>
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h43 #include <infiniband/driver.h>
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c5 * Purpose : Implements a reference clock driver for the NTP daemon. This
6 * reference clock driver provides a means to communicate with
54 ** This driver supports the Spectracom TSYNC PCI GPS receiver. It requires
55 ** that the tsyncpci.o device driver be installed and loaded.
133 unsigned char driver[7]; member in struct:BoardObj
208 * structures for ioctl interactions with driver
271 tsync_start, /* start up driver */
272 tsync_shutdown, /* shut down driver */
275 noentry, /* initialize driver (not used) */
310 * Description: Used to intialize the Spectracom TSYNC reference driver
[all...]
/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c308 vtpci_legacy_driver_added(device_t dev, driver_t *driver) argument
442 * negotiated beyond what the guest driver changed. MSIX state should
/freebsd-13-stable/sys/dev/xen/console/
H A Dxen_console.c80 * Called by the low-level driver during early boot.
131 * Necessary to support low-level console driver
392 * Called by the low-level driver during early boot to initialize the
393 * main console driver.
586 /*---------------------- Low-level console driver ---------------------------*/
641 /*----------------------------- TTY driver ---------------------------------*/
700 /*------------------------ Main console driver ------------------------------*/
702 xencons_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c560 evtchn_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c569 privcmd_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/i386/i386/
H A Dbios.c569 pnpbios_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/isa/
H A Dpnp.c739 pnp_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3bus.c149 ps3bus_identify(driver_t *driver, device_t parent) argument
/freebsd-13-stable/sys/dev/cpufreq/
H A Dcpufreq_dt.c30 * Generic DT based cpufreq driver
292 cpufreq_dt_identify(driver_t *driver, device_t parent) argument
333 device_set_desc(dev, "Generic cpufreq driver");
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c183 list_for_each_entry_safe(dev, tmp, &driver->device_list, driver_item)
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h105 struct device_driver *driver; member in struct:device
/freebsd-13-stable/sys/x86/pci/
H A Dpci_bus.c378 legacy_pcib_identify(driver_t *driver, device_t parent) argument
564 * Helper routine for x86 Host-PCI bridge driver resource allocation.
726 * Provide a PCI-PCI bridge driver for PCI buses behind PCI-PCI bridges
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb.c71 * * YAMAMOTO Shigeru: Author of another FreeBSD cardbus driver
409 cbb_driver_added(device_t brdev, driver_t *driver) argument
418 DEVICE_IDENTIFY(driver, brdev);
643 * will be called with Giant if this isn't an MP safe driver, or not
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd.h641 * Return the bhnd(4) bus driver's device enumeration parser class
643 * @param driver A bhnd bus driver instance.
646 bhnd_driver_get_erom_class(driver_t *driver) argument
648 return (BHND_BUS_GET_EROM_CLASS(driver));
1059 * @note A driver must ask the bhnd bus to allocate PMU request state
1084 * @note A driver must ask the bhnd bus to allocate PMU request state
1100 * @note A driver must ask the bhnd bus to allocate clock request state
1126 * @note A driver must ask the bhnd bus to allocate clock request state
1148 * @note A driver mus
[all...]
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1203 bcm2835_cpufreq_identify(driver_t *driver, device_t parent) argument
1216 DPRINTF("driver=%p, parent=%p\n", driver, parent);
/freebsd-13-stable/share/mk/
H A Dsys.mk240 # compiler driver flags (e.g. -mabi=*) that conflict with flags to LD.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp30 using namespace clang::driver;
31 using namespace clang::driver::tools;
32 using namespace clang::driver::toolchains;
37 // See arch(3) and llvm-gcc's driver-driver.c. We don't implement support for
42 // historically the driver driver accepts this and also ties its -march=
57 // This is derived from the driver driver.
104 // If -fno-integrated-as is used add -Q to the darwin assembler driver t
[all...]

Completed in 402 milliseconds

<<11121314151617181920>>