Home
last modified time | relevance | path

Searched refs:channels (Results 676 – 700 of 2698) sorted by relevance

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

/openbmc/linux/sound/usb/
H A Dpcm.c92 unsigned int rate, unsigned int channels, bool strict_match, in find_format() argument
103 if (fp->channels != channels) in find_format()
745 if (fp->channels < ct->min || fp->channels > ct->max) { in hw_check_valid_format()
746 hwc_debug(" > check: no valid channels %d (%d/%d)\n", fp->channels, ct->min, ct->max); in hw_check_valid_format()
894 rmin = min(rmin, fp->channels); in hw_rule_channels()
895 rmax = max(rmax, fp->channels); in hw_rule_channels()
1104 if (runtime->hw.channels_min > fp->channels) in setup_hw_info()
1105 runtime->hw.channels_min = fp->channels; in setup_hw_info()
1106 if (runtime->hw.channels_max < fp->channels) in setup_hw_info()
1107 runtime->hw.channels_max = fp->channels; in setup_hw_info()
[all …]
/openbmc/linux/sound/drivers/
H A Daloop.c122 unsigned int channels; member
338 runtime->channels != cruntime->channels; in loopback_check_format()
361 if (setup->channels != runtime->channels) { in loopback_check_format()
364 setup->channels = runtime->channels; in loopback_check_format()
443 cable->hw.channels_min = runtime->channels; in params_change()
444 cable->hw.channels_max = runtime->channels; in params_change()
468 runtime->channels) / 8; in loopback_prepare()
479 runtime->buffer_size * runtime->channels); in loopback_prepare()
516 runtime->channels); in clear_capture_buf()
1493 [kcontrol->id.device].channels; in loopback_channels_get()
[all …]
/openbmc/linux/drivers/dma/sh/
H A Drz-dmac.c100 struct rz_dmac_chan *channels; member
863 dmac->channels = devm_kcalloc(&pdev->dev, dmac->n_channels, in rz_dmac_probe()
864 sizeof(*dmac->channels), GFP_KERNEL); in rz_dmac_probe()
865 if (!dmac->channels) in rz_dmac_probe()
891 INIT_LIST_HEAD(&dmac->engine.channels); in rz_dmac_probe()
910 ret = rz_dmac_chan_probe(dmac, &dmac->channels[i], i); in rz_dmac_probe()
955 struct rz_dmac_chan *channel = &dmac->channels[i]; in rz_dmac_probe()
980 struct rz_dmac_chan *channel = &dmac->channels[i]; in rz_dmac_remove()
/openbmc/linux/drivers/iio/accel/
H A Dfxls8962af-core.c154 const struct iio_chan_spec *channels; member
163 __le16 channels[3]; member
757 .channels = fxls8962af_channels,
763 .channels = fxls8962af_channels,
971 memcpy(&data->scan.channels[j++], &buffer[i * 3 + bit], in fxls8962af_fifo_flush()
972 sizeof(data->scan.channels[0])); in fxls8962af_fifo_flush()
1186 indio_dev->channels = data->chip_info->channels; in fxls8962af_core_probe()
/openbmc/linux/drivers/iio/dac/
H A Dad5624r.h39 const struct iio_chan_spec *channels; member
/openbmc/qemu/hw/dma/
H A Di8257.c68 static const int channels[8] = {-1, 2, 3, 1, -1, -1, -1, 0}; variable
75 ichan = channels[nport & 7]; in i8257_write_page()
88 ichan = channels[nport & 7]; in i8257_write_pageh()
101 ichan = channels[nport & 7]; in i8257_read_page()
114 ichan = channels[nport & 7]; in i8257_read_pageh()
/openbmc/linux/Documentation/networking/
H A Dregulatory.rst101 do not need a callback as the channels registered by them are
103 channels cannot be enabled.
171 /* IEEE 802.11b/g, channels 1..14 */
173 /* IEEE 802.11a, channels 34..48 */
176 /* IEEE 802.11a, channels 52..64 */
H A Dppp_generic.rst26 the services of PPP ``channels``. A PPP channel encapsulates a
47 channels.
66 The generic PPP layer provides seven functions to channels:
143 On the input side, channels should ideally provide at least 2 bytes of
182 and the number of channels which are potentially able to accept a
188 bandwidth channels. It also means that under light load, the generic
189 layer will tend to fragment large packets across all the channels,
201 requires that the channels adhere to certain requirements and in turn
202 provides certain guarantees to the channels. Essentially the channels
234 The generic layer provides these guarantees to the channels:
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-prtvt7.dts58 io-channels = <&vdiv_vaccu>;
290 io-channels = <&adc_ts 1>, <&adc_ts 3>, <&adc_ts 4>,
301 io-channels = <&adc_ts 0>;
310 io-channels = <&adc_ts 7>;
318 io-channels = <&adc_ts 2>;
/openbmc/linux/drivers/dma/
H A Dmilbeaut-hdmac.c80 struct milbeaut_hdmac_chan channels[]; member
429 struct milbeaut_hdmac_chan *mc = &mdev->channels[chan_id]; in milbeaut_hdmac_chan_init()
470 mdev = devm_kzalloc(dev, struct_size(mdev, channels, nr_chans), in milbeaut_hdmac_probe()
505 INIT_LIST_HEAD(&ddev->channels); in milbeaut_hdmac_probe()
547 list_for_each_entry(chan, &mdev->ddev.channels, device_node) { in milbeaut_hdmac_remove()
/openbmc/linux/Documentation/hwmon/
H A Dda9052.rst56 The voltages on ADC channels 4, 5 and 6 are calculated as:
64 are monitored by the ADC channels.
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dhisilicon,hi6220-mailbox.txt4 Hisilicon Hi6220 mailbox supports up to 32 channels. Each channel
63 - mbox-names: Name given to channels seen in the 'mboxes' property.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7575.patch43 stereo = (MS_ADPCM_state.wavefmt.channels == 2);
63 MS_ADPCM_state.wavefmt.channels;
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.h109 uint32_t channels,
116 uint32_t rate, uint32_t channels,
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A DKconfig68 bool "Enables testing channels on ath5k"
71 This enables non-standard IEEE 802.11 channels on ath5k, which
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Drenesas,rzg2l-adc.yaml14 with a 12-bit accuracy. Up to eight analog input channels can be selected.
75 Represents the external channels which are connected to the ADC.
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-rpm-edge.yaml68 - qcom,glink-channels
95 qcom,glink-channels = "rpm_requests";
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h129 if (priv->channels.params.xdp_prog) in mlx5e_xdp_tx_enable()
135 if (priv->channels.params.xdp_prog) in mlx5e_xdp_tx_disable()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-arm-stardragon4800-rep2.dts22 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>,
28 io-channels = <&adc 7>;
/openbmc/linux/drivers/dma/ioat/
H A Dsysfs.c80 list_for_each_entry(c, &dma->channels, device_node) { in ioat_kobject_add()
101 list_for_each_entry(c, &dma->channels, device_node) { in ioat_kobject_del()
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2g-netcp.dtsi82 <0x4011000 0x2a0>, /* 21 Tx channels */
83 <0x4012000 0x400>, /* 32 Rx channels */
/openbmc/linux/drivers/iio/adc/
H A Dlpc32xx_adc.c191 iodev->channels = lpc32xx_adc_iio_channels; in lpc32xx_adc_probe()
195 iodev->channels = lpc32xx_adc_iio_scale_channels; in lpc32xx_adc_probe()
/openbmc/linux/drivers/leds/rgb/
H A DKconfig35 channels and typically a shared pattern lookup table and a current
37 a LED, grouped to represent a RGB LED or exposed as PWM channels.
/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/
H A Dnvidia,tegra210-nvenc.yaml12 programmed through Host1x channels.
64 when programming the engine through Host1x channels or when
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/
H A Drpi-gpio_0.7.1.bb1 DESCRIPTION = "A module to control Raspberry Pi GPIO channels"

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