MCPcopy Create free account
hub / github.com/coreboot/coreboot / serial_cursor_enable

Function serial_cursor_enable

payloads/libpayload/drivers/serial/serial.c:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void serial_cursor_enable(int state)
118{
119 if (state)
120 serial_putcmd(VT100_CURSOR_ON);
121 else
122 serial_putcmd(VT100_CURSOR_OFF);
123}

Callers 2

curs_setFunction · 0.85
PDC_curs_setFunction · 0.85

Calls 1

serial_putcmdFunction · 0.85

Tested by

no test coverage detected