Home
last modified time | relevance | path

Searched refs:YB_DIGITIZER_IS_ON (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dlenovo-yogabook.c37 YB_DIGITIZER_IS_ON, enumerator
93 if (!digitizer_on && test_bit(YB_DIGITIZER_IS_ON, &data->flags)) { in yogabook_work()
96 clear_bit(YB_DIGITIZER_IS_ON, &data->flags); in yogabook_work()
108 if (digitizer_on && !test_bit(YB_DIGITIZER_IS_ON, &data->flags)) { in yogabook_work()
114 set_bit(YB_DIGITIZER_IS_ON, &data->flags); in yogabook_work()
194 set_bit(YB_DIGITIZER_IS_ON, &data->flags); in yogabook_probe()
261 if (!test_bit(YB_DIGITIZER_IS_ON, &data->flags)) in yogabook_remove()