Searched refs:mci_base (Results 1 – 3 of 3) sorted by relevance
32 struct mci_base mci_base; member58 struct mci_base *mci_base = state->mci.base; in release() local60 mci_base->count--; in release()61 if (mci_base->count == 0) { in release()62 list_del(&mci_base->mci_list); in release()63 kfree(mci_base); in release()136 struct mci_base *mci_base = state->mci.base; in mci_set_tuner() local137 struct sx8_base *sx8_base = (struct sx8_base *)mci_base; in mci_set_tuner()150 struct mci_base *mci_base = state->mci.base; in stop() local151 struct sx8_base *sx8_base = (struct sx8_base *)mci_base; in stop()[all …]
105 struct mci_base *base = (struct mci_base *)priv; in mci_handler()110 static struct mci_base *match_base(void *key) in match_base()112 struct mci_base *p; in match_base()133 struct mci_base *base; in ddb_mci_attach()
221 struct mci_base { struct234 struct mci_base *base; argument247 int (*base_init)(struct mci_base *mci_base);