Searched refs:port_tlv (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/sound/soc/codecs/ |
A D | lm49453.c | 493 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-6.3-rc2/net/bridge/ |
A D | br_private_cfm.h | 81 bool port_tlv; /* Insert Port Status TLV */ member
|
A D | br_cfm_netlink.c | 373 tx_info.port_tlv = nla_get_u32(tb[IFLA_BRIDGE_CFM_CC_CCM_TX_PORT_TLV]); in br_cc_ccm_tx_parse() 578 mep->cc_ccm_tx_info.port_tlv)) in br_cfm_config_fill_info()
|
A D | br_cfm.c | 236 if (tx_info->port_tlv) { in ccm_frame_build()
|
Completed in 9 milliseconds