/linux/Documentation/devicetree/bindings/sound/ |
A D | da7219.txt | 49 - dlg,btn-cfg : Periodic button press measurements for 4-pole jack (ms) 59 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D 61 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B 63 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C 65 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic 98 dlg,btn-cfg = <50>; 104 dlg,a-d-btn-thr = <0xa>; 105 dlg,d-b-btn-thr = <0x16>; 106 dlg,b-c-btn-thr = <0x21>; 107 dlg,c-mic-btn-thr = <0x3E>; [all …]
|
A D | cs42l42.txt | 55 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after 63 - cirrus,btn-det-event-dbnce : This sets how long the driver delays after 111 cirrus,btn-det-init-dbnce = <100>; 112 cirrus,btn-det-event-dbnce = <10>;
|
/linux/arch/arm64/boot/dts/mediatek/ |
A D | mt8183-kukui-audio-da7219.dtsi | 27 dlg,btn-avg = <4>; 28 dlg,btn-cfg = <50>; 34 dlg,a-d-btn-thr = <0xa>; 35 dlg,d-b-btn-thr = <0x16>; 36 dlg,b-c-btn-thr = <0x21>; 37 dlg,c-mic-btn-thr = <0x3E>;
|
A D | mt8183-kukui-jacuzzi.dtsi | 469 voldn-btn-odl { 475 volup-btn-odl {
|
/linux/drivers/input/keyboard/ |
A D | hil_kbd.c | 251 unsigned int btn = ptr->data[cnt++]; in hil_dev_handle_ptr_events() local 252 int up = btn & 1; in hil_dev_handle_ptr_events() 254 btn &= 0xfe; in hil_dev_handle_ptr_events() 255 if (btn == 0x8e) in hil_dev_handle_ptr_events() 257 if (btn > 0x8c || btn < 0x80) in hil_dev_handle_ptr_events() 259 btn = (btn - 0x80) >> 1; in hil_dev_handle_ptr_events() 260 btn = ptr->btnmap[btn]; in hil_dev_handle_ptr_events() 261 input_report_key(dev, btn, !up); in hil_dev_handle_ptr_events()
|
/linux/drivers/macintosh/ |
A D | mac_hid.c | 75 unsigned int btn; in mac_hid_emumouse_filter() local 81 btn = BTN_MIDDLE; in mac_hid_emumouse_filter() 83 btn = BTN_RIGHT; in mac_hid_emumouse_filter() 87 input_report_key(mac_hid_emumouse_dev, btn, value); in mac_hid_emumouse_filter()
|
/linux/drivers/input/joystick/ |
A D | guillemot.c | 45 short *btn; member 127 for (i = 0; i < 16 && guillemot->type->btn[i] >= 0; i++) in guillemot_poll() 128 input_report_key(dev, guillemot->type->btn[i], (data[2 + (i >> 3)] >> (i & 7)) & 1); in guillemot_poll() 232 for (i = 0; (t = guillemot->type->btn[i]) >= 0; i++) in guillemot_connect()
|
A D | tmdc.c | 101 const short *btn; member 116 short *btn[2]; 209 input_report_key(port->dev, port->btn[i + l], in tmdc_parse_packet() 283 port->btn = model->buttons; in tmdc_setup_port() 328 set_bit(port->btn[j + b], input_dev->keybit); in tmdc_setup_port()
|
A D | interact.c | 60 short *btn; member 262 for (i = 0; (t = interact_type[interact->type].btn[i]) >= 0; i++) in interact_connect()
|
/linux/drivers/input/touchscreen/ |
A D | cyttsp4_core.c | 543 int btn; in cyttsp4_si_get_btn_data() local 560 si->btn = p; in cyttsp4_si_get_btn_data() 570 for (btn = 0; btn < si->si_ofs.num_btns && in cyttsp4_si_get_btn_data() 571 btn < num_defined_keys; btn++) { in cyttsp4_si_get_btn_data() 574 si->btn[btn].key_code = key_table[btn]; in cyttsp4_si_get_btn_data() 575 si->btn[btn].state = CY_BTN_RELEASED; in cyttsp4_si_get_btn_data() 576 si->btn[btn].enabled = true; in cyttsp4_si_get_btn_data() 578 for (; btn < si->si_ofs.num_btns; btn++) { in cyttsp4_si_get_btn_data() 579 si->btn[btn].key_code = KEY_RESERVED; in cyttsp4_si_get_btn_data() 580 si->btn[btn].state = CY_BTN_RELEASED; in cyttsp4_si_get_btn_data() [all …]
|
/linux/arch/arm/boot/dts/ |
A D | kirkwood-nsa3x0-common.dtsi | 21 pmx_btn_reset: pmx-btn-reset { 26 pmx_btn_copy: pmx-btn-copy { 31 pmx_btn_power: pmx-btn-power {
|
A D | animeo_ip.dts | 190 btn { 191 label = "btn";
|
A D | kirkwood-linksys-viper.dts | 80 pmx_btn_wps: pmx-btn-wps { 84 pmx_btn_reset: pmx-btn-reset {
|
A D | kirkwood-dir665.dts | 69 pmx_btn_restart: pmx-btn-restart { 73 pmx_btn_wps: pmx-btn-wps {
|
A D | at91-foxg20.dts | 161 btn {
|
/linux/drivers/input/misc/ |
A D | soc_button_array.c | 299 int i, btn, collection_uid = -1; in soc_button_get_button_info() local 357 for (i = 1, btn = 0; i < btns_desc->package.count; i++, btn++) { in soc_button_get_button_info() 361 &button_info[btn])) { in soc_button_get_button_info()
|
/linux/drivers/input/joystick/iforce/ |
A D | iforce-packets.c | 127 for (i = 0; iforce->type->btn[i] >= 0; i++) in iforce_report_hats_buttons() 128 input_report_key(dev, iforce->type->btn[i], in iforce_report_hats_buttons()
|
A D | iforce-main.c | 335 for (i = 0; iforce->type->btn[i] >= 0; i++) in iforce_init_device() 336 set_bit(iforce->type->btn[i], input_dev->keybit); in iforce_init_device()
|
A D | iforce.h | 70 signed short *btn; member
|
A D | iforce-ff.c | 171 for (i = 1; iforce->type->btn[i] >= 0; i++) in find_button() 172 if (iforce->type->btn[i] == button) in find_button()
|
/linux/scripts/kconfig/ |
A D | nconf.gui.c | 195 char *btn; in btn_dialog() local 212 btn = va_arg(ap, char *); in btn_dialog() 213 btns[i] = new_item(btn, ""); in btn_dialog() 214 btns_width += strlen(btn)+1; in btn_dialog()
|
/linux/arch/arm64/boot/dts/rockchip/ |
A D | rk3399-gru.dtsi | 421 dlg,btn-avg = <4>; 422 dlg,btn-cfg = <50>; 428 dlg,a-d-btn-thr = <0xa>; 429 dlg,d-b-btn-thr = <0x16>; 430 dlg,b-c-btn-thr = <0x21>; 431 dlg,c-mic-btn-thr = <0x3E>;
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | msm8998-fxtec-pro1.dts | 228 cam_focus_pin_a: cam-focus-btn-active { 236 cam_snapshot_pin_a: cam-snapshot-btn-active {
|
/linux/sound/soc/codecs/ |
A D | wcd-mbhc-v2.c | 584 int btn; in wcd_mbhc_get_button_mask() local 586 btn = wcd_mbhc_read_field(mbhc, WCD_MBHC_BTN_RESULT); in wcd_mbhc_get_button_mask() 588 switch (btn) { in wcd_mbhc_get_button_mask()
|
/linux/drivers/input/mouse/ |
A D | sentelic.c | 314 static int fsp_get_buttons(struct psmouse *psmouse, int *btn) in fsp_get_buttons() argument 327 *btn = buttons[(val & 0x30) >> 4]; in fsp_get_buttons()
|