Searched +full:actuator +full:- +full:type (Results 1 – 9 of 9) sorted by relevance
| /linux/block/ |
| H A D | bfq-iosched.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 12 #include "blk-cgroup-rwstat.h" 29 * Soft real-time applications are extremely more latency sensitive 30 * than interactive ones. Over-raise the weight of the former to 38 * per-actuator data. The current value is hopefully a good upper 46 * struct bfq_service_tree - per ioprio_class service tree. 48 * Each service tree represents a B-WF2Q+ scheduler on its own. Each 71 * struct bfq_sched_data - multi-class scheduler. 81 * queue requests are served according to B-WF2Q+. 86 * before the current in-service entity is expired, 2) the in-service [all …]
|
| H A D | bfq-iosched.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 16 * BFQ is a proportional-share I/O scheduler, with some extra 17 * low-latency capabilities. BFQ also supports full hierarchical 20 * limitations can be found in Documentation/block/bfq-iosched.rst. 22 * BFQ is a proportional-share storage-I/O scheduling algorithm based 23 * on the slice-by-slice service scheme of CFQ. But BFQ assigns 25 * time slices. The device is not granted to the in-service process 31 * B-WF2Q+, to schedule processes according to their budgets. More 33 * process/queue is assigned a user-configurable weight, and B-WF2Q+ 36 * B-WF2Q+, BFQ can afford to assign high budgets to I/O-bound [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-microsoft.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (c) 2000-2005 Vojtech Pavlik <vojtech@suse.cz> 7 * Copyright (c) 2005 Michael Haboustak <mike-@cinci.rr.com> for Concept2, Inc 8 * Copyright (c) 2006-2007 Jiri Kosina 20 #include "hid-ids.h" 63 unsigned long quirks = ms->quirks; in ms_report_fixup() 83 struct input_dev *input = hi->input; in ms_ergonomy_kb_quirk() 85 if ((usage->hid & HID_USAGE_PAGE) == HID_UP_CONSUMER) { in ms_ergonomy_kb_quirk() 86 switch (usage->hid & HID_USAGE) { in ms_ergonomy_kb_quirk() 101 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ms_ergonomy_kb_quirk() [all …]
|
| /linux/drivers/input/joystick/ |
| H A D | xpad.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de> 16 * - information from http://euc.jp/periphs/xbox-controller.ja.html 17 * - the iForce driver drivers/char/joystick/iforce.c 18 * - th [all...] |
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm7325-nothing-spacewar.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/arm/qcom,ids.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/iio/qcom,spmi-adc7-pm7325.h> 12 #include <dt-bindings/iio/qcom,spmi-adc7-pm8350b.h> 13 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h> 14 #include <dt-bindings/leds/common.h> 15 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 16 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> [all …]
|
| H A D | sm8150-microsoft-surface-duo.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/gpio/gpio.h> 17 compatible = "microsoft,surface-duo", "qcom,sm8150"; 18 chassis-type = "handset"; 25 stdout-path = "serial0:115200n8"; 28 vph_pwr: vph-pwr-regulator { 29 compatible = "regulator-fixed"; 30 regulator-name = "vph_pwr"; [all …]
|
| /linux/drivers/input/misc/ |
| H A D | powermate.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 * for one full rotation. Testing with my High Speed Rotation Actuator (ok, it was 88 struct powermate_device *pm = urb->context; in powermate_irq() 89 struct device *dev = &pm->intf->dev; in powermate_irq() 92 switch (urb->status) { in powermate_irq() 96 case -ECONNRESET: in powermate_irq() 97 case -ENOENT: in powermate_irq() 98 case -ESHUTDOWN: in powermate_irq() 100 dev_dbg(dev, "%s - urb shutting down with status: %d\n", in powermate_irq() 101 __func__, urb->status); in powermate_irq() [all …]
|
| H A D | da7280.c | 1 // SPDX-License-Identifier: GPL-2.0+ 289 error = regmap_read(haptics->regmap, DA7280_IRQ_STATUS1, &val); in da7280_haptic_mem_update() 293 dev_warn(haptics->dev, in da7280_haptic_mem_update() 295 return -EBUSY; in da7280_haptic_mem_update() 300 error = regmap_read(haptics->regmap, DA7280_MEM_CTL2, &val); in da7280_haptic_mem_update() 304 dev_warn(haptics->dev, "Please unlock the bit first\n"); in da7280_haptic_mem_update() 305 return -EACCES; in da7280_haptic_mem_update() 309 error = regmap_update_bits(haptics->regmap, in da7280_haptic_mem_update() 316 error = regmap_read(haptics->regmap, DA7280_MEM_CTL1, &val); in da7280_haptic_mem_update() 320 return regmap_bulk_write(haptics->regmap, val, haptics->snp_mem, in da7280_haptic_mem_update() [all …]
|
| /linux/drivers/gpib/gpio/ |
| H A D | gpib_bitbang.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * This code has been developed at the Institute of Sensor and Actuator * 19 * cannot function as non-CIC system controller with SN7516x because 32 #define ENABLE_IRQ(IRQ, TYPE) irq_set_irq_type(IRQ, TYPE) argument 47 dev_dbg(board->gpib_dev, frm, ## __VA_ARGS__); } \ 74 #define PINMAP_1 "gpib4pi-1.1" 82 * Raspberry-Pi connector and the GPIB bus * 85 * GPIB Pi-gpio GPIB -> RPi * 89 D01_pin_nr = 20, /* 1 -> 38 */ 90 D02_pin_nr = 26, /* 2 -> 37 */ [all …]
|