Searched refs:read_dst (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | dst.c | 261 int read_dst(struct dst_state *state, u8 *ret, u8 len) in read_dst() function 292 EXPORT_SYMBOL(read_dst); 1065 if (read_dst(state, &reply, GET_ACK)) in dst_get_device_id() 1073 if (read_dst(state, state->rxbuffer, FIXED_COMM)) in dst_get_device_id() 1209 if (read_dst(state, &reply, GET_ACK)) { in dst_command() 1229 if (read_dst(state, state->rxbuffer, FIXED_COMM)) { in dst_command() 1310 retval = read_dst(state, state->rx_tuna, 10); in dst_get_tuna() 1312 retval = read_dst(state, &state->rx_tuna[2], FIXED_COMM); in dst_get_tuna() 1385 if ((read_dst(state, &reply, GET_ACK) < 0)) { in dst_write_tuna()
|
D | dst_common.h | 164 int read_dst(struct dst_state *state, u8 * ret, u8 len);
|
D | dst_ca.c | 81 if (read_dst(state, &reply, GET_ACK) < 0) { in dst_ci_command() 91 if (read_dst(state, ca_string, 128) < 0) { /* Try to make this dynamic */ in dst_ci_command()
|