Searched refs:button (Results 1 - 25 of 49) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dbutton.c37 #define ACPI_BUTTON_CLASS "button"
63 ACPI_MODULE_NAME("button");
75 .name = "button",
85 struct acpi_device *device; /* Fixed button kludge */
114 struct acpi_button *button = seq->private; local
116 if (!button || !button->device)
120 acpi_device_name(button->device));
132 struct acpi_button *button = seq->private; local
136 if (!button || !butto
158 struct acpi_button *button; local
226 struct acpi_button *button = acpi_driver_data(device); local
249 struct acpi_button *button = data; local
291 struct acpi_button *button = data; local
301 acpi_button_install_notify_handlers(struct acpi_button *button) argument
329 acpi_button_remove_notify_handlers(struct acpi_button *button) argument
351 struct acpi_button *button; local
475 struct acpi_button *button; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dhellowindow.h19 QPushButton *button; member in class:HelloMainWindow
H A Dhellowindow.cc53 QWidget *filler = new QWidget (buttonbar); // makes the button right-aligned
54 button = new QPushButton ("OK", buttonbar);
55 button->setMaximumWidth (button->sizeHint().width() + 20);
H A Dhello.cc61 QObject::connect (window->button, SIGNAL (clicked ()),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dyesno.c44 int i, x, y, key = 0, button = 0; local
86 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button);
88 print_buttons(dialog, height, width, button);
94 return button;
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
110 if (button == -1) { /* Input box selected */
173 switch (button) {
175 button = 1; /* Indicates "Cancel" button is selected */
179 button = -1; /* Indicates input box is selected */
185 button = 0; /* Indicates "OK" button is selected */
193 switch (button) {
195 button
[all...]
H A Dmenubox.c186 int key = 0, button = 0, scroll = 0, choice = 0; local
365 button = ((key == KEY_LEFT ? --button : ++button) < 0)
366 ? 2 : (button > 2 ? 0 : button);
368 print_buttons(dialog, height, width, button);
401 button = 2;
404 if (button == 2)
414 return button;
[all...]
H A Dchecklist.c116 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
289 button = ((key == KEY_LEFT ? --button : ++button) < 0)
290 ? 1 : (button > 1 ? 0 : button);
292 print_buttons(dialog, height, width, button);
299 if (!button) {
318 return button;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dyesno.c44 int i, x, y, key = 0, button = 0; local
93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button);
95 print_buttons(dialog, height, width, button);
101 return button;
H A Dinputbox.c48 int input_x = 0, scroll = 0, key = 0, button = -1; local
118 if (button == -1) { /* Input box selected */
181 switch (button) {
183 button = 1; /* Indicates "Cancel" button is selected */
187 button = -1; /* Indicates input box is selected */
193 button = 0; /* Indicates "OK" button is selected */
201 switch (button) {
203 button
[all...]
H A Dchecklist.c115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
283 button = 1;
295 return button;
299 button = ((key == KEY_LEFT ? --button : ++button) < 0)
300 ? 1 : (button > 1 ? 0 : button);
302 print_buttons(dialog, height, width, button);
H A Dmenubox.c187 int key = 0, button = 0, scroll = 0, choice = 0; local
374 button = ((key == KEY_LEFT ? --button : ++button) < 0)
375 ? 2 : (button > 2 ? 0 : button);
377 print_buttons(dialog, height, width, button);
409 button = 2;
416 return button;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dyesno.c46 int i, x, y, key = 0, button = 0; local
101 button = ((key == KEY_LEFT ? --button : ++button) < 0)
102 ? 1 : (button > 1 ? 0 : button);
104 print_buttons(dialog, height, width, button);
110 return button;
H A Dinputbox.c50 int input_x = 0, scroll = 0, key = 0, button = -1; local
126 if (button == -1) { /* Input box selected */
189 switch (button) {
191 button = 1; /* Indicates "Cancel" button is selected */
195 button = -1; /* Indicates input box is selected */
201 button = 0; /* Indicates "OK" button is selected */
209 switch (button) {
211 button
[all...]
H A Dchecklist.c126 int key = 0, button = 0, choice = 0, scroll = 0, max_choice, *status; local
312 button = ((key == KEY_LEFT ? --button : ++button) < 0)
313 ? 1 : (button > 1 ? 0 : button);
315 print_buttons(dialog, height, width, button);
322 if (!button) {
347 return button;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifs_debug.h48 #define cFYI(button,prspec) if (button) cifsfyi prspec
60 #define cERROR(button, prspec) if (button) cifserror prspec
67 #define cERROR(button,prspec)
69 #define cFYI(button, prspec)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dhello.c30 GtkWidget *button; local
56 button = gtk_button_new_with_label ("OK");
57 gtk_signal_connect (GTK_OBJECT (button), "clicked",
62 gtk_box_pack_start_defaults (GTK_BOX (buttonbar), button); local
77 gtk_widget_show (button);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dgpio_keys.c38 struct gpio_keys_button *button = &pdata->buttons[i]; local
39 int gpio = button->gpio;
42 unsigned int type = button->type ?: EV_KEY;
43 int state = (gpio_get_value(gpio) ? 1 : 0) ^ button->active_low;
45 input_event(input, type, button->code, !!state);
77 struct gpio_keys_button *button = &pdata->buttons[i]; local
78 int irq = gpio_to_irq(button->gpio);
79 unsigned int type = button->type ?: EV_KEY;
83 button->desc ? button
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc56 QWidget *filler = new QWidget (buttonbar); // makes the button right-aligned
57 QPushButton *button = new QPushButton ("OK", buttonbar); local
58 button->setMaximumWidth (button->sizeHint().width() + 20);
59 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc33 Gtk::Button *button; local
60 button = new Gtk::Button ("OK");
61 button->clicked.connect (Gtk::Main::quit.slot()); //slot (quit_callback));
64 buttonbar->pack_start (*button);
79 button->show ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A DHello.java40 QWidget filler = new QWidget(); // makes the button right-aligned
42 QPushButton button = new QPushButton("OK");
43 button.setMaximumWidth(button.sizeHint().width()+20);
44 button.clicked.connect(window, "close()");
45 buttonBarLayout.addWidget(button);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dcobalt_btns.c2 * Cobalt button interface driver.
53 struct buttons_map *button = buttons_map; local
63 if (status & button->mask) {
64 button->count++;
66 if (button->count >= BUTTONS_COUNT_THRESHOLD) {
67 input_report_key(input, button->keycode, 0);
70 button->count = 0;
73 if (button->count == BUTTONS_COUNT_THRESHOLD) {
74 input_report_key(input, button->keycode, 1);
78 button
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A DHello.java30 Button button = new Button("OK");
31 button.addActionListener(
43 buttons.add(button);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
H A DHello.java27 JButton button = new JButton("OK");
28 button.addActionListener(
40 buttons.add(button);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Damijoy.c60 int i, data = 0, button = 0; local
66 case 0: data = ~amiga_custom.joy0dat; button = (~ciaa.pra >> 6) & 1; break;
67 case 1: data = ~amiga_custom.joy1dat; button = (~ciaa.pra >> 7) & 1; break;
70 input_report_key(amijoy_dev[i], BTN_TRIGGER, button);

Completed in 278 milliseconds

12