Lines Matching refs:opened
42 int opened; /* member
431 else if (devc->opened & OPEN_READ && devc->inputintr != NULL) in mpu401_input_loop()
448 if (devc->base != 0 && (devc->opened & OPEN_READ || devc->mode == MODE_SYNTH)) in mpuintr()
473 if (devc->opened) in mpu401_open()
514 devc->opened = mode; in mpu401_open()
537 devc->opened = 0; in mpu401_close()
615 if (devc->opened && devc->mode == MODE_SYNTH) in mpu401_command()
824 if (devc->opened) in mpu_synth_open()
842 devc->opened = mode; in mpu_synth_open()
873 devc->opened = 0; in mpu_synth_close()
966 devc->opened = 0; in attach_mpu401()
1192 tmp_devc.opened = 0; in probe_mpu401()