Home
last modified time | relevance | path

Searched refs:cu_type (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/s390/cio/
Ddevice_id.c40 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()
138 cdev->private->senseid.cu_type = 0xffff; in snsid_init()
152 if (cdev->private->senseid.cu_type == 0xffff) in snsid_check()
186 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
Ddevice_fsm.c146 cdev->id.cu_type = cdev->private->senseid.cu_type; in ccw_device_update_sense_data()
154 return cdev->id.cu_type == cdev->private->senseid.cu_type && in ccw_device_test_sense_data()
247 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
Dio_sch.h97 u16 cu_type; /* control unit type */ member
Ddevice.c86 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias()
111 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type); in ccw_uevent()
230 id->cu_type, id->cu_model); in cutype_show()
490 if (cdev->id.cu_type == 0) in online_store_handle_online()
/Linux-v4.19/arch/s390/include/asm/
Dccwdev.h27 .cu_type=(cu), .cu_model=(cum), \
32 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
51 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
/Linux-v4.19/arch/s390/include/uapi/asm/
Ddasd.h33 unsigned int cu_type : 16; /* from SenseID */ member
103 unsigned int cu_type : 16; /* from SenseID */ member
/Linux-v4.19/block/partitions/
Dibm.c89 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-v4.19/drivers/s390/char/
Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
Dvmur.c901 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online()
906 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.h240 __u16 cu_type; member
459 unsigned char cu_type[4]; member
Ddasd_ioctl.c438 dasd_info->cu_type = cdev->id.cu_type; in dasd_ioctl_information()
Ddasd_fba.c186 cdev->id.cu_type, in dasd_fba_check_characteristics()
Ddasd_eckd.c324 if ((private->rdc_data.cu_type == 0x2105 || in define_extent()
325 private->rdc_data.cu_type == 0x2107 || in define_extent()
326 private->rdc_data.cu_type == 0x1750) in define_extent()
1758 private->rdc_data.cu_type, in dasd_eckd_check_characteristics()
2938 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
/Linux-v4.19/scripts/mod/
Ddevicetable-offsets.c48 DEVID_FIELD(ccw_device_id, cu_type); in main()
Dfile2alias.c510 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry()
517 cu_type); in do_ccw_entry()
/Linux-v4.19/include/linux/
Dmod_devicetable.h159 __u16 cu_type; /* control unit type */ member
/Linux-v4.19/Documentation/s390/
Ddriver-model.txt114 __u16 cu_type;
/Linux-v4.19/drivers/s390/virtio/
Dvirtio_ccw.c1254 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()