Home
last modified time | relevance | path

Searched hist:"40 c2b72e4b11f0a80dff19b539fccf36472dc417" (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/auxdisplay/
H A Dhd44780_common.hdiff 40c2b72e4b11f0a80dff19b539fccf36472dc417 Tue Nov 03 10:58:25 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Change gotoxy calling interface

Change the calling interface for gotoxy from supplying the x and y
coordinates in the charlcd struct to explicitly supplying x and y in
the function arguments. This is more intuitive and allows for moving
the cursor to positions independent from the position saved in the
charlcd struct.

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 Dhd44780_common.cdiff 40c2b72e4b11f0a80dff19b539fccf36472dc417 Tue Nov 03 10:58:25 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Change gotoxy calling interface

Change the calling interface for gotoxy from supplying the x and y
coordinates in the charlcd struct to explicitly supplying x and y in
the function arguments. This is more intuitive and allows for moving
the cursor to positions independent from the position saved in the
charlcd struct.

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 Dcharlcd.hdiff 40c2b72e4b11f0a80dff19b539fccf36472dc417 Tue Nov 03 10:58:25 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Change gotoxy calling interface

Change the calling interface for gotoxy from supplying the x and y
coordinates in the charlcd struct to explicitly supplying x and y in
the function arguments. This is more intuitive and allows for moving
the cursor to positions independent from the position saved in the
charlcd struct.

Reviewed-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>