Searched refs:cu_type (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 29 .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)) in ccw_device_id_match()
|
| /linux/drivers/s390/cio/ |
| H A D | device_fsm.c | 144 cdev->id.cu_type = cdev->private->dma_area->senseid.cu_type; in ccw_device_update_sense_data() 152 return cdev->id.cu_type == in ccw_device_test_sense_data() 153 cdev->private->dma_area->senseid.cu_type && in ccw_device_test_sense_data() 243 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
|
| H A D | io_sch.h | 102 u16 cu_type; /* control unit type */ member
|
| H A D | device.c | 86 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() 214 return sysfs_emit(buf, "%04x/%02x\n", id->cu_type, id->cu_model); in cutype_show() 480 if (cdev->id.cu_type == 0) in online_store_handle_online()
|
| /linux/block/partitions/ |
| H A D | ibm.c | 128 if ((info->cu_type == 0x6310 && info->dev_type == 0x9336) || in find_label() 129 (info->cu_type == 0x3880 && info->dev_type == 0x3370)) in find_label()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.h | 252 __u16 cu_type; member 553 unsigned char cu_type[4]; member
|
| H A D | dasd_ioctl.c | 523 dasd_info->cu_type = cdev->id.cu_type; in __dasd_ioctl_information()
|
| H A D | dasd_fba.c | 173 cdev->id.cu_type, in dasd_fba_check_characteristics()
|
| H A D | dasd_eckd.c | 353 if ((private->rdc_data.cu_type == 0x2105 || in define_extent() 354 private->rdc_data.cu_type == 0x2107 || in define_extent() 355 private->rdc_data.cu_type == 0x1750) in define_extent() 2184 private->rdc_data.cu_type, in dasd_eckd_check_characteristics() 3563 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
|
| /linux/drivers/s390/char/ |
| H A D | vmur.c | 904 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online() 909 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 50 DEVID_FIELD(ccw_device_id, cu_type); in main()
|
| H A D | file2alias.c | 481 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry() 487 cu_type); in do_ccw_entry()
|
| /linux/drivers/s390/virtio/ |
| H A D | virtio_ccw.c | 1403 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()
|