Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Di2o-dev.h24 #define MAX_I2O_CONTROLLERS 32 macro
33 #define I2OGETIOPS _IOR(I2O_MAGIC_NUMBER,0,__u8[MAX_I2O_CONTROLLERS])
/linux-4.1.27/drivers/staging/i2o/
Di2o_config.c73 u8 tmp[MAX_I2O_CONTROLLERS]; in i2o_cfg_getiops()
76 memset(tmp, 0, MAX_I2O_CONTROLLERS); in i2o_cfg_getiops()
81 if (copy_to_user(user_iop_table, tmp, MAX_I2O_CONTROLLERS)) in i2o_cfg_getiops()
DREADME.ioctl39 u8 count[MAX_I2O_CONTROLLERS];
44 point to a buffer containing MAX_I2O_CONTROLLERS entries. Upon