Searched refs:num_channels (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h116 u32 num_channels,
120 u32 num_channels,
140 u32 num_channels, u32 vol_percentage /* in percentage */);
143 u32 num_channels, u32 volume /* in percentage */);
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h99 u32 num_channels,
102 u32 num_channels,
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c41 * @num_channels: size of the channel info array
46 int size_from_channelarray(struct iio_channel_info *channels, int num_channels) argument
50 while (i < num_channels) {
88 * @num_channels: the number of active channels
92 int num_channels)
96 for (k = 0; k < num_channels; k++) {
441 int num_channels; local
560 ret = enable(dev_dir_name, &infoarray, &num_channels);
601 ret = disable_q_out(dev_dir_name, &infoarray, &num_channels);
604 ret = build_channel_array(dev_dir_name, &infoarray, &num_channels);
90 process_scan(char *data, struct iio_channel_info *infoarray, int num_channels) argument
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Darec.c78 uint16_t num_channels; member in struct:wav_header
80 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
81 uint16_t block_align; /* num_channels * bps / 8 */
448 hdr.num_channels = ch;
470 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample,
474 hdr.num_channels = ch;
482 return record_file(hdr.sample_rate, hdr.num_channels, fd, count, flag, device);
H A Daplay.c74 uint16_t num_channels; member in struct:wav_header
76 uint32_t byte_rate; /* sample_rate * num_channels * bps / 8 */
77 uint16_t block_align; /* num_channels * bps / 8 */
517 hdr.num_channels = ch;
545 hdr.num_channels = ch;
556 return play_file(hdr.sample_rate, hdr.num_channels, fd, flag, device, hdr.data_sz);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dp2p.h234 uint8 num_channels; /* # of channels in the channel list */ member in struct:wifi_p2p_chanlist_entry_s
H A D802.11.h337 uint8 num_channels; member in struct:dot11_supp_channels

Completed in 194 milliseconds