Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/bt8xx/
Ddst_ca.c195 static u8 slot_command[8] = {0x07, 0x40, 0x00, 0x00, 0x02, 0x00, 0x00, 0xff}; in ca_get_ca_info() local
198 put_checksum(&slot_command[0], slot_command[0]); in ca_get_ca_info()
199 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info()
240 static u8 slot_command[8] = {0x07, 0x40, 0x02, 0x00, 0x02, 0x00, 0x00, 0xff}; in ca_get_slot_caps() local
242 put_checksum(&slot_command[0], slot_command[0]); in ca_get_slot_caps()
243 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) { in ca_get_slot_caps()
278 static u8 slot_command[8] = {0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff}; in ca_get_slot_info() local
282 put_checksum(&slot_command[0], 7); in ca_get_slot_info()
283 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_info, GET_REPLY)) < 0) { in ca_get_slot_info()