Searched refs:i2o_parm_table_get (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_proc.c | 803 token = i2o_parm_table_get(c->exec, I2O_PARAMS_TABLE_GET, 0x0003, -1, in i2o_seq_show_ddm_table() 906 token = i2o_parm_table_get(c->exec, I2O_PARAMS_TABLE_GET, 0x0005, -1, in i2o_seq_show_drivers_stored() 979 token = i2o_parm_table_get(d, I2O_PARAMS_TABLE_GET, 0xF000, -1, NULL, 0, in i2o_seq_show_groups() 1042 token = i2o_parm_table_get(d, I2O_PARAMS_TABLE_GET, 0xF001, -1, NULL, 0, in i2o_seq_show_phys_device() 1083 token = i2o_parm_table_get(d, I2O_PARAMS_TABLE_GET, 0xF002, -1, NULL, 0, in i2o_seq_show_claimed() 1135 token = i2o_parm_table_get(d, I2O_PARAMS_TABLE_GET, 0xF003, -1, NULL, 0, in i2o_seq_show_users() 1183 token = i2o_parm_table_get(d, I2O_PARAMS_TABLE_GET, 0xF000, -1, NULL, 0, in i2o_seq_show_priv_msgs() 1226 token = i2o_parm_table_get(d, I2O_PARAMS_TABLE_GET, 0xF006, -1, NULL, 0, in i2o_seq_show_authorized_users()
|
D | device.c | 556 int i2o_parm_table_get(struct i2o_device *dev, int oper, int group, in i2o_parm_table_get() function 591 EXPORT_SYMBOL(i2o_parm_table_get);
|
D | i2o.h | 960 extern int i2o_parm_table_get(struct i2o_device *, int, int, int, void *, int,
|