Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dlm49453.c493 static const DECLARE_TLV_DB_SCALE(port_tlv, -1800, 600, 0);
552 0, 3, 0, port_tlv),
554 2, 3, 0, port_tlv),
556 4, 3, 0, port_tlv),
558 6, 3, 0, port_tlv),
560 0, 3, 0, port_tlv),
562 2, 3, 0, port_tlv),
564 4, 3, 0, port_tlv),
566 6, 3, 0, port_tlv),
569 0, 3, 0, port_tlv),
[all...]
/linux/net/bridge/
H A Dbr_private_cfm.h81 bool port_tlv; /* Insert Port Status TLV */ member
H A Dbr_cfm.c236 if (tx_info->port_tlv) { in ccm_frame_build()