/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | hp-wmi.c | 573 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_notify() 576 if (test_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit)) in hp_wmi_notify() 662 __set_bit(SW_DOCK, hp_wmi_input_dev->swbit); in hp_wmi_input_setup() 670 __set_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit); in hp_wmi_input_setup() 956 if (test_bit(SW_DOCK, hp_wmi_input_dev->swbit)) in hp_wmi_resume_handler() 959 if (test_bit(SW_TABLET_MODE, hp_wmi_input_dev->swbit)) in hp_wmi_resume_handler()
|
D | xo15-ebook.c | 124 set_bit(SW_TABLET_MODE, input->swbit); in ebook_switch_add()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | via-pmu-event.c | 51 set_bit(SW_LID, pmu_input_dev->swbit); in via_pmu_event_init()
|
/kernel/linux/linux-5.10/net/rfkill/ |
D | input.c | 260 test_bit(SW_RFKILL_ALL, handle->dev->swbit)) in rfkill_start() 303 .swbit = { [BIT_WORD(SW_RFKILL_ALL)] = BIT_MASK(SW_RFKILL_ALL) },
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 477 set_bit(SW_TABLET_MODE, ebook_switch_idev->swbit); in setup_ebook_switch() 507 set_bit(SW_LID, lid_switch_idev->swbit); in setup_lid_switch()
|
/kernel/linux/linux-5.10/drivers/input/ |
D | input.c | 316 if (is_event_supported(code, dev->swbit, SW_MAX) && in input_get_disposition() 1012 !bitmap_subset(id->swbit, dev->swbit, SW_MAX) || in input_match_device_id() 1214 input_seq_print_bitmap(seq, "SW", dev->swbit, SW_MAX); in input_devices_seq_show() 1398 'w', id->swbit, 0, SW_MAX); in input_print_modalias() 1659 INPUT_ADD_HOTPLUG_BM_VAR("SW=", dev->swbit, SW_MAX); in input_dev_uevent() 2023 __set_bit(code, dev->swbit); in input_set_capability()
|
D | sparse-keymap.c | 202 __set_bit(entry->sw.code, dev->swbit); in sparse_keymap_setup()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | goldfish_events.c | 158 events_import_bits(edev, input_dev->swbit, EV_SW, SW_MAX); in events_probe()
|
D | adp5588-keys.c | 555 __set_bit(kpad->gpimap[i].sw_evt, input->swbit); in adp5588_probe()
|
D | gpio_keys.c | 122 return (type == EV_KEY) ? dev->keybit : dev->swbit; in get_bm_events_by_type()
|
D | adp5589-keys.c | 953 __set_bit(kpad->gpimap[i].sw_evt, input->swbit); in adp5589_keypad_add()
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | devicetable-offsets.c | 108 DEVID_FIELD(input_device_id, swbit); in main()
|
D | file2alias.c | 744 DEF_FIELD_ADDR(symval, input_device_id, swbit); in do_input_entry() 781 do_input(alias, *swbit, 0, INPUT_DEVICE_ID_SW_MAX); in do_input_entry()
|
/kernel/linux/linux-5.10/include/linux/ |
D | input.h | 147 unsigned long swbit[BITS_TO_LONGS(SW_CNT)]; member
|
D | mod_devicetable.h | 359 kernel_ulong_t swbit[INPUT_DEVICE_ID_SW_MAX / BITS_PER_LONG + 1]; member
|
/kernel/linux/linux-5.10/drivers/virtio/ |
D | virtio_input.c | 278 vi->idev->swbit, SW_CNT); in virtinput_probe()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | hdf.patch | 241 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/patches/linux-4.19/common_patch/ |
D | hdf.patch | 288 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/patches/linux-5.10/common_patch/ |
D | hdf.patch | 290 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/ |
D | hdf.patch | 271 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | hdf.patch | 277 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/patches/linux-5.10/zhiyuan_patch/ |
D | hdf.patch | 331 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
D | uinput.c | 916 retval = uinput_set_bit(arg, swbit, SW_MAX); in uinput_ioctl_handler()
|
/kernel/linux/patches/linux-5.10/rk3568_patch/ |
D | hdf.patch | 276 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|
/kernel/linux/patches/linux-5.10/khdvk_3566b_patch/ |
D | hdf.patch | 276 + memcpy(info->switchCode, dev->swbit, sizeof(unsigned long) * BITS_TO_LONGS(SW_CNT));
|