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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c37 } input_type = input_adb_none; variable in typeref:enum:__anon10066
44 if (input_type == input_adb_pmu)
48 if (input_type == input_adb_cuda)
120 if (udbg_adb_use_btext && input_type != input_adb_none)
207 input_type = input_adb_pmu;
211 input_type = input_adb_cuda;
215 if (input_type == input_adb_none)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndcpcm.cpp51 #define DEFINE_CONV(name, input_type, output_type, convert) \
54 register input_type src; \
55 register const input_type *t_buf_in = (input_type *)buf_in; \
61 len -= sizeof(input_type); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_flac.sh1026 input_type=$1
1033 if [ $input_type = "raw" ] ; then
1037 if [ $input_type = "aiff" ] ; then
1053 if [ $input_type = flac ] || [ $input_type = ogg ] ; then
1060 cp file$n.$input_type file${n}x.$input_type
1062 run_flac --force $encode_options $extra_encode_options file0x.$input_type file1x.$input_type file2x.$input_type || di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7127.c259 enum saa7127_input_type input_type; member in struct:saa7127_state
591 state->input_type = input;
612 if (state->input_type != input)
705 v4l2_info(sd, "Input: %s\n", state->input_type ? "color bars" : "normal");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/au0828/
H A Dau0828.h222 int input_type; member in struct:au0828_dev
H A Dau0828-video.c1334 dev->input_type = AU0828_VMUX_SVIDEO;
1337 dev->input_type = AU0828_VMUX_COMPOSITE;
1340 dev->input_type = AU0828_VMUX_TELEVISION;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c117 enum input_type { enum
133 enum input_type type;

Completed in 91 milliseconds