/linux-4.1.27/drivers/s390/cio/ |
D | device_id.c | 39 int class, type, cu_type; in diag210_to_senseid() member 75 senseid->cu_type = 0x3088; in diag210_to_senseid() 83 senseid->cu_type = vm_devices[i].cu_type; in diag210_to_senseid() 137 cdev->private->senseid.cu_type = 0xffff; in snsid_init() 151 if (cdev->private->senseid.cu_type == 0xffff) in snsid_check() 185 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
|
D | device_fsm.c | 185 cdev->id.cu_type = cdev->private->senseid.cu_type; in ccw_device_update_sense_data() 193 return cdev->id.cu_type == cdev->private->senseid.cu_type && in ccw_device_test_sense_data() 286 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
|
D | io_sch.h | 96 u16 cu_type; /* control unit type */ member
|
D | device.c | 84 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias() 109 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type); in ccw_uevent() 267 id->cu_type, id->cu_model); in cutype_show() 529 if (cdev->id.cu_type == 0) in online_store_handle_online()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | ccwdev.h | 26 .cu_type=(cu), .cu_model=(cum), \ 31 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 50 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | dasd.h | 32 unsigned int cu_type : 16; /* from SenseID */ member 96 unsigned int cu_type : 16; /* from SenseID */ member
|
/linux-4.1.27/block/partitions/ |
D | ibm.c | 88 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label() 89 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_proc.c | 56 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
|
D | vmur.c | 913 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online() 918 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.h | 232 __u16 cu_type; member 422 unsigned char cu_type[4]; member
|
D | dasd_ioctl.c | 402 dasd_info->cu_type = cdev->id.cu_type; in dasd_ioctl_information()
|
D | dasd_eckd.c | 295 if ((private->rdc_data.cu_type == 0x2105 || in define_extent() 296 private->rdc_data.cu_type == 0x2107 || in define_extent() 297 private->rdc_data.cu_type == 0x1750) in define_extent() 588 if ((basepriv->rdc_data.cu_type == 0x2105 || in prefix_LRE() 589 basepriv->rdc_data.cu_type == 0x2107 || in prefix_LRE() 590 basepriv->rdc_data.cu_type == 0x1750) in prefix_LRE() 1790 private->rdc_data.cu_type, in dasd_eckd_check_characteristics() 2483 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
|
D | dasd_fba.c | 184 cdev->id.cu_type, in dasd_fba_check_characteristics()
|
/linux-4.1.27/scripts/mod/ |
D | devicetable-offsets.c | 47 DEVID_FIELD(ccw_device_id, cu_type); in main()
|
D | file2alias.c | 453 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry() 460 cu_type); in do_ccw_entry()
|
/linux-4.1.27/include/linux/ |
D | mod_devicetable.h | 158 __u16 cu_type; /* control unit type */ member
|
/linux-4.1.27/Documentation/s390/ |
D | driver-model.txt | 114 __u16 cu_type;
|
/linux-4.1.27/drivers/s390/kvm/ |
D | virtio_ccw.c | 1208 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()
|