Home
last modified time | relevance | path

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

/linux/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)) in ccw_device_id_match()
/linux/drivers/s390/cio/
H A Ddevice_fsm.c144 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 Dio_sch.h102 u16 cu_type; /* control unit type */ member
H A 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()
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 Dibm.c128 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 Ddasd_eckd.h252 __u16 cu_type; member
553 unsigned char cu_type[4]; member
H A Ddasd_ioctl.c523 dasd_info->cu_type = cdev->id.cu_type; in __dasd_ioctl_information()
H A Ddasd_fba.c173 cdev->id.cu_type, in dasd_fba_check_characteristics()
H A Ddasd_eckd.c353 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 Dvmur.c904 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 Ddevicetable-offsets.c50 DEVID_FIELD(ccw_device_id, cu_type); in main()
H A Dfile2alias.c481 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 Dvirtio_ccw.c1403 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()