Home
last modified time | relevance | path

Searched refs:card_dev (Results 1 – 17 of 17) sorted by relevance

/linux/sound/core/
A Dinit.c131 dev->parent = &card->card_dev; in snd_device_initialize()
296 device_initialize(&card->card_dev); in snd_card_init()
297 card->card_dev.parent = parent; in snd_card_init()
298 card->card_dev.class = sound_class; in snd_card_init()
331 put_device(&card->card_dev); in snd_card_init()
349 get_device(&card->card_dev); in snd_card_ref()
499 device_del(&card->card_dev); in snd_card_disconnect()
585 put_device(&card->card_dev); in snd_card_free_when_closed()
847 err = device_add(&card->card_dev); in snd_card_register()
1047 get_device(&card->card_dev); in snd_card_file_add()
[all …]
A Dseq_device.c226 dev->dev.parent = &card->card_dev; in snd_seq_device_new()
A Dsound_oss.c37 get_device(&mreg->card_ptr->card_dev); in snd_lookup_oss_minor_data()
A Dsound.c111 get_device(&mreg->card_ptr->card_dev); in snd_lookup_minor_data()
A Dtimer.c353 get_device(&timer->card->card_dev); in snd_timer_open()
354 card_dev_to_put = &timer->card->card_dev; in snd_timer_open()
447 *card_devp_to_put = &timer->card->card_dev; in snd_timer_close_locked()
A Dcontrol_led.c699 WARN(sysfs_create_link(&led_card->dev.kobj, &card->card_dev.kobj, "card"), in snd_ctl_led_sysfs_add()
/linux/include/sound/
A Dcore.h117 struct device card_dev; /* cardX object for sysfs */ member
144 #define dev_to_snd_card(p) container_of(p, struct snd_card, card_dev)
222 return card ? &card->card_dev : NULL; in snd_card_get_device_link()
307 put_device(&card->card_dev); in snd_card_unref()
/linux/drivers/misc/genwqe/
A DMakefile7 genwqe_card-objs := card_base.o card_dev.o card_ddcb.o card_sysfs.o \
/linux/sound/firewire/oxfw/
A Doxfw-stream.c619 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, *len, in assume_stream_formats()
638 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, *len, in assume_stream_formats()
701 formats[eid] = devm_kmemdup(&oxfw->card->card_dev, buf, len, in fill_stream_formats()
A Doxfw-spkr.c273 spkr = devm_kzalloc(&oxfw->card->card_dev, sizeof(struct fw_spkr), in snd_oxfw_add_spkr()
A Doxfw-scs1x.c374 scs = devm_kzalloc(&oxfw->card->card_dev, sizeof(struct fw_scs1x), in snd_oxfw_scs1x_add()
/linux/sound/firewire/motu/
A Dmotu-command-dsp-message-parser.c40 parser = devm_kzalloc(&motu->card->card_dev, sizeof(*parser), GFP_KERNEL); in snd_motu_command_dsp_message_parser_new()
A Dmotu-register-dsp-message-parser.c104 parser = devm_kzalloc(&motu->card->card_dev, sizeof(*parser), GFP_KERNEL); in snd_motu_register_dsp_message_parser_new()
/linux/sound/pci/hda/
A Dhda_beep.c235 input_dev->dev.parent = &codec->card->card_dev; in snd_hda_attach_beep_device()
/linux/sound/xen/
A Dxen_snd_front_alsa.c737 devm_kcalloc(&card_info->card->card_dev, in new_pcm_instance()
747 devm_kcalloc(&card_info->card->card_dev, in new_pcm_instance()
/linux/sound/firewire/fireworks/
A Dfireworks.c242 efw->resp_buf = devm_kzalloc(&card->card_dev, snd_efw_resp_buf_size, GFP_KERNEL); in efw_probe()
/linux/sound/firewire/bebob/
A Dbebob_maudio.c263 params = devm_kzalloc(&bebob->card->card_dev, in snd_bebob_maudio_special_discover()

Completed in 39 milliseconds