Searched refs:lcd_disp_at_pos (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/platforms/xtfpga/include/platform/ |
H A D | lcd.h | 16 void lcd_disp_at_pos(char *str, unsigned char pos); 22 static inline void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos() function
|
/kernel/linux/linux-6.6/arch/xtensa/platforms/xtfpga/include/platform/ |
H A D | lcd.h | 16 void lcd_disp_at_pos(char *str, unsigned char pos); 22 static inline void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos() function
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/xtfpga/ |
H A D | lcd.c | 62 lcd_disp_at_pos("XTENSA LINUX", 0); in lcd_init() 66 void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos() function
|
H A D | setup.c | 38 lcd_disp_at_pos(" HALT ", 0); in platform_halt() 46 lcd_disp_at_pos("POWEROFF", 0); in platform_power_off()
|
/kernel/linux/linux-6.6/arch/xtensa/platforms/xtfpga/ |
H A D | lcd.c | 62 lcd_disp_at_pos("XTENSA LINUX", 0); in lcd_init() 66 void lcd_disp_at_pos(char *str, unsigned char pos) in lcd_disp_at_pos() function
|
H A D | setup.c | 38 lcd_disp_at_pos("POWEROFF", 0); in xtfpga_power_off()
|
Completed in 2 milliseconds