Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Ddst_ca.c146 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) { in ca_get_app_info()
185 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info()
229 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) { in ca_get_slot_caps()
269 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_info, GET_REPLY)) < 0) { in ca_get_slot_info()
440 if ((ca_set_pmt(state, p_ca_message, hw_buffer, 1, GET_REPLY)) < 0) { in dst_check_ca_pmt()
Ddst_common.h89 #define GET_REPLY 1 macro