Home
last modified time | relevance | path

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

/drivers/staging/media/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()
3574 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */ in amifb_probe()
3575 maxdepth[TAG_HIRES] = 4; in amifb_probe()
3576 maxdepth[TAG_LORES] = 6; in amifb_probe()
3587 maxdepth[TAG_SHRES] = 2; in amifb_probe()
3588 maxdepth[TAG_HIRES] = 4; in amifb_probe()
3589 maxdepth[TAG_LORES] = 6; in amifb_probe()
[all …]
/drivers/scsi/
Dncr53c8xx.c5463 u_char reqtags, maxdepth; in ncr_setup_tags() local
5482 maxdepth = lp->scdev_depth; in ncr_setup_tags()
5483 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs; in ncr_setup_tags()
5484 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth; in ncr_setup_tags()
5485 if (lp->numtags > maxdepth) lp->numtags = maxdepth; in ncr_setup_tags()