Home
last modified time | relevance | path

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

/Linux-v6.1/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()
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()
Ddevice_fsm.c142 cdev->id.cu_type = cdev->private->dma_area->senseid.cu_type; in ccw_device_update_sense_data()
150 return cdev->id.cu_type == in ccw_device_test_sense_data()
151 cdev->private->dma_area->senseid.cu_type && in ccw_device_test_sense_data()
241 if (cdev->id.cu_type != 0) { /* device was recognized before */ in ccw_device_recog_done()
Dio_sch.h102 u16 cu_type; /* control unit type */ member
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()
217 id->cu_type, id->cu_model); in cutype_show()
477 if (cdev->id.cu_type == 0) in online_store_handle_online()
/Linux-v6.1/arch/s390/include/asm/
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()
/Linux-v6.1/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-v6.1/drivers/s390/char/
Dtape_proc.c57 seq_printf(m, "%04X/", device->cdev->id.cu_type); in tape_proc_show()
Dvmur.c903 if (urd->cdev->id.cu_type == READER_PUNCH_DEVTYPE) { in ur_set_online()
908 } else if (urd->cdev->id.cu_type == PRINTER_DEVTYPE) { in ur_set_online()
/Linux-v6.1/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-v6.1/drivers/s390/block/
Ddasd_eckd.h252 __u16 cu_type; member
553 unsigned char cu_type[4]; member
Ddasd_ioctl.c528 dasd_info->cu_type = cdev->id.cu_type; in __dasd_ioctl_information()
Ddasd_fba.c178 cdev->id.cu_type, in dasd_fba_check_characteristics()
Ddasd_eckd.c357 if ((private->rdc_data.cu_type == 0x2105 || in define_extent()
358 private->rdc_data.cu_type == 0x2107 || in define_extent()
359 private->rdc_data.cu_type == 0x1750) in define_extent()
2195 private->rdc_data.cu_type, in dasd_eckd_check_characteristics()
3574 switch (cdev->id.cu_type) { in dasd_eckd_erp_action()
/Linux-v6.1/scripts/mod/
Ddevicetable-offsets.c49 DEVID_FIELD(ccw_device_id, cu_type); in main()
Dfile2alias.c501 DEF_FIELD(symval, ccw_device_id, cu_type); in do_ccw_entry()
508 cu_type); in do_ccw_entry()
/Linux-v6.1/include/linux/
Dmod_devicetable.h184 __u16 cu_type; /* control unit type */ member
/Linux-v6.1/Documentation/s390/
Ddriver-model.rst121 __u16 cu_type;
/Linux-v6.1/drivers/s390/virtio/
Dvirtio_ccw.c1338 vcdev->vdev.id.vendor = cdev->id.cu_type; in virtio_ccw_online()