Searched refs:line_setup (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | line.h | 65 extern int line_setup(char **conf, unsigned nlines, char **def,
|
H A D | stdio_console.c | 194 line_setup(vt_conf, MAX_TTYS, &def_conf, str, "console"); in console_chan_setup()
|
H A D | ssl.c | 189 line_setup(conf, NR_PORTS, &def_conf, str, "serial line"); in ssl_chan_setup()
|
H A D | line.c | 427 int line_setup(char **conf, unsigned int num, char **def, in line_setup() function
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml1_display_rq_dlg_calc.c | 1072 double line_setup; in dml1_rq_dlg_get_dlg_params() local 1314 line_setup = (double) (vupdate_offset + vupdate_width + vready_offset) / (double) htotal; in dml1_rq_dlg_get_dlg_params() 1341 DTRACE("DLG: %s: line_setup = %3.2f", __func__, line_setup); in dml1_rq_dlg_get_dlg_params() 1345 - (line_setup + line_calc + line_wait + line_o); in dml1_rq_dlg_get_dlg_params()
|