Searched refs:read_dst (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | dst.c | 289 int read_dst(struct dst_state *state, u8 *ret, u8 len) in read_dst() function 323 EXPORT_SYMBOL(read_dst); 1103 if (read_dst(state, &reply, GET_ACK)) in dst_get_device_id() 1111 if (read_dst(state, state->rxbuffer, FIXED_COMM)) in dst_get_device_id() 1246 if (read_dst(state, &reply, GET_ACK)) { in dst_command() 1266 if (read_dst(state, state->rxbuffer, FIXED_COMM)) { in dst_command() 1347 retval = read_dst(state, state->rx_tuna, 10); in dst_get_tuna() 1349 retval = read_dst(state, &state->rx_tuna[2], FIXED_COMM); in dst_get_tuna() 1422 if ((read_dst(state, &reply, GET_ACK) < 0)) { in dst_write_tuna()
|
D | dst_common.h | 176 int read_dst(struct dst_state *state, u8 * ret, u8 len);
|
D | dst_ca.c | 107 if (read_dst(state, &reply, GET_ACK) < 0) { in dst_ci_command() 117 if (read_dst(state, ca_string, 128) < 0) { /* Try to make this dynamic */ in dst_ci_command()
|