/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-logitech-lg4ff | 6 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 D | sysfs-driver-hid-logitech-hidpp | 7 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.
|
/openbmc/openbmc/meta-ibm/recipes-extended/sudo/ |
H A D | sudo_%.bbappend | 3 PACKAGECONFIG += "pam-wheel" 6 # Allow members of the 'wheel' group to use passwordless sudo 7 sed -i 's/# \(%wheel ALL=(ALL:ALL) NOPASSWD: ALL\)/\1/' ${D}${sysconfdir}/sudoers
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/ |
H A D | 0001-Allow-newer-version-of-wheel-and-setuptools.patch | 4 Subject: [PATCH] Allow newer version of wheel and setuptools 18 -requires = ["setuptools~=65.6", "wheel~=0.37.1"] 19 +requires = ["setuptools>=65.6", "wheel>=0.37.1"]
|
/openbmc/qemu/ui/ |
H A D | spice-input.c | 117 int wheel, uint32_t button_mask) in spice_update_buttons() argument 129 if (wheel < 0) { in spice_update_buttons() 132 if (wheel > 0) { in spice_update_buttons() 195 static void tablet_wheel(SpiceTabletInstance* sin, int wheel, in tablet_wheel() argument 200 spice_update_buttons(pointer, wheel, buttons_state); in tablet_wheel() 220 .wheel = tablet_wheel,
|
H A D | input-linux.c | 49 int wheel; member 241 il->wheel = event->value; in input_linux_handle_mouse() 259 if (il->wheel != 0) { in input_linux_handle_mouse() 260 input_linux_event_mouse_button((il->wheel > 0) in input_linux_handle_mouse() 263 il->wheel = 0; in input_linux_handle_mouse()
|
/openbmc/linux/samples/uhid/ |
H A D | uhid-example.c | 276 static signed char wheel; variable 296 ev.u.input.data[4] = wheel; in send_event() 364 wheel = 1; in keyboard() 366 wheel = 0; in keyboard() 371 wheel = -1; in keyboard() 373 wheel = 0; in keyboard()
|
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/ |
H A D | 0007-Add-wheel-group.patch | 4 Subject: [PATCH] base-passwd: add the wheel group 6 We need to have a wheel group which has some system privileges to consult the 26 +wheel:*:80:
|
/openbmc/linux/Documentation/timers/ |
H A D | hrtimers.rst | 12 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 …]
|
/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | Kconfig | 9 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
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_volume.c | 150 int wheel, sensitivity; 158 wheel = (int) pitchbend - 8192; 159 sensitivity = ((int) sens * wheel) / 128;
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_pep517.bbclass | 10 # This class will build a wheel in do_compile, and use pypa/installer to install 40 …nativepython3 -m build --no-isolation --wheel --outdir ${PEP517_WHEEL_PATH} ${PEP517_SOURCE_PATH} … 49 bbfatal More than one wheel found in ${PEP517_WHEEL_PATH}, this should not happen
|
H A D | python_setuptools_build_meta.bbclass | 9 DEPENDS += "python3-setuptools-native python3-wheel-native"
|
H A D | python_flit_core.bbclass | 13 nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
|
/openbmc/linux/drivers/input/misc/ |
H A D | ad714x.c | 116 struct ad714x_wheel_drv *wheel; member 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() 422 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_sensor_val() 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() 482 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_flt_pos() 483 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_flt_pos() 498 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_use_com_int() 505 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_use_thr_int() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-setuptools-rust_1.10.2.bb | 19 DEPENDS += "python3-setuptools-scm-native python3-wheel-native" 28 python3-wheel \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/ |
H A D | 0001-build-requirements.txt-Allow-newer-versions.patch | 33 -wheel==0.43.0 36 +wheel>=0.43.0
|
/openbmc/linux/drivers/input/tablet/ |
H A D | aiptek.c | 278 int wheel; /* synthetic wheel amount */ member 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() 568 if (aiptek->curSetting.wheel != in aiptek_irq() 572 aiptek->curSetting.wheel); in aiptek_irq() 573 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() 632 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq() 635 aiptek->curSetting.wheel); in aiptek_irq() 636 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bbappend | 47 # Add group "wheel" (before adding the "service" account). 49 groupadd wheel; \ 60 useradd -M -d / --groups priv-admin,redfish,web,wheel service; \
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/ |
H A D | sudo_1.9.16p2.bb | 34 if ${@bb.utils.contains('PACKAGECONFIG', 'pam-wheel', 'true', 'false', d)} ; then 36 sed -i 's/# \(%wheel ALL=(ALL) ALL\)/\1/' ${D}${sysconfdir}/sudoers
|
H A D | sudo.inc | 24 PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel"
|
/openbmc/openbmc/meta-security/meta-hardening/recipes-core/packagegroups/ |
H A D | packagegroup-hardening.bb | 18 ${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-plugin-wheel", "",d)} \
|
/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/sudo/ |
H A D | sudo_%.bbappend | 2 PACKAGECONFIG:append:harden = " pam-wheel"
|
/openbmc/qemu/hw/display/ |
H A D | xenfb.c | 59 int wheel; member 254 xenfb->wheel--; in xenfb_mouse_event() 259 xenfb->wheel++; in xenfb_mouse_event() 309 xenfb->wheel, 0, in xenfb_mouse_sync() 314 xenfb->wheel); in xenfb_mouse_sync() 318 xenfb->wheel); in xenfb_mouse_sync() 322 xenfb->wheel = 0; in xenfb_mouse_sync()
|
/openbmc/linux/include/linux/input/ |
H A D | ad714x.h | 55 struct ad714x_wheel_plat *wheel; member
|