/openbmc/linux/Documentation/admin-guide/media/ |
H A D | si4713.rst | 79 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider 85 audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider 86 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider 88 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider 89 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider 90 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider 91 …release_time (int) : min=100000 max=1000000 step=100000 default=1000000 value=1000000 flags=slider 93 pilot_tone_deviation (int) : min=0 max=90000 step=10 default=6750 value=6750 flags=slider 94 pilot_tone_frequency (int) : min=0 max=19000 step=1 default=19000 value=19000 flags=slider 96 tune_power_level (int) : min=0 max=120 step=1 default=88 value=88 flags=slider [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | azoteq,iqs7222.yaml | 591 slider/trackpad gesture). 635 "^slider-[0-1]$": 637 description: Represents a slider comprising three or four channels. 648 Specifies the order of the channels that participate in the slider. 650 azoteq,slider-size: 655 Specifies the slider's one-dimensional resolution, equal to the 662 description: Specifies the slider's lower starting point. 668 description: Specifies the slider's upper starting point. 704 Directs the slider to respond to the proximity states of the selected 705 channels instead of their corresponding touch states. Note the slider [all …]
|
H A D | iqs269a.yaml | 201 azoteq,filt-str-slider: 205 description: Specifies the slider coordinate filter strength. 232 description: Specifies that the channel participates in slider 0. 236 description: Specifies that the channel participates in slider 1.
|
/openbmc/linux/drivers/hid/ |
H A D | hid-pxrc.c | 15 u8 slider; member 27 0x09, 0x36, // Usage (Slider) 59 priv->slider = data[7]; in pxrc_raw_event() 63 data[1] = priv->slider; in pxrc_raw_event()
|
H A D | hid-holtek-mouse.c | 25 * - USB ID 04d9:a04a, sold as Tracer Sniper TRM-503, NOVA Gaming Slider X200
|
H A D | hid-lg-g15.c | 572 /* Game mode on/off slider */ in lg_g510_event()
|
H A D | hid-nvidia-shield.c | 26 HID_USAGE_ANDROID_PLAYPAUSE_BTN = 0xcd, /* Double-tap volume slider */
|
/openbmc/linux/drivers/input/misc/ |
H A D | ad714x.c | 108 * Unlike slider/wheel/touchpad, all buttons point to 115 struct ad714x_slider_drv *slider; member 250 struct ad714x_slider_plat *hw = &ad714x->hw->slider[idx]; in ad714x_slider_cal_sensor_val() 268 struct ad714x_slider_plat *hw = &ad714x->hw->slider[idx]; in ad714x_slider_cal_highest_stage() 269 struct ad714x_slider_drv *sw = &ad714x->sw->slider[idx]; in ad714x_slider_cal_highest_stage() 274 dev_dbg(ad714x->dev, "slider %d highest_stage:%d\n", idx, in ad714x_slider_cal_highest_stage() 293 struct ad714x_slider_plat *hw = &ad714x->hw->slider[idx]; in ad714x_slider_cal_abs_pos() 294 struct ad714x_slider_drv *sw = &ad714x->sw->slider[idx]; in ad714x_slider_cal_abs_pos() 299 dev_dbg(ad714x->dev, "slider %d absolute position:%d\n", idx, in ad714x_slider_cal_abs_pos() 315 struct ad714x_slider_drv *sw = &ad714x->sw->slider[idx]; in ad714x_slider_cal_flt_pos() [all …]
|
H A D | iqs269a.c | 291 struct input_dev *slider[IQS269_NUM_SL]; member 932 if (!device_property_read_u32(&client->dev, "azoteq,filt-str-slider", in iqs269_parse_prop() 1015 * either slider is in use. In that case, the device returns to event in iqs269_parse_prop() 1112 iqs269->slider[i] = devm_input_allocate_device(&client->dev); in iqs269_input_init() 1113 if (!iqs269->slider[i]) in iqs269_input_init() 1116 iqs269->slider[i]->name = i ? "iqs269a_slider_1" in iqs269_input_init() 1118 iqs269->slider[i]->id.bustype = BUS_I2C; in iqs269_input_init() 1120 input_set_capability(iqs269->slider[i], EV_KEY, BTN_TOUCH); in iqs269_input_init() 1121 input_set_abs_params(iqs269->slider[i], ABS_X, 0, 255, 0, 0); in iqs269_input_init() 1123 error = input_register_device(iqs269->slider[i]); in iqs269_input_init() [all …]
|
H A D | iqs7222.c | 118 [IQS7222_REG_GRP_SLDR] = "slider-%d", 1805 * Use stream-in-touch mode if either slider reports in iqs7222_ati_trigger() 2464 * Each slider can be spread across 3 to 4 channels. It is possible to in iqs7222_parse_sldr() 2465 * select only 2 channels, but doing so prevents the slider from using in iqs7222_parse_sldr() 2491 * the slider-related register addresses are offset by one. in iqs7222_parse_sldr() 2511 * the slider, as well as each channel's relative placement. in iqs7222_parse_sldr() 2521 error = fwnode_property_read_u32(sldr_node, "azoteq,slider-size", &val); in iqs7222_parse_sldr()
|
/openbmc/linux/include/linux/input/ |
H A D | ad714x.h | 6 * slider, touchpad at the same time. That depends on the boards. 54 struct ad714x_slider_plat *slider; member
|
/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | sps.c | 26 return "Unknown Slider State"; in slider_as_str() 46 pr_debug("Static Slider Data - BEGIN\n"); in amd_pmf_dump_sps_defaults() 63 pr_debug("Static Slider Data - END\n"); in amd_pmf_dump_sps_defaults() 235 /* Notify EC about the slider position change */ in amd_pmf_profile_set()
|
H A D | pmf.h | 48 /* OS slider update notification */ 194 /* Static Slider */
|
H A D | auto-mode.c | 415 * There could be cases where both static slider and auto mode BIOS in amd_pmf_reset_amt() 416 * functions are enabled, in that case enable static slider updates in amd_pmf_reset_amt()
|
H A D | cnqf.c | 38 pr_debug("Dynamic Slider %s Defaults - BEGIN\n", idx ? "DC" : "AC"); in amd_pmf_cnqf_dump_defaults() 66 pr_debug("Dynamic Slider %s Defaults - END\n", idx ? "DC" : "AC"); in amd_pmf_cnqf_dump_defaults()
|
H A D | core.c | 303 /* Enable Static Slider */ in amd_pmf_init_features()
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | bsp-hw.json | 559 … "action": "Observe that slider on the seek bar moves along with the video/audio play", 560 …"expected_results": "Video/audio file can be played and slider moves along with the video/audio pl… 563 "action": "Verify you can navigate the video with the slider back and forward", 564 "expected_results": "The slider can move back and forward in the seek bar \n"
|
/openbmc/openbmc/poky/scripts/lib/build_perf/html/ |
H A D | measurement_chart.html | 66 type: 'slider',
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-queryctrl.rst | 151 than a slider. When for example a hardware register accepts values 232 than a slider. When for example a hardware register accepts values 596 - A hint that this control is best represented as a slider-like
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-droid4-xt894.dts | 23 slider {
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | Kconfig | 89 on hardware type (hw switch slider or keyboard toggle button). For
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 362 A slider that bounces back and forth in response to update() calls
|
/openbmc/linux/arch/mips/boot/dts/ingenic/ |
H A D | gcw0.dts | 224 label = "Power slider";
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usbusx2y.c | 102 sliders, knobs, lights not yet handled except MASTER Volume slider.
|
/openbmc/linux/arch/arm/mach-footbridge/ |
H A D | netwinder-hw.c | 475 dprintk("Slider base: "); in rwa010_game_port_init()
|