Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/cio/
Dchp.c147 static const struct bin_attribute chp_measurement_chars_attr = { variable
212 device_remove_bin_file(&chp->dev, &chp_measurement_chars_attr); in chp_remove_cmg_attr()
220 ret = device_create_bin_file(&chp->dev, &chp_measurement_chars_attr); in chp_add_cmg_attr()
225 device_remove_bin_file(&chp->dev, &chp_measurement_chars_attr); in chp_add_cmg_attr()