1I2O_DEVICE_ISSUE_CLA(9) Message-based devices I2O_DEVICE_ISSUE_CLA(9)
2
3
4
6 i2o_device_issue_claim - claim or release a device
7
9 int i2o_device_issue_claim(struct i2o_device * dev, u32 cmd, u32 type);
10
12 dev
13 I2O device to claim or release
14
15 cmd
16 claim or release command
17
18 type
19 type of claim
20
22 Issue I2O UTIL_CLAIM or UTIL_RELEASE messages. The message to be sent
23 is set by cmd. dev is the I2O device which should be claim or released
24 and the type is the claim type (see the I2O spec).
25
26 Returs 0 on success or negative error code on failure.
27
29Kernel Hackers Manual 2.6. June 2019 I2O_DEVICE_ISSUE_CLA(9)