/linux-6.6.21/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() 140 cdev->private->dma_area->senseid.cu_type = 0xffff; in snsid_init() 154 if (cdev->private->dma_area->senseid.cu_type == 0xffff) in snsid_check() 188 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
|
D | device_fsm.c | 143 cdev->id.cu_type = cdev->private->dma_area->senseid.cu_type; in ccw_device_update_sense_data() 151 return cdev->id.cu_type == in ccw_device_test_sense_data() 152 cdev->private->dma_area->senseid.cu_type && in ccw_device_test_sense_data() 242 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
|
D | io_sch.h | 102 u16 cu_type; /* control unit type */ member
|
D | device.c | 87 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias() 112 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type); in ccw_uevent() 217 id->cu_type, id->cu_model); in cutype_show() 480 if (cdev->id.cu_type == 0) in online_store_handle_online()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | ccwdev.h | 29 .cu_type=(cu), .cu_model=(cum), \ 34 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 53 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
|
/linux-6.6.21/arch/s390/include/uapi/asm/ |
D | dasd.h | 33 unsigned int cu_type : 16; /* from SenseID */ member 105 unsigned int cu_type : 16; /* from SenseID */ member
|
/linux-6.6.21/drivers/s390/char/ |
D | tape_proc.c | 57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
|
D | vmur.c | 903 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online() 908 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
|
/linux-6.6.21/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-6.6.21/drivers/s390/block/ |
D | dasd_eckd.h | 252 __u16 cu_type; member 553 unsigned char cu_type[4]; member
|
D | dasd_ioctl.c | 529 dasd_info->cu_type = cdev->id.cu_type; in __dasd_ioctl_information()
|
D | dasd_fba.c | 178 cdev->id.cu_type, in dasd_fba_check_characteristics()
|
D | dasd_eckd.c | 359 if ((private->rdc_data.cu_type == 0x2105 || in define_extent() 360 private->rdc_data.cu_type == 0x2107 || in define_extent() 361 private->rdc_data.cu_type == 0x1750) in define_extent() 2198 private->rdc_data.cu_type, in dasd_eckd_check_characteristics() 3577 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
|
/linux-6.6.21/scripts/mod/ |
D | devicetable-offsets.c | 49 DEVID_FIELD(ccw_device_id, cu_type); in main()
|
D | file2alias.c | 502 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry() 509 cu_type); in do_ccw_entry()
|
/linux-6.6.21/include/linux/ |
D | mod_devicetable.h | 185 __u16 cu_type; /* control unit type */ member
|
/linux-6.6.21/Documentation/arch/s390/ |
D | driver-model.rst | 121 __u16 cu_type;
|
/linux-6.6.21/drivers/s390/virtio/ |
D | virtio_ccw.c | 1355 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()
|