Home
last modified time | relevance | path

Searched full:wheel (Results 1 – 25 of 241) sorted by relevance

12345678910

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-wheel/
H A D0001-Backport-pyproject.toml-from-flit-backend-branch.patch9 https://raw.githubusercontent.com/pypa/wheel/4f6ba78fede38a8d9e35a14e38377a121033afb3/pyproject.toml
28 +name = "wheel"
45 +keywords = ["wheel", "packaging"]
54 +Documentation = "https://wheel.readthedocs.io/"
55 +Changelog = "https://wheel.readthedocs.io/en/stable/news.html"
56 +"Issue Tracker" = "https://github.com/pypa/wheel/issues"
59 +wheel = "wheel.cli:main"
62 +bdist_wheel = "wheel.bdist_wheel:bdist_wheel"
81 +^/src/wheel/vendored/
96 +source = ["wheel"]
H A D0001-Fixed-potential-DoS-attack-via-WHEEL_INFO_RE.patch8 Upstream-Status: Backport [https://github.com/pypa/wheel/commit/88f02bc335d5404991e532e7f3b0fc80437…
12 src/wheel/wheelfile.py | 4 ++--
15 diff --git a/src/wheel/wheelfile.py b/src/wheel/wheelfile.py
17 --- a/src/wheel/wheelfile.py
18 +++ b/src/wheel/wheelfile.py
21 # invalid wheel filenames will match). Separate regex for .dist-info?
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-hid-logitech-lg4ff6 wheel. Writing a value within min and max boundaries sets the
7 range of the wheel.
13 Description: Displays a set of alternate modes supported by a wheel. Each
20 native mode of the wheel. Echoing the mode tag switches the
21 wheel into the corresponding mode. Depending on the exact model
22 of the wheel not all listed modes might always be selectable.
23 If a wheel cannot be switched into the desired mode, -EINVAL
63 Description: Displays the real model of the wheel regardless of any
64 alternate mode the wheel might be switched to.
H A Dsysfs-driver-hid-logitech-hidpp7 Logitech G920 wheel. Reading from the file shows the current
8 range of the steering wheel. Writing a value within the min and
9 max boundary sets the range of the wheel.
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dhrtimers.rst12 conclusion that the timer wheel code is fundamentally not suitable for
15 things into the timer wheel, but we failed. In hindsight, there are
24 the wheel concept, leading to even worse compromises. The timer wheel
33 wheel concept, it cannot be 'designed out' without inevitably
37 the timer wheel has already introduced a quite complex handling of
40 example: that the timer wheel data structure is too rigid for high-res
43 - the timer wheel code is most optimal for use cases which can be
48 can be removed from the timer wheel before any further processing of
50 the granularity and precision tradeoffs of the timer wheel, and
72 special-purpose optimization of the existing timer wheel for the low
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmouse.c93 * To map scroll wheel correctly we need at least the 3 normal buttons in winMouseProc()
99 * number of buttons + 4 x mouse wheel event + 1 extra (offset for map) in winMouseProc()
146 /* Handle the mouse wheel */
170 * Only process this message if the wheel has moved further than in winMouseWheel()
176 /* Figure out how many whole deltas of the wheel we have */ in winMouseWheel()
181 * Wheel has not moved past WHEEL_DELTA threshold; in winMouseWheel()
182 * we will store the wheel delta until the threshold in winMouseWheel()
189 /* Set the button to indicate up or down wheel delta */ in winMouseWheel()
206 /* Generate X input messages for each wheel delta we have seen */ in winMouseWheel()
208 /* Push the wheel button */ in winMouseWheel()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dxserver-properties.h74 #define AXIS_LABEL_PROP_REL_HWHEEL "Rel Horiz Wheel"
76 #define AXIS_LABEL_PROP_REL_WHEEL "Rel Vert Wheel"
93 #define AXIS_LABEL_PROP_ABS_WHEEL "Abs Wheel"
131 /* Wheel buttons */
132 #define BTN_LABEL_PROP_BTN_WHEEL_UP "Button Wheel Up"
133 #define BTN_LABEL_PROP_BTN_WHEEL_DOWN "Button Wheel Down"
134 #define BTN_LABEL_PROP_BTN_HWHEEL_LEFT "Button Horiz Wheel Left"
135 #define BTN_LABEL_PROP_BTN_HWHEEL_RIGHT "Button Horiz Wheel Right"
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c14 * This example emulates a basic 3 buttons mouse with wheel over UHID. Run this
24 * r: Move wheel up
25 * f: Move wheel down
53 * We emulate a basic 3 button mouse with wheel and 3 keyboard LEDs. This is
76 * GenericDesktop.Wheel
103 * GenericDesktop.Wheel ---> Relative.Wheel
133 0x09, 0x38, /* USAGE (WHEEL) */
276 static signed char wheel; variable
296 ev.u.input.data[4] = wheel; in send_event()
364 wheel = 1; in keyboard()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-creative-sb0540.c21 KEY_RESERVED, /* 24bit wheel up */
22 KEY_RESERVED, /* 24bit wheel down */
24 KEY_RESERVED, /* CMSS wheel Up */
25 KEY_RESERVED, /* CMSS wheel Down */
27 KEY_RESERVED, /* EAX wheel up */
28 KEY_RESERVED, /* EAX wheel down */
30 KEY_RESERVED, /* 3D Midi wheel up */
31 KEY_RESERVED, /* 3D Midi wheel down */
H A Dhid-lg4ff.c50 #define LG4FF_G25_NAME "G25 Racing Wheel"
52 #define LG4FF_G27_NAME "G27 Racing Wheel"
54 #define LG4FF_G29_NAME "G29 Racing Wheel"
173 /* Multimode wheel identificators */
216 /* Multimode wheel identification checklists */
368 /* Compute a combined axis when wheel does not supply it */ in lg4ff_raw_event()
377 … void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, in lg4ff_init_wheel_data() argument
392 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data()
395 .min_range = wheel->min_range, in lg4ff_init_wheel_data()
396 .max_range = wheel->max_range, in lg4ff_init_wheel_data()
[all …]
H A Dhid-tmff.c251 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb605), /* NASCAR PRO FF2 Wheel */
253 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb651), /* FGT Rumble Force Wheel */
255 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb653), /* RGT Force Feedback CLUTCH Raging Wheel */
257 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb654), /* FGT Force Feedback Wheel */
259 { HID_USB_DEVICE(USB_VENDOR_ID_THRUSTMASTER, 0xb65a), /* F430 Force Feedback Wheel */
H A Dhid-roccat-kone.h23 kone_keystroke_button_3 = 0xf2, /* wheel */
47 kone_button_info_type_button_3 = 0x3, /* scroll (wheel) */
154 uint8_t wheel; /* up = 1, down = -1 */ member
/OK3568_Linux_fs/buildroot/package/python-pynacl/
H A D0001-Remove-spurious-requirement-for-wheel-596.patch4 Subject: [PATCH] Remove spurious requirement for wheel (#596)
6 * Remove spurious requirement for wheel
8 * Put wheel back in pyproject.toml
27 - "wheel"]
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dad714x.c108 * Unlike slider/wheel/touchpad, all buttons point to
116 struct ad714x_wheel_drv *wheel; member
401 * When the scroll wheel is activated, we compute the absolute position based
409 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_highest_stage()
410 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_highest_stage()
416 dev_dbg(ad714x->dev, "wheel %d highest_stage:%d\n", idx, in ad714x_wheel_cal_highest_stage()
422 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_sensor_val()
441 * When the scroll wheel is activated, we compute the absolute position based
451 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_abs_pos()
452 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_abs_pos()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/
H A DKconfig9 Say Y here if you have an I-Force joystick or steering wheel
20 Say Y here if you have an I-Force joystick or steering wheel
27 Say Y here if you have an I-Force joystick or steering wheel
H A Diforce-main.c53 { 0x05ef, 0x8886, "Boeder Force Feedback Wheel", btn_wheel, abs_wheel, ff_iforce },
54 …{ 0x05ef, 0x8888, "AVB Top Shot Force Feedback Racing Wheel", btn_wheel, abs_wheel, ff_iforce }, /…
57 { 0x06a3, 0xff04, "Saitek R440 Force Wheel", btn_wheel, abs_wheel, ff_iforce }, //?
60 { 0x06f8, 0x0004, "Guillemot Force Feedback Racing Wheel", btn_wheel, abs_wheel, ff_iforce }, //?
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-pip/
H A Dreproducible.patch40 Index: pip-22.0.3/src/pip/_internal/operations/install/wheel.py
42 --- pip-22.0.3.orig/src/pip/_internal/operations/install/wheel.py
43 +++ pip-22.0.3/src/pip/_internal/operations/install/wheel.py
50 """Install a wheel.
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Daiptek.c34 * Wheel command. Bryan W. Headley July-15-2003.
194 /* Wheel values
278 int wheel; /* synthetic wheel amount */ member
484 /* Wheel support is in the form of a single-event in aiptek_irq()
487 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq()
489 aiptek->curSetting.wheel); in aiptek_irq()
490 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
565 /* Wheel support is in the form of a single-event in aiptek_irq()
568 if (aiptek->curSetting.wheel != in aiptek_irq()
572 aiptek->curSetting.wheel); in aiptek_irq()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpython_pep517.bbclass4 # This class will build a wheel in do_compile, and use pypa/installer to install
44 bbfatal More than one wheel found in ${PEP517_WHEEL_PATH}, this should not happen
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Diforce-protocol.rst62 OP= 01 for a joystick, 03 for a wheel
66 02 Y-Axis lsb, or gas pedal for a wheel
67 03 Y-Axis msb, or brake pedal for a wheel
366 joystick/wheel). I used ComPortSpy from fCoder (alpha version!)
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_volume.c150 int wheel, sensitivity;
158 wheel = (int) pitchbend - 8192;
159 sensitivity = ((int) sens * wheel) / 128;
/OK3568_Linux_fs/buildroot/package/python-autobahn/
H A D0002-Build-with-nvx-by-default-and-don-t-publish-universa.patch4 Subject: [PATCH] Build with nvx by default and don't publish universal wheel.
49 - # FIXME: building this extension will make the wheel
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c69 * The timer wheel has LVL_DEPTH array levels. Each level provides an array of
80 * Contrary to the original timer wheel implementation, which aims for 'exact'
82 * the timers into the lower array levels. The previous 'classic' timer wheel
87 * This is an optimization of the original timer wheel implementation for the
88 * majority of the timer wheel use cases: timeouts. The vast majority of
94 * time. They rely on the granularity. Those fit into the first wheel level,
98 * capacity of the last wheel level are force expired at the maximum timeout
99 * value of the last wheel level. From data sampling we know that the maximum
183 /* The cutoff (max. capacity of the wheel) */
188 * The resulting wheel size. If NOHZ is configured we allocate two
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/
H A Dsudo.inc25 PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel"
H A Dsudo_1.9.13p3.bb35 if ${@bb.utils.contains('PACKAGECONFIG', 'pam-wheel', 'true', 'false', d)} ; then
37 sed -i 's/# \(%wheel ALL=(ALL) ALL\)/\1/' ${D}${sysconfdir}/sudoers

12345678910