Searched refs:driver_size (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | dev_table.c | 52 int driver_size, int flags, unsigned int format_mask, in sound_install_audiodrv() argument 59 if (vers != AUDIO_DRIVER_VERSION || driver_size > sizeof(struct audio_driver)) { in sound_install_audiodrv() 87 if (driver_size < sizeof(struct audio_driver)) in sound_install_audiodrv() 90 memcpy((char *) d, (char *) driver, driver_size); in sound_install_audiodrv() 111 int driver_size, void *devc) in sound_install_mixer() argument 122 driver_size > sizeof(struct mixer_operations)) { in sound_install_mixer() 139 memcpy((char *) op, (char *) driver, driver_size); in sound_install_mixer()
|
D | dev_table.h | 375 int driver_size, int flags, unsigned int format_mask, 378 int driver_size, void *devc);
|