Searched refs:ca_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 76 static int dst_ci_command(struct dst_state* state, u8 * data, u8 *ca_string, u8 len, int read) in dst_ci_command() argument 103 if (read_dst(state, ca_string, 128) < 0) { /* Try to make this dynamic */ in dst_ci_command() 118 static int dst_put_ci(struct dst_state *state, u8 *data, int len, u8 *ca_string, int read) in dst_put_ci() argument 124 if (dst_ci_command(state, data, ca_string, len, read)) { // If error in dst_put_ci()
|