Lines Matching refs:i2o_device
101 void i2o_report_controller_unit(struct i2o_controller *, struct i2o_device *);
353 int i2o_install_device(struct i2o_controller *c, struct i2o_device *d) in i2o_install_device()
376 int __i2o_delete_device(struct i2o_device *d) in __i2o_delete_device()
378 struct i2o_device **p; in __i2o_delete_device()
445 int i2o_delete_device(struct i2o_device *d) in i2o_delete_device()
690 int i2o_claim_device(struct i2o_device *d, struct i2o_handler *h) in i2o_claim_device()
725 int i2o_release_device(struct i2o_device *d, struct i2o_handler *h) in i2o_release_device()
772 int i2o_device_notify_on(struct i2o_device *d, struct i2o_handler *h) in i2o_device_notify_on()
801 int i2o_device_notify_off(struct i2o_device *d, struct i2o_handler *h) in i2o_device_notify_off()
953 struct i2o_device *d = (struct i2o_device *) in i2o_core_evt()
954 kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in i2o_core_evt()
991 struct i2o_device *d; in i2o_core_evt()
1038 struct i2o_device *d = NULL; in i2o_dyn_lct()
1039 struct i2o_device *d1 = NULL; in i2o_dyn_lct()
1310 void i2o_report_controller_unit(struct i2o_controller *c, struct i2o_device *d) in i2o_report_controller_unit()
1470 struct i2o_device *d; in i2o_parse_lct()
1489 d = (struct i2o_device *)kmalloc(sizeof(struct i2o_device), GFP_KERNEL); in i2o_parse_lct()