Searched refs:driver (Results 276 - 300 of 8894) sorted by path

<<11121314151617181920>>

/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.c751 .driver = {
H A Dmpic_msgr.c275 .driver = {
H A Dpmi.c3 * pmi driver
119 printk(KERN_ERR "pmi: driver has already been initialized.\n");
197 .driver = {
267 MODULE_DESCRIPTION("IBM Platform Management Interrupt driver");
/linux-master/arch/s390/include/asm/
H A Dccwdev.h78 * @drv: ccw driver for this device
83 * @handler is a member of the device rather than the driver since a driver
122 * struct ccw_driver - device driver for channel attached devices
123 * @ids: ids supported by this driver
128 * @notify: notify driver of device state changes
129 * @path_event: notify driver of channel path events
132 * @driver: embedded device driver structure
145 struct device_driver driver; member in struct:ccw_driver
[all...]
H A Dccwgroup.h32 * struct ccwgroup_driver - driver for ccw group devices
38 * @driver: embedded driver structure
48 struct device_driver driver; member in struct:ccwgroup_driver
64 #define to_ccwgroupdrv(x) container_of((x), struct ccwgroup_driver, driver)
/linux-master/arch/s390/pci/
H A Dpci_event.c74 static bool is_driver_supported(struct pci_driver *driver) argument
76 if (!driver || !driver->err_handler)
78 if (!driver->err_handler->error_detected)
80 if (!driver->err_handler->slot_reset)
82 if (!driver->err_handler->resume)
88 struct pci_driver *driver)
92 ers_res = driver->err_handler->error_detected(pdev, pdev->error_state);
102 struct pci_driver *driver)
116 if (driver
87 zpci_event_notify_error_detected(struct pci_dev *pdev, struct pci_driver *driver) argument
101 zpci_event_do_error_state_clear(struct pci_dev *pdev, struct pci_driver *driver) argument
141 zpci_event_do_reset(struct pci_dev *pdev, struct pci_driver *driver) argument
172 struct pci_driver *driver; local
238 struct pci_driver *driver; local
[all...]
/linux-master/arch/sh/boards/mach-x3proto/
H A Dgpio.c13 #include <linux/gpio/driver.h>
H A Dsetup.c19 #include <linux/gpio/driver.h>
/linux-master/arch/sh/drivers/
H A Dheartbeat.c3 * Generic heartbeat driver for regular LED banks
15 * handled by this driver, rather than giving each LED bit position its
141 .driver = {
H A Dplatform_early.c29 /* When driver_override is set, only bind to the matching driver */
37 /* fall-back to driver name match */
61 * sh_early_platform_driver_register - register early platform driver
62 * @epdrv: sh_early_platform driver structure
73 /* Simply add the driver to the end of the global list.
81 /* If the user has specified device then make sure the driver
82 * gets prioritized. The driver of the last device specified on
85 n = strlen(epdrv->pdrv->driver.name);
86 if (buf && !strncmp(buf, epdrv->pdrv->driver.name, n)) {
144 * @class_str: string to identify early platform driver clas
[all...]
H A Dpush-switch.c114 .driver = {
/linux-master/arch/sh/include/asm/
H A Dplatform_early.h29 return !pdev->dev.driver;
/linux-master/arch/sparc/include/asm/
H A Dparport_64.h243 .driver = {
H A Dvio.h368 struct device_driver driver; member in struct:vio_driver
391 /* Protects VIO handshake and, optionally, driver private state. */
482 #define vio_register_driver(driver) \
483 __vio_register_driver(driver, THIS_MODULE, KBUILD_MODNAME)
488 return container_of(drv, struct vio_driver, driver);
/linux-master/arch/sparc/kernel/
H A Dapc.c180 .driver = {
192 /* This driver is not critical to the boot process
H A Dauxio_64.c136 .driver = {
148 * be before device_initcall() because things like the floppy driver
H A Dcentral.c2 /* central.c: Central FHC driver for Sunfire/Starfire/Wildfire.
154 .driver = {
258 .driver = {
H A Dchmc.c34 MODULE_DESCRIPTION("UltraSPARC-III memory controller driver");
539 /* This is the main purpose of this driver. */
813 .driver = {
H A Dleon_pci_grpci1.c3 * leon_pci_grpci1.c: GRPCI1 Host PCI driver
7 * This GRPCI1 driver does not support PCI interrupts taken from
711 .driver = {
H A Dleon_pci_grpci2.c3 * leon_pci_grpci2.c: GRPCI2 Host PCI driver
41 * -1 means not configured (let host driver do default setup).
903 .driver = {
H A Dpci_fire.c512 .driver = {
H A Dpci_psycho.c608 .driver = {
H A Dpci_sabre.c426 /* This driver has not been verified to handle
603 .driver = {
H A Dpci_schizo.c732 * a bug in the IOMMU support code or a PCI device driver.
1499 .driver = {
H A Dpci_sun4v.c1338 .driver = {

Completed in 569 milliseconds

<<11121314151617181920>>