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

  /src/sys/dev/ic/
hd44780_subr.c 483 #define hd44780_info() ((struct hd44780_info *)data) macro
512 hd44780_info()->lines
515 hd44780_info()->lines *= 2;
516 hd44780_info()->phys_rows = sc->sc_cols;
517 hd44780_info()->virt_rows = sc->sc_vcols;
518 hd44780_info()->is_wide = sc->sc_flags & HD_8BIT;
519 hd44780_info()->is_bigfont = sc->sc_flags & HD_BIGFONT;
520 hd44780_info()->kp_present = sc->sc_flags & HD_KEYPAD;
hd44780var.h 53 #define HLCD_GET_INFO _IOR('h', 18, struct hd44780_info)
71 struct hd44780_info { struct

Completed in 12 milliseconds