| /linux/drivers/media/test-drivers/vivid/ |
| 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()
|
| /linux/drivers/media/radio/wl128x/ |
| 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()
|
| A D | fmdrv_v4l2.c | 403 seek->spacing); in fm_v4l2_vidioc_s_hw_freq_seek()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| A D | idpf_dev.c | 95 u32 spacing; in idpf_intr_reg_init() local 105 spacing = IDPF_ITR_IDX_SPACING(reg_vals[vec_id].itrn_index_spacing, in idpf_intr_reg_init() 109 spacing); in idpf_intr_reg_init() 112 spacing); in idpf_intr_reg_init()
|
| A D | idpf_vf_dev.c | 95 u32 spacing; in idpf_vf_intr_reg_init() local 105 spacing = IDPF_ITR_IDX_SPACING(reg_vals[vec_id].itrn_index_spacing, in idpf_vf_intr_reg_init() 109 spacing); in idpf_vf_intr_reg_init() 112 spacing); in idpf_vf_intr_reg_init()
|
| A D | idpf_txrx.h | 475 #define IDPF_ITR_IDX_SPACING(spacing, dflt) (spacing ? spacing : dflt) argument
|
| /linux/Documentation/ABI/testing/ |
| 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.
|
| A D | sysfs-tty | 139 Show the register shift indicating the spacing to be used
|
| /linux/Documentation/devicetree/bindings/ipmi/ |
| A D | ipmi-smic.yaml | 37 reg-spacing: 62 reg-spacing = <4>;
|
| /linux/drivers/media/radio/ |
| A D | radio-wl1273.c | 48 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 …]
|
| 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()
|
| 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()
|
| A D | radio-si476x.c | 800 if (seek->spacing) { in si476x_radio_s_hw_freq_seek() 804 seek->spacing)); in si476x_radio_s_hw_freq_seek()
|
| /linux/Documentation/devicetree/bindings/iio/frequency/ |
| A D | adi,adf4350.yaml | 41 adi,channel-spacing: 44 Channel spacing in Hz (influences MODULUS). 191 adi,channel-spacing = <10000>;
|
| /linux/Documentation/userspace-api/media/v4l/ |
| 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/md/dm-vdo/indexer/ |
| A D | delta-index.c | 219 u64 spacing; in uds_reset_delta_index() local 237 spacing = list_bits / zone->list_count; in uds_reset_delta_index() 238 offset = spacing / 2; in uds_reset_delta_index() 241 offset += spacing; in uds_reset_delta_index() 783 size_t spacing; in compute_new_list_offsets() local 788 spacing = (delta_zone->size - used_space) / delta_zone->list_count; in compute_new_list_offsets() 793 get_delta_list_byte_size(&delta_lists[i]) + spacing); in compute_new_list_offsets() 797 delta_zone->new_offsets[i + 1] -= spacing / 2; in compute_new_list_offsets()
|
| /linux/rust/macros/ |
| A D | paste.rs | 87 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
|
| /linux/arch/arm/boot/dts/calxeda/ |
| A D | ecx-common.dtsi | 128 reg-spacing = <4>;
|
| /linux/Documentation/sphinx/ |
| A D | kerneldoc-preamble.sty | 138 %% One and half spacing for CJK contents 195 % Single spacing in literal blocks
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| A D | hif_api_mib.h | 285 u8 spacing:1; member
|
| A D | hif_tx_mib.c | 185 .spacing = 1, in wfx_hif_set_association_mode()
|
| /linux/tools/perf/ |
| A D | builtin-script.c | 1551 static int spacing; in perf_sample__fprintf_callindent() local 1583 if (len > spacing || (len && len < spacing - 52)) in perf_sample__fprintf_callindent() 1584 spacing = round_up(len + 4, 32); in perf_sample__fprintf_callindent() 1586 if (len < spacing) in perf_sample__fprintf_callindent() 1587 len += fprintf(fp, "%*s", spacing - len, ""); in perf_sample__fprintf_callindent() 1880 static int perf_sample__fprintf_spacing(int len, int spacing, FILE *fp) in perf_sample__fprintf_spacing() argument 1882 if (len > 0 && len < spacing) in perf_sample__fprintf_spacing() 1883 return fprintf(fp, "%*s", spacing - len, ""); in perf_sample__fprintf_spacing()
|
| /linux/arch/arm64/boot/dts/amd/ |
| A D | amd-seattle-soc.dtsi | 282 reg-spacing = <4>;
|
| /linux/drivers/tty/vt/ |
| A D | cp437.uni | 287 # Square bullet, non-spacing blank
|
| /linux/Documentation/devicetree/bindings/ |
| A D | xilinx.txt | 147 different register spacing and an offset from the base address.
|