Searched refs:read_dst (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst.c | 273 int read_dst(struct dst_state *state, u8 *ret, u8 len) in read_dst() function 304 EXPORT_SYMBOL(read_dst); 1077 if (read_dst(state, &reply, GET_ACK)) in dst_get_device_id() 1085 if (read_dst(state, state->rxbuffer, FIXED_COMM)) in dst_get_device_id() 1220 if (read_dst(state, &reply, GET_ACK)) { in dst_command() 1240 if (read_dst(state, state->rxbuffer, FIXED_COMM)) { in dst_command() 1321 retval = read_dst(state, state->rx_tuna, 10); in dst_get_tuna() 1323 retval = read_dst(state, &state->rx_tuna[2], FIXED_COMM); in dst_get_tuna() 1396 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 | 93 if (read_dst(state, &reply, GET_ACK) < 0) { in dst_ci_command() 103 if (read_dst(state, ca_string, 128) < 0) { /* Try to make this dynamic */ in dst_ci_command()
|