Power management for device dev
int i2o_block_device_power(struct i2o_block_device * dev, u8 op);
dev
I2O device which should receive the power management request
op
Operation to send
Send a power management request to the device dev.
Returns 0 on success or negative error code on failure.