Searched refs:msynth (Results 1 – 2 of 2) sorted by relevance
74 if (msynth == NULL) in snd_midi_input_event()130 if (snd_BUG_ON(!msynth)) in event_process_midi()163 msynth->card = card; in snd_seq_midisynth_new()178 err = snd_rawmidi_kernel_open(msynth->rmidi, msynth->subdevice, in midisynth_subscribe()221 err = snd_rawmidi_kernel_open(msynth->rmidi, msynth->subdevice, in midisynth_use()255 if (msynth == NULL) in snd_seq_midisynth_delete()260 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()328 ms = &msynth[p]; in snd_seq_midisynth_probe()401 if (msynth != NULL) { in snd_seq_midisynth_probe()404 kfree(msynth); in snd_seq_midisynth_probe()[all …]
62 struct si5351_hw_data *msynth; member1630 drvdata->msynth = devm_kcalloc(&client->dev, num_clocks, in si5351_i2c_probe()1631 sizeof(*drvdata->msynth), GFP_KERNEL); in si5351_i2c_probe()1636 if (WARN_ON(!drvdata->msynth || !drvdata->clkout)) { in si5351_i2c_probe()1642 drvdata->msynth[n].num = n; in si5351_i2c_probe()1643 drvdata->msynth[n].drvdata = drvdata; in si5351_i2c_probe()1644 drvdata->msynth[n].hw.init = &init; in si5351_i2c_probe()1654 &drvdata->msynth[n].hw); in si5351_i2c_probe()
Completed in 12 milliseconds