Home
last modified time | relevance | path

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

/drivers/message/i2o/
Ddevice.c35 static inline int i2o_device_issue_claim(struct i2o_device *dev, u32 cmd, in i2o_device_issue_claim()
60 int i2o_device_claim(struct i2o_device *dev) in i2o_device_claim()
92 int i2o_device_claim_release(struct i2o_device *dev) in i2o_device_claim_release()
133 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_device_release()
152 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_device_show_class_id()
169 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_device_show_tid()
190 static struct i2o_device *i2o_device_alloc(void) in i2o_device_alloc()
192 struct i2o_device *dev; in i2o_device_alloc()
219 struct i2o_device *i2o_dev, *tmp; in i2o_device_add()
317 void i2o_device_remove(struct i2o_device *i2o_dev) in i2o_device_remove()
[all …]
Di2o_scsi.c83 struct i2o_device *channel[0]; /* channel->i2o_dev mapping table */
99 struct i2o_device *i2o_dev; in i2o_scsi_host_alloc()
124 size = max_channel * sizeof(struct i2o_device *) in i2o_scsi_host_alloc()
183 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_scsi_remove()
214 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_scsi_probe()
218 struct i2o_device *parent; in i2o_scsi_probe()
237 struct i2o_device *d = i2o_shost->channel[0]; in i2o_scsi_probe()
396 static void i2o_scsi_notify_device_add(struct i2o_device *i2o_dev) in i2o_scsi_notify_device_add()
416 static void i2o_scsi_notify_device_remove(struct i2o_device *i2o_dev) in i2o_scsi_notify_device_remove()
513 struct i2o_device *i2o_dev; in i2o_scsi_queuecommand()
[all …]
Di2o_proc.c962 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_groups()
1038 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_phys_device()
1079 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_claimed()
1119 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_users()
1173 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_priv_msgs()
1222 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_authorized_users()
1263 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_dev_identity()
1301 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_dev_name()
1311 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_ddm_identity()
1348 struct i2o_device *d = (struct i2o_device *)seq->private; in i2o_seq_show_uinfo()
[all …]
Dbus-osm.c40 static int i2o_bus_scan(struct i2o_device *dev) in i2o_bus_scan()
69 struct i2o_device *i2o_dev = to_i2o_device(d); in i2o_bus_store_scan()
92 struct i2o_device *i2o_dev = to_i2o_device(get_device(dev)); in i2o_bus_probe()
116 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_bus_remove()
Ddriver.c48 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_bus_match()
118 struct i2o_device *i2o_dev; in i2o_driver_register()
153 struct i2o_device *i2o_dev; in i2o_driver_unregister()
208 struct i2o_device *dev, *tmp; in i2o_driver_dispatch()
296 void i2o_driver_notify_device_add_all(struct i2o_device *i2o_dev) in i2o_driver_notify_device_add_all()
315 void i2o_driver_notify_device_remove_all(struct i2o_device *i2o_dev) in i2o_driver_notify_device_remove_all()
Dcore.h38 extern void i2o_device_remove(struct i2o_device *);
41 int i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist,
Di2o_block.c106 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_block_remove()
133 static int i2o_block_device_flush(struct i2o_device *dev) in i2o_block_device_flush()
161 static int i2o_block_device_mount(struct i2o_device *dev, u32 media_id) in i2o_block_device_mount()
190 static int i2o_block_device_lock(struct i2o_device *dev, u32 media_id) in i2o_block_device_lock()
218 static int i2o_block_device_unlock(struct i2o_device *dev, u32 media_id) in i2o_block_device_unlock()
247 struct i2o_device *i2o_dev = dev->i2o_dev; in i2o_block_device_power()
1016 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_block_probe()
Dexec-osm.c280 struct i2o_device *dev = to_i2o_device(d); in i2o_exec_show_vendor_id()
303 struct i2o_device *dev = to_i2o_device(d); in i2o_exec_show_product_id()
329 struct i2o_device *i2o_dev = to_i2o_device(dev); in i2o_exec_probe()
Di2o_block.h73 struct i2o_device *i2o_dev; /* pointer to I2O device */
Diop.c259 struct i2o_device *i2o_iop_find_device(struct i2o_controller *c, u16 tid) in i2o_iop_find_device()
261 struct i2o_device *dev; in i2o_iop_find_device()
793 struct i2o_device *dev, *tmp; in i2o_iop_remove()
1158 int i2o_event_register(struct i2o_device *dev, struct i2o_driver *drv, in i2o_event_register()
Di2o_config.c163 struct i2o_device *dev; in i2o_cfg_parms()
464 struct i2o_device *d; in i2o_cfg_evt_reg()
/drivers/scsi/
Ddpti.h190 struct i2o_device* pI2o_dev;
200 struct i2o_device* pI2o_dev;
245 struct i2o_device* devices;
273 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d);
287 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d);
Ddpt_i2o.c1162 struct i2o_device* d; in adpt_i2o_delete_hba()
1163 struct i2o_device* next; in adpt_i2o_delete_hba()
1543 struct i2o_device *d; in adpt_i2o_parse_lct()
1601 d = kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in adpt_i2o_parse_lct()
1709 static int adpt_i2o_install_device(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_install_device()
2579 struct i2o_device *d; in adpt_i2o_reparse_lct()
2586 struct i2o_device* pI2o_dev = NULL; in adpt_i2o_reparse_lct()
2633 d = kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in adpt_i2o_reparse_lct()
3233 static void adpt_i2o_report_hba_unit(adpt_hba* pHba, struct i2o_device *d) in adpt_i2o_report_hba_unit()
/drivers/scsi/dpt/
Ddpti_i2o.h71 struct i2o_device struct
73 struct i2o_device *next; /* Chain */ argument
74 struct i2o_device *prev; argument
97 struct i2o_device *devices; /* I2O device chain */ argument