Home
last modified time | relevance | path

Searched refs:build_type (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/ktest/
H A Dktest.pl100 my $build_type;
290 "BUILD_TYPE" => \$build_type,
1820 my $type = $build_type;
4146 if ($build_type eq "nobuild") {
4150 build $build_type or dodie "Failed to build";
4540 my $run_type = $build_type;
4631 if ($build_type ne "nobuild") {
4632 build $build_type or next;
/linux/drivers/bluetooth/
H A Dbtintel.h80 u8 build_type; member
H A Dbtintel_pcie.c2131 data->dmp_hdr.fw_build_type = ver_tlv.build_type; in btintel_pcie_setup_internal()