Searched refs:ed (Results 1 – 12 of 12) sorted by relevance
255 lv_evdev_discovery_t * ed = evdev_discovery; in _evdev_discovery_indev_try_create() local256 if(ed->cb) { in _evdev_discovery_indev_try_create()257 ed->cb(indev, dsc->type, ed->cb_user_data); in _evdev_discovery_indev_try_create()296 lv_evdev_discovery_t * ed = evdev_discovery; in _evdev_discovery_timer_cb() local297 LV_ASSERT_NULL(ed); in _evdev_discovery_timer_cb()299 if(!ed->inotify_watch_active) { in _evdev_discovery_timer_cb()300 ed->inotify_watch_active = _evdev_discovery_inotify_try_init_watcher(ed->inotify_fd); in _evdev_discovery_timer_cb()309 while((br = read(ed->inotify_fd, &in_data, sizeof(in_data))) > 0) { in _evdev_discovery_timer_cb()320 ed->inotify_watch_active = false; in _evdev_discovery_timer_cb()453 lv_evdev_discovery_t * ed = NULL; in lv_evdev_discovery_start() local[all …]
43 ``LV_DIR_LEFT/RIGHT/TOP/BOTTOM/HOR/VER/ALL`` or OR-ed values to enable
96 ``LV_BUTTONMATRIX_CTRL_...`` values can be bit-wise OR-ed together when passed to
333 ``LV_DIR_NONE/RIGHT/UP/LEFT/DOWN/HOR/VER/ALL`` or their bit-wise OR-ed values to tell
165 "union-ed" fields at this writing are:
143 OR-ed values are also possible. E.g. :cpp:expr:`LV_DIR_TOP | LV_DIR_LEFT`.
475 :cpp:expr:`lv_obj_remove_state(widget, LV_STATE_...)`. In both cases OR-ed state
336 Styles are assigned using the OR-ed combination of a Widget's part and
325 `this site <http://www.ltg.ed.ac.uk/~richard/utf-8.cgi?input=f287&mode=hex>`__.
281 OR-ed value of parts and state to which the style should be added. Some
735 …ssible values are `LV_BORDER_SIDE_NONE/TOP/BOTTOM/LEFT/RIGHT/INTERNAL`. OR-ed values can be used a…1199 …text. Possible values are `LV_TEXT_DECOR_NONE/UNDERLINE/STRIKETHROUGH`. OR-ed values can be used a…
408 # types are typedef'ed and only the typedef is referenced, never the tag name.