Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Di2o-dev.h43 #define I2OEVTREG _IOW(I2O_MAGIC_NUMBER,10,struct i2o_evt_id)
96 struct i2o_evt_id { struct
106 struct i2o_evt_id id; argument
/linux-3.4.99/drivers/message/i2o/
Di2o_config.c455 struct i2o_evt_id __user *pdesc = (struct i2o_evt_id __user *)arg; in i2o_cfg_evt_reg()
456 struct i2o_evt_id kdesc; in i2o_cfg_evt_reg()
460 if (copy_from_user(&kdesc, pdesc, sizeof(struct i2o_evt_id))) in i2o_cfg_evt_reg()