Home | History | Annotate | Download | only in sociox

Lines Matching refs:gc

205 	struct gpio_chipset_tag	*gc;
215 gc = &sc->sc_gpio_gc;
216 gc->gp_cookie = sc;
217 gc->gp_pin_read = NULL; /* AAA */
218 gc->gp_pin_write = NULL; /* AAA */
219 gc->gp_pin_ctl = NULL; /* AAA */
220 gc->gp_intr_establish = NULL; /* AAA */
221 gc->gp_intr_disestablish = NULL; /* AAA */
222 gc->gp_intr_str = NULL; /* AAA */
224 gba.gba_gc = gc;