Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/iio/light/
H A Dhid-sensor-prox.c22 #define MAX_CHANNELS ARRAY_SIZE(prox_usage_ids) macro
33 struct hid_sensor_hub_attribute_info prox_attr[MAX_CHANNELS];
34 struct iio_chan_spec channels[MAX_CHANNELS];
35 u32 channel2usage[MAX_CHANNELS];
36 u32 human_presence[MAX_CHANNELS];
37 int scale_pre_decml[MAX_CHANNELS];
38 int scale_post_decml[MAX_CHANNELS];
39 int scale_precision[MAX_CHANNELS];
224 for (i = 0; i < MAX_CHANNELS; i++) { in prox_parse_report()
/linux/sound/usb/
H A Dmixer.h49 #define MAX_CHANNELS 64 /* max logical channels */
96 int cache_val[MAX_CHANNELS];
47 #define MAX_CHANNELS global() macro
H A Dmixer.c1341 for (i = 0; i < MAX_CHANNELS; i++) in get_min_max_with_quirks()
1442 for (i = 0; i < MAX_CHANNELS; i++) { in get_min_max_with_quirks()
1520 for (c = 0; c < MAX_CHANNELS; c++) { in mixer_ctl_feature_info()
1553 for (c = 0; c < MAX_CHANNELS; c++) { in mixer_ctl_feature_get()
1877 for (i = 0; i < MAX_CHANNELS; i++) in __build_feature_ctl()
2185 if (channels > MAX_CHANNELS) { in parse_audio_feature_unit()
3620 if (channel >= MAX_CHANNELS) { in snd_usb_mixer_proc_read()
3887 for (c = 0; c < MAX_CHANNELS; c++) { in snd_usb_mixer_activate()
H A Dmixer_scarlett.c705 unsigned char buf[2 * MAX_CHANNELS] = {0, }; in scarlett_ctl_meter_get()
/linux/drivers/hwmon/
H A Dlm90.c118 #define MAX_CHANNELS 3 macro
732 u32 channel_config[MAX_CHANNELS + 1];
733 const char *channel_label[MAX_CHANNELS];
1483 static const u8 lm90_temp_index[MAX_CHANNELS] = {
1487 static const u8 lm90_temp_min_index[MAX_CHANNELS] = {
1491 static const u8 lm90_temp_max_index[MAX_CHANNELS] = {
1495 static const u8 lm90_temp_crit_index[MAX_CHANNELS] = {
1499 static const u8 lm90_temp_emerg_index[MAX_CHANNELS] = {
1503 static const s8 lm90_temp_offset_index[MAX_CHANNELS] = {
1507 static const u16 lm90_min_alarm_bits[MAX_CHANNELS] = { BIT(5), BIT(3), BIT(11) };
[all …]
/linux/drivers/scsi/
H A Da100u2w.h73 #define MAX_CHANNELS 2 macro
242 u32 allocation_map[MAX_CHANNELS][8]; /* Max STB is 256, So 256/32 */
H A Dmegaraid.c4359 for (i = NVIRT_CHAN; i < MAX_CHANNELS+NVIRT_CHAN; i++) in megaraid_probe_one()
/linux/drivers/gpu/drm/radeon/
H A Ddce3_1_afmt.c98 value = MAX_CHANNELS(sad->channels) | in dce3_2_afmt_write_sad_regs()
H A Ddce6_afmt.c240 value = MAX_CHANNELS(sad->channels) | in dce6_afmt_write_sad_regs()
H A Devergreen_hdmi.c188 value = MAX_CHANNELS(sad->channels) | in evergreen_hdmi_write_sad_regs()
H A Drv770d.h886 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
H A Devergreend.h749 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
H A Dr600d.h1006 # define MAX_CHANNELS(x) (((x) & 0x7) << 0) macro
/linux/drivers/most/
H A Dcore.c25 #define MAX_CHANNELS 64 macro
70 struct most_channel *channel[MAX_CHANNELS];
1291 (iface->num_channels > MAX_CHANNELS)) { in most_register_interface()
/linux/drivers/usb/host/
H A Docteon-hcd.c221 #define MAX_CHANNELS 8 macro
343 } entry[MAX_CHANNELS + 1];
372 struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];
1221 if (fifo->tail > MAX_CHANNELS) in cvmx_usb_fill_tx_hw()
1334 if (fifo->head > MAX_CHANNELS) in cvmx_usb_fill_tx_fifo()
/linux/drivers/net/wan/
H A Dixp4xx_hss.c56 #define MAX_CHANNELS (FRAME_SIZE / 8) macro
384 for (ch = 0; ch < MAX_CHANNELS; ch++) { in hss_config_set_lut()