Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddpti.h186 struct i2o_device* pI2o_dev;
196 struct i2o_device* pI2o_dev;
240 struct i2o_device* devices;
268 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
282 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
H A Ddpt_i2o.c1034 struct i2o_device* d; in adpt_i2o_delete_hba()
1035 struct i2o_device* next; in adpt_i2o_delete_hba()
1406 struct i2o_device *d; in adpt_i2o_parse_lct()
1464 d = kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in adpt_i2o_parse_lct()
1572 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_install_device()
2483 struct i2o_device *d; in adpt_i2o_reparse_lct()
2490 struct i2o_device* pI2o_dev = NULL; in adpt_i2o_reparse_lct()
2544 d = kmalloc(sizeof(struct i2o_device), in adpt_i2o_reparse_lct()
3118 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_report_hba_unit()
/OK3568_Linux_fs/kernel/drivers/scsi/dpt/
H A Ddpti_i2o.h66 struct i2o_device struct
68 struct i2o_device *next; /* Chain */ argument
69 struct i2o_device *prev; argument
92 struct i2o_device *devices; /* I2O device chain */ argument