Searched refs:tuple_type (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c396 * @tuple_type: Tuple id byte. Updated.
403 int *address, int *tuple_type,
418 *tuple_type = _tuple_type;
441 *tuple_type = _tuple_type;
461 int tuple_type; local
473 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type,
477 if (tuple_type != 0x1D)
481 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type,
485 if (tuple_type != 0x1C)
489 status = dvb_ca_en50221_read_tuple(ca, slot, &address, &tuple_type,
402 dvb_ca_en50221_read_tuple(struct dvb_ca_private *ca, int slot, int *address, int *tuple_type, int *tuple_length, u8 *tuple) argument
[all...]

Completed in 201 milliseconds