Searched refs:cu_model (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 29 .cu_type=(cu), .cu_model=(cum), \ 34 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\ 57 && (id->cu_model != match->cu_model)) in ccw_device_id_match()
|
| /linux/drivers/s390/cio/ |
| H A D | io_sch.h | 103 u8 cu_model; /* control unit model */ member
|
| H A D | device_fsm.c | 145 cdev->id.cu_model = cdev->private->dma_area->senseid.cu_model; in ccw_device_update_sense_data() 154 cdev->id.cu_model == in ccw_device_test_sense_data() 155 cdev->private->dma_area->senseid.cu_model && in ccw_device_test_sense_data()
|
| H A D | device.c | 86 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias() 116 ret = add_uevent_var(env, "CU_MODEL=%02X", id->cu_model); in ccw_uevent() 214 return sysfs_emit(buf, "%04x/%02x\n", id->cu_type, id->cu_model); in cutype_show()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_ioctl.c | 524 dasd_info->cu_model = cdev->id.cu_model; in __dasd_ioctl_information()
|
| H A D | dasd_eckd.h | 259 } __attribute__ ((packed)) cu_model; member
|
| H A D | dasd_fba.c | 174 cdev->id.cu_model, in dasd_fba_check_characteristics()
|
| H A D | dasd_eckd.c | 2185 private->rdc_data.cu_model.model, in dasd_eckd_check_characteristics()
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 51 DEVID_FIELD(ccw_device_id, cu_model); in main()
|
| H A D | file2alias.c | 482 DEF_FIELD(symval, ccw_device_id, cu_model); in do_ccw_entry() 489 cu_model); in do_ccw_entry()
|
| /linux/drivers/s390/virtio/ |
| H A D | virtio_ccw.c | 1404 vcdev->vdev.id.device = cdev->id.cu_model; in virtio_ccw_online()
|