Searched refs:driver (Results 226 - 250 of 8892) sorted by path

1234567891011>>

/linux-master/arch/mips/lantiq/xway/
H A Ddma.c286 .driver = {
H A Dgptu.c191 .driver = {
202 pr_info("gptu: Error registering platform driver\n");
H A Dvmmc.c66 .driver = {
/linux-master/arch/mips/pci/
H A Dpci-alchemy.c507 .driver = {
H A Dpci-ar2315.c500 .driver = {
H A Dpci-ar71xx.c3 * Atheros AR71xx PCI host controller driver
391 .driver = {
H A Dpci-ar724x.c3 * Atheros AR724X PCI host controller driver
437 .driver = {
H A Dpci-lantiq.c231 .driver = {
241 pr_info("pci-xway: Error registering platform driver!");
H A Dpci-mt7620.c269 /* voodoo from the SDK driver */
345 /* voodoo from the SDK driver */
403 .driver = {
H A Dpci-rt2880.c261 .driver = {
272 pr_info("rt288x-pci: Error registering platform driver!");
H A Dpci-rt3883.c569 .driver = {
H A Dpci-xtalk-bridge.c753 .driver = {
/linux-master/arch/mips/ralink/
H A Dtimer.c149 .driver = {
/linux-master/arch/mips/rb532/
H A Dgpio.c35 #include <linux/gpio/driver.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-gio.c47 * Used by a driver to check whether an of_device present in the
129 drv = to_gio_driver(dev->driver);
149 struct gio_driver *drv = to_gio_driver(dev->driver);
158 struct gio_driver *drv = to_gio_driver(dev->driver);
160 if (dev->driver && drv->shutdown)
212 /* initialize common driver fields */
213 if (!drv->driver.name)
214 drv->driver.name = drv->name;
215 if (!drv->driver.owner)
216 drv->driver
[all...]
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c21 #include <linux/gpio/driver.h>
/linux-master/arch/parisc/include/asm/
H A Dhardware.h111 extern int register_parisc_driver(struct parisc_driver *driver);
112 extern int count_parisc_driver(struct parisc_driver *driver);
113 extern int unregister_parisc_driver(struct parisc_driver *driver);
H A Dparisc-device.h10 struct parisc_driver *driver; /* Driver for this device */ member in struct:parisc_device
/linux-master/arch/parisc/kernel/
H A Ddrivers.c96 * match_device - Report whether this driver can handle this device
97 * @driver: the PA-RISC driver to try
100 static int match_device(struct parisc_driver *driver, struct parisc_device *dev) argument
104 for (ids = driver->id_table; ids->sversion; ids++) {
126 struct parisc_driver *pa_drv = to_parisc_driver(dev->driver);
131 pa_dev->driver = pa_drv;
139 struct parisc_driver *pa_drv = to_parisc_driver(dev->driver);
147 * register_parisc_driver - Register this driver if it can handle a device
148 * @driver
150 register_parisc_driver(struct parisc_driver *driver) argument
179 struct parisc_driver * driver; member in struct:match_count
202 count_parisc_driver(struct parisc_driver *driver) argument
220 unregister_parisc_driver(struct parisc_driver *driver) argument
[all...]
/linux-master/arch/parisc/math-emu/
H A DMakefile12 obj-y := frnd.o driver.o decode_exc.o fpudispatch.o denormal.o \
/linux-master/arch/powerpc/include/asm/
H A Dmacio.h11 /* MacIO device driver is defined later */
124 * A driver for a mac-io chip based device
138 struct device_driver driver; member in struct:macio_driver
140 #define to_macio_driver(drv) container_of(drv,struct macio_driver, driver)
H A Dps3.h91 /* driver variables (set by ps3_dma_region_create) */
368 void *driver_priv; /* private driver variables */
375 * struct ps3_system_bus_driver - a driver for a device on the system bus
407 BUG_ON(!_dev->core.driver);
408 return ps3_drv_to_system_bus_drv(_dev->core.driver);
H A Dvio.h91 * @desired: set from return of driver's get_desired_dma() function
118 /* A driver must have a get_desired_dma() function to
123 struct device_driver driver; member in struct:vio_driver
131 #define vio_register_driver(driver) \
132 __vio_register_driver(driver, THIS_MODULE, KBUILD_MODNAME)
161 return container_of(drv, struct vio_driver, driver);
/linux-master/arch/powerpc/kernel/
H A Deeh_driver.c61 return "no AER driver";
96 * eeh_pcid_get - Get the PCI device driver
99 * The function is used to retrieve the PCI device driver for
101 * of the PCI device driver to prevent that being unloaded on
106 if (!pdev || !pdev->dev.driver)
109 if (!try_module_get(pdev->dev.driver->owner))
112 return to_pci_driver(pdev->dev.driver);
116 * eeh_pcid_put - Dereference on the PCI device driver
120 * driver of the indicated PCI device.
124 if (!pdev || !pdev->dev.driver)
257 struct pci_driver *driver; local
323 eeh_report_error(struct eeh_dev *edev, struct pci_dev *pdev, struct pci_driver *driver) argument
349 eeh_report_mmio_enabled(struct eeh_dev *edev, struct pci_dev *pdev, struct pci_driver *driver) argument
369 eeh_report_reset(struct eeh_dev *edev, struct pci_dev *pdev, struct pci_driver *driver) argument
415 eeh_report_resume(struct eeh_dev *edev, struct pci_dev *pdev, struct pci_driver *driver) argument
441 eeh_report_failure(struct eeh_dev *edev, struct pci_dev *pdev, struct pci_driver *driver) argument
461 struct pci_driver *driver; local
486 struct pci_driver *driver; local
[all...]
H A Dof_platform.c94 .driver = {

Completed in 285 milliseconds

1234567891011>>