Lines Matching defs:bitmap
65 * keys [ro] - bitmap of keys (EV_KEY) which can be
67 * switches [ro] - bitmap of switches (EV_SW) which can be
69 * disabled_keys [rw] - bitmap of keys currently disabled
70 * disabled_switches [rw] - bitmap of switches currently disabled
99 * Return value of this function can be used to allocate bitmap
110 * get_bm_events_by_type() - returns bitmap of supported events per @type
111 * @input: input device from which bitmap is retrieved
114 * Return value of this function can be used to allocate bitmap
174 * gpio_keys_attr_show_helper() - fill in stringified bitmap of buttons
176 * @buf: buffer where stringified bitmap is written
222 * gpio_keys_attr_store_helper() - enable/disable buttons based on given bitmap
224 * @buf: buffer from userspace that contains stringified bitmap
227 * This function parses stringified bitmap from @buf and disables/enables
235 const unsigned long *bitmap = get_bm_events_by_type(ddata->input, type);
249 if (!bitmap_subset(bits, bitmap, n_events)) {