Searched defs:dev_type (Results 1 - 6 of 6) sorted by relevance

/arch/powerpc/platforms/ps3/
H A Dplatform.h121 unsigned int dev_index, enum ps3_dev_type *dev_type);
141 enum ps3_dev_type dev_type; member in struct:ps3_repository_device
H A Ddevice-init.c49 dev->dev_type = PS3_DEVICE_TYPE_LPM;
137 BUG_ON(repo->dev_type != PS3_DEV_TYPE_SB_GELIC);
147 p->dev.dev_type = PS3_DEVICE_TYPE_SB;
208 BUG_ON(repo->dev_type != PS3_DEV_TYPE_SB_USB);
218 p->dev.dev_type = PS3_DEVICE_TYPE_SB;
313 p->dev.dev_type = PS3_DEVICE_TYPE_VUART;
354 repo->dev_index, repo->dev_type, port, blk_size, num_blocks,
366 p->sbd.dev_type = PS3_DEVICE_TYPE_SB;
467 p->dev.dev_type = PS3_DEVICE_TYPE_IOC0;
503 p->dev.dev_type
705 u64 dev_type; member in struct:ps3_notify_event
[all...]
H A Drepository.c239 unsigned int dev_index, enum ps3_dev_type *dev_type)
250 *dev_type = v1;
340 &tmp.dev_type);
356 pr_devel("%s:%d: found: dev_type %u, dev_index %u, dev_id %llu\n",
357 __func__, __LINE__, tmp.dev_type, tmp.dev_index, tmp.dev_id);
427 &tmp.dev_type);
434 __func__, __LINE__, tmp.bus_type, tmp.dev_type, tmp.bus_index,
1119 repo->dev_index, &repo->dev_type);
1138 pr_devel("%s:%d (%u:%u): dev_type %u, dev_id %lu\n", __func__,
1140 repo->dev_type, (unsigne
238 ps3_repository_read_dev_type(unsigned int bus_index, unsigned int dev_index, enum ps3_dev_type *dev_type) argument
[all...]
/arch/arm/mach-omap2/
H A Did.c122 u8 dev_type, rev; local
129 dev_type = (prod_id >> 16) & 0x0f;
140 prod_id, dev_type);
154 if (dev_type == omap_ids[j].dev)
/arch/powerpc/include/asm/
H A Dps3.h363 enum ps3_system_bus_device_type dev_type; member in struct:ps3_system_bus_device
/arch/s390/include/asm/
H A Ddasd.h35 unsigned int dev_type : 16; /* from SenseID */ member in struct:dasd_information2_t
99 unsigned int dev_type : 16; /* from SenseID */ member in struct:dasd_information_t

Completed in 69 milliseconds