HomeSort by: relevance | last modified time | path
    Searched defs:mcpgpio_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mcp23xxxgpiovar.h 53 struct mcpgpio_softc;
67 int (*lock)(struct mcpgpio_softc *);
68 void (*unlock)(struct mcpgpio_softc *);
69 int (*read)(struct mcpgpio_softc *,
71 int (*write)(struct mcpgpio_softc *,
75 struct mcpgpio_softc { struct
87 void mcpgpio_attach(struct mcpgpio_softc *);
mcp23xxxgpiovar.h 53 struct mcpgpio_softc;
67 int (*lock)(struct mcpgpio_softc *);
68 void (*unlock)(struct mcpgpio_softc *);
69 int (*read)(struct mcpgpio_softc *,
71 int (*write)(struct mcpgpio_softc *,
75 struct mcpgpio_softc { struct
87 void mcpgpio_attach(struct mcpgpio_softc *);

Completed in 89 milliseconds