Lines Matching refs:config
1194 rtl_dev_err(hdev, "mandatory config file %s not found",
1397 struct rtl_vendor_config *config;
1402 total_data_len = btrtl_dev->cfg_len - sizeof(*config);
1404 rtl_dev_warn(hdev, "no config loaded");
1408 config = (struct rtl_vendor_config *)btrtl_dev->cfg_data;
1409 if (le32_to_cpu(config->signature) != RTL_CONFIG_MAGIC) {
1410 rtl_dev_err(hdev, "invalid config magic");
1414 if (total_data_len < le16_to_cpu(config->total_len)) {
1415 rtl_dev_err(hdev, "config is too short");
1420 entry = ((void *)config->entry) + i;
1425 rtl_dev_err(hdev, "invalid UART config entry");
1442 rtl_dev_dbg(hdev, "skipping config entry 0x%x (len %u)",
1451 rtl_dev_err(hdev, "no UART config entry found");