Searched refs:tuple_type (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 397 int *address, int *tuple_type, in dvb_ca_en50221_read_tuple() argument 412 *tuple_type = _tuple_type; in dvb_ca_en50221_read_tuple() 435 *tuple_type = _tuple_type; in dvb_ca_en50221_read_tuple() 455 int tuple_type; in dvb_ca_en50221_parse_attributes() local 467 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 471 if (tuple_type != 0x1D) in dvb_ca_en50221_parse_attributes() 475 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 479 if (tuple_type != 0x1C) in dvb_ca_en50221_parse_attributes() 483 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 487 if (tuple_type != 0x15) in dvb_ca_en50221_parse_attributes() [all …]
|