hd44780_info
#define hd44780_info() ((struct hd44780_info *)data)
hd44780_info()->lines
hd44780_info()->lines *= 2;
hd44780_info()->phys_rows = sc->sc_cols;
hd44780_info()->virt_rows = sc->sc_vcols;
hd44780_info()->is_wide = sc->sc_flags & HD_8BIT;
hd44780_info()->is_bigfont = sc->sc_flags & HD_BIGFONT;
hd44780_info()->kp_present = sc->sc_flags & HD_KEYPAD;
#define HLCD_GET_INFO _IOR('h', 18, struct hd44780_info)