Home
last modified time | relevance | path

Searched refs:channels (Results 551 – 575 of 2698) sorted by relevance

1...<<21222324252627282930>>...108

/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2688.yaml33 range of all channels. If not provided the internal reference is used and
91 only makes sense for toggle or dither enabled channels. If
93 assumed to be a dither capable channel. Note that multiple channels
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dfsl,mu.yaml75 This MU support 5 type of unidirectional channels, each type
76 has 4 channels except RST channel which only has 1 channel.
77 A total of 17 channels. Following types are
/openbmc/linux/sound/soc/intel/boards/
H A Dcht_bsw_nau8824.c133 struct snd_interval *channels = hw_param_interval(params, in cht_codec_fixup() local
141 channels->min = channels->max = 2; in cht_codec_fixup()
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-tegra210.c184 bpmp->soc->channels.cpu_tx.offset); in tegra210_bpmp_init()
189 bpmp->soc->channels.cpu_rx.offset); in tegra210_bpmp_init()
194 unsigned int index = bpmp->soc->channels.thread.offset + i; in tegra210_bpmp_init()
/openbmc/linux/Documentation/sound/designs/
H A Dcontrol-names.rst33 <nothing> channel independent, or applies to all channels
34 Front front left/right channels
36 CLFE C/LFE channels
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go3.dts26 io-channels = <&saradc 1>;
31 channels = "0", "1", "2", "3";
36 io-channels = <&joystick_mux 0>,
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_core.c177 channel = ep->channels[msg_channel]; in xillybus_isr()
219 !ep->channels[msg_channel]->wr_supports_nonempty) { in xillybus_isr()
224 channel = ep->channels[msg_channel]; in xillybus_isr()
246 !ep->channels[msg_channel]->num_wr_buffers) { in xillybus_isr()
250 channel = ep->channels[msg_channel]; in xillybus_isr()
461 ep->channels = devm_kcalloc(dev, ep->num_channels + 1, in xilly_setupchannels()
464 if (!ep->channels) in xilly_setupchannels()
467 ep->channels[0] = NULL; /* Channel 0 is message buf. */ in xilly_setupchannels()
504 ep->channels[i] = channel++; in xilly_setupchannels()
528 channel = ep->channels[channelnum]; /* NULL for msg channel */ in xilly_setupchannels()
[all …]
/openbmc/linux/Documentation/virt/hyperv/
H A Dvmbus.rst10 channels for communicating between the device driver in the guest VM
52 VMbus channels
54 An instance of a synthetic device uses VMbus channels to communicate
58 channels to achieve higher performance and greater parallelism.
196 relatively few interrupts. Their VMbus channels are all
200 2. "High speed" devices that may use multiple VMbus channels for
203 channels interrupts are assigned to CPUs that are spread out
205 multiple channels can be processed in parallel.
230 interrupts on this CPU. If multiple channels have pending
288 include creating additional VMbus channels, which are somewhat
[all …]
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-video.c89 const struct sram_channel *channel = dev->channels[chan_num].sram_channels; in cx25821_video_irq()
108 &dev->channels[channel->i].dma_vidq; in cx25821_video_irq()
243 struct cx25821_dmaqueue *q = &dev->channels[chan->id].dma_vidq; in cx25821_buffer_queue()
265 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq; in cx25821_start_streaming()
278 struct cx25821_dmaqueue *dmaq = &dev->channels[chan->id].dma_vidq; in cx25821_stop_streaming()
661 if (video_is_registered(&dev->channels[chan_num].vdev)) { in cx25821_video_unregister()
662 video_unregister_device(&dev->channels[chan_num].vdev); in cx25821_video_unregister()
663 v4l2_ctrl_handler_free(&dev->channels[chan_num].hdl); in cx25821_video_unregister()
678 struct cx25821_channel *chan = &dev->channels[i]; in cx25821_video_register()
/openbmc/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366-da7219-max98357.c217 struct snd_interval *channels = hw_param_interval(params, in mt8186_hw_params_fixup() local
223 channels->min = 2; in mt8186_hw_params_fixup()
224 channels->max = 2; in mt8186_hw_params_fixup()
270 static const unsigned int channels[] = { in mt8186_mt6366_da7219_max98357_playback_startup() local
279 .count = ARRAY_SIZE(channels), in mt8186_mt6366_da7219_max98357_playback_startup()
280 .list = channels, in mt8186_mt6366_da7219_max98357_playback_startup()
316 static const unsigned int channels[] = { in mt8186_mt6366_da7219_max98357_capture_startup() local
325 .count = ARRAY_SIZE(channels), in mt8186_mt6366_da7219_max98357_capture_startup()
326 .list = channels, in mt8186_mt6366_da7219_max98357_capture_startup()
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c113 u8 channels; member
839 if (i == pl08x->vd->channels) { in pl08x_get_phy_channel()
2367 INIT_LIST_HEAD(&dmadev->channels); in pl08x_dma_init_virtual_channels()
2374 for (i = 0; i < channels; i++) { in pl08x_dma_init_virtual_channels()
2746 vd->channels = (val >> 12) & 0x0f; in pl08x_probe()
2865 for (i = 0; i < vd->channels; i++) { in pl08x_probe()
2912 pl08x->vd->channels, false); in pl08x_probe()
2984 .channels = 8,
2992 .channels = 8,
3001 .channels = 8,
[all …]
/openbmc/linux/sound/isa/sb/
H A Dsb8_main.c97 unsigned char stereo = runtime->channels > 1; in snd_sb8_playback_prepare()
112 if (runtime->channels > 1) { in snd_sb8_playback_prepare()
213 if (runtime->channels > 1) { in snd_sb8_playback_trigger()
235 unsigned char stereo = runtime->channels > 1; in snd_sb8_capture_prepare()
250 if (runtime->channels > 1) { in snd_sb8_capture_prepare()
338 if (runtime->channels > 1) { in snd_sb8_capture_trigger()
/openbmc/linux/drivers/iio/dac/
H A Dad5766.c71 const struct iio_chan_spec *channels; member
253 *val2 = st->chip_info->channels[0].scan_type.realbits; in ad5766_read_raw()
488 .channels = ad5766_channels,
492 .channels = ad5767_channels,
621 indio_dev->channels = st->chip_info->channels; in ad5766_probe()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadc.yaml13 A few properties are defined in a common way ADC channels.
32 diff-channels:
H A Dqcom,spmi-vadc.yaml61 Represents the external channels which are connected to the ADC.
62 For compatible property "qcom,spmi-vadc" following channels, also known as
63 reference point channels, are used for result calibration and their channel
115 calibrated with 0.625V and 1.25V reference channels, also
121 reference channels, also known as absolute calibration.
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dtwl4030-charger.yaml40 io-channels:
65 io-channels = <&twl_madc 11>;
/openbmc/linux/drivers/iio/chemical/
H A Dsgp30.c117 const struct iio_chan_spec *channels; member
185 .channels = sgp30_channels,
189 .channels = sgpc3_channels,
538 indio_dev->channels = sgp_devices[product_id].channels; in sgp_probe()
/openbmc/linux/sound/firewire/fireface/
H A Dff-pcm.c75 unsigned int rate, channels; in limit_channels_and_rates() local
91 channels = pcm_channels[mode]; in limit_channels_and_rates()
94 hw->channels_min = min(hw->channels_min, channels); in limit_channels_and_rates()
95 hw->channels_max = max(hw->channels_max, channels); in limit_channels_and_rates()
/openbmc/linux/net/ieee802154/
H A Dtrace.h305 __field(u32, channels)
311 __entry->channels = request->channels;
315 WPAN_PHY_PR_ARG, __entry->page, __entry->channels, __entry->duration)
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dnvidia,tegra186-mc.yaml15 into four 32 bit channels to support LPDDR4 with x16 subpartitions. The MC
150 description: 5 memory controller channels and 1 for stream-id registers
169 description: 17 memory controller channels and 1 for stream-id registers
200 description: 17 memory controller channels and 1 for stream-id registers
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dstericsson,dma40.yaml148 memcpy-channels:
150 description: Array of u32 elements indicating which channels on the DMA
160 - memcpy-channels
176 memcpy-channels = <56 57 58 59 60>;
/openbmc/linux/sound/soc/ti/
H A Domap-dmic.c192 int channels; in omap_dmic_dai_hw_params() local
202 channels = params_channels(params); in omap_dmic_dai_hw_params()
203 switch (channels) { in omap_dmic_dai_hw_params()
220 dma_data->maxburst = dmic->threshold * channels; in omap_dmic_dai_hw_params()
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-tse850-3.dts64 io-channels = <&dpot 0>;
71 io-channels = <&dac 0>;
92 io-channels = <&env_det 0>;
97 channels = "", "",
/openbmc/linux/drivers/iio/pressure/
H A Dms5611_core.c215 s32 channels[2]; in ms5611_trigger_handler() member
221 ret = ms5611_read_temp_and_pressure(indio_dev, &scan.channels[1], in ms5611_trigger_handler()
222 &scan.channels[0]); in ms5611_trigger_handler()
428 indio_dev->channels = ms5611_channels; in ms5611_probe()
/openbmc/linux/Documentation/hwmon/
H A Damc6821.rst59 temperature channels.
61 channels.
63 temperature channels.

1...<<21222324252627282930>>...108