Home
last modified time | relevance | path

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

/drivers/staging/media/deprecated/saa7146/av7110/
Daudio_function_calls.rst10 :maxdepth: 1
Dvideo_function_calls.rst10 :maxdepth: 1
Daudio.rst24 :maxdepth: 1
Dvideo.rst33 :maxdepth: 1
/drivers/video/fbdev/
Damifb.c517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable
1165 if (par->bpp > maxdepth[clk_shift]) { in ami_decode_var()
1166 if (round_down_bpp && maxdepth[clk_shift]) in ami_decode_var()
1167 par->bpp = maxdepth[clk_shift]; in ami_decode_var()
3563 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */ in amifb_probe()
3564 maxdepth[TAG_HIRES] = 4; in amifb_probe()
3565 maxdepth[TAG_LORES] = 6; in amifb_probe()
3576 maxdepth[TAG_SHRES] = 2; in amifb_probe()
3577 maxdepth[TAG_HIRES] = 4; in amifb_probe()
3578 maxdepth[TAG_LORES] = 6; in amifb_probe()
[all …]
/drivers/scsi/
Dncr53c8xx.c5462 u_char reqtags, maxdepth; in ncr_setup_tags() local
5481 maxdepth = lp->scdev_depth; in ncr_setup_tags()
5482 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs; in ncr_setup_tags()
5483 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth; in ncr_setup_tags()
5484 if (lp->numtags > maxdepth) lp->numtags = maxdepth; in ncr_setup_tags()