Home
last modified time | relevance | path

Searched refs:cgbytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/auxdisplay/
H A Dhd44780_common.c310 unsigned char cgbytes[8]; in hd44780_common_redefine_char() local
339 cgbytes[cgoffset++] = value; in hd44780_common_redefine_char()
346 hdc->write_data(hdc, cgbytes[addr]); in hd44780_common_redefine_char()
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dcharlcd.c466 unsigned char cgbytes[8]; in handle_lcd_special_code() local
498 cgbytes[cgoffset++] = value; in handle_lcd_special_code()
505 lcd->ops->write_data(lcd, cgbytes[addr]); in handle_lcd_special_code()

Completed in 3 milliseconds