1I2O_DEVICE_SHOW_CLAS(9) Message-based devices I2O_DEVICE_SHOW_CLAS(9)
2
3
4
6 i2o_device_show_class_id - Displays class id of I2O device
7
9 ssize_t i2o_device_show_class_id(struct device * dev,
10 struct device_attribute * attr,
11 char * buf);
12
14 dev
15 device of which the class id should be displayed
16
17 attr
18 pointer to device attribute
19
20 buf
21 buffer into which the class id should be printed
22
24 Returns the number of bytes which are printed into the buffer.
25
27Kernel Hackers Manual 2.6. June 2019 I2O_DEVICE_SHOW_CLAS(9)