Searched refs:slot_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 181 static u8 slot_command[8] = {0x07, 0x40, 0x00, 0x00, 0x02, 0x00, 0x00, 0xff}; in ca_get_ca_info() local 184 put_checksum(&slot_command[0], slot_command[0]); in ca_get_ca_info() 185 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info() 226 static u8 slot_command[8] = {0x07, 0x40, 0x02, 0x00, 0x02, 0x00, 0x00, 0xff}; in ca_get_slot_caps() local 228 put_checksum(&slot_command[0], slot_command[0]); in ca_get_slot_caps() 229 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) { in ca_get_slot_caps() 264 static u8 slot_command[8] = {0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff}; in ca_get_slot_info() local 268 put_checksum(&slot_command[0], 7); in ca_get_slot_info() 269 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_info, GET_REPLY)) < 0) { in ca_get_slot_info()
|