Searched refs:swbit (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu-event.c51 set_bit(SW_LID, pmu_input_dev->swbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dinput.c265 test_bit(SW_RFKILL_ALL, handle->dev->swbit))
308 .swbit = { [BIT_WORD(SW_RFKILL_ALL)] = BIT_MASK(SW_RFKILL_ALL) },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dsparse-keymap.c155 __set_bit(entry->sw.code, dev->swbit);
H A Dinput.c258 if (is_event_supported(code, dev->swbit, SW_MAX) &&
831 MATCH_BIT(swbit, SW_MAX);
1018 input_seq_print_bitmap(seq, "SW", dev->swbit, SW_MAX);
1204 'w', id->swbit, 0, SW_MAX);
1445 INPUT_ADD_HOTPLUG_BM_VAR("SW=", dev->swbit, SW_MAX);
1672 __set_bit(code, dev->swbit);
H A Devdev.c513 case EV_SW: bits = dev->swbit; len = SW_MAX; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Ddell-wmi.c313 set_bit(key->keycode, dell_wmi_input_dev->swbit);
H A Dhp-wmi.c536 set_bit(SW_DOCK, hp_wmi_input_dev->swbit);
537 set_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit);
H A Dclassmate-laptop.c347 set_bit(SW_TABLET_MODE, inputdev->swbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmod_devicetable.h328 kernel_ulong_t swbit[INPUT_DEVICE_ID_SW_MAX / BITS_PER_LONG + 1]; member in struct:input_device_id
H A Dinput.h1083 * @swbit: bitmap of switches present on the device
1164 unsigned long swbit[BITS_TO_LONGS(SW_CNT)]; member in struct:input_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dbutton.c408 set_bit(SW_LID, input->swbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dadp5588-keys.c569 __set_bit(kpad->gpimap[i].sw_evt, input->swbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Duinput.c680 retval = uinput_set_bit(arg, swbit, SW_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dfile2alias.c640 do_input(alias, id->swbit, 0, INPUT_DEVICE_ID_SW_MAX);

Completed in 220 milliseconds