Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheckpatch.pl75 my $tabsize = 8;
118 --tab-size=n set the number of spaces for tab (default $tabsize)
334 'tab-size=i' => \$tabsize,
415 # skip TAB size 1 to avoid additional checks on $tabsize - 1
416 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2);
1553 for (; ($n % $tabsize) != 0; $n++) {
2583 my $source_indent = $tabsize;
3943 # more than $tabsize must use tabs.
3962 s/(^\+.*) {$tabsize,
[all...]
/linux/drivers/media/usb/gspca/
H A Dvc032x.c3088 const u8 *tab, u8 tabsize, u16 addr) in put_tab_to_reg() argument
3093 for (j = 0; j < tabsize; j++) in put_tab_to_reg()