Searched refs:ca_string (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 64 static int dst_ci_command(struct dst_state* state, u8 * data, u8 *ca_string, u8 len, int read) in dst_ci_command() argument 91 if (read_dst(state, ca_string, 128) < 0) { /* Try to make this dynamic */ in dst_ci_command() 106 static int dst_put_ci(struct dst_state *state, u8 *data, int len, u8 *ca_string, int read) in dst_put_ci() argument 112 if (dst_ci_command(state, data, ca_string, len, read)) { // If error in dst_put_ci()
|