Searched refs:osp (Results 1 – 9 of 9) sorted by relevance
/sound/oss/ |
D | ad1848.h | 15 int dma_capture, int share_dma, int *osp, struct module *owner); 18 int ad1848_detect (struct resource *ports, int *flags, int *osp);
|
D | uart6850.c | 263 uart6850_osp = hw_config->osp; in attach_uart6850() 295 uart6850_osp = hw_config->osp; in probe_uart6850()
|
D | uart401.c | 37 int *osp; member 313 devc->osp = hw_config->osp; in probe_uart401()
|
D | sound_config.h | 74 int *osp; /* OS specific info */ member
|
D | pss.c | 138 int *osp; member 185 devc->osp = hw_config->osp; in probe_pss() 695 devc->osp = hw_config->osp; in attach_pss()
|
D | trix.c | 217 ret = ad1848_detect(ports, NULL, hw_config->osp); in init_trix_wss() 253 hw_config->osp, in init_trix_wss()
|
D | mpu401.c | 73 int *osp; member 964 devc->osp = hw_config->osp; in attach_mpu401() 1193 tmp_devc.osp = hw_config->osp; in probe_mpu401()
|
D | sb.h | 84 int *osp; member
|
D | ad1848.c | 1533 int ad1848_detect(struct resource *ports, int *ad_flags, int *osp) in ad1848_detect() argument 1943 int dma_capture, int share_dma, int *osp, struct module *owner) in ad1848_init() argument 2514 return ad1848_detect(ports, NULL, hw_config->osp); in probe_ms_sound() 2540 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp))) in probe_ms_sound() 2553 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp))) in probe_ms_sound() 2588 return ad1848_detect(ports, NULL, hw_config->osp); in probe_ms_sound() 2616 hw_config->osp, in attach_ms_sound() 2676 hw_config->osp, in attach_ms_sound()
|