Lines Matching refs:owner
494 if (!try_module_get(coprocessor->owner)) { in mpu401_open()
535 module_put(coprocessor->owner); in mpu401_close()
833 if (!try_module_get(coprocessor->owner)) in mpu_synth_open()
871 module_put(coprocessor->owner); in mpu_synth_close()
883 .owner = THIS_MODULE,
910 .owner = THIS_MODULE,
946 int attach_mpu401(struct address_info *hw_config, struct module *owner) in attach_mpu401() argument
1036 if (owner) in attach_mpu401()
1037 mpu401_synth_operations[m]->owner = owner; in attach_mpu401()
1096 if (owner) in attach_mpu401()
1097 midi_devs[m]->owner = owner; in attach_mpu401()
1607 .owner = THIS_MODULE,