Searched refs:cu_model (Results 1 – 16 of 16) sorted by relevance
/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),\ 55 && (id->cu_model != match->cu_model)) in ccw_device_id_match()
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | dasd.h | 34 unsigned int cu_model : 8; /* from SenseID */ member 104 unsigned int cu_model : 8; /* from SenseID */ member
|
/Linux-v4.19/drivers/s390/cio/ |
D | device_id.c | 77 senseid->cu_model = 0x60; in diag210_to_senseid() 186 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
|
D | io_sch.h | 98 u8 cu_model; /* control unit model */ member
|
D | device_fsm.c | 147 cdev->id.cu_model = cdev->private->senseid.cu_model; in ccw_device_update_sense_data() 155 cdev->id.cu_model == cdev->private->senseid.cu_model && in ccw_device_test_sense_data()
|
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() 230 id->cu_type, id->cu_model); in cutype_show()
|
/Linux-v4.19/drivers/s390/char/ |
D | tape_proc.c | 58 seq_printf(m, "%02X\t", device->cdev->id.cu_model); in tape_proc_show()
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_ioctl.c | 439 dasd_info->cu_model = cdev->id.cu_model; in dasd_ioctl_information()
|
D | dasd_eckd.h | 247 } __attribute__ ((packed)) cu_model; member
|
D | dasd_fba.c | 187 cdev->id.cu_model, in dasd_fba_check_characteristics()
|
D | dasd_eckd.c | 1759 private->rdc_data.cu_model.model, in dasd_eckd_check_characteristics()
|
/Linux-v4.19/scripts/mod/ |
D | devicetable-offsets.c | 49 DEVID_FIELD(ccw_device_id, cu_model); in main()
|
D | file2alias.c | 511 DEF_FIELD(symval, ccw_device_id, cu_model); in do_ccw_entry() 519 cu_model); in do_ccw_entry()
|
/Linux-v4.19/include/linux/ |
D | mod_devicetable.h | 161 __u8 cu_model; /* control unit model */ member
|
/Linux-v4.19/Documentation/s390/ |
D | driver-model.txt | 116 __u8 cu_model;
|
/Linux-v4.19/drivers/s390/virtio/ |
D | virtio_ccw.c | 1255 vcdev->vdev.id.device = cdev->id.cu_model; in virtio_ccw_online()
|