Searched refs:i2o_parm_field_get (Results 1 – 5 of 5) sorted by relevance
/drivers/message/i2o/ |
D | i2o_scsi.c | 114 if (!i2o_parm_field_get(i2o_dev, 0x0000, 0, &type, 1) in i2o_scsi_host_alloc() 147 if (!i2o_parm_field_get(i2o_dev, 0x0000, 0, &type, 1) in i2o_scsi_host_alloc() 239 if (!i2o_parm_field_get(d, 0x0000, 0, &type, 1) in i2o_scsi_probe() 241 if (!i2o_parm_field_get(d, 0x0200, 4, &id, 4)) { in i2o_scsi_probe() 256 if (i2o_parm_field_get(i2o_dev, 0x0000, 3, &id, 4)) in i2o_scsi_probe() 259 if (i2o_parm_field_get(i2o_dev, 0x0000, 4, &lun, 8)) in i2o_scsi_probe()
|
D | i2o_block.c | 1083 if (!i2o_parm_field_get(i2o_dev, 0x0004, 1, &blocksize, 4) || in i2o_block_probe() 1084 !i2o_parm_field_get(i2o_dev, 0x0000, 3, &blocksize, 4)) { in i2o_block_probe() 1089 if (!i2o_parm_field_get(i2o_dev, 0x0004, 0, &size, 8) || in i2o_block_probe() 1090 !i2o_parm_field_get(i2o_dev, 0x0000, 4, &size, 8)) { in i2o_block_probe() 1095 if (!i2o_parm_field_get(i2o_dev, 0x0000, 2, &power, 2)) in i2o_block_probe()
|
D | i2o_proc.c | 746 i2o_parm_field_get(c->exec, 0x0000, -1, &work32, sizeof(work32)); in i2o_seq_show_hw() 865 i2o_parm_field_get(c->exec, 0x0004, -1, &work32, sizeof(work32)); in i2o_seq_show_driver_store() 1269 token = i2o_parm_field_get(d, 0xF100, -1, &work32, sizeof(work32)); in i2o_seq_show_dev_identity() 1323 token = i2o_parm_field_get(d, 0xF101, -1, &result, sizeof(result)); in i2o_seq_show_ddm_identity() 1358 token = i2o_parm_field_get(d, 0xF102, -1, &result, sizeof(result)); in i2o_seq_show_uinfo() 1386 token = i2o_parm_field_get(d, 0xF103, -1, &work32, sizeof(work32)); in i2o_seq_show_sgl_limits() 1457 token = i2o_parm_field_get(d, 0xF200, -1, &result, sizeof(result)); in i2o_seq_show_sensors()
|
D | exec-osm.c | 283 if (!i2o_parm_field_get(dev, 0x0000, 0, &id, 2)) { in i2o_exec_show_vendor_id() 306 if (!i2o_parm_field_get(dev, 0x0000, 1, &id, 2)) { in i2o_exec_show_product_id()
|
D | device.c | 506 int i2o_parm_field_get(struct i2o_device *i2o_dev, int group, int field, in i2o_parm_field_get() function 582 EXPORT_SYMBOL(i2o_parm_field_get);
|