Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c106 static int dst_put_ci(struct dst_state *state, u8 *data, int len, u8 *ca_string, int read) in dst_put_ci() function
134 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) { in ca_get_app_info()
135 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_app_info()
138 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); in ca_get_app_info()
173 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info()
174 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_ca_info()
177 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !"); in ca_get_ca_info()
217 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) { in ca_get_slot_caps()
218 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !"); in ca_get_slot_caps()
221 dprintk(verbose, DST_CA_NOTICE, 1, " -->dst_put_ci SUCCES in ca_get_slot_caps()
[all...]