Home
last modified time | relevance | path

Searched refs:cu_model (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/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),\
56 && (id->cu_model != match->cu_model)) in ccw_device_id_match()
/kernel/linux/linux-6.6/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),\
57 && (id->cu_model != match->cu_model)) in ccw_device_id_match()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Ddasd.h34 unsigned int cu_model : 8; /* from SenseID */ member
104 unsigned int cu_model : 8; /* from SenseID */ member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Ddasd.h34 unsigned int cu_model : 8; /* from SenseID */ member
106 unsigned int cu_model : 8; /* from SenseID */ member
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice_id.c77 senseid->cu_model = 0x60; in diag210_to_senseid()
188 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
H A Dio_sch.h103 u8 cu_model; /* control unit model */ member
H A Ddevice_fsm.c149 cdev->id.cu_model = cdev->private->dma_area->senseid.cu_model; in ccw_device_update_sense_data()
158 cdev->id.cu_model == in ccw_device_test_sense_data()
159 cdev->private->dma_area->senseid.cu_model && in ccw_device_test_sense_data()
H A Ddevice.c87 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias()
117 ret = add_uevent_var(env, "CU_MODEL=%02X", id->cu_model); in ccw_uevent()
231 id->cu_type, id->cu_model); in cutype_show()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice_id.c77 senseid->cu_model = 0x60; in diag210_to_senseid()
188 senseid->cu_type, senseid->cu_model, senseid->dev_type, in snsid_callback()
H A Dio_sch.h103 u8 cu_model; /* control unit model */ member
H A Ddevice_fsm.c144 cdev->id.cu_model = cdev->private->dma_area->senseid.cu_model; in ccw_device_update_sense_data()
153 cdev->id.cu_model == in ccw_device_test_sense_data()
154 cdev->private->dma_area->senseid.cu_model && in ccw_device_test_sense_data()
H A Ddevice.c87 len = snprintf(buf, size, "ccw:t%04Xm%02X", id->cu_type, id->cu_model); in snprint_alias()
117 ret = add_uevent_var(env, "CU_MODEL=%02X", id->cu_model); in ccw_uevent()
217 id->cu_type, id->cu_model); in cutype_show()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_proc.c58 seq_printf(m, "%02X\t", device->cdev->id.cu_model); in tape_proc_show()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_proc.c58 seq_printf(m, "%02X\t", device->cdev->id.cu_model); in tape_proc_show()
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_ioctl.c483 dasd_info->cu_model = cdev->id.cu_model; in __dasd_ioctl_information()
H A Ddasd_eckd.h252 } __attribute__ ((packed)) cu_model; member
H A Ddasd_fba.c188 cdev->id.cu_model, in dasd_fba_check_characteristics()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_ioctl.c530 dasd_info->cu_model = cdev->id.cu_model; in __dasd_ioctl_information()
H A Ddasd_eckd.h259 } __attribute__ ((packed)) cu_model; member
H A Ddasd_fba.c179 cdev->id.cu_model, in dasd_fba_check_characteristics()
/kernel/linux/linux-5.10/scripts/mod/
H A Ddevicetable-offsets.c49 DEVID_FIELD(ccw_device_id, cu_model); in main()
H A Dfile2alias.c478 DEF_FIELD(symval, ccw_device_id, cu_model); in do_ccw_entry()
486 cu_model); in do_ccw_entry()
/kernel/linux/linux-6.6/scripts/mod/
H A Ddevicetable-offsets.c50 DEVID_FIELD(ccw_device_id, cu_model); in main()
/kernel/linux/linux-5.10/include/linux/
H A Dmod_devicetable.h180 __u8 cu_model; /* control unit model */ member
/kernel/linux/linux-6.6/include/linux/
H A Dmod_devicetable.h187 __u8 cu_model; /* control unit model */ member

Completed in 27 milliseconds

12