[go: nahoru, domu]

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

/drivers/media/pci/bt8xx/
H A Ddst_ca.c132 static int dst_put_ci(struct dst_state *state, u8 *data, int len, u8 *ca_string, int read) function
160 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) {
161 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
164 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
199 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) {
200 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
203 dprintk(verbose, DST_CA_INFO, 1, " -->dst_put_ci SUCCESS !");
243 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) {
244 dprintk(verbose, DST_CA_ERROR, 1, " -->dst_put_ci FAILED !");
247 dprintk(verbose, DST_CA_NOTICE, 1, " -->dst_put_ci SUCCES
[all...]

Completed in 42 milliseconds