Lines Matching refs:self
61 static int mpcsa_cf_power_ctl(void *self, int onoff);
62 static int mpcsa_cf_card_detect(void *self);
63 static int mpcsa_cf_irq_line(void *self);
64 static void * mpcsa_cf_intr_establish(void *self, int which, int ipl, int (*ih_func)(void *), void *arg);
65 static void mpcsa_cf_intr_disestablish(void *self, int which, void *cookie);
84 mpcsa_cf_attach(device_t parent, device_t self, void *aux)
86 struct mpcsa_cf_softc *sc = device_private(self);
102 at91cf_attach_common(parent, self, aux, &mpcsa_cf_tag);
106 mpcsa_cf_power_ctl(void *self, int onoff)
108 struct mpcsa_cf_softc *sc = self;
118 static int mpcsa_cf_card_detect(void *self)
120 struct mpcsa_cf_softc *sc = self;
124 static int mpcsa_cf_irq_line(void *self)
126 struct mpcsa_cf_softc *sc = self;
130 static void * mpcsa_cf_intr_establish(void *self, int which, int ipl, int (*ih_func)(void *), void *ih_arg)
132 struct mpcsa_cf_softc *sc = self;
137 static void mpcsa_cf_intr_disestablish(void *self, int which, void *cookie)
139 struct mpcsa_cf_softc *sc = self;