Lines Matching defs:bitmap
68 * keys [ro] - bitmap of keys (EV_KEY) which can be
70 * switches [ro] - bitmap of switches (EV_SW) which can be
72 * disabled_keys [rw] - bitmap of keys currently disabled
73 * disabled_switches [rw] - bitmap of switches currently disabled
102 * Return value of this function can be used to allocate bitmap
113 * get_bm_events_by_type() - returns bitmap of supported events per @type
114 * @dev: input device from which bitmap is retrieved
117 * Return value of this function can be used to allocate bitmap
184 * gpio_keys_attr_show_helper() - fill in stringified bitmap of buttons
186 * @buf: buffer where stringified bitmap is written
232 * gpio_keys_attr_store_helper() - enable/disable buttons based on given bitmap
234 * @buf: buffer from userspace that contains stringified bitmap
237 * This function parses stringified bitmap from @buf and disables/enables
245 const unsigned long *bitmap = get_bm_events_by_type(ddata->input, type);
259 if (!bitmap_subset(bits, bitmap, n_events)) {