hd44780_common
static void hd44780_write_cmd_gpio8(struct hd44780_common *hdc, int cmd)
static void hd44780_write_data_gpio8(struct hd44780_common *hdc, int data)
static void hd44780_write_cmd_gpio4(struct hd44780_common *hdc, int cmd)
static void hd44780_write_cmd_raw_gpio4(struct hd44780_common *hdc, int cmd)
static void hd44780_write_data_gpio4(struct hd44780_common *hdc, int data)
struct hd44780_common *hdc;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
void (*write_cmd_raw)(struct hd44780_common *hdc, int cmd);
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
static void hd44780_common_set_mode(struct hd44780_common *hdc)
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
static void hd44780_common_set_function(struct hd44780_common *hdc)
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
struct hd44780_common *hdc = lcd->drvdata;
void (*write_data)(struct hd44780_common *hdc, int data);
void (*write_cmd)(struct hd44780_common *hdc, int cmd);
void (*write_cmd_raw4)(struct hd44780_common *hdc, int cmd);
static void lcd_write_cmd_s(struct hd44780_common *hdc, int cmd)
static void lcd_write_data_s(struct hd44780_common *hdc, int data)
static void lcd_write_cmd_p8(struct hd44780_common *hdc, int cmd)
static void lcd_write_data_p8(struct hd44780_common *hdc, int data)
static void lcd_write_cmd_tilcd(struct hd44780_common *hdc, int cmd)
static void lcd_write_data_tilcd(struct hd44780_common *hdc, int data)
struct hd44780_common *hdc;