Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddcdbas.c77 * smi_data_buf_realloc: grow SMI data buffer if needed
79 static int smi_data_buf_realloc(unsigned long size) in smi_data_buf_realloc() function
143 ret = smi_data_buf_realloc(buf_size); in smi_data_buf_size_store()
175 ret = smi_data_buf_realloc(pos + count); in smi_data_write()
201 ret = smi_data_buf_realloc(sizeof(struct apm_cmd)); in host_control_action_store()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddcdbas.c100 * smi_data_buf_realloc: grow SMI data buffer if needed
102 static int smi_data_buf_realloc(unsigned long size) in smi_data_buf_realloc() function
156 ret = smi_data_buf_realloc(buf_size); in smi_data_buf_size_store()
188 ret = smi_data_buf_realloc(pos + count); in smi_data_write()
214 ret = smi_data_buf_realloc(sizeof(struct apm_cmd)); in host_control_action_store()

Completed in 4 milliseconds