Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 207) sorted by relevance

123456789

/Linux-v5.10/drivers/net/fddi/skfp/
Drmt.c124 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_init()
125 smc->r.sm_ma_avail = FALSE ; in rmt_init()
184 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_fsm()
185 smc->r.loop_avail = FALSE ; in rmt_fsm()
186 smc->r.sm_ma_avail = FALSE ; in rmt_fsm()
212 smc->r.sm_ma_avail = FALSE ; in rmt_fsm()
225 smc->r.bn_flag = FALSE ; in rmt_fsm()
235 smc->r.no_flag = FALSE ; in rmt_fsm()
243 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_fsm()
255 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = FALSE ; in rmt_fsm()
[all …]
Dsrf.c76 static u_char fail_safe = FALSE ; in smt_init_evc()
222 *evc->evc_cond_state = FALSE ; in smt_srf_event()
232 *evc->evc_multiple = FALSE ; in smt_srf_event()
335 evc->evc_rep_required = FALSE ; in clear_all_rep()
337 *evc->evc_cond_state = FALSE ; in clear_all_rep()
339 smc->srf.any_report = FALSE ; in clear_all_rep()
347 smc->srf.any_report = FALSE ; in clear_reported()
350 if (*evc->evc_cond_state == FALSE) in clear_reported()
351 evc->evc_rep_required = FALSE ; in clear_reported()
356 evc->evc_rep_required = FALSE ; in clear_reported()
[all …]
Dcfm.c118 phy->wc_flag = FALSE ; in selection_criteria()
124 phy->wc_flag = FALSE ; in selection_criteria()
127 phy->wc_flag = FALSE ; in selection_criteria()
130 phy->wc_flag = FALSE ; in selection_criteria()
234 cond = FALSE ; in cfm()
276 smc->r.rm_loop = FALSE ; in cfm_fsm()
277 smc->r.rm_join = FALSE ; in cfm_fsm()
312 smc->r.rm_join = FALSE ; in cfm_fsm()
317 smc->r.rm_loop = FALSE ; in cfm_fsm()
377 smc->r.rm_join = FALSE ; in cfm_fsm()
[all …]
/Linux-v5.10/drivers/acpi/acpica/
Devglock.c57 acpi_gbl_global_lock_present = FALSE; in acpi_ev_init_global_lock_handler()
70 acpi_gbl_global_lock_pending = FALSE; in acpi_ev_init_global_lock_handler()
93 acpi_gbl_global_lock_present = FALSE; in acpi_ev_remove_global_lock_handler()
140 acpi_gbl_global_lock_pending = FALSE; in acpi_ev_global_lock_handler()
174 u8 acquired = FALSE; in acpi_ev_acquire_global_lock()
248 acpi_gbl_global_lock_pending = FALSE; in acpi_ev_acquire_global_lock()
268 u8 pending = FALSE; in acpi_ev_release_global_lock()
302 acpi_gbl_global_lock_acquired = FALSE; in acpi_ev_release_global_lock()
Dutinit.c135 acpi_gbl_all_gpes_initialized = FALSE; in acpi_ut_init_globals()
159 acpi_gbl_global_lock_acquired = FALSE; in acpi_ut_init_globals()
161 acpi_gbl_global_lock_present = FALSE; in acpi_ut_init_globals()
166 acpi_gbl_cm_single_step = FALSE; in acpi_ut_init_globals()
167 acpi_gbl_shutdown = FALSE; in acpi_ut_init_globals()
178 acpi_gbl_events_initialized = FALSE; in acpi_ut_init_globals()
203 acpi_gbl_display_final_mem_stats = FALSE; in acpi_ut_init_globals()
204 acpi_gbl_disable_mem_tracking = FALSE; in acpi_ut_init_globals()
Ddbxface.c221 acpi_gbl_abort_method = FALSE; in acpi_db_single_step()
238 acpi_gbl_step_to_next_call = FALSE; in acpi_db_single_step()
249 acpi_gbl_step_to_next_call = FALSE; in acpi_db_single_step()
354 acpi_gbl_step_to_next_call = FALSE; in acpi_db_single_step()
365 acpi_gbl_cm_single_step = FALSE; in acpi_db_single_step()
405 acpi_gbl_db_output_to_file = FALSE; in acpi_initialize_debugger()
411 acpi_gbl_db_opt_no_ini_methods = FALSE; in acpi_initialize_debugger()
412 acpi_gbl_db_opt_no_region_support = FALSE; in acpi_initialize_debugger()
428 acpi_gbl_db_terminate_loop = FALSE; in acpi_initialize_debugger()
447 acpi_gbl_db_threads_terminated = FALSE; in acpi_initialize_debugger()
Dexoparg6.c96 return (FALSE); in acpi_ex_do_match()
109 return (FALSE); in acpi_ex_do_match()
123 return (FALSE); in acpi_ex_do_match()
136 return (FALSE); in acpi_ex_do_match()
150 return (FALSE); in acpi_ex_do_match()
158 return (FALSE); in acpi_ex_do_match()
Dextrace.c46 return (FALSE); in acpi_ex_interpreter_trace_enabled()
66 return (FALSE); in acpi_ex_interpreter_trace_enabled()
71 return (FALSE); in acpi_ex_interpreter_trace_enabled()
171 u8 enabled = FALSE; in acpi_ex_start_trace_method()
239 ACPI_TRACE_POINT(ACPI_TRACE_AML_METHOD, FALSE, in acpi_ex_stop_trace_method()
315 ACPI_TRACE_POINT(ACPI_TRACE_AML_OPCODE, FALSE, in acpi_ex_stop_trace_opcode()
Dacglobal.h140 ACPI_INIT_GLOBAL(u8, acpi_gbl_namespace_initialized, FALSE);
216 ACPI_INIT_GLOBAL(u8, acpi_gbl_capture_comments, FALSE);
279 ACPI_INIT_GLOBAL(u8, acpi_gbl_no_resource_disassembly, FALSE);
280 ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_noop_operator, FALSE);
282 ACPI_INIT_GLOBAL(u8, acpi_gbl_force_aml_disassembly, FALSE);
284 ACPI_INIT_GLOBAL(u8, acpi_gbl_dm_emit_external_opcodes, FALSE);
297 ACPI_INIT_GLOBAL(u8, acpi_gbl_abort_method, FALSE);
335 ACPI_INIT_GLOBAL(u8, acpi_gbl_disasm_flag, FALSE);
382 ACPI_INIT_GLOBAL(u8, acpi_gbl_debug_asl_conversion, FALSE);
390 ACPI_INIT_GLOBAL(u8, acpi_gbl_debug_timeout, FALSE);
Dutnonansi.c136 return (FALSE); in acpi_ut_safe_strcpy()
147 return (FALSE); in acpi_ut_safe_strcat()
164 return (FALSE); in acpi_ut_safe_strncat()
/Linux-v5.10/arch/parisc/math-emu/
Dfcnvfu.c54 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfu()
134 inexact = FALSE; in sgl_to_sgl_fcnvfu()
146 inexact = FALSE; in sgl_to_sgl_fcnvfu()
175 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfu()
255 inexact = FALSE; in sgl_to_dbl_fcnvfu()
268 inexact = FALSE; in sgl_to_dbl_fcnvfu()
293 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfu()
380 inexact = FALSE; in dbl_to_sgl_fcnvfu()
392 inexact = FALSE; in dbl_to_sgl_fcnvfu()
416 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfu()
[all …]
Dsfmpy.c45 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy()
304 is_tiny = FALSE; in sgl_fmpy()
312 is_tiny = FALSE; in sgl_fmpy()
321 is_tiny = FALSE; in sgl_fmpy()
Dfcnvff.c136 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff()
137 register boolean lsb_odd = FALSE; in dbl_to_sgl_fcnvff()
138 boolean is_tiny = FALSE; in dbl_to_sgl_fcnvff()
Dsfdiv.c42 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv()
317 is_tiny = FALSE; in sgl_fdiv()
325 is_tiny = FALSE; in sgl_fdiv()
334 is_tiny = FALSE; in sgl_fdiv()
Ddfmpy.c46 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy()
318 is_tiny = FALSE; in dbl_fmpy()
326 is_tiny = FALSE; in dbl_fmpy()
335 is_tiny = FALSE; in dbl_fmpy()
Ddfdiv.c43 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fdiv()
323 is_tiny = FALSE; in dbl_fdiv()
331 is_tiny = FALSE; in dbl_fdiv()
340 is_tiny = FALSE; in dbl_fdiv()
/Linux-v5.10/drivers/isdn/mISDN/
Ddsp_ecdis.h29 #define FALSE 0 macro
30 #define TRUE (!FALSE)
47 det->tone_present = FALSE; in echo_can_disable_detector_init()
86 det->tone_present = FALSE; in echo_can_disable_detector_update()
89 det->tone_present = FALSE; in echo_can_disable_detector_update()
/Linux-v5.10/scripts/kconfig/
Dgconf.c39 static gboolean resizeable = FALSE;
150 gtk_widget_set_sensitive(back_btn, FALSE); in init_main_window()
239 renderer, FALSE); in init_left_tree()
248 renderer, FALSE); in init_left_tree()
282 renderer, FALSE); in init_right_tree()
289 renderer, FALSE); in init_right_tree()
298 renderer, FALSE); in init_right_tree()
422 return FALSE; in on_window1_delete_event()
446 return FALSE; in on_window1_delete_event()
448 return FALSE; in on_window1_delete_event()
[all …]
/Linux-v5.10/tools/power/acpi/tools/acpidump/
Dacpidump.h28 EXTERN u8 INIT_GLOBAL(gbl_summary_mode, FALSE);
29 EXTERN u8 INIT_GLOBAL(gbl_verbose_mode, FALSE);
30 EXTERN u8 INIT_GLOBAL(gbl_binary_mode, FALSE);
32 EXTERN u8 INIT_GLOBAL(gbl_do_not_dump_xsdt, FALSE);
/Linux-v5.10/drivers/media/dvb-frontends/
Dstv0900_sw.c31 int no_signal = FALSE; in stv0900_check_signal_presence()
126 lock = FALSE; in stv0900_search_carr_sw_loop()
171 } while ((lock == FALSE) in stv0900_search_carr_sw_loop()
172 && (no_signal == FALSE) in stv0900_search_carr_sw_loop()
185 int lock = FALSE, in stv0900_sw_algo()
205 zigzag = FALSE; in stv0900_sw_algo()
228 zigzag = FALSE; in stv0900_sw_algo()
267 lock = FALSE; in stv0900_sw_algo()
287 } while ((lock == FALSE) in stv0900_sw_algo()
289 && (no_signal == FALSE)); in stv0900_sw_algo()
[all …]
/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Dcore507d.c51 NVDEF(NV507D, UPDATE, NOT_DRIVER_FRIENDLY, FALSE) | in core507d_update()
52 NVDEF(NV507D, UPDATE, NOT_DRIVER_UNFRIENDLY, FALSE) | in core507d_update()
53 NVDEF(NV507D, UPDATE, INHIBIT_INTERRUPTS, FALSE), in core507d_update()
77 NVDEF(NV_DISP_CORE_NOTIFIER_1, COMPLETION_0, DONE, FALSE)); in core507d_ntfy_init()
112 NVDEF(NV_DISP_CORE_NOTIFIER_1, CAPABILITIES_1, DONE, FALSE)); in core507d_caps_init()
/Linux-v5.10/arch/alpha/kernel/
Dsmc37c669.c939 #ifndef FALSE
940 #define FALSE 0 macro
1141 SMC37c669_config_mode( FALSE ); in SMC37c669_detect()
1173 SMC37c669_config_mode( FALSE ); in SMC37c669_detect()
1227 unsigned int ret_val = FALSE; in SMC37c669_enable_device()
1417 SMC37c669_config_mode( FALSE ); in SMC37c669_enable_device()
1455 unsigned int ret_val = FALSE; in SMC37c669_disable_device()
1621 SMC37c669_config_mode( FALSE ); in SMC37c669_disable_device()
1700 return FALSE; in SMC37c669_configure_device()
1737 unsigned int dev_ok = FALSE; in SMC37c669_is_device_enabled()
[all …]
/Linux-v5.10/include/acpi/
Dacpixf.h104 ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_interpreter_slack, FALSE);
141 ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_aml_debug_object, FALSE);
149 ACPI_INIT_GLOBAL(u8, acpi_gbl_copy_dsdt_locally, FALSE);
157 ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE);
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);
196 ACPI_INIT_GLOBAL(u8, acpi_gbl_disable_ssdt_table_install, FALSE);
214 ACPI_INIT_GLOBAL(u8, acpi_gbl_reduced_hardware, FALSE);
231 ACPI_INIT_GLOBAL(u8, acpi_gbl_ignore_package_resolution_errors, FALSE);
[all …]
/Linux-v5.10/drivers/video/fbdev/riva/
Dnv_driver.c74 present = (NV_RD32(PRAMDAC, 0x0608) & (1 << 28)) ? TRUE : FALSE; in riva_is_connected()
133 par->SecondCRTC = FALSE; in riva_is_second()
142 par->SecondCRTC = FALSE; in riva_is_second()
148 par->SecondCRTC = FALSE; in riva_is_second()
150 par->SecondCRTC = FALSE; in riva_is_second()
419 par->riva.flatPanel = (par->FlatPanel > 0) ? TRUE : FALSE; in riva_common_setup()
/Linux-v5.10/drivers/scsi/
Dscsi.h36 #ifndef FALSE
37 #define FALSE 0 macro

123456789