Lines Matching defs:data
37 * will force it to load even when the DMI data doesn't identify the
94 MODULE_PARM_DESC(force, "Force driver load, ignore DMI data");
714 static int rfkill_bluetooth_set(void *data, bool blocked)
727 static int rfkill_wlan_set(void *data, bool blocked)
735 static int rfkill_threeg_set(void *data, bool blocked)
809 static bool msi_laptop_i8042_filter(unsigned char data, unsigned char str,
818 if (unlikely(data == 0xe0)) {
823 switch (data) {
916 u8 data;
923 result = ec_read(MSI_STANDARD_EC_SCM_LOAD_ADDRESS, &data);
928 data | MSI_STANDARD_EC_SCM_LOAD_MASK);