/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | repository.c | 214 unsigned int dev_index, const char *dev_str, u64 *value) in ps3_repository_read_dev_str() argument 218 make_field("dev", dev_index), in ps3_repository_read_dev_str() 224 int ps3_repository_read_dev_id(unsigned int bus_index, unsigned int dev_index, in ps3_repository_read_dev_id() argument 231 make_field("dev", dev_index), in ps3_repository_read_dev_id() 239 unsigned int dev_index, enum ps3_dev_type *dev_type) in ps3_repository_read_dev_type() argument 246 make_field("dev", dev_index), in ps3_repository_read_dev_type() 255 unsigned int dev_index, unsigned int intr_index, in ps3_repository_read_dev_intr() argument 264 make_field("dev", dev_index), in ps3_repository_read_dev_intr() 274 unsigned int dev_index, unsigned int reg_index, in ps3_repository_read_dev_reg_type() argument 282 make_field("dev", dev_index), in ps3_repository_read_dev_reg_type() [all …]
|
D | platform.h | 117 unsigned int dev_index, const char *dev_str, u64 *value); 118 int ps3_repository_read_dev_id(unsigned int bus_index, unsigned int dev_index, 121 unsigned int dev_index, enum ps3_dev_type *dev_type); 123 unsigned int dev_index, unsigned int intr_index, 126 unsigned int dev_index, unsigned int reg_index, 129 unsigned int dev_index, unsigned int reg_index, u64 *bus_addr, 132 unsigned int dev_index, unsigned int reg_index, 139 unsigned int dev_index; member 161 unsigned int dev_index, u64 *port); 163 unsigned int dev_index, u64 *blk_size); [all …]
|
D | device-init.c | 343 repo->dev_index, &port, in ps3_setup_storage_dev() 354 repo->dev_index, repo->dev_type, port, blk_size, num_blocks, in ps3_setup_storage_dev() 388 repo->dev_index, in ps3_setup_storage_dev()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_intel_trace.h | 16 __field(int, dev_index) 20 __entry->dev_index = (chip)->dev_index; 23 TP_printk("card index: %d", __entry->dev_index)
|
D | hda_controller.h | 112 int dev_index; member
|
D | hda_intel.c | 671 return chip->bdl_pos_adj[chip->dev_index] ? 0 : -1; in azx_position_ok() 1594 chip->dev_index = dev; in azx_create() 1646 int dev = chip->dev_index; in azx_first_init() 2050 int dev = chip->dev_index; in azx_probe_continue()
|
D | hda_tegra.c | 453 chip->dev_index = 0; in hda_tegra_create()
|
D | hda_controller.c | 1019 i = chip->jackpoll_ms[chip->dev_index]; in get_jackpoll_interval() 1054 bus->core.bdl_pos_adj = chip->bdl_pos_adj[chip->dev_index]; in azx_bus_init()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_vda.c | 200 rq->vrq->mgt.dev_index = in esas2r_process_vda_ioctl() 201 cpu_to_le32(vi->cmd.mgt.dev_index); in esas2r_process_vda_ioctl() 290 vi->cmd.mgt.dev_index = le16_to_cpu( in esas2r_complete_vda_ioctl() 291 rq->func_rsp.mgt_rsp.dev_index); in esas2r_complete_vda_ioctl() 376 u16 dev_index, in esas2r_build_mgt_req() argument 388 vrq->dev_index = cpu_to_le16(dev_index); in esas2r_build_mgt_req()
|
D | atvda.h | 562 u16 dev_index; member 1206 u16 dev_index; member 1269 u16 dev_index; member
|
D | atioctl.h | 1118 u16 dev_index; member 1200 u8 dev_index; member
|
D | esas2r_disc.c | 844 dc->dev_ix = le16_to_cpu(rq->func_rsp.mgt_rsp.dev_index); in esas2r_disc_passthru_dev_info_cb()
|
D | esas2r.h | 1046 u16 dev_index,
|
/linux-4.4.14/include/linux/usb/ |
D | tilegx.h | 25 int dev_index; member
|
/linux-4.4.14/drivers/net/usb/ |
D | pegasus.c | 391 if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS || in reset_mac() 392 usb_dev_id[pegasus->dev_index].vendor == VENDOR_DLINK) { in reset_mac() 396 if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_ELCON) { in reset_mac() 427 if (usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS || in enable_net_traffic() 428 usb_dev_id[pegasus->dev_index].vendor == VENDOR_LINKSYS2 || in enable_net_traffic() 429 usb_dev_id[pegasus->dev_index].vendor == VENDOR_DLINK) { in enable_net_traffic() 1125 int dev_index = id - pegasus_ids; in pegasus_probe() local 1143 pegasus->dev_index = dev_index; in pegasus_probe() 1171 pegasus->features = usb_dev_id[dev_index].private; in pegasus_probe() 1198 usb_dev_id[dev_index].name, net->dev_addr); in pegasus_probe()
|
D | pegasus.h | 92 int dev_index; member
|
/linux-4.4.14/include/uapi/linux/ |
D | pktcdvd.h | 97 __u32 dev_index; /* in/out: Device index */ member
|
/linux-4.4.14/arch/tile/kernel/ |
D | usb.c | 34 .dev_index = unit, \
|
/linux-4.4.14/drivers/target/ |
D | target_core_stat.c | 73 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_dev(item)->dev_index); in target_stat_indx_show() 123 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_tgt_dev(item)->dev_index); in target_stat_tgt_indx_show() 204 to_stat_lu_dev(item)->dev_index); in target_stat_lu_dev_show() 459 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->dev_index); in target_stat_port_dev_show() 487 ret = snprintf(page, PAGE_SIZE, "%s%u\n", "Device", dev->dev_index); in target_stat_port_role_show() 564 ret = snprintf(page, PAGE_SIZE, "%u\n", dev->dev_index); in target_stat_tgt_port_dev_show()
|
D | target_core_tpg.c | 665 lun->lun_index = dev->dev_index; in core_tpg_add_lun()
|
D | target_core_device.c | 900 dev->dev_index = scsi_get_new_index(SCSI_DEVICE_INDEX); in target_configure_device()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-tilegx.c | 110 if (gxio_usb_host_init(&pdata->usb_ctx, pdata->dev_index, 0) != 0) in ohci_hcd_tilegx_drv_probe()
|
D | ehci-tilegx.c | 116 if (gxio_usb_host_init(&pdata->usb_ctx, pdata->dev_index, 1) != 0) in ehci_hcd_tilegx_drv_probe()
|
/linux-4.4.14/include/scsi/ |
D | osd_ore.h | 186 unsigned dev_index, enum osd_err_priority oep,
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objio_osd.c | 371 struct ore_dev *od, unsigned dev_index, enum osd_err_priority oep, in __on_dev_error() argument 380 unsigned comp = dev_index; in __on_dev_error()
|
/linux-4.4.14/include/target/ |
D | target_core_base.h | 772 u32 dev_index; member
|
/linux-4.4.14/drivers/block/ |
D | pktcdvd.c | 2873 pd = pkt_find_dev_from_minor(ctrl_cmd->dev_index); in pkt_get_status()
|