Home
last modified time | relevance | path

Searched refs:btn (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css5btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table…
H A Dbootstrap.css244 .btn > .caret,
245 .dropup > .btn > .caret {
2936 .form-inline .input-group .input-group-btn,
3005 .btn {
3026 .btn:focus,
3027 .btn:active:focus,
3028 .btn.active:focus,
3029 .btn.focus,
3030 .btn:active.focus,
3031 .btn.active.focus {
[all …]
H A Dbootstrap3-transition.css46 /* Remove the hovering from the .btn-primary buttons when they are disabled */
48 .btn-primary.disabled.focus,
49 .btn-primary.disabled:focus,
50 .btn-primary.disabled:hover,
51 .btn-primary.focus[disabled],
52 .btn-primary[disabled]:focus,
53 .btn-primary[disabled]:hover,
54 fieldset[disabled] .btn-primary.focus,
55 fieldset[disabled] .btn-primary:focus,
56 fieldset[disabled] .btn-primary:hover {
[all …]
H A Dfont-awesome.min.css33btn [class^="icon-"],.nav [class^="icon-"],.btn [class*=" icon-"],.nav [class*=" icon-"]{display:i…
H A Dbootstrap.css.map1btn > .caret,\n .dropup > .btn > .caret {\n border-top-color: #000 !important;\n }\n .label …
H A Ddefault.css48 .rebuild-btn, .cancel-build-btn { cursor: pointer; }
72 span[class^="remove-search-btn-"] { position: absolute; right: 5px; top: 0; bottom: 0; height: 14px…
73 span[class^="remove-search-btn-"]:hover { color: #333; }
92 .tooltip .btn { margin: 5px; }
107 .btn-danger > .glyphicon-trash,
108 .btn-danger > .glyphicon-trash:hover { color: #fff; }
144 #freq-build-btn { margin-top: 10px; }
266 #create-new-custom-image-btn [data-role="loading-state"] {
271 #create-new-custom-image-btn [data-role="loading-state"] .icon-spinner {
326 #add-remove-layer-btn { margin-bottom: 20px; }
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dda7219.txt49 - 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
67 - dlg,btn-avg : Number of 8-bit readings for averaged button measurement
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>;
[all …]
H A Dcs42l42.txt54 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after
62 - cirrus,btn-det-event-dbnce : This sets how long the driver delays after
103 cirrus,btn-det-init-dbnce = <100>;
104 cirrus,btn-det-event-dbnce = <10>;
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dwifi_ui.c73 lv_obj_t *btn; in read_saved_wifi() local
82 btn = lv_list_add_btn(item_list_saved, NULL, in read_saved_wifi()
84 lv_obj_add_event_cb(btn, connect_wifi, LV_EVENT_CLICKED, btn); in read_saved_wifi()
93 lv_obj_align_to(label, btn, LV_ALIGN_RIGHT_MID, 0, 0); in read_saved_wifi()
207 lv_obj_t *btn = lv_event_get_user_data(e); in connect_wifi() local
208 printf("try connect %s\n", lv_list_get_btn_text(item_list_scaned, btn)); in connect_wifi()
209 snprintf(title, sizeof(title), "连接到%s", lv_list_get_btn_text(item_list_scaned, btn)); in connect_wifi()
212 lv_obj_add_event_cb(ibox, event_cb, LV_EVENT_VALUE_CHANGED, btn); in connect_wifi()
237 lv_obj_t *btn; in icon_anim_end() local
246 btn = lv_list_add_btn(item_list_scaned, NULL, in icon_anim_end()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dhil_kbd.c251 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()
/OK3568_Linux_fs/app/qsetting/
H A Dqtwifi.h22 …qtWifi(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nullptr, bool on = f…
25 static qtWifi* getInstance(QWidget *parent, QLabel *label, QPushButton *btn, bool on = false)
28 _instance = new qtWifi(parent, label, btn, on);
H A Dqtfactory.cpp20 btn.setText("O K"); in qtFactoryReset()
21 connect(&btn, SIGNAL(clicked(bool)), this, SLOT(on_btnClicked())); in qtFactoryReset()
23 vLayout.addWidget(&btn); in qtFactoryReset()
H A Dqtbt.h63 …qtBT(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nullptr, bool on = fal…
65 …static qtBT* getInstance(QWidget *parent = nullptr, QLabel *label = nullptr, QPushButton *btn = nu…
68 _instance = new qtBT(parent, label, btn, on);
H A Dqtupdate.cpp28 btn.setText("O K"); in qtUpdate()
29 connect(&btn, SIGNAL(clicked(bool)), this, SLOT(on_btnClicked())); in qtUpdate()
31 vLayout.addWidget(&btn); in qtUpdate()
H A Dqtwifi.cpp14 qtWifi::qtWifi(QWidget *parent, QLabel *label, QPushButton *btn, bool on) in qtWifi() argument
22 if(btn){ in qtWifi()
23 switchBtn = btn; in qtWifi()
H A Dqtbt.cpp200 qtBT::qtBT(QWidget *parent, QLabel *label, QPushButton *btn, bool on) in qtBT() argument
206 if(btn){ in qtBT()
207 switchBtn = btn; in qtBT()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_btn.c39 if (!si->btn[btn_no].enabled || in cyttsp5_btn_key_action()
40 si->btn[btn_no].state == btn_state) in cyttsp5_btn_key_action()
43 si->btn[btn_no].state = btn_state; in cyttsp5_btn_key_action()
44 input_report_key(bd->input, si->btn[btn_no].key_code, btn_state); in cyttsp5_btn_key_action()
48 __func__, btn_no, si->btn[btn_no].key_code, in cyttsp5_btn_key_action()
257 __func__, i, bd->si->btn[i].key_code); in cyttsp5_setup_input_device()
258 __set_bit(bd->si->btn[i].key_code, bd->input->keybit); in cyttsp5_setup_input_device()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmac_hid.c75 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.c529 int btn; in cyttsp4_si_get_btn_data() local
539 p = krealloc(si->btn, si->si_ofs.btn_keys_size, in cyttsp4_si_get_btn_data()
546 si->btn = p; in cyttsp4_si_get_btn_data()
556 for (btn = 0; btn < si->si_ofs.num_btns && in cyttsp4_si_get_btn_data()
557 btn < num_defined_keys; btn++) { in cyttsp4_si_get_btn_data()
560 si->btn[btn].key_code = key_table[btn]; in cyttsp4_si_get_btn_data()
561 si->btn[btn].state = CY_BTN_RELEASED; in cyttsp4_si_get_btn_data()
562 si->btn[btn].enabled = true; in cyttsp4_si_get_btn_data()
564 for (; btn < si->si_ofs.num_btns; btn++) { in cyttsp4_si_get_btn_data()
565 si->btn[btn].key_code = KEY_RESERVED; in cyttsp4_si_get_btn_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dguillemot.c45 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()
H A Dtmdc.c101 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Drecipedetails.js18 var btn = $(this);
38 $("#packages-alert").add(btn).fadeOut(function(){
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkirkwood-nsa3x0-common.dtsi21 pmx_btn_reset: pmx-btn-reset {
26 pmx_btn_copy: pmx-btn-copy {
31 pmx_btn_power: pmx-btn-power {
/OK3568_Linux_fs/buildroot/package/x11vnc/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch73 static void button_click(int down, int btn) {
80 @@ -959,7 +971,9 @@ static void button_click(int down, int btn) {
81 if (db) fprintf(stderr, "button_click: btn %d %s fd=%d\n", btn, down ? "down" : "up", d);
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dsoc_button_array.c311 int i, btn, collection_uid = -1; in soc_button_get_button_info() local
369 for (i = 1, btn = 0; i < btns_desc->package.count; i++, btn++) { in soc_button_get_button_info()
373 &button_info[btn])) { in soc_button_get_button_info()

123