Searched refs:platform_bus_type (Results 1 – 25 of 31) sorted by relevance
12
/drivers/base/ |
D | platform.c | 242 pdev->dev.bus = &platform_bus_type; in platform_device_add() 494 drv->driver.bus = &platform_bus_type; in platform_driver_register() 550 spin_lock(&platform_bus_type.p->klist_drivers.k_lock); in platform_driver_probe() 555 spin_unlock(&platform_bus_type.p->klist_drivers.k_lock); in platform_driver_probe() 946 struct bus_type platform_bus_type = { variable 953 EXPORT_SYMBOL_GPL(platform_bus_type); 962 error = bus_register(&platform_bus_type); in platform_bus_init()
|
/drivers/pcmcia/ |
D | sa1100_generic.c | 88 .bus = &platform_bus_type,
|
D | au1000_generic.c | 520 .bus = &platform_bus_type,
|
D | m32r_pcc.c | 679 .bus = &platform_bus_type,
|
D | m32r_cfc.c | 703 .bus = &platform_bus_type,
|
D | vrc4171_card.c | 709 .bus = &platform_bus_type,
|
D | tcic.c | 370 .bus = &platform_bus_type,
|
D | i82365.c | 1253 .bus = &platform_bus_type,
|
/drivers/scsi/ |
D | bvme6000_scsi.c | 105 .bus = &platform_bus_type,
|
D | a4000t.c | 113 .bus = &platform_bus_type,
|
D | mvme16x_scsi.c | 128 .bus = &platform_bus_type,
|
/drivers/mtd/onenand/ |
D | generic.c | 125 .bus = &platform_bus_type,
|
/drivers/mtd/nand/ |
D | excite_nandflash.c | 224 .bus = &platform_bus_type,
|
/drivers/mtd/maps/ |
D | pxa2xx-flash.c | 177 .bus = &platform_bus_type,
|
/drivers/char/tpm/ |
D | tpm_atmel.c | 173 .bus = &platform_bus_type,
|
D | tpm_tis.c | 659 .bus = &platform_bus_type,
|
/drivers/net/ |
D | mipsnet.c | 310 .bus = &platform_bus_type,
|
/drivers/i2c/busses/ |
D | i2c-powermac.c | 303 .bus = &platform_bus_type,
|
/drivers/watchdog/ |
D | rm9k_wdt.c | 392 .bus = &platform_bus_type,
|
/drivers/rtc/ |
D | rtc-at91sam9.c | 507 rtc = bus_find_device(&platform_bus_type, NULL, in at91_rtc_init()
|
/drivers/ide/ |
D | au1xxx-ide.c | 622 .bus = &platform_bus_type,
|
/drivers/macintosh/ |
D | windfarm_pm121.c | 1002 .bus = &platform_bus_type,
|
/drivers/video/ |
D | au1100fb.c | 668 .bus = &platform_bus_type,
|
D | au1200fb.c | 1765 .bus = &platform_bus_type,
|
/drivers/hwmon/ |
D | ibmaem.c | 94 .bus = &platform_bus_type,
|
12