Home
last modified time | relevance | path

Searched refs:read_dst (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Ddst.c261 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()
H A Ddst_common.h164 int read_dst(struct dst_state *state, u8 * ret, u8 len);
H A Ddst_ca.c81 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()