simplepanel_softc
struct simplepanel_softc *sc = cookie;
static inline struct simplepanel_softc *
return container_of(panel, struct simplepanel_softc, sc_panel);
struct simplepanel_softc *sc = to_simplepanel(panel);
sizeof (struct simplepanel_softc),
struct simplepanel_softc *sc = (struct simplepanel_softc *)self;