Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_vf_dev.c91 u32 spacing; in idpf_vf_intr_reg_init() local
104 spacing = IDPF_ITR_IDX_SPACING(reg->itrn_index_spacing, in idpf_vf_intr_reg_init()
107 reg->itrn_reg, spacing); in idpf_vf_intr_reg_init()
109 reg->itrn_reg, spacing); in idpf_vf_intr_reg_init()
H A Didpf_dev.c92 u32 spacing; in idpf_intr_reg_init() local
105 spacing = IDPF_ITR_IDX_SPACING(reg->itrn_index_spacing, in idpf_intr_reg_init()
108 reg->itrn_reg, spacing); in idpf_intr_reg_init()
110 reg->itrn_reg, spacing); in idpf_intr_reg_init()
H A Didpf_txrx.h475 #define IDPF_ITR_IDX_SPACING(spacing, dflt) (spacing ? spacing : dflt) argument
/linux/rust/syn/
H A Dtt.rs38 && match (o1.spacing(), o2.spacing()) { in eq()
72 match op.spacing() { in hash()
H A Dbuffer.rs226 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in lifetime()
359 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in skip()
H A Dscan_expr.rs214 Some((punct, rest)) if punct.spacing() == Spacing::Joint => { in scan_expr()
H A Dtoken.rs1024 } else if punct.spacing() != Spacing::Joint { in punct_helper()
1046 } else if punct.spacing() != Spacing::Joint { in peek_punct()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst36 ``wrap_around``, ``spacing``, ``rangelow`` and ``rangehigh`` fields, and
90 - ``spacing``
93 If spacing is zero a reasonable default value is used.
/linux/rust/proc-macro2/
H A Dlib.rs782 spacing: Spacing, field
807 pub fn new(ch: char, spacing: Spacing) -> Self { in new()
813 spacing, in new()
831 pub fn spacing(&self) -> Spacing { in spacing() method
832 self.spacing in spacing()
858 debug.field("spacing", &self.spacing); in fmt()
H A Dwrapper.rs167 let spacing = match tt.spacing() { in into_compiler_token() localVariable
171 let mut punct = proc_macro::Punct::new(tt.as_char(), spacing); in into_compiler_token()
346 let spacing = match tt.spacing() { in next() localVariable
350 let mut o = Punct::new(tt.as_char(), spacing); in next()
H A Dfallback.rs230 joint = tt.spacing() == Spacing::Joint; in fmt()
/linux/drivers/media/radio/
H A Dradio-tea5777.c376 int i, res, spacing; in vidioc_s_hw_freq_seek() local
409 spacing = (tea->band == BAND_AM) ? (5 * 16) : (200 * 16); /* kHz */ in vidioc_s_hw_freq_seek()
434 tea->freq = orig_freq + spacing; in vidioc_s_hw_freq_seek()
437 tea->freq = orig_freq - spacing; in vidioc_s_hw_freq_seek()
H A Dtea575x.c360 int i, spacing; in snd_tea575x_s_hw_freq_seek() local
390 spacing = (tea->band == BAND_AM) ? 5 : 50; /* kHz */ in snd_tea575x_s_hw_freq_seek()
426 if (abs(tea->freq - freq) < 16 * spacing || in snd_tea575x_s_hw_freq_seek()
/linux/rust/macros/
H A Dquote.rs
H A Dpaste.rs96 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi128 reg-spacing = <4>;
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty138 %% One and half spacing for CJK contents
195 % Single spacing in literal blocks
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_api_mib.h285 u8 spacing:1; member
H A Dhif_tx_mib.c185 .spacing = 1, in wfx_hif_set_association_mode()
/linux/tools/perf/
H A Dbuiltin-script.c1590 static int spacing; in perf_sample__fprintf_callindent()
1622 if (len > spacing || (len && len < spacing - 52)) in perf_sample__fprintf_insn()
1623 spacing = round_up(len + 4, 32); in perf_sample__fprintf_insn()
1625 if (len < spacing) in perf_sample__fprintf_insn()
1626 len += fprintf(fp, "%*s", spacing - len, ""); in perf_sample__fprintf_insn()
1831 static int perf_sample__fprintf_spacing(int len, int spacing, FILE *fp)
1833 if (len > 0 && len < spacing) in ptw_is_prt()
1834 return fprintf(fp, "%*s", spacing - len, ""); in ptw_is_prt()
1578 static int spacing; perf_sample__fprintf_callindent() local
1819 perf_sample__fprintf_spacing(int len,int spacing,FILE * fp) perf_sample__fprintf_spacing() argument
/linux/Documentation/ABI/testing/
H A Dsysfs-tty139 Show the register shift indicating the spacing to be used
/linux/drivers/tty/vt/
H A Dcp437.uni287 # Square bullet, non-spacing blank
/linux/net/mac80211/
H A Dtdls.c74 u16 spacing) in ieee80211_tdls_add_subband() argument
82 for (i = start; i <= end; i += spacing) { in ieee80211_tdls_add_subband()
/linux/scripts/
H A Dcheckpatch.pl5049 # check spacing between type, funcptr, and args
5118 # check for spacing round square brackets; allowed:
5171 # Check operator spacing.
5408 "need consistent spacing around '$op' $at\n" . $hereptr)) {
5543 # check spacing on square brackets
5561 # check spacing on parentheses
5662 my $spacing = $1;
5671 } elsif ($spacing !~ /\s+/) {
6727 # warn about spacing in #ifdefs