Lines Matching defs:config
625 rtl_dev_err(hdev, "mandatory config file %s not found",
755 struct rtl_vendor_config *config;
760 total_data_len = btrtl_dev->cfg_len - sizeof(*config);
762 rtl_dev_warn(hdev, "no config loaded");
766 config = (struct rtl_vendor_config *)btrtl_dev->cfg_data;
767 if (le32_to_cpu(config->signature) != RTL_CONFIG_MAGIC) {
768 rtl_dev_err(hdev, "invalid config magic");
772 if (total_data_len < le16_to_cpu(config->total_len)) {
773 rtl_dev_err(hdev, "config is too short");
778 entry = ((void *)config->entry) + i;
783 rtl_dev_err(hdev, "invalid UART config entry");
800 rtl_dev_dbg(hdev, "skipping config entry 0x%x (len %u)",
809 rtl_dev_err(hdev, "no UART config entry found");