Home
last modified time | relevance | path

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

123456

/sound/i2c/
A Dcs8427.c45 int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg, in snd_cs8427_reg_write()
65 static int snd_cs8427_reg_read(struct snd_i2c_device *device, unsigned char reg) in snd_cs8427_reg_read()
85 static int snd_cs8427_select_corudata(struct snd_i2c_device *device, int udata) in snd_cs8427_select_corudata()
102 static int snd_cs8427_send_corudata(struct snd_i2c_device *device, in snd_cs8427_send_corudata()
138 static void snd_cs8427_free(struct snd_i2c_device *device) in snd_cs8427_free()
144 struct snd_i2c_device *device) in snd_cs8427_init()
266 struct snd_i2c_device *device; in snd_cs8427_create() local
368 struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol); in snd_cs8427_in_status_get() local
391 struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol); in snd_cs8427_qsubcode_get() local
425 struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol); in snd_cs8427_spdif_get() local
[all …]
A 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()
A Dtea6330t.c34 struct snd_i2c_device *device; member
271 static void snd_tea6330_free(struct snd_i2c_device *device) in snd_tea6330_free()
280 struct snd_i2c_device *device; in snd_tea6330t_update_mixer() local
/sound/usb/6fire/
A Dfirmware.c158 static int usb6fire_fw_ezusb_write(struct usb_device *device, in usb6fire_fw_ezusb_write()
166 static int usb6fire_fw_ezusb_read(struct usb_device *device, in usb6fire_fw_ezusb_read()
174 static int usb6fire_fw_fpga_write(struct usb_device *device, in usb6fire_fw_fpga_write()
195 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_fw_ezusb_upload() local
272 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_fw_fpga_upload() local
348 struct usb_device *device = interface_to_usbdev(intf); in usb6fire_fw_init() local
/sound/core/
A Dhwdep.c32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search()
271 int device; in snd_hwdep_control_ioctl() local
299 int device; in snd_hwdep_control_ioctl() local
363 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new()
412 static int snd_hwdep_dev_free(struct snd_device *device) in snd_hwdep_dev_free()
418 static int snd_hwdep_dev_register(struct snd_device *device) in snd_hwdep_dev_register()
456 static int snd_hwdep_dev_disconnect(struct snd_device *device) in snd_hwdep_dev_disconnect()
A Dseq_device.c154 static int snd_seq_device_dev_free(struct snd_device *device) in snd_seq_device_dev_free()
165 static int snd_seq_device_dev_register(struct snd_device *device) in snd_seq_device_dev_register()
178 static int snd_seq_device_dev_disconnect(struct snd_device *device) in snd_seq_device_dev_disconnect()
198 int snd_seq_device_new(struct snd_card *card, int device, const char *id, in snd_seq_device_new()
A 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
103 unsigned int device, subdevice; in snd_pcm_control_ioctl() local
697 static int _snd_pcm_new(struct snd_card *card, const char *id, int device, in _snd_pcm_new()
767 int snd_pcm_new(struct snd_card *card, const char *id, int device, in snd_pcm_new()
795 int snd_pcm_new_internal(struct snd_card *card, const char *id, int device, in snd_pcm_new_internal()
869 static int snd_pcm_dev_free(struct snd_device *device) in snd_pcm_dev_free()
1044 static int snd_pcm_dev_register(struct snd_device *device) in snd_pcm_dev_register()
1087 static int snd_pcm_dev_disconnect(struct snd_device *device) in snd_pcm_dev_disconnect()
A Drawmidi.c79 static struct snd_rawmidi *snd_rawmidi_search(struct snd_card *card, int device) in snd_rawmidi_search()
998 int device; in snd_rawmidi_next_device() local
1030 int device; in snd_rawmidi_call_ump_ioctl() local
1822 struct snd_card *card, char *id, int device, in snd_rawmidi_init()
1885 int snd_rawmidi_new(struct snd_card *card, char *id, int device, in snd_rawmidi_new()
1941 static int snd_rawmidi_dev_free(struct snd_device *device) in snd_rawmidi_dev_free()
1949 static void snd_rawmidi_dev_seq_free(struct snd_seq_device *device) in snd_rawmidi_dev_seq_free()
1957 static int snd_rawmidi_dev_register(struct snd_device *device) in snd_rawmidi_dev_register()
2050 static int snd_rawmidi_dev_disconnect(struct snd_device *device) in snd_rawmidi_dev_disconnect()
/sound/hda/common/
A Dbeep.c162 static int beep_dev_register(struct snd_device *device) in beep_dev_register()
173 static int beep_dev_disconnect(struct snd_device *device) in beep_dev_disconnect()
186 static int beep_dev_free(struct snd_device *device) in beep_dev_free()
/sound/usb/hiface/
A Dpcm.c114 struct usb_device *device = rt->chip->dev; in hiface_pcm_set_rate() local
173 struct device *device = &rt->chip->dev->dev; in hiface_pcm_get_substream() local
232 struct device *device = &rt->chip->dev->dev; in hiface_pcm_stream_start() local
258 struct device *device = &urb->chip->dev->dev; in hiface_pcm_playback() local
366 struct device *device = &rt->chip->dev->dev; in hiface_pcm_open() local
A Dchip.c47 struct usb_device *device, int idx, in hiface_chip_create()
94 struct usb_device *device = interface_to_usbdev(intf); in hiface_chip_probe() local
/sound/core/seq/
A Dseq_midi.c42 int device; member
158 int device, in snd_seq_midisynth_new()
280 int device = dev->device; in snd_seq_midisynth_probe() local
421 int device = dev->device, p, ports; in snd_seq_midisynth_remove() local
/sound/virtio/
A Dvirtio_jack.c55 unsigned int device = in virtsnd_jack_get_label() local
103 unsigned int device = in virtsnd_jack_get_type() local
/sound/drivers/mpu401/
A Dmpu401.c131 static int snd_mpu401_pnp(int dev, struct pnp_dev *device, in snd_mpu401_pnp()
213 struct platform_device *device; in alsa_card_mpu401_init() local
/sound/hda/core/
A Dintel-dsp-config.c34 u16 device; member
566 u16 device; in snd_intel_dsp_find_config() local
/sound/usb/usx2y/
A Dusbusx2y.c361 static int usx2y_create_card(struct usb_device *device, in usx2y_create_card()
437 struct usb_device *device = interface_to_usbdev(intf); in snd_usx2y_probe() local
A Dus122l.c472 static int usx2y_create_card(struct usb_device *device, in usx2y_create_card()
516 struct usb_device *device = interface_to_usbdev(intf); in us122l_usb_probe() local
544 struct usb_device *device = interface_to_usbdev(intf); in snd_us122l_probe() local
/sound/synth/emux/
A Demux_voice.h77 struct snd_card *card, int device) {} in snd_emux_proc_init()
A Demux_proc.c92 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device) in snd_emux_proc_init()
/sound/hda/controllers/
A Dacpi.c40 static int hda_acpi_dev_disconnect(struct snd_device *device) in hda_acpi_dev_disconnect()
48 static int hda_acpi_dev_free(struct snd_device *device) in hda_acpi_dev_free()
/sound/firewire/
A Dlib.c37 struct fw_device *device = fw_parent_device(unit); in snd_fw_transaction() local
/sound/soc/amd/
A Dmach-config.h34 u16 device; member
A Dacp-config.c179 u16 device = pci->device; in snd_amd_acp_find_config() local
/sound/firewire/dice/
A 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/drivers/opl3/
A Dopl3_lib.c324 static int snd_opl3_dev_free(struct snd_device *device) in snd_opl3_dev_free()
477 int device, int seq_device, in snd_opl3_hwdep_new()

Completed in 69 milliseconds

123456