Home
last modified time | relevance | path

Searched defs:link_type (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-utils/nhlt/
Dnhlt-dmic-info.c187 uint8_t sum = 0, ep, ep_count, link_type, dmics = 0; in nhlt_table_to_json() local
/third_party/alsa-utils/topology/nhlt/
Dnhlt.h152 uint8_t link_type; member
/third_party/lwip/src/include/lwip/
Dnetif.h373 u8_t link_type; member
/third_party/rust/rust/src/bootstrap/
Dconfig.rs1830 let link_type = t!( in llvm_link_shared() localVariable
Ddist.rs2296 let link_type = if builder.llvm_link_shared() { "dynamic" } else { "static" }; in run() localVariable