Searched refs:tuple_type (Results 1 – 2 of 2) sorted by relevance
/openbmc/telemetry/src/utils/ |
H A D | labeled_tuple.hpp | 148 using tuple_type = std::tuple<Args...>; typedef 154 explicit LabeledTuple(tuple_type v) : value(std::move(v)) {} in LabeledTuple() 167 const tuple_type& to_tuple() const in to_tuple() 235 using T = std::tuple_element_t<Idx, tuple_type>; in to_json_item() 257 using T = std::tuple_element_t<Idx, tuple_type>; in from_json_item() 286 tuple_type value;
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 403 int *address, int *tuple_type, in dvb_ca_en50221_read_tuple() argument 418 *tuple_type = _tuple_type; in dvb_ca_en50221_read_tuple() 441 *tuple_type = _tuple_type; in dvb_ca_en50221_read_tuple() 461 int tuple_type; in dvb_ca_en50221_parse_attributes() local 473 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 477 if (tuple_type != 0x1D) in dvb_ca_en50221_parse_attributes() 481 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 485 if (tuple_type != 0x1C) in dvb_ca_en50221_parse_attributes() 489 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 493 if (tuple_type != 0x15) in dvb_ca_en50221_parse_attributes() [all …]
|