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

/linux-master/drivers/media/pci/bt8xx/
H A Ddst_ca.c398 static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) function
428 if ((ca_set_pmt(state, p_ca_message, hw_buffer, 1, GET_REPLY)) < 0) {
429 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !");
439 if ((ca_set_pmt(state, p_ca_message, hw_buffer, 0, NO_REPLY)) < 0) {
440 dprintk(verbose, DST_CA_ERROR, 1, " ca_set_pmt.. failed !");
443 dprintk(verbose, DST_CA_NOTICE, 1, " ca_set_pmt.. success !");
480 if ((ca_set_pmt(state, p_ca_message, hw_buffer, 0, 0)) < 0) { // code simplification started

Completed in 131 milliseconds