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

/linux-master/drivers/s390/cio/
H A Ddevice_id.c40 int class, type, cu_type; member in struct:__anon43
76 senseid->cu_type = 0x3088;
84 senseid->cu_type = vm_devices[i].cu_type;
140 cdev->private->dma_area->senseid.cu_type = 0xffff;
154 if (cdev->private->dma_area->senseid.cu_type == 0xffff)
188 senseid->cu_type, senseid->cu_model, senseid->dev_type,
H A Dio_sch.h102 u16 cu_type; /* control unit type */ member in struct:senseid
H A Ddevice_fsm.c143 cdev->id.cu_type = cdev->private->dma_area->senseid.cu_type;
151 return cdev->id.cu_type ==
152 cdev->private->dma_area->senseid.cu_type &&
242 if (cdev->id.cu_type != 0) { /* device was recognized before */
H A Ddevice.c87 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model);
112 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type);
217 id->cu_type, id->cu_model);
483 if (cdev->id.cu_type == 0)
/linux-master/arch/s390/include/asm/
H A Dccwdev.h29 .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))
/linux-master/arch/s390/include/uapi/asm/
H A Ddasd.h33 unsigned int cu_type : 16; /* from SenseID */ member in struct:dasd_information2_t
105 unsigned int cu_type : 16; /* from SenseID */ member in struct:dasd_information_t
/linux-master/drivers/s390/char/
H A Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type);
H A Dvmur.c905 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) {
910 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) {
/linux-master/block/partitions/
H A Dibm.c128 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) ||
129 (info->cu_type == 0x3880 && info->dev_type == 0x3370))
/linux-master/drivers/s390/block/
H A Ddasd_eckd.h252 __u16 cu_type; member in struct:dasd_eckd_characteristics
553 unsigned char cu_type[4]; member in struct:dasd_psf_ssc_data
H A Ddasd_ioctl.c523 dasd_info->cu_type = cdev->id.cu_type;
H A Ddasd_fba.c173 cdev->id.cu_type,
H A Ddasd_eckd.c352 if ((private->rdc_data.cu_type == 0x2105 ||
353 private->rdc_data.cu_type == 0x2107 ||
354 private->rdc_data.cu_type == 0x1750)
2183 private->rdc_data.cu_type,
3562 switch (cdev->id.cu_type) {
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c49 DEVID_FIELD(ccw_device_id, cu_type);
H A Dfile2alias.c502 DEF_FIELD(symval, ccw_device_id, cu_type);
509 cu_type);
/linux-master/include/linux/
H A Dmod_devicetable.h185 __u16 cu_type; /* control unit type */ member in struct:ccw_device_id
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c1389 vcdev->vdev.id.vendor = cdev->id.cu_type;

Completed in 195 milliseconds