Home
last modified time | relevance | path

Searched refs:max_smi_data_buf_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddcdbas.c46 static unsigned long max_smi_data_buf_size = MAX_SMI_DATA_BUF_SIZE; variable
87 if (size > max_smi_data_buf_size) in smi_data_buf_realloc()
170 if ((pos + count) > max_smi_data_buf_size) in smi_data_write()
591 max_smi_data_buf_size = smi_data_buf_size; in dcdbas_check_wsmt()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddcdbas.c43 static unsigned long max_smi_data_buf_size = MAX_SMI_DATA_BUF_SIZE; variable
110 if (size > max_smi_data_buf_size) in smi_data_buf_realloc()
183 if ((pos + count) > max_smi_data_buf_size) in smi_data_write()
603 max_smi_data_buf_size = smi_buf.size; in dcdbas_check_wsmt()

Completed in 3 milliseconds