Searched refs:output_count (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/include/media/davinci/ |
H A D | vpif_types.h | 52 int output_count; member in struct:vpif_display_chan_config
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_midi.c | 289 unsigned int input_count = 0, output_count = 0; snd_seq_midisynth_probe() local 300 output_count = info->subdevices_count; snd_seq_midisynth_probe() 305 ports = output_count; snd_seq_midisynth_probe() 355 if (p < output_count) snd_seq_midisynth_probe() 376 if ((info->flags & SNDRV_RAWMIDI_INFO_OUTPUT) && p < output_count) snd_seq_midisynth_probe()
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | fcx.h | 32 * @output_count: Output Count 49 u32 output_count; member in struct:tcw
|
/linux-4.4.14/include/sound/ |
H A D | rawmidi.h | 155 int output_count, int input_count,
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | fcx.c | 174 tcw->output_count = count; tcw_finalize()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
H A D | mixer.h | 295 struct mxr_output_conf *output_cont, int output_count);
|
H A D | mixer_video.c | 67 struct mxr_output_conf *output_conf, int output_count) mxr_acquire_video() 92 for (i = 0; i < output_count; ++i) { mxr_acquire_video() 66 mxr_acquire_video(struct mxr_device *mdev, struct mxr_output_conf *output_conf, int output_count) mxr_acquire_video() argument
|
/linux-4.4.14/sound/core/ |
H A D | rawmidi.c | 1510 * @output_count: the number of output streams 1520 int output_count, int input_count, snd_rawmidi_new() 1562 output_count)) < 0) { snd_rawmidi_new() 1519 snd_rawmidi_new(struct snd_card *card, char *id, int device, int output_count, int input_count, struct snd_rawmidi ** rrawmidi) snd_rawmidi_new() argument
|
/linux-4.4.14/include/linux/ |
H A D | ccp.h | 465 * - operand, operand_len, operand_count, output, output_len, output_count
|
/linux-4.4.14/arch/arm/mach-davinci/ |
H A D | board-dm646x-evm.c | 535 .output_count = ARRAY_SIZE(dm6467_ch0_outputs),
|
H A D | board-da850-evm.c | 1306 .output_count = ARRAY_SIZE(da850_ch0_outputs),
|
/linux-4.4.14/drivers/media/platform/davinci/ |
H A D | vpif_display.c | 757 if (output->index >= chan_cfg->output_count) { vpif_enum_output() 855 if (i >= chan_cfg->output_count) vpif_s_output()
|
Completed in 464 milliseconds