Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c153 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 D0006-themes-Industrial-add-info-label-in-ui.patch31 + <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 Dfmdrv_rx.c132 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()
H A Dfmdrv_v4l2.c403 seek->spacing); in fm_v4l2_vidioc_s_hw_freq_seek()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-frequency-adf43505 Stores channel Y frequency resolution/channel spacing in Hz.
9 generate proper values for multiples of channel spacing.
H A Dsysfs-tty136 Show the register shift indicating the spacing to be used
/openbmc/linux/Documentation/devicetree/bindings/ipmi/
H A Dipmi-smic.yaml37 reg-spacing:
62 reg-spacing = <4>;
/openbmc/linux/drivers/media/radio/
H A Dradio-wl1273.c48 unsigned int spacing; member
794 if (dir && f + radio->spacing <= radio->rangehigh) in wl1273_fm_set_seek()
798 else if (f - radio->spacing >= radio->rangelow) 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()
1360 } else if (spacing - 100000 < 50000) { in wl1273_fm_tx_set_spacing()
1363 radio->spacing = 100; in wl1273_fm_tx_set_spacing()
[all …]
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()
/openbmc/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.
/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/
H A Dadi,adf4350.yaml35 adi,channel-spacing:
38 Channel spacing in Hz (influences MODULUS).
185 adi,channel-spacing = <10000>;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/
H A Dbeep_1.4.12.bb3 patterns with given frequencies, durations, and spacing."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/
H A Dmd5deep_git.bb13 file://0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch \
/openbmc/qemu/scripts/coccinelle/
H A Dcpu-reset.cocci8 // --keep-comments --smpl-spacing --in-place --include-headers --dir target
/openbmc/linux/rust/macros/
H A Dpaste.rs79 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
/openbmc/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi128 reg-spacing = <4>;
/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty143 %% One and half spacing for CJK contents
200 % Single spacing in literal blocks
/openbmc/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()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1448 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 Dtlb_helper.c1138 uint32_t spacing = (env->CP0_IntCtl >> CP0IntCtl_VS) & 0x1f; in mips_cpu_do_interrupt() local
1140 if ((env->CP0_Status & (1 << CP0St_BEV)) || spacing == 0) { in mips_cpu_do_interrupt()
1163 offset = 0x200 + (vector * (spacing << 5)); in mips_cpu_do_interrupt()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch4 Subject: [PATCH] Fix literal and identifier spacing as dictated by C++11
/openbmc/linux/arch/arm64/boot/dts/amd/
H A Damd-seattle-soc.dtsi282 reg-spacing = <4>;
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py117 box = Gtk.VBox(homogeneous=True, spacing=4)

12