Searched refs:hsmp_msg_desc_table (Results 1 – 2 of 2) sorted by relevance
178 if (hsmp_msg_desc_table[msg->msg_id].type == HSMP_RSVD) in validate_message()182 if (msg->num_args != hsmp_msg_desc_table[msg->msg_id].num_args || in validate_message()183 msg->response_sz != hsmp_msg_desc_table[msg->msg_id].response_sz) in validate_message()280 if (hsmp_msg_desc_table[msg.msg_id].type != HSMP_SET) in hsmp_ioctl()288 if (hsmp_msg_desc_table[msg.msg_id].type != HSMP_GET) in hsmp_ioctl()305 if (hsmp_msg_desc_table[msg.msg_id].response_sz > 0) { in hsmp_ioctl()
80 static const struct hsmp_msg_desc hsmp_msg_desc_table[] = { variable
Completed in 5 milliseconds