Searched refs:device_data (Results 1 - 25 of 79) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Ddevice.c32 * @device_data: the data pointer of this device
45 void *device_data, struct snd_device_ops *ops)
50 snd_assert(device_data != NULL, return -ENXIO);
60 dev->device_data = device_data;
71 * @device_data: the data pointer to release
80 int snd_device_free(struct snd_card *card, void *device_data) argument
85 snd_assert(device_data != NULL, return -ENXIO);
87 if (dev->device_data != device_data)
44 snd_device_new(struct snd_card *card, snd_device_type_t type, void *device_data, struct snd_device_ops *ops) argument
123 snd_device_disconnect(struct snd_card *card, void *device_data) argument
158 snd_device_register(struct snd_card *card, void *device_data) argument
[all...]
H A Dhwdep.c393 struct snd_hwdep *hwdep = device->device_data;
399 struct snd_hwdep *hwdep = device->device_data;
442 struct snd_hwdep *hwdep = device->device_data;
H A Dpcm.c764 struct snd_pcm *pcm = device->device_data;
942 struct snd_pcm *pcm = device->device_data;
997 struct snd_pcm *pcm = device->device_data;
H A Dcontrol.c1417 struct snd_card *card = device->device_data;
1436 struct snd_card *card = device->device_data;
1462 struct snd_card *card = device->device_data;
H A Dtimer.c817 struct snd_timer *timer = device->device_data;
823 struct snd_timer *timer = dev->device_data;
863 struct snd_timer *timer = device->device_data;
924 dev.device_data = timer;
H A Drawmidi.c1494 struct snd_rawmidi *rmidi = device->device_data;
1512 struct snd_rawmidi *rmidi = device->device_data;
1590 struct snd_rawmidi *rmidi = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-alsa.c63 void * device_data, struct snd_device_ops * ops)
70 err = snd_device_new(card, type, device_data, ops);
75 err = snd_device_register(card, device_data);
81 snd_device_free(card, device_data);
62 aoa_snd_device_new(snd_device_type_t type, void * device_data, struct snd_device_ops * ops) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Ddmi.h61 void *device_data; /* Type specific data */ member in struct:dmi_device
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/
H A Daoa.h122 void * device_data, struct snd_device_ops * ops);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcore.h81 void *device_data; /* device structure */ member in struct:snd_device
309 void *device_data, struct snd_device_ops *ops);
310 int snd_device_register(struct snd_card *card, void *device_data);
312 int snd_device_disconnect(struct snd_card *card, void *device_data);
314 int snd_device_free(struct snd_card *card, void *device_data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firmware/
H A Ddmi_scan.c125 dev->device_data = NULL;
145 dev->device_data = NULL;
172 dev->device_data = data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c263 struct snd_seq_device *dev = device->device_data;
272 struct snd_seq_device *dev = device->device_data;
294 struct snd_seq_device *dev = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_lib.c188 struct snd_opl4 *opl4 = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_common.c201 struct snd_sb *chip = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222.c133 struct vx_core *chip = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c86 struct snd_pdacf *chip = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxpocket.c73 struct vx_core *chip = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/
H A Di2c.c74 struct snd_i2c_bus *bus = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0.c124 vortex_t *vortex = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs5535audio/
H A Dcs5535audio.c270 struct cs5535audio *cs5535au = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c619 pcm = dev->device_data;
627 pcm = dev->device_data;
648 pcm = dev->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_lib.c335 struct snd_opl3 *opl3 = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/other/
H A Dak4114.c67 struct ak4114 *chip = device->device_data;
H A Dak4117.c61 struct ak4117 *chip = device->device_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_main.c135 struct snd_gus_card *gus = device->device_data;

Completed in 406 milliseconds

1234