| /arch/powerpc/platforms/ps3/ |
| A D | platform.h | 85 enum ps3_bus_type *bus_type); 128 enum ps3_bus_type bus_type; member 137 int __init ps3_repository_find_devices(enum ps3_bus_type bus_type, 139 int __init ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from,
|
| A D | repository.c | 166 enum ps3_bus_type *bus_type) in ps3_repository_read_bus_type() argument 176 *bus_type = v1; in ps3_repository_read_bus_type() 307 __func__, __LINE__, tmp.bus_type, tmp.bus_index, tmp.bus_id, in ps3_repository_find_device() 368 result = ps3_repository_read_bus_type(tmp.bus_index, &tmp.bus_type); in ps3_repository_find_device_by_id() 410 __func__, __LINE__, tmp.bus_type, tmp.dev_type, tmp.bus_index, in ps3_repository_find_device_by_id() 416 int __init ps3_repository_find_devices(enum ps3_bus_type bus_type, in ps3_repository_find_devices() argument 424 repo.bus_type = bus_type; in ps3_repository_find_devices() 473 if (type == bus_type) { in ps3_repository_find_bus() 1318 if (repo->bus_type == PS3_BUS_TYPE_STORAGE) in dump_device_info() 1339 &repo.bus_type); in ps3_repository_dump_bus_info() [all …]
|
| A D | device-init.c | 126 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); in ps3_setup_gelic_device() 197 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); in ps3_setup_uhc_device() 901 static int __init ps3_start_probe_thread(enum ps3_bus_type bus_type) in ps3_start_probe_thread() argument 911 repo.bus_type = bus_type; in ps3_start_probe_thread() 913 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); in ps3_start_probe_thread() 929 "ps3-probe-%u", bus_type); in ps3_start_probe_thread()
|
| /arch/powerpc/include/asm/ |
| A D | ibmebus.h | 51 extern const struct bus_type ibmebus_bus_type;
|
| A D | vio.h | 42 extern const struct bus_type vio_bus_type;
|
| A D | macio.h | 9 extern const struct bus_type macio_bus_type;
|
| A D | mpic.h | 339 extern const struct bus_type mpic_subsys;
|
| /arch/arm/mach-s3c/ |
| A D | s3c6410.c | 60 const struct bus_type s3c6410_subsys = {
|
| A D | cpu.h | 79 extern const struct bus_type s3c6410_subsys;
|
| A D | s3c64xx.c | 152 static const struct bus_type s3c64xx_subsys = {
|
| /arch/powerpc/platforms/pseries/ |
| A D | ibmebus.c | 58 const struct bus_type ibmebus_bus_type; 271 static ssize_t probe_store(const struct bus_type *bus, const char *buf, size_t count) in probe_store() 309 static ssize_t remove_store(const struct bus_type *bus, const char *buf, size_t count) in remove_store() 435 const struct bus_type ibmebus_bus_type = {
|
| A D | suspend.c | 129 static struct bus_type suspend_subsys = {
|
| A D | vio.c | 997 static ssize_t cmo_bus_##name##_show(const struct bus_type *bt, char *buf) \ 1006 cmo_##name##_##var##_show(const struct bus_type *bt, char *buf) \ 1021 static ssize_t cmo_high_show(const struct bus_type *bt, char *buf) in cmo_high_show() 1026 static ssize_t cmo_high_store(const struct bus_type *bt, const char *buf, in cmo_high_store() 1614 const struct bus_type vio_bus_type = { 1633 const struct bus_type vio_bus_type = {
|
| A D | cmm.c | 378 static struct bus_type cmm_subsys = {
|
| /arch/mips/include/asm/ |
| A D | cdmm.h | 66 extern const struct bus_type mips_cdmm_bustype;
|
| /arch/parisc/include/asm/ |
| A D | parisc-device.h | 64 extern const struct bus_type parisc_bus_type;
|
| /arch/mips/sgi-ip22/ |
| A D | ip22-gio.c | 15 static const struct bus_type gio_bus_type; 380 static const struct bus_type gio_bus_type = {
|
| /arch/arm/include/asm/ |
| A D | ecard.h | 198 extern const struct bus_type ecard_bus_type;
|
| /arch/arm/include/asm/hardware/ |
| A D | sa1111.h | 371 extern struct bus_type sa1111_bus_type;
|
| /arch/sh/drivers/dma/ |
| A D | dma-sysfs.c | 18 static const struct bus_type dma_subsys = {
|
| /arch/arm/common/ |
| A D | locomo.c | 71 static const struct bus_type locomo_bus_type; 847 static const struct bus_type locomo_bus_type = {
|
| /arch/sparc/kernel/ |
| A D | vio.c | 152 static const struct bus_type vio_bus_type = {
|
| /arch/s390/kernel/ |
| A D | time.c | 609 static const struct bus_type stp_subsys = {
|
| /arch/powerpc/platforms/cell/ |
| A D | spu_base.c | 467 static struct bus_type spu_subsys = {
|
| /arch/sparc/mm/ |
| A D | srmmu.c | 487 unsigned long virt_addr, int bus_type) in srmmu_mapioaddr() argument 508 tmp |= (bus_type << 28); in srmmu_mapioaddr()
|