Searched refs:slot_command (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 169 static u8 slot_command[8] = {0x07, 0x40, 0x00, 0x00, 0x02, 0x00, 0x00, 0xff}; in ca_get_ca_info() local 172 put_checksum(&slot_command[0], slot_command[0]); in ca_get_ca_info() 173 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info() 214 static u8 slot_command[8] = {0x07, 0x40, 0x02, 0x00, 0x02, 0x00, 0x00, 0xff}; in ca_get_slot_caps() local 216 put_checksum(&slot_command[0], slot_command[0]); in ca_get_slot_caps() 217 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) { in ca_get_slot_caps() 252 static u8 slot_command[8] = {0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff}; in ca_get_slot_info() local 256 put_checksum(&slot_command[0], 7); in ca_get_slot_info() 257 if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_info, GET_REPLY)) < 0) { in ca_get_slot_info()
|