| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_vf_dev.c | 99 u32 spacing; in idpf_vf_intr_reg_init() local 112 spacing = IDPF_ITR_IDX_SPACING(reg_vals[vec_id].itrn_index_spacing, in idpf_vf_intr_reg_init() 116 spacing); in idpf_vf_intr_reg_init() 119 spacing); in idpf_vf_intr_reg_init()
|
| H A D | idpf_dev.c | 100 u32 spacing; in idpf_intr_reg_init() local 113 spacing = IDPF_ITR_IDX_SPACING(reg_vals[vec_id].itrn_index_spacing, in idpf_intr_reg_init() 117 spacing); in idpf_intr_reg_init() 120 spacing); in idpf_intr_reg_init()
|
| H A D | idpf_txrx.h | 475 #define IDPF_ITR_IDX_SPACING(spacing, dflt) (spacing ? spacing : dflt) argument
|
| /linux/rust/syn/ |
| H A D | tt.rs | 38 && match (o1.spacing(), o2.spacing()) { in eq() 72 match op.spacing() { in hash()
|
| H A D | buffer.rs | 226 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 D | scan_expr.rs | 214 Some((punct, rest)) if punct.spacing() == Spacing::Joint => { in scan_expr()
|
| H A D | token.rs | 1024 } else if punct.spacing() != Spacing::Joint { in punct_helper() 1046 } else if punct.spacing() != Spacing::Joint { in peek_punct()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-frequency-adf4350 | 5 Stores channel Y frequency resolution/channel spacing in Hz. 9 generate proper values for multiples of channel spacing.
|
| H A D | sysfs-tty | 139 Show the register shift indicating the spacing to be used
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 782 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 D | wrapper.rs | 167 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()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-s-hw-freq-seek.rst | 36 ``wrap_around``, ``spacing``, ``rangelow`` and ``rangehigh`` fields, and 90 - ``spacing`` 93 If spacing is zero a reasonable default value is used.
|
| /linux/drivers/media/radio/ |
| H A D | radio-tea5777.c | 376 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 D | tea575x.c | 360 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 D | quote.rs | |
| H A D | paste.rs | 96 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
|
| /linux/Documentation/sphinx/ |
| H A D | kerneldoc-preamble.sty | 138 %% One and half spacing for CJK contents 195 % Single spacing in literal blocks
|
| /linux/arch/arm/boot/dts/calxeda/ |
| H A D | ecx-common.dtsi | 128 reg-spacing = <4>;
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | hif_api_mib.h | 285 u8 spacing:1; member
|
| H A D | hif_tx_mib.c | 185 .spacing = 1, in wfx_hif_set_association_mode()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1582 static int spacing; in perf_sample__fprintf_callindent() 1614 if (len > spacing || (len && len < spacing - 52)) in perf_sample__fprintf_callindent() 1615 spacing = round_up(len + 4, 32); in perf_sample__fprintf_callindent() 1617 if (len < spacing) in perf_sample__fprintf_callindent() 1618 len += fprintf(fp, "%*s", spacing - len, ""); 1823 static int perf_sample__fprintf_spacing(int len, int spacing, FILE *fp) in perf_sample__fprintf_spacing() 1825 if (len > 0 && len < spacing) in perf_sample__fprintf_spacing() 1826 return fprintf(fp, "%*s", spacing - len, ""); 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/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-soc.dtsi | 280 reg-spacing = <4>;
|
| /linux/drivers/tty/vt/ |
| H A D | cp437.uni | 287 # Square bullet, non-spacing blank
|
| /linux/Documentation/scsi/ |
| H A D | st.rst | 507 using the SCSI spacing to EOD (global) 641 The MTEOM command is by default implemented as spacing over 32767 643 correct. The user can request using direct spacing to EOD by setting
|
| /linux/net/mac80211/ |
| H A D | tdls.c | 74 u16 spacing) in ieee80211_tdls_add_subband() argument 82 for (i = start; i <= end; i += spacing) { in ieee80211_tdls_add_subband()
|