Home
last modified time | relevance | path

Searched full:actuator (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/input/
H A Ddlg,da7280.txt10 - dlg,actuator-type: Set Actuator type. it should be one of:
11 "LRA" - Linear Resonance Actuator type.
30 - dlg,nom-microvolt: Nominal actuator voltage rating.
32 - dlg,abs-max-microvolt: Absolute actuator maximum voltage rating.
34 - dlg,imax-microamp: Actuator max current rating.
37 - dlg,impd-micro-ohms: the impedance of the actuator in micro ohms.
86 dlg,actuator-type = "LRA";
H A Dti,drv260x.yaml33 Linear Resonance Actuator mode (Piezoelectric)
70 The rated voltage of the actuator in millivolts.
77 The overdrive voltage of the actuator in millivolts.
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/
H A Dad5823.h52 AD5823_ARC_RES0 = 0x0, /* Actuator response control RES1 */
53 AD5823_ARC_RES1 = 0x1, /* Actuator response control RES0.5 */
54 AD5823_ARC_RES2 = 0x2, /* Actuator response control RES2 */
/openbmc/linux/block/
H A Dbfq-iosched.h38 * per-actuator data. The current value is hopefully a good upper
238 * processes. Besides, it contains I/O requests for only one actuator
240 * actuator it generates I/O for). @cgroup holds a reference to the
410 /* index of the actuator this queue is associated with */
483 * column for each actuator. An I/O request generated by the
485 * the request is to be served by the j-th actuator of the
488 * actuator.
499 * (one queue per actuator, see field bfqq above). In
595 * for each actuator
692 * List of all the bfq_queues active for a specific actuator
[all …]
H A Dbfq-iosched.c1801 * Get the index of the actuator that will serve bio.
4777 * Perform a linear scan of each actuator, until an actuator is found
4779 * actuator is below the threshold (see comments on
4781 * next actuator (comments on this extra condition below), and there
4782 * is a queue that contains I/O for that actuator. On success, return
4839 * If some actuator is underutilized, but the in-service in bfq_select_queue()
4840 * queue does not contain I/O for that actuator, then try to in bfq_select_queue()
4841 * inject I/O for that actuator. in bfq_select_queue()
5487 * longer, then cycle over all possible per-actuator bfqq in bfq_exit_icq()
7180 unsigned int actuator; bfq_exit_queue() local
[all...]
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dasahi-kasei,ak7375.yaml7 title: Asahi Kasei Microdevices AK7375 voice coil lens actuator
13 AK7375 is a voice coil motor (VCM) camera lens actuator that
H A Dsamsung,s5k6a3.yaml39 description: AF (actuator) voltage supply
H A Ddongwoon,dw9768.yaml18 integrates Advanced Actuator Control (AAC) technology and is intended for
/openbmc/linux/drivers/staging/fieldbus/Documentation/
H A Dfieldbus_dev.txt22 A "Fieldbus Device" is such an actuator, motor, console light, switch, ...
36 actuator, motor, console light, switch, etc. over the fieldbus.
/openbmc/linux/drivers/staging/fieldbus/
H A DKconfig11 as an actuator, motor, console light, switch, etc. over the fieldbus.
/openbmc/linux/drivers/input/misc/
H A Ddrv260x.c179 * @rated_voltage: The rated_voltage of the actuator
180 * @overdrive_voltage: The over drive voltage of the actuator
203 * and v is the rated or overdriver voltage of the actuator
H A Darizona-haptics.c167 dev_err(arizona->dev, "Failed to set haptics actuator: %d\n", in arizona_haptics_probe()
H A Dpowermate.c14 * for one full rotation. Testing with my High Speed Rotation Actuator (ok, it was
H A Dda7280.c787 error = device_property_read_string(dev, "dlg,actuator-type", &str); in da7280_parse_properties()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/
H A Dupm_git.bb1 SUMMARY = "Sensor/Actuator repository for Mraa"
/openbmc/linux/Documentation/filesystems/ext4/
H A Dallocators.rst9 that the head actuator and disk must perform to access a data block,
/openbmc/linux/drivers/hid/
H A Dhid-microsoft.c299 r->magnitude[MAGNITUDE_STRONG] = ms->strong; /* left actuator */ in ms_ff_worker()
300 r->magnitude[MAGNITUDE_WEAK] = ms->weak; /* right actuator */ in ms_ff_worker()
/openbmc/linux/include/linux/mfd/arizona/
H A Dpdata.h184 /** Haptic actuator type */
/openbmc/linux/drivers/input/joystick/
H A Dxpad.c1506 packet->data[3] = strong / 256; /* left actuator */ in xpad_play_effect()
1508 packet->data[5] = weak / 256; /* right actuator */ in xpad_play_effect()
1517 packet->data[3] = strong / 256; /* left actuator? */ in xpad_play_effect()
1518 packet->data[4] = weak / 256; /* right actuator? */ in xpad_play_effect()
1552 packet->data[8] = strong / 512; /* left actuator */ in xpad_play_effect()
1553 packet->data[9] = weak / 512; /* right actuator */ in xpad_play_effect()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-block306 in parallel. For instance, single LUN multi-actuator hard-disks
315 the range. For example, a dual-actuator hard-disk will have the
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8150-microsoft-surface-duo.dts378 dlg,actuator-type = "LRA";
/openbmc/linux/include/linux/
H A Dblkdev.h368 * other access ranges. This is typically found with single-LUN multi-actuator
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c573 * HACK: append actuator's name to sensor's in atomisp_enum_input()