Searched hist:"2545 c1c948a6a765f1a0e820c7598138b36f67ef" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/auxdisplay/ |
H A D | hd44780_common.h | diff 2545c1c948a6a765f1a0e820c7598138b36f67ef Tue Nov 03 10:58:06 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move hwidth and bwidth to struct hd44780_common
hwidth is for the hardware buffer size and bwidth is for the buffer width of one single line. This is specific to the hd44780 displays and so it is moved out from charlcd to struct hd44780_common.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | hd44780_common.c | diff 2545c1c948a6a765f1a0e820c7598138b36f67ef Tue Nov 03 10:58:06 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move hwidth and bwidth to struct hd44780_common
hwidth is for the hardware buffer size and bwidth is for the buffer width of one single line. This is specific to the hd44780 displays and so it is moved out from charlcd to struct hd44780_common.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | charlcd.h | diff 2545c1c948a6a765f1a0e820c7598138b36f67ef Tue Nov 03 10:58:06 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move hwidth and bwidth to struct hd44780_common
hwidth is for the hardware buffer size and bwidth is for the buffer width of one single line. This is specific to the hd44780 displays and so it is moved out from charlcd to struct hd44780_common.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | hd44780.c | diff 2545c1c948a6a765f1a0e820c7598138b36f67ef Tue Nov 03 10:58:06 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move hwidth and bwidth to struct hd44780_common
hwidth is for the hardware buffer size and bwidth is for the buffer width of one single line. This is specific to the hd44780 displays and so it is moved out from charlcd to struct hd44780_common.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | panel.c | diff 2545c1c948a6a765f1a0e820c7598138b36f67ef Tue Nov 03 10:58:06 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move hwidth and bwidth to struct hd44780_common
hwidth is for the hardware buffer size and bwidth is for the buffer width of one single line. This is specific to the hd44780 displays and so it is moved out from charlcd to struct hd44780_common.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|