slot_command      169 drivers/media/pci/bt8xx/dst_ca.c 	static u8 slot_command[8] = {0x07, 0x40, 0x00, 0x00, 0x02, 0x00, 0x00, 0xff};
slot_command      172 drivers/media/pci/bt8xx/dst_ca.c 	put_checksum(&slot_command[0], slot_command[0]);
slot_command      173 drivers/media/pci/bt8xx/dst_ca.c 	if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) {
slot_command      214 drivers/media/pci/bt8xx/dst_ca.c 	static u8 slot_command[8] = {0x07, 0x40, 0x02, 0x00, 0x02, 0x00, 0x00, 0xff};
slot_command      216 drivers/media/pci/bt8xx/dst_ca.c 	put_checksum(&slot_command[0], slot_command[0]);
slot_command      217 drivers/media/pci/bt8xx/dst_ca.c 	if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_cap, GET_REPLY)) < 0) {
slot_command      252 drivers/media/pci/bt8xx/dst_ca.c 	static u8 slot_command[8] = {0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff};
slot_command      256 drivers/media/pci/bt8xx/dst_ca.c 	put_checksum(&slot_command[0], 7);
slot_command      257 drivers/media/pci/bt8xx/dst_ca.c 	if ((dst_put_ci(state, slot_command, sizeof (slot_command), slot_info, GET_REPLY)) < 0) {