/Linux-v4.19/drivers/s390/cio/ |
D | device_id.c | 40 int class, type, cu_type; in diag210_to_senseid() member 76 senseid->cu_type = 0x3088; in diag210_to_senseid() 84 senseid->cu_type = vm_devices[i].cu_type; in diag210_to_senseid() 138 cdev->private->senseid.cu_type = 0xffff; in snsid_init() 152 if (cdev->private->senseid.cu_type == 0xffff) in snsid_check() 186 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
|
D | device_fsm.c | 146 cdev->id.cu_type = cdev->private->senseid.cu_type; in ccw_device_update_sense_data() 154 return cdev->id.cu_type == cdev->private->senseid.cu_type && in ccw_device_test_sense_data() 247 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
|
D | io_sch.h | 97 u16 cu_type; /* control unit type */ member
|
D | device.c | 86 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias() 111 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type); in ccw_uevent() 230 id->cu_type, id->cu_model); in cutype_show() 490 if (cdev->id.cu_type == 0) in online_store_handle_online()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | ccwdev.h | 27 .cu_type=(cu), .cu_model=(cum), \ 32 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 51 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | dasd.h | 33 unsigned int cu_type : 16; /* from SenseID */ member 103 unsigned int cu_type : 16; /* from SenseID */ member
|
/Linux-v4.19/block/partitions/ |
D | ibm.c | 89 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label() 90 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()
|
/Linux-v4.19/drivers/s390/char/ |
D | tape_proc.c | 57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
|
D | vmur.c | 901 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online() 906 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_eckd.h | 240 __u16 cu_type; member 459 unsigned char cu_type[4]; member
|
D | dasd_ioctl.c | 438 dasd_info->cu_type = cdev->id.cu_type; in dasd_ioctl_information()
|
D | dasd_fba.c | 186 cdev->id.cu_type, in dasd_fba_check_characteristics()
|
D | dasd_eckd.c | 324 if ((private->rdc_data.cu_type == 0x2105 || in define_extent() 325 private->rdc_data.cu_type == 0x2107 || in define_extent() 326 private->rdc_data.cu_type == 0x1750) in define_extent() 1758 private->rdc_data.cu_type, in dasd_eckd_check_characteristics() 2938 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
|
/Linux-v4.19/scripts/mod/ |
D | devicetable-offsets.c | 48 DEVID_FIELD(ccw_device_id, cu_type); in main()
|
D | file2alias.c | 510 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry() 517 cu_type); in do_ccw_entry()
|
/Linux-v4.19/include/linux/ |
D | mod_devicetable.h | 159 __u16 cu_type; /* control unit type */ member
|
/Linux-v4.19/Documentation/s390/ |
D | driver-model.txt | 114 __u16 cu_type;
|
/Linux-v4.19/drivers/s390/virtio/ |
D | virtio_ccw.c | 1254 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()
|