Searched refs:cu_type (Results 1 - 10 of 10) sorted by relevance

/drivers/s390/cio/
H A Ddevice_id.c39 int class, type, cu_type; member in struct:__anon3866
75 senseid->cu_type = 0x3088;
83 senseid->cu_type = vm_devices[i].cu_type;
137 cdev->private->senseid.cu_type = 0xffff;
151 if (cdev->private->senseid.cu_type == 0xffff)
185 senseid->cu_type, senseid->cu_model, senseid->dev_type,
H A Dio_sch.h96 u16 cu_type; /* control unit type */ member in struct:senseid
H A Ddevice_fsm.c186 cdev->id.cu_type = cdev->private->senseid.cu_type;
194 return cdev->id.cu_type == cdev->private->senseid.cu_type &&
287 if (cdev->id.cu_type != 0) { /* device was recognized before */
H A Ddevice.c80 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model);
105 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type);
270 id->cu_type, id->cu_model);
529 if (cdev->id.cu_type == 0)
/drivers/s390/char/
H A Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type);
H A Dvmur.c913 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) {
918 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) {
/drivers/s390/block/
H A Ddasd_eckd.h206 __u16 cu_type; member in struct:dasd_eckd_characteristics
364 unsigned char cu_type[4]; member in struct:dasd_psf_ssc_data
H A Ddasd_ioctl.c337 dasd_info->cu_type = cdev->id.cu_type;
H A Ddasd_eckd.c283 if ((private->rdc_data.cu_type == 0x2105 ||
284 private->rdc_data.cu_type == 0x2107 ||
285 private->rdc_data.cu_type == 0x1750)
576 if ((basepriv->rdc_data.cu_type == 0x2105 ||
577 basepriv->rdc_data.cu_type == 0x2107 ||
578 basepriv->rdc_data.cu_type == 0x1750)
1727 private->rdc_data.cu_type,
2230 switch (cdev->id.cu_type) {
H A Ddasd_fba.c182 cdev->id.cu_type,

Completed in 118 milliseconds