Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 165) sorted by relevance

1234567

/sound/i2c/
Dcs8427.c45 int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg, in snd_cs8427_reg_write()
63 static int snd_cs8427_reg_read(struct snd_i2c_device *device, unsigned char reg) in snd_cs8427_reg_read()
81 static int snd_cs8427_select_corudata(struct snd_i2c_device *device, int udata) in snd_cs8427_select_corudata()
98 static int snd_cs8427_send_corudata(struct snd_i2c_device *device, in snd_cs8427_send_corudata()
133 static void snd_cs8427_free(struct snd_i2c_device *device) in snd_cs8427_free()
139 struct snd_i2c_device *device) in snd_cs8427_init()
256 struct snd_i2c_device *device; in snd_cs8427_create() local
358 struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol); in snd_cs8427_in_status_get() local
381 struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol); in snd_cs8427_qsubcode_get() local
414 struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol); in snd_cs8427_spdif_get() local
[all …]
Di2c.c37 struct snd_i2c_device *device; in snd_i2c_bus_free() local
59 static int snd_i2c_bus_dev_free(struct snd_device *device) in snd_i2c_bus_dev_free()
102 struct snd_i2c_device *device; in snd_i2c_device_create() local
120 int snd_i2c_device_free(struct snd_i2c_device *device) in snd_i2c_device_free()
132 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_sendbytes()
139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_readbytes()
261 static int snd_i2c_bit_sendbytes(struct snd_i2c_device *device, in snd_i2c_bit_sendbytes()
287 static int snd_i2c_bit_readbytes(struct snd_i2c_device *device, in snd_i2c_bit_readbytes()
Dtea6330t.c34 struct snd_i2c_device *device; member
270 static void snd_tea6330_free(struct snd_i2c_device *device) in snd_tea6330_free()
279 struct snd_i2c_device *device; in snd_tea6330t_update_mixer() local
/sound/core/
Dhwdep.c32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search()
263 int device; in snd_hwdep_control_ioctl() local
291 int device, err; in snd_hwdep_control_ioctl() local
351 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new()
396 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
407 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
449 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
Dseq_device.c145 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free()
154 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register()
167 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
191 int snd_seq_device_new(struct snd_card *card, int device, const char *id, in snd_seq_device_new()
Dpcm.c38 static struct snd_pcm *snd_pcm_get(struct snd_card *card, int device) in snd_pcm_get()
49 static int snd_pcm_next(struct snd_card *card, int device) in snd_pcm_next()
90 int device; in snd_pcm_control_ioctl() local
104 unsigned int device, subdevice; in snd_pcm_control_ioctl() local
703 static int _snd_pcm_new(struct snd_card *card, const char *id, int device, in _snd_pcm_new()
773 int snd_pcm_new(struct snd_card *card, const char *id, int device, in snd_pcm_new()
801 int snd_pcm_new_internal(struct snd_card *card, const char *id, int device, in snd_pcm_new_internal()
873 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1040 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1086 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
Dcompress_offload.c986 static int snd_compress_dev_register(struct snd_device *device) in snd_compress_dev_register()
1009 static int snd_compress_dev_disconnect(struct snd_device *device) in snd_compress_dev_disconnect()
1082 static int snd_compress_dev_free(struct snd_device *device) in snd_compress_dev_free()
1099 int snd_compress_new(struct snd_card *card, int device, in snd_compress_new()
1126 static int snd_compress_add_device(struct snd_compr *device) in snd_compress_add_device()
1145 static int snd_compress_remove_device(struct snd_compr *device) in snd_compress_remove_device()
1155 int snd_compress_register(struct snd_compr *device) in snd_compress_register()
1182 int snd_compress_deregister(struct snd_compr *device) in snd_compress_deregister()
Dmemalloc.c116 int snd_dma_alloc_pages(int type, struct device *device, size_t size, in snd_dma_alloc_pages()
186 int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size, in snd_dma_alloc_pages_fallback()
Djack.c35 static int snd_jack_dev_disconnect(struct snd_device *device) in snd_jack_dev_disconnect()
54 static int snd_jack_dev_free(struct snd_device *device) in snd_jack_dev_free()
76 static int snd_jack_dev_register(struct snd_device *device) in snd_jack_dev_register()
Drawmidi.c53 static struct snd_rawmidi *snd_rawmidi_search(struct snd_card *card, int device) in snd_rawmidi_search()
328 int snd_rawmidi_kernel_open(struct snd_card *card, int device, int subdevice, in snd_rawmidi_kernel_open()
831 int device; in snd_rawmidi_control_ioctl() local
1544 int snd_rawmidi_new(struct snd_card *card, char *id, int device, in snd_rawmidi_new()
1634 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1642 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()
1650 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
1741 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
/sound/usb/6fire/
Dfirmware.c158 static int usb6fire_fw_ezusb_write(struct usb_device *device, in usb6fire_fw_ezusb_write()
173 static int usb6fire_fw_ezusb_read(struct usb_device *device, in usb6fire_fw_ezusb_read()
186 static int usb6fire_fw_fpga_write(struct usb_device *device, in usb6fire_fw_fpga_write()
207 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_fw_ezusb_upload() local
284 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_fw_fpga_upload() local
360 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_fw_init() local
/sound/usb/usx2y/
Dusbusx2y.c327 static int usX2Y_create_card(struct usb_device *device, in usX2Y_create_card()
364 static int usX2Y_usb_probe(struct usb_device *device, in usX2Y_usb_probe()
434 static void usX2Y_usb_disconnect(struct usb_device *device, void* ptr) in usX2Y_usb_disconnect()
Dus122l.c517 static int usx2y_create_card(struct usb_device *device, in usx2y_create_card()
560 struct usb_device *device = interface_to_usbdev(intf); in us122l_usb_probe() local
588 struct usb_device *device = interface_to_usbdev(intf); in snd_us122l_probe() local
/sound/pci/hda/
Dhda_beep.c151 static int beep_dev_register(struct snd_device *device) in beep_dev_register()
162 static int beep_dev_disconnect(struct snd_device *device) in beep_dev_disconnect()
174 static int beep_dev_free(struct snd_device *device) in beep_dev_free()
/sound/core/seq/
Dseq_midi.c41 int device; member
150 int device, in snd_seq_midisynth_new()
270 int device = dev->device; in snd_seq_midisynth_probe() local
419 int device = dev->device, p, ports; in snd_seq_midisynth_remove() local
/sound/usb/hiface/
Dpcm.c114 struct usb_device *device = rt->chip->dev; in hiface_pcm_set_rate() local
175 struct device *device = &rt->chip->dev->dev; in hiface_pcm_get_substream() local
234 struct device *device = &rt->chip->dev->dev; in hiface_pcm_stream_start() local
260 struct device *device = &urb->chip->dev->dev; in hiface_pcm_playback() local
368 struct device *device = &rt->chip->dev->dev; in hiface_pcm_open() local
Dchip.c64 struct usb_device *device, int idx, in hiface_chip_create()
111 struct usb_device *device = interface_to_usbdev(intf); in hiface_chip_probe() local
/sound/drivers/mpu401/
Dmpu401.c143 static int snd_mpu401_pnp(int dev, struct pnp_dev *device, in snd_mpu401_pnp()
234 struct platform_device *device; in alsa_card_mpu401_init() local
/sound/synth/emux/
Demux_voice.h77 struct snd_card *card, int device) {} in snd_emux_proc_init()
Demux_proc.c92 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device) in snd_emux_proc_init()
/sound/soc/intel/boards/
Dskl_hda_dsp_common.c19 int skl_hda_hdmi_add_pcm(struct snd_soc_card *card, int device) in skl_hda_hdmi_add_pcm()
Dskl_hda_dsp_common.h24 int device; member
/sound/firewire/dice/
Ddice-transaction.c165 struct fw_device *device = fw_parent_device(dice->unit); in register_notification_address() local
219 struct fw_device *device = fw_parent_device(dice->unit); in unregister_notification_address() local
/sound/firewire/
Dlib.c37 struct fw_device *device = fw_parent_device(unit); in snd_fw_transaction() local
/sound/pci/emu10k1/
Dtimer.c64 int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device) in snd_emu10k1_timer()

1234567