Home
last modified time | relevance | path

Searched refs:quirk (Results 1 – 25 of 60) sorted by relevance

123

/third_party/libinput/src/
Dquirks.h64 enum quirk { enum
121 quirk_get_name(enum quirk which);
207 quirks_has_quirk(struct quirks *q, enum quirk which);
219 enum quirk which,
232 enum quirk which,
245 enum quirk which,
261 enum quirk which,
274 enum quirk which,
287 enum quirk which,
300 enum quirk which,
[all …]
Dquirks.c71 enum quirk id;
229 quirk_get_name(enum quirk q) in quirk_get_name()
577 enum quirk q = QUIRK_MODEL_ALPS_SERIAL_TOUCHPAD; in parse_model()
1419 quirk_find_prop(struct quirks *q, enum quirk which) in quirk_find_prop()
1432 quirks_has_quirk(struct quirks *q, enum quirk which) in quirks_has_quirk()
1438 quirks_get_int32(struct quirks *q, enum quirk which, int32_t *val) in quirks_get_int32()
1456 quirks_get_uint32(struct quirks *q, enum quirk which, uint32_t *val) in quirks_get_uint32()
1474 quirks_get_double(struct quirks *q, enum quirk which, double *val) in quirks_get_double()
1492 quirks_get_string(struct quirks *q, enum quirk which, char **val) in quirks_get_string()
1510 quirks_get_bool(struct quirks *q, enum quirk which, bool *val) in quirks_get_bool()
[all …]
Devdev.c1398 enum quirk quirk; in evdev_read_model_flags() member
1421 while (q && m->quirk) { in evdev_read_model_flags()
1428 if (quirks_get_bool(q, m->quirk, &is_set)) { in evdev_read_model_flags()
1432 quirk_get_name(m->quirk)); in evdev_read_model_flags()
1437 quirk_get_name(m->quirk)); in evdev_read_model_flags()
/third_party/libinput/tools/
Dlibinput-replay210 quirk = ('[libinput-replay {name}]\n'
214 quirk += '\n'.join(quirks)
215 return quirk
224 quirk = create_device_quirk(d)
225 if quirk:
226 quirks.append(quirk)
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_quirk.c38 _nine_get_quirk( unsigned quirk ) in _nine_get_quirk() argument
48 return !!(flags & quirk); in _nine_get_quirk()
Dnine_quirk.h29 _nine_get_quirk( unsigned quirk );
/third_party/libinput/test/
Dtest-quirks.c897 typedef bool (*qparsefunc) (struct quirks *q, enum quirk which, void* data);
912 enum quirk which, in test_attr_parse()
964 enum quirk attrs[] = { in START_TEST()
968 enum quirk *a; in START_TEST()
1010 enum quirk attrs[] = { in START_TEST()
1014 enum quirk *a; in START_TEST()
1064 enum quirk attrs[] = { in START_TEST()
1069 enum quirk *a; in START_TEST()
1112 enum quirk attrs[] = { in START_TEST()
1115 enum quirk *a; in START_TEST()
[all …]
/third_party/libinput/doc/user/
Dtouchpad-pressure-debugging.rst26 :ref:`device-quirks` locally. Note that the quirk is **not public API** and **may
108 directives limit the quirk to your touchpad, make sure the device name
115 Once in place, run the following command to verify the quirk is valid and
122 ``AttrPressureRange`` quirk does not show up, re-run with ``--verbose`` and
125 If the pressure range quirk shows up correctly, restart X or the
142 :ref:`device-quirks` locally. Note that the quirk is **not public API** and **may
209 Once in place, run the following command to verify the quirk is valid and
216 ``AttrTouchSizeRange`` quirk does not show up, re-run with ``--verbose`` and
Dtouchpad-pressure.rst58 unless a device quirk is present for the device.
Ddevice-quirks.rst50 this file to add a device quirk for a local device but beware that **any
123 No guarantee is given that any quirk below works on your version of
Dtrackpoint-configuration.rst88 # then the quirk does not apply to your trackpoint.
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/
Dquirks.md26 Each quirk is assigned a `uint32_t` value, packed using the [base38 namespace
28 `set_quirk_enabled!(quirk base.u32, enabled base.bool)` method whose first
Dbase38-and-fourcc.md52 For example, [quirk values](/doc/note/quirks.md) use this `((base38 << 10) |
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/
Ddecode_gif.wuffs38 // When this quirk is enabled, when skipping over frames, the number of frames
51 // final frame. Enabling this quirk allows for matching that behavior.
54 // When this quirk is enabled, the background color of the first frame is set
66 // When this quirk is enabled, the background color is taken from the GIF
82 // When this quirk is enabled, silently ignore e.g. a frame that reports a
87 // When this quirk is enabled, if the initial frame bounds extends beyond the
89 // quirk disabled), the image bounds are adjusted to always contain the first
96 // When this quirk is enabled, a frame with zero width or height is rejected
100 // When this quirk is enabled, a frame with no explicit palette is rejected,
233 pub func decoder.set_quirk_enabled!(quirk base.u32, enabled base.bool) {
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_dynamic.h43 uint16_t quirk);
Dusb_dynamic.c53 usb_test_quirk_w(const struct usbd_lookup_info *info, uint16_t quirk) in usb_test_quirk_w() argument
Dusb_device.c2380 usb_test_quirk(const struct usb_attach_arg *uaa, uint16_t quirk) in usb_test_quirk() argument
2385 if (quirk == UQ_NONE) in usb_test_quirk()
2391 if (uaa->device->autoQuirk[x] == quirk) in usb_test_quirk()
2397 found = (usb_test_quirk_p) (&uaa->info, quirk); in usb_test_quirk()
2775 usbd_add_dynamic_quirk(struct usb_device *udev, uint16_t quirk) in usbd_add_dynamic_quirk() argument
2781 (udev->autoQuirk[x] == quirk)) { in usbd_add_dynamic_quirk()
2782 udev->autoQuirk[x] = quirk; in usbd_add_dynamic_quirk()
/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.c603 usb_quirkstr(uint16_t quirk) in usb_quirkstr() argument
605 return ((quirk < USB_QUIRK_MAX) ? in usb_quirkstr()
606 usb_quirk_str[quirk] : "USB_QUIRK_UNKNOWN"); in usb_quirkstr()
617 usb_test_quirk_by_info(const struct usbd_lookup_info *info, uint16_t quirk) in usb_test_quirk_by_info() argument
622 if (quirk == UQ_NONE) in usb_test_quirk_by_info()
648 if (usb_quirks[x].quirks[y] == quirk) { in usb_test_quirk_by_info()
650 DPRINTF("Found quirk '%s'.\n", usb_quirkstr(quirk)); in usb_test_quirk_by_info()
Dusb_quirk.h121 uint8_t usb_test_quirk(const struct usb_attach_arg *uaa, uint16_t quirk);
/third_party/flutter/skia/third_party/externals/wuffs/test/data/artificial/
Dgif-empty-palette.gif.make-artificial.txt7 # default. Wuffs can be configured to reject it instead, by enabling a 'quirk'.
Dgif-frame-out-of-bounds.gif.make-artificial.txt51 # configured to choose policy 1, by enabling a 'quirk'.
/third_party/boost/tools/build/example/try_compile/
DJamroot.jam3 # e.g. to check for some system function or compiler quirk.
/third_party/boost/boost/archive/impl/
Dbasic_text_iarchive.ipp68 // extra little .t is to get around borland quirk
/third_party/mesa3d/docs/relnotes/
D10.5.4.rst82 - drirc: Add "Second Life" quirk
/third_party/iptables/utils/
Dpf.os465 # *:128:1:48:M*,N,N,S:U:-Windows:XP/2000 while downloading (leak!) XXX quirk
466 # there is an equiv similar generic sig w/o the quirk
484 # XXX quirk
516 # XXX quirk

123