Searched refs:tuple_type (Results 1 – 1 of 1) sorted by relevance
/drivers/media/dvb-core/ |
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 …]
|