Home
last modified time | relevance | path

Searched full:motor (Results 1 – 25 of 141) sorted by relevance

123456

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dtwl6040.txt27 - vddvibl-supply: Regulator for the left vibra motor
28 - vddvibr-supply: Regulator for the right vibra motor
33 - ti,viblmotor-res: Resistance parameter for left motor
34 - ti,viblmotor-res: Resistance parameter for right motor
53 /* regulators for vibra motor */
58 /* Vibra driver, motor resistance parameters */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dtwl6040.txt27 - vddvibl-supply: Regulator for the left vibra motor
28 - vddvibr-supply: Regulator for the right vibra motor
33 - ti,viblmotor-res: Resistance parameter for left motor
34 - ti,viblmotor-res: Resistance parameter for right motor
53 /* regulators for vibra motor */
58 /* Vibra driver, motor resistance parameters */
Dmaxim,max77843.yaml17 includes voltage current regulators, charger, fuel-gauge, haptic motor driver
33 motor-driver:
41 description: Power supply to the haptic motor
139 motor-driver {
Dmaxim,max77693.yaml18 includes voltage current regulators, charger, LED/flash, haptic motor driver
64 motor-driver:
73 description: Power supply to the haptic motor
158 motor-driver {
/kernel/linux/linux-6.6/drivers/of/unittest-data/
Doverlay_bad_add_dup_prop.dtso6 * &electric_1/motor-1/electric and &spin_ctrl_1/electric are the same node:
7 * /testcase-data-2/substation@100/motor-1/electric
16 * property being located in the pre-existing node 'motor-1'.
27 motor-1 {
Doverlay_bad_add_dup_node.dtso6 * &electric_1/motor-1 and &spin_ctrl_1 are the same node:
7 * /testcase-data-2/substation@100/motor-1
16 motor-1 {
Doverlay_common.dtsi28 spin_ctrl_1: motor-1 {
29 compatible = "ot,ferris-wheel-motor";
34 spin_ctrl_2: motor-8 {
35 compatible = "ot,roller-coaster-motor";
Doverlay_bad_phandle.dtso8 // in the base tree for motor-1.
9 spin_ctrl_1_conflict: motor-1 {
/kernel/linux/linux-5.10/drivers/of/unittest-data/
Doverlay_bad_add_dup_prop.dts6 * &electric_1/motor-1/electric and &spin_ctrl_1/electric are the same node:
7 * /testcase-data-2/substation@100/motor-1/electric
16 * property being located in the pre-existing node 'motor-1'.
28 motor-1 {
Doverlay_bad_add_dup_node.dts6 * &electric_1/motor-1 and &spin_ctrl_1 are the same node:
7 * /testcase-data-2/substation@100/motor-1
17 motor-1 {
Doverlay_base.dts30 spin_ctrl_1: motor-1 {
31 compatible = "ot,ferris-wheel-motor";
36 spin_ctrl_2: motor-8 {
37 compatible = "ot,roller-coaster-motor";
Doverlay_bad_phandle.dts9 // in the base tree for motor-1.
10 spin_ctrl_1_conflict: motor-1 {
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Dregulator-haptic.txt5 - haptic-supply : Power supply to the haptic motor.
8 - max-microvolt : The maximum voltage value supplied to the haptic motor.
11 - min-microvolt : The minimum voltage value supplied to the haptic motor.
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c560 struct v4l2_subdev *motor; in atomisp_enum_input() local
579 motor = isp->inputs[index].motor; in atomisp_enum_input()
581 motor = isp->motor; in atomisp_enum_input()
583 if (motor && strlen(motor->name) > 0) { in atomisp_enum_input()
590 motor->name, max_size); in atomisp_enum_input()
632 struct v4l2_subdev *motor; in atomisp_s_input() local
683 motor = isp->inputs[input].motor; in atomisp_s_input()
685 motor = isp->motor; in atomisp_s_input()
686 if (motor) in atomisp_s_input()
687 ret = v4l2_subdev_call(motor, core, s_power, 1); in atomisp_s_input()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dregulator-haptic.yaml18 Power supply to the haptic motor
22 The maximum voltage value supplied to the haptic motor
26 The minimum voltage value supplied to the haptic motor
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dmsm8916-samsung-gt510.dts22 reg_motor_vdd: regulator-motor-vdd {
88 motor_en_default: motor-en-default-state {
95 motor_pwm_default: motor-pwm-default-state {
Dmsm8916-samsung-a2015-common.dtsi78 * NOTE: A5 connects GPIO 76 to a reglator powering the motor
82 reg_motor_vdd: regulator-motor-vdd {
335 motor_en_default: motor-en-default-state {
343 motor_pwm_default: motor-pwm-default-state {
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Datomisp_ioctl.c566 struct v4l2_subdev *motor; in atomisp_enum_input() local
585 motor = isp->inputs[index].motor; in atomisp_enum_input()
587 motor = isp->motor; in atomisp_enum_input()
589 if (motor && strlen(motor->name) > 0) { in atomisp_enum_input()
596 motor->name, max_size); in atomisp_enum_input()
671 struct v4l2_subdev *motor; in atomisp_s_input() local
747 motor = isp->inputs[input].motor; in atomisp_s_input()
749 motor = isp->motor; in atomisp_s_input()
750 if (motor) in atomisp_s_input()
751 ret = v4l2_subdev_call(motor, core, s_power, 1); in atomisp_s_input()
[all …]
/kernel/linux/linux-5.10/include/linux/platform_data/
Dregulator-haptic.h16 * @max_volt: maximum voltage value supplied to the haptic motor.
18 * @min_volt: minimum voltage value supplied to the haptic motor.
/kernel/linux/linux-6.6/include/linux/platform_data/
Dregulator-haptic.h16 * @max_volt: maximum voltage value supplied to the haptic motor.
18 * @min_volt: minimum voltage value supplied to the haptic motor.
/kernel/linux/linux-5.10/include/linux/mfd/
Dmax8997.h117 * @type: motor type
119 * MAX8997_EXTERNAL_MODE: external PWM device is used to control motor
120 * MAX8997_INTERNAL_MODE: internal pulse generator is used to control motor
/kernel/linux/linux-6.6/include/linux/mfd/
Dmax8997.h115 * @type: motor type
117 * MAX8997_EXTERNAL_MODE: external PWM device is used to control motor
118 * MAX8997_INTERNAL_MODE: internal pulse generator is used to control motor
/kernel/linux/linux-5.10/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt22 A "Fieldbus Device" is such an actuator, motor, console light, switch, ...
36 actuator, motor, console light, switch, etc. over the fieldbus.
/kernel/linux/linux-6.6/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt22 A "Fieldbus Device" is such an actuator, motor, console light, switch, ...
36 actuator, motor, console light, switch, etc. over the fieldbus.
/kernel/linux/linux-6.6/drivers/staging/greybus/
DKconfig113 tristate "Greybus Vibrator Motor Class driver"
116 Greybus Vibrator Motor Class specification.

123456