Searched refs:msynth (Results 1 – 2 of 2) sorted by relevance
73 if (msynth == NULL) in snd_midi_input_event()123 if (snd_BUG_ON(!msynth)) in event_process_midi()156 msynth->card = card; in snd_seq_midisynth_new()171 err = snd_rawmidi_kernel_open(msynth->card, msynth->device, in midisynth_subscribe()215 err = snd_rawmidi_kernel_open(msynth->card, msynth->device, in midisynth_use()250 if (msynth == NULL) in snd_seq_midisynth_delete()255 snd_seq_event_port_detach(msynth->seq_client, msynth->seq_port); in snd_seq_midisynth_delete()330 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; member1564 drvdata->msynth = devm_kcalloc(&client->dev, num_clocks, in si5351_i2c_probe()1565 sizeof(*drvdata->msynth), GFP_KERNEL); in si5351_i2c_probe()1570 if (WARN_ON(!drvdata->msynth || !drvdata->clkout)) { in si5351_i2c_probe()1576 drvdata->msynth[n].num = n; in si5351_i2c_probe()1577 drvdata->msynth[n].drvdata = drvdata; in si5351_i2c_probe()1578 drvdata->msynth[n].hw.init = &init; in si5351_i2c_probe()1588 &drvdata->msynth[n].hw); in si5351_i2c_probe()
Completed in 6 milliseconds