Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A 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()
140 cdev->private->dma_area->senseid.cu_type = 0xffff; in snsid_init()
154 if (cdev->private->dma_area->senseid.cu_type == 0xffff) in snsid_check()
188 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
H A Ddevice_fsm.c148 cdev->id.cu_type = cdev->private->dma_area->senseid.cu_type; in ccw_device_update_sense_data()
156 return cdev->id.cu_type == in ccw_device_test_sense_data()
157 cdev->private->dma_area->senseid.cu_type && in ccw_device_test_sense_data()
253 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
H A Dio_sch.h102 u16 cu_type; /* control unit type */ member
H A Ddevice.c87 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias()
112 ret = add_uevent_var(env, "CU_TYPE=%04X", id->cu_type); in ccw_uevent()
231 id->cu_type, id->cu_model); in cutype_show()
491 if (cdev->id.cu_type == 0) in online_store_handle_online()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dccwdev.h28 .cu_type=(cu), .cu_model=(cum), \
33 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
52 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Ddasd.h33 unsigned int cu_type : 16; /* from SenseID */ member
103 unsigned int cu_type : 16; /* from SenseID */ member
/OK3568_Linux_fs/kernel/block/partitions/
H A 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()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
H A 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()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eckd.h245 __u16 cu_type; member
544 unsigned char cu_type[4]; member
H A Ddasd_ioctl.c481 dasd_info->cu_type = cdev->id.cu_type; in __dasd_ioctl_information()
H A Ddasd_fba.c187 cdev->id.cu_type, in dasd_fba_check_characteristics()
H A Ddasd_eckd.c356 if ((private->rdc_data.cu_type == 0x2105 || in define_extent()
357 private->rdc_data.cu_type == 0x2107 || in define_extent()
358 private->rdc_data.cu_type == 0x1750) in define_extent()
2102 private->rdc_data.cu_type, in dasd_eckd_check_characteristics()
3479 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Ddevicetable-offsets.c48 DEVID_FIELD(ccw_device_id, cu_type); in main()
H A Dfile2alias.c477 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry()
484 cu_type); in do_ccw_entry()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmod_devicetable.h178 __u16 cu_type; /* control unit type */ member
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Ddriver-model.rst121 __u16 cu_type;
/OK3568_Linux_fs/kernel/drivers/s390/virtio/
H A Dvirtio_ccw.c1314 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()