/arch/arm/plat-samsung/include/plat/ |
D | cpu.h | 131 extern struct bus_type s3c2410_subsys; 132 extern struct bus_type s3c2410a_subsys; 133 extern struct bus_type s3c2412_subsys; 134 extern struct bus_type s3c2416_subsys; 135 extern struct bus_type s3c2440_subsys; 136 extern struct bus_type s3c2442_subsys; 137 extern struct bus_type s3c2443_subsys; 138 extern struct bus_type s3c6410_subsys;
|
/arch/sparc/include/asm/ |
D | dma-mapping.h | 9 extern struct bus_type pci_bus_type; 11 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
/arch/arm/mach-s3c24xx/ |
D | s3c2410.c | 78 struct bus_type s3c2410_subsys = { 86 struct bus_type s3c2410a_subsys = {
|
D | s3c244x.c | 75 struct bus_type s3c2440_subsys = { 80 struct bus_type s3c2442_subsys = {
|
D | s3c2443.c | 51 struct bus_type s3c2443_subsys = {
|
D | s3c2416.c | 60 struct bus_type s3c2416_subsys = {
|
D | s3c2412.c | 151 struct bus_type s3c2412_subsys = {
|
/arch/powerpc/platforms/ps3/ |
D | platform.h | 85 enum ps3_bus_type *bus_type); 128 enum ps3_bus_type bus_type; member 137 int ps3_repository_find_devices(enum ps3_bus_type bus_type, 139 int ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from,
|
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 ps3_repository_find_devices(enum ps3_bus_type bus_type, in ps3_repository_find_devices() argument 422 pr_devel(" -> %s:%d: find bus_type %u\n", __func__, __LINE__, bus_type); in ps3_repository_find_devices() 424 repo.bus_type = bus_type; in ps3_repository_find_devices() 425 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); in ps3_repository_find_devices() 458 int ps3_repository_find_bus(enum ps3_bus_type bus_type, unsigned int from, in ps3_repository_find_bus() argument [all …]
|
D | device-init.c | 124 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); in ps3_setup_gelic_device() 195 BUG_ON(repo->bus_type != PS3_BUS_TYPE_SB); in ps3_setup_uhc_device() 896 static int __init ps3_start_probe_thread(enum ps3_bus_type bus_type) in ps3_start_probe_thread() argument 906 repo.bus_type = bus_type; in ps3_start_probe_thread() 908 result = ps3_repository_find_bus(repo.bus_type, 0, &repo.bus_index); in ps3_start_probe_thread() 924 "ps3-probe-%u", bus_type); in ps3_start_probe_thread()
|
/arch/powerpc/include/asm/ |
D | dma-mapping.h | 8 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
D | ibmebus.h | 49 extern struct bus_type ibmebus_bus_type;
|
/arch/ia64/include/asm/ |
D | dma-mapping.h | 11 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
/arch/parisc/include/asm/ |
D | dma-mapping.h | 24 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
D | parisc-device.h | 64 extern struct bus_type parisc_bus_type;
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 21 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
/arch/mips/include/asm/ |
D | dma-mapping.h | 9 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
D | cdmm.h | 66 extern struct bus_type mips_cdmm_bustype;
|
/arch/alpha/include/asm/ |
D | dma-mapping.h | 7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
/arch/arm/mach-s3c64xx/ |
D | s3c6400.c | 67 static struct bus_type s3c6400_subsys = {
|
D | s3c6410.c | 70 struct bus_type s3c6410_subsys = {
|
/arch/arm/include/asm/ |
D | dma-iommu.h | 28 arm_iommu_create_mapping(struct bus_type *bus, dma_addr_t base, u64 size);
|
/arch/powerpc/platforms/pseries/ |
D | ibmebus.c | 55 struct bus_type ibmebus_bus_type; 264 static ssize_t probe_store(struct bus_type *bus, const char *buf, size_t count) in probe_store() 302 static ssize_t remove_store(struct bus_type *bus, const char *buf, size_t count) in remove_store() 424 struct bus_type ibmebus_bus_type = {
|
/arch/powerpc/oprofile/ |
D | op_model_cell.c | 286 u32 bus_word, bus_type, count_cycles, polarity, input_control; in set_pm_event() local 303 bus_type = GET_BUS_TYPE(unit_mask); in set_pm_event() 338 if ((bus_type == 0) && p->signal_group >= 60) in set_pm_event() 339 bus_type = 2; in set_pm_event() 340 if ((bus_type == 1) && p->signal_group >= 50) in set_pm_event() 341 bus_type = 0; in set_pm_event() 352 (bus_type << (30 - (2 * i))); in set_pm_event()
|
/arch/arm/mach-integrator/ |
D | lm.c | 40 static struct bus_type lm_bustype = {
|