Lines Matching defs:data
482 static int dell_rfkill_set(void *data, bool blocked)
485 unsigned long radio = (unsigned long)data;
486 int hwswitch_bit = (unsigned long)data - 1;
538 static void dell_rfkill_query(struct rfkill *rfkill, void *data)
540 int radio = ((unsigned long)data & 0xF);
571 static int dell_debugfs_show(struct seq_file *s, void *data)
692 static bool dell_laptop_i8042_filter(unsigned char data, unsigned char str,
700 if (unlikely(data == 0xe0)) {
704 switch (data) {
720 unsigned long action, void *data)
807 * i8042 filter hook function to receive keyboard data and handle
955 char data = 1;
956 i8042_command(&data, command | 1 << 12);
962 char data = 2;
963 i8042_command(&data, command | 1 << 12);
2105 unsigned long action, void *data)