Searched refs:FALSE (Results 1 - 25 of 182) sorted by last modified time

12345678

/linux-master/scripts/kconfig/
H A Dnconf.c1528 notimeout(stdscr, FALSE);
1551 if (has_key(KEY_F(1)) == FALSE) {
H A Dgconf.c33 static gboolean resizeable = FALSE;
111 gtk_widget_set_sensitive(back_btn, FALSE);
200 renderer, FALSE); local
209 renderer, FALSE); local
243 renderer, FALSE); local
250 renderer, FALSE); local
259 renderer, FALSE); local
383 return FALSE;
407 return FALSE;
409 return FALSE;
1133 FALSE, FALSE, &success); local
[all...]
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c517 * keypad(FALSE) turn off ncurses support for escape sequences - and that's
527 keypad(win, FALSE);
533 nodelay(win, FALSE);
H A Dmenubox.c155 scrollok(win, FALSE);
291 print_item(scroll + choice, choice, FALSE);
298 print_item(scroll, 0, FALSE);
303 print_item(scroll+choice, choice, FALSE);
311 max_choice - 1, FALSE);
320 print_item(scroll, 0, FALSE);
332 max_choice - 1, FALSE);
H A Dchecklist.c213 print_item(list, 0, FALSE);
216 scrollok(list, FALSE);
240 FALSE);
243 scrollok(list, FALSE);
262 print_item(list, choice, FALSE);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1074 ctrl->cmd = NVDEF_SET(ctrl->cmd, NV0073_CTRL, DP_AUXCH_CMD, I2C_MOT, FALSE);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvcn_v3_0.c58 #define DEC_SW_RING_ENABLED FALSE
/linux-master/include/acpi/
H A Dacpixf.h91 * Enable "slack mode" of the AML interpreter? Default is FALSE, and the
104 ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_interpreter_slack, FALSE);
141 ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_aml_debug_object, FALSE);
146 * DSDT, creating the need for this option. Default is FALSE, do not copy
149 ACPI_INIT_GLOBAL(u8, acpi_gbl_copy_dsdt_locally, FALSE);
157 ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE);
165 * address. Default is FALSE, do not favor the 32-bit addresses.
167 ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, FALSE);
184 ACPI_INIT_GLOBAL(u8, acpi_gbl_truncate_io_addresses, FALSE);
190 ACPI_INIT_GLOBAL(u8, acpi_gbl_disable_auto_repair, FALSE);
[all...]
/linux-master/drivers/acpi/
H A Dcppc_acpi.c271 pcc_ss_data->pending_pcc_write_cmd = FALSE;
H A Dtables.c704 acpi_gbl_enable_table_validation = FALSE;
/linux-master/drivers/acpi/acpica/
H A Dtbutils.c327 NULL, FALSE, TRUE,
H A Dtbfadt.c316 NULL, FALSE, TRUE, &acpi_gbl_dsdt_index);
322 NULL, FALSE, TRUE,
329 NULL, FALSE, TRUE,
377 acpi_gbl_reduced_hardware = FALSE;
521 * No override: if acpi_gbl_use32_bit_fadt_addresses is FALSE, and:
H A Ddbnames.c794 alias = FALSE;
/linux-master/arch/alpha/kernel/
H A Dsmc37c669.c941 #ifndef FALSE
942 #define FALSE 0 macro
1144 SMC37c669_config_mode( FALSE );
1176 SMC37c669_config_mode( FALSE );
1208 ** Returns TRUE is the device function was enabled, otherwise, FALSE
1231 unsigned int ret_val = FALSE;
1421 SMC37c669_config_mode( FALSE );
1442 ** Return TRUE if the device function was disabled, otherwise, FALSE
1460 unsigned int ret_val = FALSE;
1626 SMC37c669_config_mode( FALSE );
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c510 NVDEF(NVA0B5, LAUNCH_DMA, REMAP_ENABLE, FALSE) |
565 NVDEF(NVA0B5, LAUNCH_DMA, MULTI_LINE_ENABLE, FALSE) |
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c436 bool bypass = FALSE;
/linux-master/drivers/media/dvb-frontends/
H A Dstv0367.c1452 int locked = FALSE;
/linux-master/arch/parisc/math-emu/
H A Dfrnd.c42 register boolean inexact = FALSE;
147 register boolean inexact = FALSE;
H A Dsfsqrt.c47 register boolean guardbit = FALSE, even_exponent;
H A Dfcnvfu.c54 register boolean inexact = FALSE;
134 inexact = FALSE;
146 inexact = FALSE;
175 register boolean inexact = FALSE;
255 inexact = FALSE;
268 inexact = FALSE;
293 register boolean inexact = FALSE;
380 inexact = FALSE;
392 inexact = FALSE;
416 register boolean inexact = FALSE;
[all...]
H A Dfcnvfx.c53 register boolean inexact = FALSE;
150 register boolean inexact = FALSE;
271 register boolean inexact = FALSE;
382 register boolean inexact = FALSE;
H A Dfcnvff.c136 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
137 register boolean lsb_odd = FALSE;
138 boolean is_tiny = FALSE;
H A Ddfsqrt.c47 register boolean guardbit = FALSE, even_exponent;
/linux-master/tools/perf/util/
H A Dsrcline.c174 bfd_boolean dynamic = FALSE;
/linux-master/tools/perf/ui/gtk/
H A Dannotate.c220 vbox = gtk_vbox_new(FALSE, 0);
229 FALSE, FALSE, 0); local
233 gtk_box_pack_start(GTK_BOX(vbox), statbar, FALSE, FALSE, 0); local

Completed in 289 milliseconds

12345678