Searched refs:i2o_dev (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Ddevice.c135 struct i2o_device *i2o_dev = to_i2o_device(dev); local
139 kfree(i2o_dev);
154 struct i2o_device *i2o_dev = to_i2o_device(dev); local
156 sprintf(buf, "0x%03x\n", i2o_dev->lct_data.class_id);
171 struct i2o_device *i2o_dev = to_i2o_device(dev); local
173 sprintf(buf, "0x%03x\n", i2o_dev->lct_data.tid);
221 struct i2o_device *i2o_dev, *tmp; local
224 i2o_dev = i2o_device_alloc();
225 if (IS_ERR(i2o_dev)) {
227 return PTR_ERR(i2o_dev);
289 i2o_device_remove(struct i2o_device *i2o_dev) argument
428 i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist, int oplen, void *reslist, int reslen) argument
478 i2o_parm_field_get(struct i2o_device *i2o_dev, int group, int field, void *buf, int buflen) argument
[all...]
H A Di2o_scsi.c83 struct i2o_device *channel[0]; /* channel->i2o_dev mapping table */
99 struct i2o_device *i2o_dev; local
112 list_for_each_entry(i2o_dev, &c->devices, list)
113 if (i2o_dev->lct_data.class_id == I2O_CLASS_BUS_ADAPTER) {
114 if (!i2o_parm_field_get(i2o_dev, 0x0000, 0, &type, 1)
145 list_for_each_entry(i2o_dev, &c->devices, list)
146 if (i2o_dev->lct_data.class_id == I2O_CLASS_BUS_ADAPTER) {
147 if (!i2o_parm_field_get(i2o_dev, 0x0000, 0, &type, 1)
149 i2o_shost->channel[i++] = i2o_dev;
183 struct i2o_device *i2o_dev local
214 struct i2o_device *i2o_dev = to_i2o_device(dev); local
400 i2o_scsi_notify_device_add(struct i2o_device *i2o_dev) argument
420 i2o_scsi_notify_device_remove(struct i2o_device *i2o_dev) argument
517 struct i2o_device *i2o_dev; local
670 struct i2o_device *i2o_dev; local
[all...]
H A Dbus-osm.c69 struct i2o_device *i2o_dev = to_i2o_device(d); local
72 if ((rc = i2o_bus_scan(i2o_dev)))
92 struct i2o_device *i2o_dev = to_i2o_device(get_device(dev)); local
99 osm_info("device added (TID: %03x)\n", i2o_dev->lct_data.tid);
116 struct i2o_device *i2o_dev = to_i2o_device(dev); local
122 osm_info("device removed (TID: %03x)\n", i2o_dev->lct_data.tid);
H A Ddriver.c48 struct i2o_device *i2o_dev = to_i2o_device(dev); local
54 if (ids->class_id == i2o_dev->lct_data.class_id)
118 struct i2o_device *i2o_dev; local
121 list_for_each_entry(i2o_dev, &c->devices, list)
122 i2o_driver_notify_device_add(drv, i2o_dev);
153 struct i2o_device *i2o_dev; local
155 list_for_each_entry(i2o_dev, &c->devices, list)
156 i2o_driver_notify_device_remove(drv, i2o_dev);
233 evt->i2o_dev = dev;
293 * @i2o_dev
297 i2o_driver_notify_device_add_all(struct i2o_device *i2o_dev) argument
316 i2o_driver_notify_device_remove_all(struct i2o_device *i2o_dev) argument
[all...]
H A Di2o_block.h73 struct i2o_device *i2o_dev; /* pointer to I2O device */ member in struct:i2o_block_device
H A Di2o_block.c106 struct i2o_device *i2o_dev = to_i2o_device(dev); local
109 osm_info("device removed (TID: %03x): %s\n", i2o_dev->lct_data.tid,
112 i2o_event_register(i2o_dev, &i2o_block_driver, 0, 0);
118 i2o_device_claim_release(i2o_dev);
169 rc = i2o_block_device_flush(i2o_blk_dev->i2o_dev);
270 struct i2o_device *i2o_dev = dev->i2o_dev; local
271 struct i2o_controller *c = i2o_dev->iop;
281 cpu_to_le32(I2O_CMD_BLOCK_POWER << 24 | HOST_TID << 12 | i2o_dev->
608 if (!dev->i2o_dev)
1044 struct i2o_device *i2o_dev = to_i2o_device(dev); local
[all...]
H A Dcore.h41 int i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist,
H A Dexec-osm.c322 struct i2o_device *i2o_dev = to_i2o_device(dev); local
325 rc = i2o_event_register(i2o_dev, &i2o_exec_driver, 0, 0xffffffff);
468 if (likely(evt->i2o_dev))
470 evt->i2o_dev->lct_data.tid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o.h436 struct i2o_device *i2o_dev; /* I2O device pointer from which the member in struct:i2o_event
1018 * @i2o_dev: the added i2o_device
1023 struct i2o_device *i2o_dev)
1026 drv->notify_device_add(i2o_dev);
1032 * @i2o_dev: the added i2o_device
1037 struct i2o_device *i2o_dev)
1040 drv->notify_device_remove(i2o_dev);
1022 i2o_driver_notify_device_add(struct i2o_driver *drv, struct i2o_device *i2o_dev) argument
1036 i2o_driver_notify_device_remove(struct i2o_driver *drv, struct i2o_device *i2o_dev) argument

Completed in 116 milliseconds