/Linux-v6.6/drivers/media/test-drivers/vivid/ |
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()
|
/Linux-v6.6/drivers/media/radio/wl128x/ |
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()
|
D | fmdrv_v4l2.c | 403 seek->spacing); in fm_v4l2_vidioc_s_hw_freq_seek()
|
/Linux-v6.6/Documentation/ABI/testing/ |
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.
|
D | sysfs-tty | 136 Show the register shift indicating the spacing to be used
|
/Linux-v6.6/drivers/media/radio/ |
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 …]
|
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()
|
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()
|
D | radio-si476x.c | 802 if (seek->spacing) { in si476x_radio_s_hw_freq_seek() 806 seek->spacing)); in si476x_radio_s_hw_freq_seek()
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
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-v6.6/rust/macros/ |
D | paste.rs | 79 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
|
/Linux-v6.6/arch/arm/boot/dts/calxeda/ |
D | ecx-common.dtsi | 128 reg-spacing = <4>;
|
/Linux-v6.6/Documentation/sphinx/ |
D | kerneldoc-preamble.sty | 143 %% One and half spacing for CJK contents 200 % Single spacing in literal blocks
|
/Linux-v6.6/drivers/net/wireless/silabs/wfx/ |
D | hif_api_mib.h | 285 u8 spacing:1; member
|
D | hif_tx_mib.c | 185 .spacing = 1, in wfx_hif_set_association_mode()
|
/Linux-v6.6/tools/perf/ |
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()
|
/Linux-v6.6/arch/arm64/boot/dts/amd/ |
D | amd-seattle-soc.dtsi | 282 reg-spacing = <4>;
|
/Linux-v6.6/Documentation/devicetree/bindings/ |
D | xilinx.txt | 147 different register spacing and an offset from the base address.
|
/Linux-v6.6/drivers/tty/vt/ |
D | cp437.uni | 287 # Square bullet, non-spacing blank
|
/Linux-v6.6/drivers/atm/ |
D | iphase.c | 466 u32 spacing; in ia_cbr_setup() local 502 spacing = dev->CbrTotEntries / entries; in ia_cbr_setup() 507 IF_CBR(printk("Vci=0x%x,Spacing=0x%x,Sp_mod=0x%x\n",vcIndex,spacing,sp_mod);) in ia_cbr_setup() 519 idealSlot += (u32)(spacing + fracSlot); // Point to the next location in ia_cbr_setup()
|
/Linux-v6.6/Documentation/scsi/ |
D | st.rst | 502 using the SCSI spacing to EOD (global) 636 The MTEOM command is by default implemented as spacing over 32767 638 correct. The user can request using direct spacing to EOD by setting
|
/Linux-v6.6/net/mac80211/ |
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()
|
/Linux-v6.6/include/uapi/linux/ |
D | videodev2.h | 2071 __u32 spacing; member
|
/Linux-v6.6/scripts/ |
D | checkpatch.pl | 5566 my $spacing = $1; 5575 } elsif ($spacing !~ /\s+/) {
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 423 p->tuner, p->type, p->seek_upward, p->wrap_around, p->spacing, in v4l_print_hw_freq_seek()
|