Searched refs:dev_index (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dplatform.h116 unsigned int dev_index, const char *dev_str, u64 *value);
117 int ps3_repository_read_dev_id(unsigned int bus_index, unsigned int dev_index,
120 unsigned int dev_index, enum ps3_dev_type *dev_type);
122 unsigned int dev_index, unsigned int intr_index,
125 unsigned int dev_index, unsigned int reg_index,
128 unsigned int dev_index, unsigned int reg_index, u64 *bus_addr,
131 unsigned int dev_index, unsigned int reg_index,
138 unsigned int dev_index; member in struct:ps3_repository_device
160 unsigned int dev_index, u64 *port);
162 unsigned int dev_index, u6
[all...]
H A Drepository.c214 unsigned int dev_index, const char *dev_str, u64 *value)
218 make_field("dev", dev_index),
224 int ps3_repository_read_dev_id(unsigned int bus_index, unsigned int dev_index, argument
231 make_field("dev", dev_index),
239 unsigned int dev_index, enum ps3_dev_type *dev_type)
246 make_field("dev", dev_index),
255 unsigned int dev_index, unsigned int intr_index,
264 make_field("dev", dev_index),
274 unsigned int dev_index, unsigned int reg_index,
282 make_field("dev", dev_index),
213 ps3_repository_read_dev_str(unsigned int bus_index, unsigned int dev_index, const char *dev_str, u64 *value) argument
238 ps3_repository_read_dev_type(unsigned int bus_index, unsigned int dev_index, enum ps3_dev_type *dev_type) argument
254 ps3_repository_read_dev_intr(unsigned int bus_index, unsigned int dev_index, unsigned int intr_index, enum ps3_interrupt_type *intr_type, unsigned int *interrupt_id) argument
273 ps3_repository_read_dev_reg_type(unsigned int bus_index, unsigned int dev_index, unsigned int reg_index, enum ps3_reg_type *reg_type) argument
290 ps3_repository_read_dev_reg_addr(unsigned int bus_index, unsigned int dev_index, unsigned int reg_index, u64 *bus_addr, u64 *len) argument
301 ps3_repository_read_dev_reg(unsigned int bus_index, unsigned int dev_index, unsigned int reg_index, enum ps3_reg_type *reg_type, u64 *bus_addr, u64 *len) argument
584 ps3_repository_read_stor_dev_port(unsigned int bus_index, unsigned int dev_index, u64 *port) argument
594 ps3_repository_read_stor_dev_blk_size(unsigned int bus_index, unsigned int dev_index, u64 *blk_size) argument
604 ps3_repository_read_stor_dev_num_blocks(unsigned int bus_index, unsigned int dev_index, u64 *num_blocks) argument
614 ps3_repository_read_stor_dev_num_regions(unsigned int bus_index, unsigned int dev_index, unsigned int *num_regions) argument
629 ps3_repository_read_stor_dev_region_id(unsigned int bus_index, unsigned int dev_index, unsigned int region_index, unsigned int *region_id) argument
646 ps3_repository_read_stor_dev_region_size(unsigned int bus_index, unsigned int dev_index, unsigned int region_index, u64 *region_size) argument
657 ps3_repository_read_stor_dev_region_start(unsigned int bus_index, unsigned int dev_index, unsigned int region_index, u64 *region_start) argument
668 ps3_repository_read_stor_dev_info(unsigned int bus_index, unsigned int dev_index, u64 *port, u64 *blk_size, u64 *num_blocks, unsigned int *num_regions) argument
693 ps3_repository_read_stor_dev_region(unsigned int bus_index, unsigned int dev_index, unsigned int region_index, unsigned int *region_id, u64 *region_start, u64 *region_size) argument
[all...]
H A Ddevice-init.c343 repo->dev_index, &port,
354 repo->dev_index, repo->dev_type, port, blk_size, num_blocks,
388 repo->dev_index,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/virtio/
H A Dvirtio.c6 static unsigned int dev_index; variable
195 dev->index = dev_index++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpktcdvd.h97 __u32 dev_index; /* in/out: Device index */ member in struct:pkt_ctrl_command
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dpegasus.c534 if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS ||
535 usb_dev_id[pegasus->dev_index].vendor == VENDOR_DLINK) {
539 if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_ELCON) {
569 if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS ||
570 usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS2 ||
571 usb_dev_id[pegasus->dev_index].vendor == VENDOR_DLINK) {
1316 int dev_index = id - pegasus_ids; local
1338 pegasus->dev_index = dev_index;
1367 pegasus->features = usb_dev_id[dev_index]
[all...]
H A Dpegasus.h95 int dev_index; member in struct:pegasus
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_intel.c388 int dev_index; member in struct:azx
1216 pos_adj = bdl_pos_adj[chip->dev_index];
1229 bdl_pos_adj[chip->dev_index]);
1929 return bdl_pos_adj[chip->dev_index] ? 0 : -1;
2469 chip->dev_index = dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dpktcdvd.c2929 pd = pkt_find_dev_from_minor(ctrl_cmd->dev_index);

Completed in 172 milliseconds