/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-radio-rx.c | 153 unsigned spacing; in vivid_radio_rx_s_hw_freq_seek() local 192 spacing = band == BAND_AM ? 1600 : 16000; in vivid_radio_rx_s_hw_freq_seek() 196 freq = spacing * (freq / spacing) + spacing; in vivid_radio_rx_s_hw_freq_seek() 200 freq = spacing * (low / spacing) + spacing; in vivid_radio_rx_s_hw_freq_seek() 205 freq = spacing * ((freq + spacing - 1) / spacing) - spacing; in vivid_radio_rx_s_hw_freq_seek() 209 freq = spacing * ((high + spacing - 1) / spacing) - spacing; in vivid_radio_rx_s_hw_freq_seek()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 31 + <property name="spacing">12</property> 35 <property name="spacing">12</property> 45 + <property name="spacing">12</property> 76 + <property name="spacing">12</property> 80 <property name="spacing">12</property> 90 + <property name="spacing">12</property>
|
/openbmc/linux/drivers/media/radio/wl128x/ |
H A D | fmdrv_rx.c | 132 static int fm_rx_set_channel_spacing(struct fmdev *fmdev, u32 spacing) in fm_rx_set_channel_spacing() argument 137 if (spacing > 0 && spacing <= 50000) in fm_rx_set_channel_spacing() 138 spacing = FM_CHANNEL_SPACING_50KHZ; in fm_rx_set_channel_spacing() 139 else if (spacing > 50000 && spacing <= 100000) in fm_rx_set_channel_spacing() 140 spacing = FM_CHANNEL_SPACING_100KHZ; in fm_rx_set_channel_spacing() 142 spacing = FM_CHANNEL_SPACING_200KHZ; in fm_rx_set_channel_spacing() 145 payload = spacing; in fm_rx_set_channel_spacing() 151 fmdev->rx.region.chanl_space = spacing * FM_FREQ_MUL; in fm_rx_set_channel_spacing() 157 u32 wrap_around, u32 spacing) in fm_rx_seek() argument 167 ret = fm_rx_set_channel_spacing(fmdev, spacing); in fm_rx_seek()
|
/openbmc/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 | 136 Show the register shift indicating the spacing to be used
|
/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/ |
H A D | intermittent-testfailure.patch | 4 crosses a number boundary, the heading spacing can change: 10 the spacing doesn't matter. Therefore strip any duplicate spaces using tr.
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-wl1273.c | 48 unsigned int spacing; member 794 if (dir && f + radio->spacing <= radio->rangehigh) in wl1273_fm_set_seek() 795 r = wl1273_fm_set_rx_freq(radio, f + radio->spacing); in wl1273_fm_set_seek() 798 else if (f - radio->spacing >= radio->rangelow) in wl1273_fm_set_seek() 799 r = wl1273_fm_set_rx_freq(radio, f - radio->spacing); in wl1273_fm_set_seek() 1347 unsigned int spacing) in wl1273_fm_tx_set_spacing() argument 1352 if (spacing == 0) { in wl1273_fm_tx_set_spacing() 1355 radio->spacing = 100; in wl1273_fm_tx_set_spacing() 1356 } else if (spacing - 50000 < 25000) { in wl1273_fm_tx_set_spacing() 1359 radio->spacing = 50; in wl1273_fm_tx_set_spacing() [all …]
|
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()
|
/openbmc/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.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/ |
H A D | beep_1.4.12.bb | 3 patterns with given frequencies, durations, and spacing."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/ |
H A D | md5deep_git.bb | 13 file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | device-reset.cocci | 9 // --keep-comments --smpl-spacing --in-place --include-headers --dir hw
|
H A D | cpu-reset.cocci | 8 // --keep-comments --smpl-spacing --in-place --include-headers --dir target
|
H A D | reset-type.cocci | 11 // --keep-comments --smpl-spacing --in-place --include-headers \
|
/openbmc/linux/rust/macros/ |
H A D | paste.rs | 79 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kerneldoc-preamble.sty | 143 %% One and half spacing for CJK contents 200 % Single spacing in literal blocks
|
/openbmc/linux/arch/arm/boot/dts/calxeda/ |
H A D | ecx-common.dtsi | 128 reg-spacing = <4>;
|
/openbmc/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()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 1448 static int spacing; in perf_sample__fprintf_callindent() local 1480 if (len > spacing || (len && len < spacing - 52)) in perf_sample__fprintf_callindent() 1481 spacing = round_up(len + 4, 32); in perf_sample__fprintf_callindent() 1483 if (len < spacing) in perf_sample__fprintf_callindent() 1484 len += fprintf(fp, "%*s", spacing - len, ""); in perf_sample__fprintf_callindent() 1774 static int perf_sample__fprintf_spacing(int len, int spacing, FILE *fp) in perf_sample__fprintf_spacing() argument 1776 if (len > 0 && len < spacing) in perf_sample__fprintf_spacing() 1777 return fprintf(fp, "%*s", spacing - len, ""); in perf_sample__fprintf_spacing()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 1133 uint32_t spacing = (env->CP0_IntCtl >> CP0IntCtl_VS) & 0x1f; in mips_cpu_do_interrupt() local 1135 if ((env->CP0_Status & (1 << CP0St_BEV)) || spacing == 0) { in mips_cpu_do_interrupt() 1158 offset = 0x200 + (vector * (spacing << 5)); in mips_cpu_do_interrupt()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/ |
H A D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 4 Subject: [PATCH] Fix literal and identifier spacing as dictated by C++11
|
/openbmc/linux/arch/arm64/boot/dts/amd/ |
H A D | amd-seattle-soc.dtsi | 282 reg-spacing = <4>;
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp.py | 117 box = Gtk.VBox(homogeneous=True, spacing=4)
|