Searched refs:calling_interface_buffer (Results 1 – 7 of 7) sorted by relevance
24 static struct calling_interface_buffer *buffer;52 static int dell_smbios_smm_call(struct calling_interface_buffer *input) in dell_smbios_smm_call()57 size = sizeof(struct calling_interface_buffer); in dell_smbios_smm_call()88 memset(buffer, 0, sizeof(struct calling_interface_buffer)); in test_wsmt_enabled()
62 struct calling_interface_buffer *buffer);63 int dell_smbios_call(struct calling_interface_buffer *buffer);
503 struct calling_interface_buffer buffer; in dell_rfkill_set()536 struct calling_interface_buffer buffer; in dell_rfkill_update_sw_state()557 struct calling_interface_buffer buffer; in dell_rfkill_query()589 struct calling_interface_buffer buffer; in dell_debugfs_show()674 struct calling_interface_buffer buffer; in dell_update_rfkill()748 struct calling_interface_buffer buffer; in dell_setup_rfkill()919 struct calling_interface_buffer buffer; in dell_send_intensity()941 struct calling_interface_buffer buffer; in dell_get_intensity()1224 struct calling_interface_buffer buffer; in kbd_get_info()1310 struct calling_interface_buffer buffer; in kbd_get_state()[all …]
36 int (*call_fn)(struct calling_interface_buffer *arg);177 struct calling_interface_buffer *buffer) in dell_smbios_call_filter()286 int dell_smbios_call(struct calling_interface_buffer *buffer) in dell_smbios_call()288 int (*call_fn)(struct calling_interface_buffer *) = NULL; in dell_smbios_call()
84 static int dell_smbios_wmi_call(struct calling_interface_buffer *buffer) in dell_smbios_wmi_call()98 size = sizeof(struct calling_interface_buffer); in dell_smbios_wmi_call()
746 struct calling_interface_buffer *buffer; in dell_wmi_events_set_enabled()749 buffer = kzalloc(sizeof(struct calling_interface_buffer), GFP_KERNEL); in dell_wmi_events_set_enabled()
27 struct calling_interface_buffer { struct42 struct calling_interface_buffer std; argument
Completed in 14 milliseconds