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

/linux-4.4.14/sound/oss/
H A Dsb_card.c52 static struct sb_card_config *legacy = NULL;
99 static int sb_register_oss(struct sb_card_config *scc, struct sb_module_options *sbmo) sb_register_oss()
128 static void sb_unload(struct sb_card_config *scc) sb_unload()
141 if((legacy = kzalloc(sizeof(struct sb_card_config), GFP_KERNEL)) == NULL) { sb_init_legacy()
167 static void sb_dev2cfg(struct pnp_dev *dev, struct sb_card_config *scc) sb_dev2cfg()
242 struct sb_card_config *scc; sb_pnp_probe()
250 if((scc = kzalloc(sizeof(struct sb_card_config), GFP_KERNEL)) == NULL) { sb_pnp_probe()
275 struct sb_card_config *scc = pnp_get_card_drvdata(card); sb_pnp_remove()
H A Dsb_card.h11 struct sb_card_config { struct

Completed in 63 milliseconds