Searched refs:sound_device (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/fsl/
H A Dmpc8610_hpcd.c56 static int mpc8610_hpcd_machine_probe(struct platform_device *sound_device) argument
59 sound_device->dev.platform_data;
153 int mpc8610_hpcd_machine_remove(struct platform_device *sound_device) argument
156 sound_device->dev.platform_data;
198 struct platform_device *sound_device = NULL; local
444 sound_device = platform_device_alloc("soc-audio", -1);
445 if (!sound_device) {
455 sound_device->dev.platform_data = machine_data;
459 platform_set_drvdata(sound_device, &machine_data->sound_devdata);
461 machine_data->sound_devdata.dev = &sound_device
522 struct platform_device *sound_device = dev_get_drvdata(&ofdev->dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/fsl/
H A Dmpc8610_hpcd.c56 static int mpc8610_hpcd_machine_probe(struct platform_device *sound_device) argument
59 sound_device->dev.platform_data;
153 int mpc8610_hpcd_machine_remove(struct platform_device *sound_device) argument
156 sound_device->dev.platform_data;
198 struct platform_device *sound_device = NULL; local
444 sound_device = platform_device_alloc("soc-audio", -1);
445 if (!sound_device) {
455 sound_device->dev.platform_data = machine_data;
459 platform_set_drvdata(sound_device, &machine_data->sound_devdata);
461 machine_data->sound_devdata.dev = &sound_device
522 struct platform_device *sound_device = dev_get_drvdata(&ofdev->dev); local
[all...]

Completed in 69 milliseconds