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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c38 } input_type = input_adb_none; variable in typeref:enum:__anon3651
45 if (input_type == input_adb_pmu)
49 if (input_type == input_adb_cuda)
121 if (udbg_adb_use_btext && input_type != input_adb_none)
208 input_type = input_adb_pmu;
212 input_type = input_adb_cuda;
216 if (input_type == input_adb_none)
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7127.c239 enum saa7127_input_type input_type; member in struct:saa7127_state
540 state->input_type = input;
564 route->input = state->input_type;
572 if (state->input_type != route->input) {
608 v4l_info(client, "Input: %s\n", state->input_type ? "color bars" : "normal");

Completed in 55 milliseconds