Searched refs:tuple_type (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 408 int *address, int *tuple_type, in dvb_ca_en50221_read_tuple() argument 423 *tuple_type = _tuple_type; in dvb_ca_en50221_read_tuple() 446 *tuple_type = _tuple_type; in dvb_ca_en50221_read_tuple() 466 int tuple_type; in dvb_ca_en50221_parse_attributes() local 478 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 482 if (tuple_type != 0x1D) in dvb_ca_en50221_parse_attributes() 486 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 490 if (tuple_type != 0x1C) in dvb_ca_en50221_parse_attributes() 494 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type, in dvb_ca_en50221_parse_attributes() 498 if (tuple_type != 0x15) in dvb_ca_en50221_parse_attributes() [all …]
|