Searched refs:drv (Results 101 - 125 of 1038) sorted by path

1234567891011>>

/linux-master/arch/s390/include/asm/
H A Deadm.h107 struct device_driver drv; member in struct:scm_driver
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c38 #include <media/drv-intf/renesas-ceu.h>
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c41 #include <media/drv-intf/renesas-ceu.h>
929 #include <media/drv-intf/sh_vou.h>
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c39 #include <media/drv-intf/renesas-ceu.h>
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c30 #include <media/drv-intf/renesas-ceu.h>
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c38 #include <media/drv-intf/renesas-ceu.h>
537 #include <media/drv-intf/sh_vou.h>
/linux-master/arch/sh/drivers/
H A Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv) argument
27 struct platform_driver *pdrv = to_platform_driver(drv);
31 return !strcmp(pdev->driver_override, drv->name);
38 return (strcmp(pdev->name, drv->name) == 0);
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c25 struct cpuidle_driver *drv,
24 cpuidle_sleep_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
/linux-master/arch/sparc/include/asm/
H A Dvio.h477 int __vio_register_driver(struct vio_driver *drv, struct module *owner,
484 void vio_unregister_driver(struct vio_driver *drv);
486 static inline struct vio_driver *to_vio_driver(struct device_driver *drv) argument
488 return container_of(drv, struct vio_driver, driver);
/linux-master/arch/sparc/kernel/
H A Dvio.c57 static int vio_bus_match(struct device *dev, struct device_driver *drv) argument
60 struct vio_driver *vio_drv = to_vio_driver(drv);
72 struct vio_driver *drv = to_vio_driver(dev->driver); local
75 if (!drv->probe)
78 id = vio_match_device(drv->id_table, vdev);
83 if (!drv->no_irq) {
93 return drv->probe(vdev, id);
99 struct vio_driver *drv = to_vio_driver(dev->driver); local
101 if (drv->remove) {
108 drv
[all...]
/linux-master/arch/x86/kernel/apic/
H A Dprobe_32.c78 struct apic **drv; local
83 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) {
84 if (!strcmp((*drv)->name, arg)) {
85 apic_install_driver(*drv);
128 struct apic **drv; local
130 for (drv = __apicdrivers; drv < __apicdrivers_end; drv
[all...]
H A Dprobe_64.c19 struct apic **drv; local
23 for (drv = __apicdrivers; drv < __apicdrivers_end; drv++) {
24 if ((*drv)->probe && (*drv)->probe()) {
25 apic_install_driver(*drv);
33 struct apic **drv; local
35 for (drv = __apicdrivers; drv < __apicdrivers_en
[all...]
/linux-master/arch/x86/kernel/
H A Dapm_32.c359 struct cpuidle_driver *drv, int index);
902 struct cpuidle_driver *drv, int index)
901 apm_cpu_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
H A Dprobe_roms.c84 struct pci_driver *drv = to_pci_driver(pdev->dev.driver); local
90 for (id = drv ? drv->id_table : NULL; id && id->vendor; id++)
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo15-sci.c223 .drv.pm = &xo15_sci_pm,
/linux-master/drivers/acpi/
H A Dbattery.c1287 .drv.pm = &acpi_battery_pm,
H A Dbus.c992 const struct device_driver *drv)
994 const struct acpi_device_id *acpi_ids = drv->acpi_match_table;
995 const struct of_device_id *of_ids = drv->of_match_table;
1021 driver->drv.name = driver->name;
1022 driver->drv.bus = &acpi_bus_type;
1023 driver->drv.owner = owner;
1025 return driver_register(&driver->drv);
1039 driver_unregister(&driver->drv);
1048 static int acpi_bus_match(struct device *dev, struct device_driver *drv) argument
1051 struct acpi_driver *acpi_drv = to_acpi_driver(drv);
991 acpi_driver_match_device(struct device *dev, const struct device_driver *drv) argument
[all...]
H A Dbutton.c156 .drv.pm = &acpi_button_pm,
H A Dec.c2193 .drv.pm = &acpi_ec_pm,
H A Dprocessor_idle.c617 * @drv: cpuidle driver
622 static int __cpuidle acpi_idle_enter_bm(struct cpuidle_driver *drv, argument
646 index = drv->safe_state_index;
684 struct cpuidle_driver *drv, int index)
695 return acpi_idle_enter_bm(drv, pr, cx, index);
713 struct cpuidle_driver *drv, int index)
728 acpi_idle_enter_bm(drv, pr, cx, index);
785 struct cpuidle_driver *drv = &acpi_idle_driver; local
791 cpuidle_poll_state_init(drv);
803 state = &drv
683 acpi_idle_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
712 acpi_idle_enter_s2idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
1184 acpi_idle_lpi_enter(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) argument
1207 struct cpuidle_driver *drv = &acpi_idle_driver; local
1241 struct cpuidle_driver *drv = &acpi_idle_driver; local
[all...]
H A Dsbs.c720 .drv.pm = &acpi_sbs_pm,
H A Dthermal.c1010 .drv.pm = &acpi_thermal_pm,
/linux-master/drivers/amba/
H A Dbus.c29 #define to_amba_driver(d) container_of(d, struct amba_driver, drv)
208 static int amba_match(struct device *dev, struct device_driver *drv) argument
211 struct amba_driver *pcdrv = to_amba_driver(drv);
234 return !strcmp(pcdev->driver_override, drv->name);
326 struct amba_driver *drv = to_amba_driver(dev->driver); local
329 if (drv->remove)
330 drv->remove(pcdev);
344 struct amba_driver *drv; local
349 drv = to_amba_driver(dev->driver);
350 if (drv
356 struct amba_driver *drv = to_amba_driver(dev->driver); local
378 struct amba_driver *drv = to_amba_driver(dev->driver); local
504 __amba_driver_register(struct amba_driver *drv, struct module *owner) argument
525 amba_driver_unregister(struct amba_driver *drv) argument
[all...]
/linux-master/drivers/ata/
H A Dpata_icside.c613 .drv = {
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c640 struct device_driver *drv; local
657 drv = driver_find(protocol, &pata_parport_bus_type);
658 if (!drv) {
665 pr_wanted = container_of(drv, struct pi_protocol, driver);

Completed in 938 milliseconds

1234567891011>>