Home
last modified time | relevance | path

Searched refs:cable_arg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpvr2fb.c1033 char cable_arg[80]; in pvr2fb_setup() local
1039 cable_arg[0] = output_arg[0] = 0; in pvr2fb_setup()
1047 strcpy(cable_arg, this_opt + 6); in pvr2fb_setup()
1059 if (*cable_arg) in pvr2fb_setup()
1060 cable_type = pvr2_get_param_val(cables, cable_arg, 3); in pvr2fb_setup()