Searched refs:TRUE (Results 1 - 200 of 400) sorted by relevance

12

/linux-4.1.27/tools/perf/ui/gtk/
H A Dprogress.c16 GtkWidget *vbox = gtk_vbox_new(TRUE, 5); gtk_ui_progress__update()
22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3); gtk_ui_progress__update() local
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3); gtk_ui_progress__update() local
H A Dbrowser.c54 gtk_widget_set_no_show_all(info_bar, TRUE); perf_gtk__setup_info_bar()
H A Dhists.c211 gtk_tree_view_column_set_resizable(column, TRUE);
262 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(view), TRUE); local
301 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); perf_evlist__gtk_browse_hists() local
H A Dannotate.c201 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0); symbol__gtk_annotate() local
/linux-4.1.27/drivers/net/irda/
H A Dlitelink-sir.c80 sirdev_set_dtr_rts(dev, TRUE, TRUE); litelink_open()
122 sirdev_set_dtr_rts(dev, FALSE, TRUE); litelink_change_speed()
128 sirdev_set_dtr_rts(dev, TRUE, TRUE); litelink_change_speed()
157 sirdev_set_dtr_rts(dev, TRUE, TRUE); litelink_reset()
163 sirdev_set_dtr_rts(dev, TRUE, FALSE); litelink_reset()
169 sirdev_set_dtr_rts(dev, TRUE, TRUE); litelink_reset()
H A Dgirbil-sir.c90 sirdev_set_dtr_rts(dev, TRUE, TRUE); girbil_open()
132 sirdev_set_dtr_rts(dev, FALSE, TRUE); girbil_change_speed()
170 sirdev_set_dtr_rts(dev, TRUE, TRUE); girbil_change_speed()
210 sirdev_set_dtr_rts(dev, TRUE, FALSE); girbil_reset()
218 sirdev_set_dtr_rts(dev, FALSE, TRUE); girbil_reset()
232 sirdev_set_dtr_rts(dev, TRUE, TRUE); girbil_reset()
H A Dtekram-sir.c80 sirdev_set_dtr_rts(dev, TRUE, TRUE); tekram_open()
155 sirdev_set_dtr_rts(dev, TRUE, FALSE); tekram_change_speed()
171 sirdev_set_dtr_rts(dev, TRUE, TRUE); tekram_change_speed()
203 sirdev_set_dtr_rts(dev, FALSE, TRUE); tekram_reset()
209 sirdev_set_dtr_rts(dev, TRUE, TRUE); tekram_reset()
H A Dact200l-sir.c111 sirdev_set_dtr_rts(dev, TRUE, TRUE); act200l_open()
143 sirdev_set_dtr_rts(dev, FALSE, TRUE); act200l_change_speed()
177 sirdev_set_dtr_rts(dev, TRUE, TRUE); act200l_change_speed()
212 sirdev_set_dtr_rts(dev, TRUE, FALSE); act200l_reset()
219 sirdev_set_dtr_rts(dev, FALSE, TRUE); act200l_reset()
231 sirdev_set_dtr_rts(dev, TRUE, TRUE); act200l_reset()
H A Dactisys-sir.c121 sirdev_set_dtr_rts(dev, TRUE, TRUE); actisys_open()
184 sirdev_set_dtr_rts(dev, TRUE, FALSE); actisys_change_speed()
188 sirdev_set_dtr_rts(dev, TRUE, TRUE); actisys_change_speed()
227 sirdev_set_dtr_rts(dev, FALSE, TRUE); actisys_reset()
231 sirdev_set_dtr_rts(dev, TRUE, TRUE); actisys_reset()
H A Dma600-sir.c87 sirdev_set_dtr_rts(dev, TRUE, TRUE); ma600_open()
177 sirdev_set_dtr_rts(dev, TRUE, FALSE); ma600_change_speed()
205 sirdev_set_dtr_rts(dev, TRUE, TRUE); ma600_change_speed()
234 sirdev_set_dtr_rts(dev, FALSE, TRUE); ma600_reset()
238 sirdev_set_dtr_rts(dev, TRUE, TRUE); ma600_reset()
H A Desi-sir.c70 sirdev_set_dtr_rts(dev, FALSE, TRUE); esi_open()
103 dtr = TRUE; esi_change_speed()
107 dtr = rts = TRUE; esi_change_speed()
115 rts = TRUE; esi_change_speed()
144 sirdev_set_dtr_rts(dev, FALSE, TRUE); esi_reset()
H A Dmcp2120-sir.c79 sirdev_set_dtr_rts(dev, TRUE, TRUE); mcp2120_close()
104 sirdev_set_dtr_rts(dev, TRUE, FALSE); mcp2120_change_speed()
189 sirdev_set_dtr_rts(dev, TRUE, TRUE); mcp2120_reset()
H A Dtoim3232-sir.c193 sirdev_set_dtr_rts(dev, TRUE, TRUE); toim3232_open()
271 sirdev_set_dtr_rts(dev, TRUE, FALSE); toim3232_change_speed()
290 sirdev_set_dtr_rts(dev, TRUE, TRUE); toim3232_change_speed()
350 sirdev_set_dtr_rts(dev, TRUE, TRUE); toim3232_reset()
H A Dold_belkin-sir.c94 sirdev_set_dtr_rts(dev, TRUE, TRUE); old_belkin_open()
H A Dali-ircc.c738 self->rcvFramesOverflow = TRUE; ali_ircc_fir_interrupt()
739 pr_debug("%s(), ******* self->rcvFramesOverflow = TRUE ********\n", ali_ircc_fir_interrupt()
765 self->rcvFramesOverflow = TRUE; ali_ircc_fir_interrupt()
766 pr_debug("%s(), ******* self->rcvFramesOverflow = TRUE *******\n", ali_ircc_fir_interrupt()
797 SetCOMInterrupts(self, TRUE); ali_ircc_fir_interrupt()
931 // SetCOMInterrupts(self, TRUE); ali_ircc_sir_write_wakeup()
989 SetCOMInterrupts(self, TRUE); // 2000/11/24 11:43AM ali_ircc_change_speed()
1515 SetCOMInterrupts(self, TRUE); ali_ircc_fir_hard_xmit()
1527 SetCOMInterrupts(self, TRUE); ali_ircc_fir_hard_xmit()
1622 int ret = TRUE; ali_ircc_dma_xmit_complete()
1913 return TRUE; ali_ircc_dma_receive_complete()
2026 irda_device_set_media_busy(self->netdev, TRUE); ali_ircc_net_ioctl()
2044 * Return TRUE is we are currently receiving a frame
2068 status = TRUE; ali_ircc_is_receiving()
H A Dvia-ircc.c973 return TRUE; via_ircc_dma_xmit_complete()
1061 return TRUE; via_ircc_dma_receive_complete()
1067 return TRUE; //interrupt only, data maybe move by RxT via_ircc_dma_receive_complete()
1118 return TRUE; via_ircc_dma_receive_complete()
1138 return TRUE; via_ircc_dma_receive_complete()
1188 return TRUE; upload_rxdata()
1269 return TRUE; RxTimerHandler()
1419 * Return TRUE is we are currently receiving a frame
1431 status = TRUE; via_ircc_is_receiving()
1575 irda_device_set_media_busy(self->netdev, TRUE); via_ircc_net_ioctl()
H A Dirtty-sir.c349 irtty_stop_receiver(tty, TRUE); irtty_stop_dev()
434 irtty_stop_receiver(tty, TRUE); irtty_open()
H A Dsir_dev.c174 (fsm->param&0x02) ? TRUE : FALSE, sirdev_config_fsm()
175 (fsm->param&0x01) ? TRUE : FALSE); sirdev_config_fsm()
553 irda_device_set_media_busy(dev->netdev, TRUE); sirdev_receive()
714 irda_device_set_media_busy(dev->netdev, TRUE); sirdev_ioctl()
H A Dw83977af_ir.c858 return TRUE; w83977af_dma_receive_complete()
1074 * Return TRUE is we are currently receiving a frame
1093 status = TRUE; w83977af_is_receiving()
1247 irda_device_set_media_busy(self->netdev, TRUE); w83977af_net_ioctl()
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dcfm.c126 phy->wc_flag = TRUE ; selection_criteria()
254 cond = TRUE ; cfm()
332 smc->r.rm_loop = TRUE ; cfm_fsm()
337 smc->r.rm_join = TRUE ; cfm_fsm()
358 smc->y[PA].scrub = TRUE ; cfm_fsm()
369 smc->y[PA].scrub = TRUE ; cfm_fsm()
370 smc->y[PB].scrub = TRUE ; cfm_fsm()
382 smc->y[PA].scrub = TRUE ; cfm_fsm()
383 smc->y[PB].scrub = TRUE ; cfm_fsm()
397 smc->r.rm_loop = TRUE ; cfm_fsm()
402 smc->r.rm_join = TRUE ; cfm_fsm()
417 smc->y[PB].scrub = TRUE ; cfm_fsm()
425 smc->y[PA].scrub = TRUE ; cfm_fsm()
426 smc->y[PB].scrub = TRUE ; cfm_fsm()
434 smc->y[PA].scrub = TRUE ; cfm_fsm()
435 smc->y[PB].scrub = TRUE ; cfm_fsm()
448 smc->r.rm_join = TRUE ; cfm_fsm()
456 smc->y[PA].scrub = TRUE ; cfm_fsm()
462 smc->y[PB].scrub = TRUE ; cfm_fsm()
468 smc->y[PB].scrub = TRUE ; cfm_fsm()
481 smc->r.rm_join = TRUE ; cfm_fsm()
489 smc->y[PA].scrub = TRUE ; cfm_fsm()
495 smc->y[PB].scrub = TRUE ; cfm_fsm()
501 smc->y[PA].scrub = TRUE ; cfm_fsm()
513 smc->r.rm_loop = TRUE ; cfm_fsm()
518 smc->r.rm_join = TRUE ; cfm_fsm()
H A Dsrf.c222 *evc->evc_cond_state = TRUE ; smt_srf_event()
223 evc->evc_rep_required = TRUE ; smt_srf_event()
224 smc->srf.any_report = TRUE ; smt_srf_event()
225 cond_asserted = TRUE ; smt_srf_event()
229 cond_deasserted = TRUE ; smt_srf_event()
234 *evc->evc_multiple = TRUE ; smt_srf_event()
237 evc->evc_rep_required = TRUE ; smt_srf_event()
240 smc->srf.any_report = TRUE ; smt_srf_event()
241 event_occurred = TRUE ; smt_srf_event()
359 smc->srf.any_report = TRUE ; clear_reported()
H A Drmt.c135 smc->r.no_flag = TRUE ; rmt_init()
193 smc->r.no_flag = TRUE ; rmt_fsm()
232 smc->r.no_flag = TRUE ; rmt_fsm()
243 smc->r.loop_avail = TRUE ; rmt_fsm()
245 smc->r.sm_ma_avail = TRUE ; rmt_fsm()
247 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = TRUE ; rmt_fsm()
270 smc->mib.m[MAC0].fddiMACMA_UnitdataAvailable = TRUE ; rmt_fsm()
278 smc->r.da_flag = TRUE ; rmt_fsm()
298 smc->r.timer0_exp = TRUE ; rmt_fsm()
331 smc->r.bn_flag = TRUE ; rmt_fsm()
410 smc->r.bn_flag = TRUE ; rmt_fsm()
563 smc->r.da_flag = TRUE ; rmt_new_dup_actions()
H A Dsmtdef.c206 mib->fddiSMTStatRptPolicy = TRUE ; smt_init_mib()
230 mib->m[MAC0].fddiMACHardwarePresent = TRUE ; smt_init_mib()
231 mib->m[MAC0].fddiMACMA_UnitdataEnable = TRUE ; smt_init_mib()
264 pm->fddiPORTHardwarePresent = TRUE ; smt_init_mib()
H A Dpcmplc.c264 mib->fddiPORTHardwarePresent = (np == PS) ? TRUE : pcm_init()
293 phy->pmd_scramble = TRUE ; pcm_init()
297 phy->pmd_scramble = TRUE ; pcm_init()
962 phy->cf_join = TRUE ;
1142 TRUE : FALSE ; lem_evaluate()
1153 phy->pc_lem_fail = TRUE ; /* flag */ lem_evaluate()
1201 phy->pc_lem_fail = TRUE ; lem_check_lct()
1205 phy->pc_lem_fail = TRUE ; lem_check_lct()
1209 phy->pc_lem_fail = TRUE ; lem_check_lct()
1213 phy->pc_lem_fail = TRUE ; lem_check_lct()
1376 phy->cf_loop = TRUE ; pc_rcode_actions()
1378 phy->td_flag = TRUE ; pc_rcode_actions()
1390 phy->cf_loop = TRUE ; pc_rcode_actions()
1391 phy->td_flag = TRUE ; pc_rcode_actions()
1397 mib->fddiPORTMacIndicated.R_val = TRUE ; pc_rcode_actions()
1559 phy->t_val[9] = TRUE ; pc_tcode_actions()
1563 phy->t_val[9] = TRUE ; pc_tcode_actions()
1568 phy->t_val[9] = TRUE ; pc_tcode_actions()
1576 phy->t_val[9] = TRUE ; pc_tcode_actions()
1815 phy->tr_flag = TRUE ; plc_irq()
H A Decm.c157 smc->mib.fddiSMTRemoteDisconnectFlag == TRUE) ecm_fsm()
167 smc->e.DisconnectFlag = TRUE ; ecm_fsm()
360 smc->e.ecm_line_state = TRUE ; /* flag to pcm: report Q/HLS */ ecm_fsm()
381 smc->e.sb_flag = TRUE ; ecm_fsm()
H A Ddrvfbi.c136 smc->hw.hw_is_64bit = TRUE ; card_start()
369 return (inp(ADDR(B0_DAS)) & DAS_BYP_ST) ? TRUE : FALSE; sm_pm_bypass_present()
393 /* use smc->hw.mac_ring_is_up == TRUE led_indication()
517 act_entries = TRUE ; /* we have active IDs */ set_oi_id_def()
H A Dsmttimer.c75 timer->tm_active = TRUE ; smt_timer_start()
H A Dhwt.c84 smc->hw.timer_activ = TRUE ; hwt_start()
H A Dhwmtm.c450 mb_init = TRUE ; init_fddi_driver()
460 smc->os.hwm.pass_llc_promisc = TRUE ; init_fddi_driver()
732 smc->os.hwm.isr_flag = TRUE ; fddi_isr()
735 force_irq = TRUE ; fddi_isr()
996 smc->os.hwm.pass_SMT = TRUE ; mac_drv_rx_mode()
1002 smc->os.hwm.pass_NSA = TRUE ; mac_drv_rx_mode()
1008 smc->os.hwm.pass_DB = TRUE ; mac_drv_rx_mode()
1016 smc->os.hwm.pass_llc_promisc = TRUE ; mac_drv_rx_mode()
1023 smc->os.hwm.pass_llc_promisc = TRUE ; mac_drv_rx_mode()
H A Dess.c441 smc->ess.raf_act_timer_poll = TRUE ; process_bw_alloc()
450 smc->ess.sync_bw_available = TRUE ; process_bw_alloc()
471 return TRUE; process_bw_alloc()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddrxk_hard.h197 bool use_pre_saw; /* TRUE algorithms must use pre SAW sense */
232 bool m_has_sawsw; /* TRUE if mat_tx is available */
233 bool m_has_gpio1; /* TRUE if mat_rx is available */
234 bool m_has_gpio2; /* TRUE if GPIO is available */
235 bool m_has_irqn; /* TRUE if IRQN is available */
259 bool m_enable_mpeg_output; /* If TRUE, enable MPEG output */
260 bool m_insert_rs_byte; /* If TRUE, insert RS byte */
261 bool m_enable_parallel; /* If TRUE, parallel out otherwise serial */
262 bool m_invert_data; /* If TRUE, invert DATA signals */
263 bool m_invert_err; /* If TRUE, invert ERR signal */
264 bool m_invert_str; /* If TRUE, invert STR signals */
265 bool m_invert_val; /* If TRUE, invert VAL signals */
266 bool m_invert_clk; /* If TRUE, invert CLK signals */
268 bool m_dvbt_static_clk; /* If TRUE, static MPEG clockrate will
H A Dstv0367_priv.h30 #ifndef TRUE
31 #define TRUE (1 == 1) macro
34 #define FALSE (!TRUE)
H A Dstv0900_sw.c63 no_signal = TRUE; stv0900_check_signal_presence()
154 if (zigzag == TRUE) stv0900_search_carr_sw_loop()
173 if (zigzag == TRUE) { stv0900_search_carr_sw_loop()
229 zigzag = TRUE; stv0900_sw_algo()
256 if ((lock == TRUE) stv0900_sw_algo()
257 || (no_signal == TRUE) stv0900_sw_algo()
270 (lock == TRUE)) { stv0900_sw_algo()
503 timingLock = TRUE; stv0900_check_timing_lock()
548 if (stv0900_check_timing_lock(intp, d) == TRUE) { stv0900_get_demod_cold_lock()
1105 return TRUE; stv0900_wait_for_lock()
1311 demod_timeout, fec_timeout) == TRUE) { stv0900_dvbs1_acq_workaround()
1312 intp->result[demod].locked = TRUE; stv0900_dvbs1_acq_workaround()
1323 demod_timeout, fec_timeout) == TRUE) { stv0900_dvbs1_acq_workaround()
1324 intp->result[demod].locked = TRUE; stv0900_dvbs1_acq_workaround()
1496 timing_lck = TRUE; stv0900_search_srate_coarse()
1697 coarse_fail = TRUE; stv0900_blind_search_algo()
1900 low_sr = TRUE; stv0900_algo()
1960 if (stv0900_check_timing_lock(intp, demod) == TRUE) stv0900_algo()
1965 if (lock == TRUE) stv0900_algo()
1968 if ((lock == TRUE) && (signal_type == STV0900_RANGEOK)) { stv0900_algo()
1992 fec_timeout, fec_timeout) == TRUE) { stv0900_algo()
1993 lock = TRUE; stv0900_algo()
1994 intp->result[demod].locked = TRUE; stv0900_algo()
H A Dstv0900_priv.h42 #ifndef TRUE
43 #define TRUE (1 == 1) macro
46 #define FALSE (!TRUE)
/linux-4.1.27/drivers/scsi/
H A Dscsi.h32 #ifndef TRUE
33 #define TRUE 1 macro
H A Dgdth_proc.c63 found = TRUE; gdth_set_asc_info()
99 gdth_write_through = TRUE; gdth_set_asc_info()
115 if (!gdth_ioctl_alloc(ha, sizeof(gdth_cpar_str), TRUE, &paddr)) gdth_set_asc_info()
279 flag = TRUE; gdth_show_info()
373 flag = TRUE; gdth_show_info()
376 is_mirr = TRUE; gdth_show_info()
455 flag = TRUE; gdth_show_info()
522 flag = TRUE; gdth_show_info()
572 ha->scratch_busy = TRUE; gdth_ioctl_alloc()
612 ret_val = TRUE; gdth_ioctl_check_bin()
H A Du14-34f.c405 * the driver sets host->wish_block = TRUE for all ISA boards.
505 #define TRUE 1 macro
599 int target_redo[MAX_TARGET][MAX_CHANNEL]; /* If TRUE redo i/o on target */
645 static int have_old_firmware = TRUE;
657 static int linked_comm = TRUE;
738 if (--loop == 0) return TRUE; wait_on_busy()
765 return TRUE; board_inquiry()
787 return TRUE; board_inquiry()
942 sh[j]->unchecked_isa_dma = TRUE; port_detect()
1016 return TRUE; port_detect()
1044 setup_done = TRUE; internal_setup()
1051 else if (c == 'y' || c == 'Y') val = TRUE; internal_setup()
1094 setup_done = TRUE; u14_34f_detect()
1139 cpp->sg = TRUE;
1425 HD(j)->target_redo[k][c] = TRUE; u14_34f_eh_host_reset()
1461 if (SCpnt == SCarg) arg_done = TRUE; u14_34f_eh_host_reset()
1474 do_trace = TRUE; u14_34f_eh_host_reset()
1477 HD(j)->in_reset = TRUE; u14_34f_eh_host_reset()
1583 unsigned int rev = FALSE, s = TRUE, r = TRUE; reorder()
1584 unsigned int input_only = TRUE, overlap = FALSE; reorder()
1634 if (cursec > ((maxsec + minsec) / 2)) rev = TRUE; reorder()
1647 || (rev && ((sl[n] + ll[n]) > sl[n - 1]))) overlap = TRUE; reorder()
1799 flush_dev(SCpnt->device, blk_rq_pos(SCpnt->request), j, TRUE); ihdlr()
1864 HD(j)->target_redo[k][c] = TRUE; ihdlr()
H A Dnsp32.c376 /* mode = TRUE; */ nsp32_build_identify()
764 int status = TRUE; nsp32_arbitration()
854 return TRUE; nsp32_reselection()
879 return TRUE; nsp32_setup_sg_table()
907 return TRUE;
1043 if (ret != TRUE) { nsp32_queuecommand_lck()
1156 return TRUE; nsp32hw_init()
1312 if (ret == TRUE) { do_nsp32_isr()
1609 * If they are same, set msgin03 == TRUE, nsp32_busfree_occur()
1619 data->cur_lunt->msgin03 = TRUE; nsp32_busfree_occur()
1691 return TRUE; nsp32_busfree_occur()
1698 return TRUE; nsp32_busfree_occur()
1707 return TRUE; nsp32_busfree_occur()
1944 int msgclear = TRUE; nsp32_msgin_occur()
1980 if (ret == TRUE) { nsp32_msgin_occur()
2166 if (msgclear == TRUE) { nsp32_msgin_occur()
2188 * If current msgin03 is TRUE, then flag on. nsp32_msgin_occur()
2190 if (data->cur_lunt->msgin03 == TRUE) { nsp32_msgin_occur()
3042 auto_sync = TRUE; nsp32_getprom_at24()
3050 auto_sync = TRUE; nsp32_getprom_at24()
3054 auto_sync = TRUE; nsp32_getprom_at24()
3062 if (auto_sync == TRUE) { nsp32_getprom_at24()
3075 return TRUE; nsp32_getprom_at24()
3143 return TRUE; nsp32_getprom_c16()
H A Ddpti.h161 #ifndef TRUE
162 #define TRUE 1 macro
H A Dgdth.c294 static u8 gdth_polling; /* polling if TRUE */
723 irq_found = TRUE; gdth_init_eisa()
914 found = TRUE; gdth_init_pci()
1023 found = TRUE; gdth_init_pci()
1145 found = TRUE; gdth_init_pci()
1460 answer_found = TRUE; gdth_wait()
1728 ha->more_proc = TRUE; gdth_search_drives()
1793 ha->hdr[drv_no].is_logdrv = TRUE; gdth_search_drives()
1931 ha->hdr[hdrive].present = TRUE; gdth_analyse_hdrive()
2039 this_cmd = firsttime = TRUE; gdth_next()
2040 next_cmd = gdth_polling ? FALSE:TRUE; gdth_next()
2437 mode64 = (ha->cache_feat & GDT_64BIT) ? TRUE : FALSE; gdth_fill_cache_cmd()
2617 mode64 = (ha->raw_feat & GDT_64BIT) ? TRUE : FALSE; gdth_fill_raw_cmd()
2932 found = TRUE; gdth_readapp_event()
3007 coalesced = TRUE; __gdth_interrupt()
3008 next = TRUE; __gdth_interrupt()
3348 ha->hdr[t].media_changed = TRUE; gdth_sync_event()
3351 ha->hdr[t].media_changed = TRUE; gdth_sync_event()
3943 gdth_polling = TRUE; gdth_eh_bus_reset()
3958 gdth_polling = TRUE; gdth_eh_bus_reset()
4399 ha->hdr[i].present = TRUE; ioc_rescan()
5169 gdth_polling = TRUE; gdth_init()
H A Dultrastor.c152 #define TRUE 1 macro
529 return TRUE; ultrastor_14f_detect()
642 return TRUE;
741 my_mscp->sg = TRUE;
/linux-4.1.27/include/uapi/linux/
H A Dam437x-vpfe.h77 /* only if bClampEnable is TRUE */
79 /* only if bClampEnable is TRUE */
81 /* only if bClampEnable is TRUE */
83 /* only if bClampEnable is TRUE */
H A Dlp.h72 #define LPABORT 0x0604 /* call with TRUE arg to abort on error,
79 #define LPCAREFUL 0x0609 /* call with TRUE arg to require out-of-paper, off-
82 #define LPABORTOPEN 0x060a /* call with TRUE arg to abort open() on error,
H A Dagpgart.h45 #ifndef TRUE
46 #define TRUE 1 macro
/linux-4.1.27/sound/oss/
H A Dos.h28 #define TRUE 1 macro
H A Daedsp16.c270 #define TRUE 1 macro
516 return TRUE; aedsp16_wait_data()
543 return ((aedsp16_read(port) == 0xaa) ? TRUE : FALSE); aedsp16_test_dsp()
559 if (aedsp16_test_dsp(port) == TRUE) { aedsp16_dsp_reset()
561 return TRUE; aedsp16_dsp_reset()
706 return TRUE; aedsp16_hard_write()
740 return TRUE; aedsp16_hard_read()
792 return TRUE; aedsp16_ext_cfg_write()
806 return TRUE; aedsp16_cfg_write()
831 return TRUE; aedsp16_init_mss()
920 return TRUE; aedsp16_setup_board()
935 return TRUE; aedsp16_stdcfg()
966 return TRUE; aedsp16_dsp_version()
1002 return TRUE; aedsp16_dsp_copyright()
1127 return TRUE; aedsp16_init_board()
1147 return TRUE; init_aedsp16_sb()
1188 return TRUE; init_aedsp16_mss()
1229 return TRUE; init_aedsp16_mpu()
1258 initialized = TRUE; init_aedsp16()
1266 initialized = TRUE; init_aedsp16()
1280 initialized = TRUE; init_aedsp16()
/linux-4.1.27/sound/pci/echoaudio/
H A Decho3g_dsp.c62 chip->bad_board = TRUE; init_hw()
63 chip->has_midi = TRUE; init_hw()
81 chip->has_phantom_power = TRUE; init_hw()
82 chip->hasnt_input_nominal_level = TRUE; init_hw()
H A Dlayla24_dsp.c54 chip->bad_board = TRUE; init_hw()
55 chip->has_midi = TRUE; init_hw()
81 chip->digital_in_automute = TRUE; set_mixer_defaults()
150 TRUE); load_asic()
290 return write_control_reg(chip, control_reg, TRUE); set_input_clock()
342 incompatible_clock = TRUE; dsp_set_digital_mode()
347 incompatible_clock = TRUE; dsp_set_digital_mode()
386 err = write_control_reg(chip, control_reg, TRUE); dsp_set_digital_mode()
H A Dgina24_dsp.c55 chip->bad_board = TRUE; init_hw()
90 chip->digital_in_automute = TRUE; set_mixer_defaults()
155 err = write_control_reg(chip, control_reg, TRUE); load_asic()
277 return write_control_reg(chip, control_reg, TRUE); set_input_clock()
294 incompatible_clock = TRUE; dsp_set_digital_mode()
298 incompatible_clock = TRUE; dsp_set_digital_mode()
336 err = write_control_reg(chip, control_reg, TRUE); dsp_set_digital_mode()
H A Dindigodjx_dsp.c50 chip->bad_board = TRUE; init_hw()
54 chip->asic_loaded = TRUE; init_hw()
H A Dindigoiox_dsp.c50 chip->bad_board = TRUE; init_hw()
54 chip->asic_loaded = TRUE; init_hw()
H A Dmia_dsp.c55 chip->bad_board = TRUE; init_hw()
59 chip->asic_loaded = TRUE; init_hw()
61 chip->has_midi = TRUE; init_hw()
H A Dmona_dsp.c55 chip->bad_board = TRUE; init_hw()
83 chip->digital_in_automute = TRUE; set_mixer_defaults()
151 err = write_control_reg(chip, control_reg, TRUE); load_asic()
359 return write_control_reg(chip, control_reg, TRUE); set_input_clock()
375 incompatible_clock = TRUE; dsp_set_digital_mode()
379 incompatible_clock = TRUE; dsp_set_digital_mode()
H A Ddarla20_dsp.c47 chip->bad_board = TRUE; init_hw()
53 chip->asic_loaded = TRUE; init_hw()
H A Ddarla24_dsp.c47 chip->bad_board = TRUE; init_hw()
51 chip->asic_loaded = TRUE; init_hw()
H A Dindigo_dsp.c52 chip->bad_board = TRUE; init_hw()
56 chip->asic_loaded = TRUE; init_hw()
H A Dindigodj_dsp.c52 chip->bad_board = TRUE; init_hw()
56 chip->asic_loaded = TRUE; init_hw()
H A Dindigoio_dsp.c52 chip->bad_board = TRUE; init_hw()
56 chip->asic_loaded = TRUE; init_hw()
H A Dgina20_dsp.c51 chip->bad_board = TRUE; init_hw()
57 chip->asic_loaded = TRUE; init_hw()
H A Dechoaudio_3g.c58 chip->asic_loaded = TRUE; check_asic_status()
246 E3G_FREQ_REG_DEFAULT, TRUE); load_asic()
386 incompatible_clock = TRUE; dsp_set_digital_mode()
390 incompatible_clock = TRUE; dsp_set_digital_mode()
H A Dechoaudio_dsp.c106 chip->bad_board = TRUE; /* Set TRUE until DSP re-loaded */ write_dsp()
107 dev_dbg(chip->card->dev, "write_dsp: Set bad_board to TRUE\n"); write_dsp()
129 chip->bad_board = TRUE; /* Set TRUE until DSP re-loaded */ read_dsp()
130 dev_err(chip->card->dev, "read_dsp: Set bad_board to TRUE\n"); read_dsp()
169 chip->asic_loaded = TRUE; check_asic_status()
344 chip->bad_board = TRUE; /* Set TRUE until DSP loaded */ load_dsp()
348 dev_dbg(chip->card->dev, "load_dsp: Set bad_board to TRUE\n"); load_dsp()
984 chip->bad_board = TRUE; /* Set TRUE until DSP loaded */ init_dsp_comm_page()
H A Dlayla20_dsp.c54 chip->bad_board = TRUE; init_hw()
55 chip->has_midi = TRUE; init_hw()
130 chip->asic_loaded = TRUE; check_asic_status()
H A Dechoaudio.h156 #define TRUE 1 macro
381 char asic_loaded; /* Set TRUE when ASIC loaded */
382 char bad_board; /* Set TRUE if DSP won't load */
/linux-4.1.27/drivers/char/mwave/
H A D3780i.c127 rSlaveControl.ConfigMode = TRUE; dsp3780I_WriteGenCfg()
158 rSlaveControl.ConfigMode = TRUE;
233 rUartCfg2.Enable = TRUE; dsp3780I_EnableDSP()
241 rHBridgeCfg2.Enable = TRUE; dsp3780I_EnableDSP()
281 rSlaveControl.SoftReset = TRUE; dsp3780I_EnableDSP()
330 rHBridgeControl.MemAutoInc = TRUE; dsp3780I_EnableDSP()
348 "3780i::dsp3780I_EnableDSP exiting bRC=TRUE, ChipID %x\n", dsp3780I_EnableDSP()
364 rSlaveControl.SoftReset = TRUE; dsp3780I_DisableDSP()
406 rBootDomain.ResetCore = TRUE; dsp3780I_Reset()
407 rBootDomain.Halt = TRUE; dsp3780I_Reset()
408 rBootDomain.NMI = TRUE; dsp3780I_Reset()
441 rBootDomain.ResetCore = TRUE; dsp3780I_Run()
443 rBootDomain.NMI = TRUE; dsp3780I_Run()
460 rHBridgeControl.EnableDspInt = TRUE; dsp3780I_Run()
469 PRINTK_1(TRACE_3780I, "3780i::dsp3780i_Run exit bRC=TRUE\n"); dsp3780I_Run()
511 "3780I::dsp3780I_ReadDStore exit bRC=TRUE\n"); dsp3780I_ReadDStore()
553 "3780I::dsp3780I_ReadAndClearDStore exit bRC=TRUE\n"); dsp3780I_ReadAndClearDStore()
595 "3780I::dsp3780D_WriteDStore exit bRC=TRUE\n"); dsp3780I_WriteDStore()
643 "3780I::dsp3780I_ReadIStore exit bRC=TRUE\n"); dsp3780I_ReadIStore()
692 "3780I::dsp3780I_WriteIStore exit bRC=TRUE\n"); dsp3780I_WriteIStore()
728 rHBridgeControl.EnableDspInt = TRUE; dsp3780I_GetIPCSource()
H A Dtp3780i.c83 rGpioDriverEnable.Enable10 = TRUE; EnableSRAM()
84 rGpioDriverEnable.Mask10 = TRUE; EnableSRAM()
89 rGpioOutputData.Mask10 = TRUE; EnableSRAM()
130 if (pDrvData->IPCs[usPCNum - 1].bIsEnabled == TRUE) { DspInterrupt()
339 pSettings->bDspIrqActiveLow = pSettings->bDspIrqPulse = TRUE; tp3780I_EnableDSP()
340 pSettings->bUartIrqActiveLow = pSettings->bUartIrqPulse = TRUE; tp3780I_EnableDSP()
376 bInterruptAllocated = TRUE; tp3780I_EnableDSP()
377 pSettings->bInterruptClaimed = TRUE; tp3780I_EnableDSP()
381 if (smapi_set_DSP_power_state(TRUE)) { tp3780I_EnableDSP()
382 PRINTK_ERROR(KERN_ERR_MWAVE "tp3780i::tp3780I_EnableDSP: Error: smapi_set_DSP_power_state(TRUE) failed\n"); tp3780I_EnableDSP()
385 bDSPPoweredUp = TRUE; tp3780I_EnableDSP()
395 pBDData->bDSPEnabled = TRUE; tp3780I_EnableDSP()
H A Dmwavedd.c300 pDrvData->IPCs[ipcnum].bIsEnabled = TRUE; mwave_ioctl()
327 if (pDrvData->IPCs[ipcnum].bIsEnabled == TRUE) { mwave_ioctl()
335 pDrvData->IPCs[ipcnum].bIsHere = TRUE; mwave_ioctl()
387 if (pDrvData->IPCs[ipcnum].bIsEnabled == TRUE) { mwave_ioctl()
389 if (pDrvData->IPCs[ipcnum].bIsHere == TRUE) { mwave_ioctl()
604 pDrvData->bBDInitialized = TRUE; mwave_init()
629 pDrvData->bResourcesClaimed = TRUE; mwave_init()
642 pDrvData->bDSPEnabled = TRUE; mwave_init()
650 pDrvData->bMwaveDevRegistered = TRUE; mwave_init()
671 pDrvData->device_registered = TRUE; mwave_init()
H A D3780i.h104 unsigned char Enable:1; /* RW: Enable I/O and IRQ: 0=FALSE, 1=TRUE */
117 unsigned char Enable:1; /* RW: enable I/O and IRQ: 0=FALSE, 1=TRUE */
136 unsigned char GateIOCHRDY:1; /* RW: Enable IOCHRDY gating: 0=FALSE, 1=TRUE */
141 unsigned char Enable:1; /* RW: Enable low power suspend/resume 0=FALSE, 1=TRUE */
H A Dsmapi.h52 #define TRUE 1 macro
/linux-4.1.27/drivers/staging/unisys/visorutil/
H A Dperiodic_work.c88 rc = TRUE; /* yes, TRUE; see visor_periodic_work_stop() */ visor_periodic_work_nextperiod()
96 rc = TRUE; visor_periodic_work_nextperiod()
103 /** This function returns TRUE iff new periodic work was actually started.
126 pw->is_scheduled = TRUE; visor_periodic_work_start()
127 rc = TRUE; visor_periodic_work_start()
134 /** This function returns TRUE iff your call actually stopped the periodic
175 pw->want_to_stop = TRUE; visor_periodic_work_stop()
H A Dmemregion_direct.c90 memregion->overlapped = TRUE; visor_memregion_create_overlapped()
103 memregion->requested = TRUE; mapit()
107 return TRUE; mapit()
193 return memregion_readwrite(TRUE, memregion, offset, src, nbytes); visor_memregion_write()
H A Dvisorkmodutils.c56 unisys_spar_platform = TRUE; visorutil_mod_init()
/linux-4.1.27/scripts/kconfig/lxdialog/
H A Dchecklist.c149 keypad(dialog, TRUE);
173 keypad(list, TRUE);
228 scrollok(list, TRUE);
234 print_item(list, 0, TRUE);
255 scrollok(list, TRUE);
261 print_item(list, max_choice - 1, TRUE);
280 print_item(list, choice, TRUE);
H A Dmenubox.c174 scrollok(win, TRUE); do_scroll()
212 keypad(dialog, TRUE); dialog_menu()
236 keypad(menu, TRUE); dialog_menu()
337 scrollok(menu, TRUE); dialog_menu()
362 print_item(scroll + choice, choice, TRUE); dialog_menu()
H A Dtextbox.c107 keypad(dialog, TRUE); dialog_textbox()
116 keypad(box, TRUE); dialog_textbox()
132 print_button(dialog, gettext(" Exit "), height - 2, width / 2 - 4, TRUE); dialog_textbox()
H A Dyesno.c60 keypad(dialog, TRUE); dialog_yesno()
H A Dutil.c333 keypad(stdscr, TRUE); init_dialog()
566 nodelay(win, TRUE); on_key_esc()
574 keypad(win, TRUE); on_key_esc()
/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_ecdis.h44 #define TRUE (!FALSE) macro
94 det->hit = TRUE; echo_can_disable_detector_update()
98 det->tone_present = TRUE; echo_can_disable_detector_update()
/linux-4.1.27/include/media/davinci/
H A Ddm644x_ccdc.h86 /* only if bClampEnable is TRUE */
88 /* only if bClampEnable is TRUE */
90 /* only if bClampEnable is TRUE */
92 /* only if bClampEnable is TRUE */
H A Ddm355_ccdc.h106 /* only if bClampEnable is TRUE */
108 /* only if bClampEnable is TRUE */
110 /* only if bClampEnable is TRUE */
112 /* only if bClampEnable is TRUE */
/linux-4.1.27/arch/parisc/math-emu/
H A Dfrnd.c94 inexact = TRUE; sgl_frnd()
120 inexact = TRUE; sgl_frnd()
200 inexact = TRUE; dbl_frnd()
228 inexact = TRUE; dbl_frnd()
H A Dfcnvfu.c110 inexact = TRUE; sgl_to_sgl_fcnvfu()
132 inexact = TRUE; sgl_to_sgl_fcnvfu()
231 inexact = TRUE; sgl_to_dbl_fcnvfu()
253 inexact = TRUE; sgl_to_dbl_fcnvfu()
349 inexact = TRUE; dbl_to_sgl_fcnvfu()
380 inexact = TRUE; dbl_to_sgl_fcnvfu()
474 inexact = TRUE; dbl_to_dbl_fcnvfu()
494 inexact = TRUE; dbl_to_dbl_fcnvfu()
H A Dfcnvfx.c101 inexact = TRUE; sgl_to_sgl_fcnvfx()
125 inexact = TRUE; sgl_to_sgl_fcnvfx()
207 inexact = TRUE; sgl_to_dbl_fcnvfx()
238 inexact = TRUE; sgl_to_dbl_fcnvfx()
320 inexact = TRUE; dbl_to_sgl_fcnvfx()
357 inexact = TRUE; dbl_to_sgl_fcnvfx()
439 inexact = TRUE; dbl_to_dbl_fcnvfx()
470 inexact = TRUE; dbl_to_dbl_fcnvfx()
H A Ddfdiv.c259 if (Dbl_iszero_sign(opnd1p1)) guardbit = TRUE; dbl_fdiv()
308 inexact = TRUE; dbl_fdiv()
329 is_tiny = TRUE; dbl_fdiv()
H A Dsfdiv.c253 if (Sgl_iszero_sign(opnd1)) guardbit = TRUE; sgl_fdiv()
302 inexact = TRUE; sgl_fdiv()
323 is_tiny = TRUE; sgl_fdiv()
H A Ddfmpy.c300 inexact = TRUE; dbl_fmpy()
324 is_tiny = TRUE; dbl_fmpy()
H A Dsfmpy.c286 inexact = TRUE; sgl_fmpy()
310 is_tiny = TRUE; sgl_fmpy()
H A Ddfadd.c461 inexact = TRUE; dbl_fadd()
512 inexact = TRUE; dbl_fadd()
H A Ddfsub.c464 inexact = TRUE; dbl_fsub()
515 inexact = TRUE; dbl_fsub()
H A Dfmpyfadd.c638 inexact = TRUE; dbl_fmpyfadd()
686 inexact = TRUE; dbl_fmpyfadd()
1298 inexact = TRUE; dbl_fmpynfadd()
1346 inexact = TRUE; dbl_fmpynfadd()
1940 inexact = TRUE; sgl_fmpyfadd()
1987 inexact = TRUE; sgl_fmpyfadd()
2582 inexact = TRUE; sgl_fmpynfadd()
2629 inexact = TRUE; sgl_fmpynfadd()
H A Dsfadd.c456 inexact = TRUE; sgl_fadd()
508 inexact = TRUE; sgl_fadd()
H A Dsfsub.c459 inexact = TRUE; sgl_fsub()
511 inexact = TRUE; sgl_fsub()
/linux-4.1.27/include/linux/
H A Delf.h8 /* Executables for which elf_read_implies_exec() returns TRUE will
H A Dpnfs_osd_xdr.h162 * case TRUE:
210 * case TRUE:
H A Dipmi.h237 * default. The user must set this to TRUE to get incoming events.
238 * The first user that sets this to TRUE will receive all events that
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dsmtstate.h93 unsigned char pcm_bsf ; /* flag bs : TRUE/FALSE */
94 unsigned char pcm_lsf ; /* flag ls : TRUE/FALSE */
H A Dtargethw.h76 short wdog_used ; /* TRUE if the watch dog is used */
H A Dtargetos.h62 #define TRUE 1 macro
H A Dsmc.h361 u_char build_ring_map ; /* build ringmap if TRUE */
392 * TRUE: SMT will reinstert into the ring
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Drfkill.c29 /* Returns TRUE, if the radio is enabled in hardware. */ b43legacy_is_hw_radio_enabled()
40 * that happens, unconditionally return TRUE. b43legacy_is_hw_radio_enabled()
/linux-4.1.27/tools/power/acpi/tools/acpidump/
H A Dapmain.c179 gbl_binary_mode = TRUE; ap_do_options()
184 gbl_dump_customized_tables = TRUE; ap_do_options()
215 gbl_summary_mode = TRUE; ap_do_options()
221 acpi_gbl_do_not_use_xsdt = TRUE; ap_do_options()
223 gbl_do_not_dump_xsdt = TRUE; ap_do_options()
234 gbl_verbose_mode = TRUE; ap_do_options()
H A Dapdump.c58 * RETURN: TRUE if the header appears to be valid. FALSE otherwise
86 return (TRUE); ap_is_valid_header()
95 * RETURN: TRUE if the checksum appears to be valid. FALSE otherwise.
/linux-4.1.27/drivers/acpi/acpica/
H A Dexmisc.c487 * logical_result - TRUE/FALSE result of the operation
513 local_result = TRUE; acpi_ex_do_logical_numeric_op()
520 local_result = TRUE; acpi_ex_do_logical_numeric_op()
543 * logical_result - TRUE/FALSE result of the operation
628 local_result = TRUE; acpi_ex_do_logical_op()
635 local_result = TRUE; acpi_ex_do_logical_op()
642 local_result = TRUE; acpi_ex_do_logical_op()
674 /* Length and all bytes match ==> TRUE */ acpi_ex_do_logical_op()
676 local_result = TRUE; acpi_ex_do_logical_op()
683 local_result = TRUE; acpi_ex_do_logical_op()
684 goto cleanup; /* TRUE */ acpi_ex_do_logical_op()
693 local_result = TRUE; acpi_ex_do_logical_op()
703 local_result = TRUE; acpi_ex_do_logical_op()
704 goto cleanup; /* TRUE */ acpi_ex_do_logical_op()
710 local_result = TRUE; acpi_ex_do_logical_op()
H A Dutstring.c433 * RETURN: TRUE if the character is valid, FALSE otherwise
453 return (TRUE); acpi_ut_valid_acpi_char()
459 return (TRUE); acpi_ut_valid_acpi_char()
469 * RETURN: TRUE if the name is valid, FALSE otherwise
490 return (TRUE); acpi_ut_valid_acpi_name()
538 found_bad_char = TRUE; acpi_ut_repair_name()
596 * RETURN: TRUE if the operation would overflow the destination buffer.
613 return (TRUE); acpi_ut_safe_strcpy()
624 return (TRUE); acpi_ut_safe_strcat()
642 return (TRUE); acpi_ut_safe_strncat()
H A Devglock.c105 acpi_gbl_global_lock_present = TRUE; acpi_ev_init_global_lock_handler()
241 acpi_gbl_global_lock_acquired = TRUE; acpi_ev_acquire_global_lock()
253 acpi_gbl_global_lock_acquired = TRUE; acpi_ev_acquire_global_lock()
264 acpi_gbl_global_lock_pending = TRUE; acpi_ev_acquire_global_lock()
H A Dutinit.c204 acpi_gbl_acpi_hardware_present = TRUE; acpi_ut_init_globals()
216 acpi_gbl_system_awake_and_running = TRUE; acpi_ut_init_globals()
H A Dexnames.c288 has_prefix = TRUE; acpi_ex_get_name_string()
305 has_prefix = TRUE; acpi_ex_get_name_string()
334 has_prefix = TRUE; acpi_ex_get_name_string()
367 has_prefix = TRUE; acpi_ex_get_name_string()
H A Dexutils.c145 * RETURN: TRUE if a truncation was performed, FALSE otherwise.
174 return (TRUE); acpi_ex_truncate_for32bit_table()
387 * RETURN: TRUE if valid/supported ID.
403 return (TRUE); acpi_is_valid_space_id()
H A Dutmisc.c57 * RETURN: TRUE if the Id is a match for a PCI/PCI-Express Root Bridge
72 return (TRUE); acpi_ut_is_pci_root_bridge()
85 * RETURN: TRUE if table contains executable AML; FALSE otherwise
101 return (TRUE); acpi_ut_is_aml_table()
H A Dexoparg2.c534 logical_result = TRUE; /* TRUE = Acquire timed out */ acpi_ex_opcode_2A_0T_1R()
543 logical_result = TRUE; /* TRUE, Wait timed out */ acpi_ex_opcode_2A_0T_1R()
558 * Set return value to according to logical_result. logical TRUE (all ones) acpi_ex_opcode_2A_0T_1R()
H A Ddsutils.c106 * RETURN: TRUE if implicit return enabled, FALSE otherwise
141 return (TRUE); acpi_ds_do_implicit_return()
153 return (TRUE); acpi_ds_do_implicit_return()
163 * RETURN: TRUE if result is used, FALSE otherwise
181 return_UINT8(TRUE); acpi_ds_is_result_used()
194 TRUE); acpi_ds_is_result_used()
309 return_UINT8(TRUE); acpi_ds_is_result_used()
H A Dtbutils.c106 * RETURN: TRUE if required ACPI tables are loaded
117 return (TRUE); acpi_tb_tables_loaded()
395 FALSE, TRUE, acpi_tb_parse_root_table()
H A Dutxface.c79 acpi_gbl_shutdown = TRUE; acpi_terminate()
85 ACPI_DEBUGGER_EXEC(acpi_gbl_db_terminate_threads = TRUE); acpi_terminate()
464 * warn - TRUE if warning on overlap desired
H A Devmisc.c61 * RETURN: TRUE if notifies allowed on this object
78 return (TRUE); acpi_ev_is_notify_object()
H A Dexoparg6.c88 * RETURN: TRUE if the match is successful, FALSE otherwise
101 u8 logical_result = TRUE; acpi_ex_do_match()
H A Drsaddr.c300 * RETURN: TRUE if the resource_type field is OK, FALSE otherwise
340 return (TRUE); acpi_rs_get_address_common()
H A Devgpeinit.c252 walk_info.execute_by_owner_id = TRUE; acpi_ev_update_gpes()
303 * per-owner_id evaluation if execute_by_owner_id is TRUE in the
312 * If walk_info->execute_by_owner_id is TRUE, we only execute examine GPE methods
H A Devrgnini.c342 * RETURN: TRUE if device is a PCI/PCI-Express Root Bridge
368 return (TRUE); acpi_ev_is_pci_root_bridge()
383 return (TRUE); acpi_ev_is_pci_root_bridge()
H A Dtbinstal.c62 * RETURN: TRUE if both tables are identical.
91 table_length)) ? FALSE : TRUE); acpi_tb_compare_tables()
203 acpi_tb_install_table_with_override(table_index, &new_table_desc, TRUE); acpi_tb_install_fixed_table()
H A Dacglobal.h143 ACPI_INIT_GLOBAL(u8, acpi_gbl_shutdown, TRUE);
308 ACPI_INIT_GLOBAL(u8, acpi_gbl_cstyle_disassembly, TRUE);
H A Dhwpci.c248 u8 is_bridge = TRUE; acpi_hw_process_pci_list()
407 *is_bridge = TRUE; acpi_hw_get_pci_device_info()
H A Dnswalk.c329 node_previously_visited = TRUE; acpi_ns_walk_namespace()
351 node_previously_visited = TRUE; acpi_ns_walk_namespace()
H A Dutdecode.c528 * RETURN: TRUE if valid object type, FALSE otherwise
544 return (TRUE); acpi_ut_valid_object_type()
H A Devhandler.c144 * RETURN: TRUE if default handler is installed, FALSE otherwise
170 return (TRUE); acpi_ev_has_default_handler()
H A Dexconfig.c488 TRUE, TRUE, &table_index); acpi_ex_load_op()
H A Dtbdata.c750 * is_loaded - TRUE if table is loaded, FALSE otherwise
754 * DESCRIPTION: Sets the table loaded flag to either TRUE or FALSE.
H A Dutobject.c329 * RETURN: TRUE if object is valid, FALSE otherwise
354 return (TRUE); acpi_ut_valid_internal_object()
H A Dutosi.c60 * 1) New BIOSs tend to test only the case where the host responds TRUE to
62 * _OSI string. Not responding TRUE to the latest version of Windows will
H A Dutprint.c264 && base != 10) ? TRUE : FALSE; acpi_ut_format_number()
265 upper = (type & ACPI_FORMAT_UPPER) ? TRUE : FALSE; acpi_ut_format_number()
/linux-4.1.27/scripts/kconfig/
H A Dgconf.c38 static gboolean show_name = TRUE;
39 static gboolean show_range = TRUE;
40 static gboolean show_value = TRUE;
231 gtk_tree_view_set_headers_visible(view, TRUE); init_left_tree()
232 gtk_tree_view_set_rules_hint(view, TRUE); init_left_tree()
274 gtk_tree_view_set_headers_visible(view, TRUE); init_right_tree()
275 gtk_tree_view_set_rules_hint(view, TRUE); init_right_tree()
355 gtk_tree_view_column_set_resizable(column, TRUE); init_right_tree()
454 return TRUE; on_window1_delete_event()
916 gtk_widget_set_sensitive(back_btn, TRUE); on_treeview2_button_press_event()
919 gtk_tree_view_expand_row(view, path, TRUE); on_treeview2_button_press_event()
924 gtk_tree_view_expand_row(view, path, TRUE); on_treeview2_button_press_event()
928 gtk_tree_view_expand_row(view, path, TRUE); on_treeview2_button_press_event()
956 return TRUE; on_treeview2_key_press_event()
1068 row[COL_PIXVIS] = GINT_TO_POINTER(TRUE); fill_row()
1079 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); fill_row()
1108 row[COL_BTNRAD] = GINT_TO_POINTER(TRUE); fill_row()
1114 row[COL_BTNVIS] = GINT_TO_POINTER(TRUE); fill_row()
1130 row[COL_BTNINC] = GINT_TO_POINTER(TRUE); fill_row()
1135 row[COL_BTNACT] = GINT_TO_POINTER(TRUE); fill_row()
1152 row[COL_EDIT] = GINT_TO_POINTER(TRUE); fill_row()
1309 valid = TRUE; update_tree()
H A Dqconf.cc221 setRenameEnabled(i, TRUE); updateMenu()
277 setOpen(TRUE); init()
347 setRootIsDecorated(TRUE); ConfigList()
509 item->setOpen(TRUE); setValue()
541 item->setOpen(TRUE); changeValue()
821 setSelected(item, TRUE); focusInEvent()
835 action->setToggleAction(TRUE); contextMenuEvent()
843 action->setToggleAction(TRUE); contextMenuEvent()
851 action->setToggleAction(TRUE); contextMenuEvent()
1174 action->setToggleAction(TRUE); createPopupMenu()
1349 showNameAction->setToggleAction(TRUE); ConfigMainWindow()
1354 showRangeAction->setToggleAction(TRUE); ConfigMainWindow()
1359 showDataAction->setToggleAction(TRUE); ConfigMainWindow()
1365 optGroup->setExclusive(TRUE); ConfigMainWindow()
1380 configView->showNormalAction->setToggleAction(TRUE); ConfigMainWindow()
1382 configView->showAllAction->setToggleAction(TRUE); ConfigMainWindow()
1384 configView->showPromptAction->setToggleAction(TRUE); ConfigMainWindow()
1388 showDebugAction->setToggleAction(TRUE); ConfigMainWindow()
1517 backAction->setEnabled(TRUE); changeMenu()
1549 menuList->setSelected(item, TRUE); setMenuLink()
1565 list->setSelected(item, TRUE); setMenuLink()
1588 menuList->setSelected(item, TRUE); goBack()
1604 configList->setAllOpen(TRUE); showSingleView()
1615 configList->setAllOpen(TRUE); showSplitView()
1619 menuList->setAllOpen(TRUE); showSplitView()
H A Dnconf.gui.c290 keypad(win, TRUE); btn_dialog()
399 keypad(form_win, TRUE); dialog_inputbox()
584 keypad(win, TRUE); show_scroll_win()
/linux-4.1.27/drivers/video/fbdev/riva/
H A Dnv_driver.c74 present = (NV_RD32(PRAMDAC, 0x0608) & (1 << 28)) ? TRUE : FALSE; riva_is_connected()
130 par->SecondCRTC = TRUE; riva_is_second()
140 par->SecondCRTC = TRUE; riva_is_second()
146 par->SecondCRTC = TRUE; riva_is_second()
379 par->SecondCRTC = TRUE; riva_common_setup()
382 par->SecondCRTC = TRUE; riva_common_setup()
418 par->riva.flatPanel = (par->FlatPanel > 0) ? TRUE : FALSE; riva_common_setup()
H A Driva_hw.h56 #ifndef TRUE
57 #define TRUE 1 macro
/linux-4.1.27/arch/alpha/kernel/
H A Dsmc37c669.c937 #ifndef TRUE
938 #define TRUE 1 macro
1135 SMC37c669_config_mode( TRUE ); SMC37c669_detect()
1167 SMC37c669_config_mode( TRUE ); SMC37c669_detect()
1207 ** Returns TRUE is the device function was enabled, otherwise, FALSE
1234 SMC37c669_config_mode( TRUE ); SMC37c669_enable_device()
1262 ret_val = TRUE; SMC37c669_enable_device()
1291 ret_val = TRUE; SMC37c669_enable_device()
1339 ret_val = TRUE; SMC37c669_enable_device()
1387 ret_val = TRUE; SMC37c669_enable_device()
1413 ret_val = TRUE; SMC37c669_enable_device()
1441 ** Return TRUE if the device function was disabled, otherwise, FALSE
1464 SMC37c669_config_mode( TRUE ); SMC37c669_disable_device()
1487 ret_val = TRUE; SMC37c669_disable_device()
1512 ret_val = TRUE; SMC37c669_disable_device()
1553 ret_val = TRUE; SMC37c669_disable_device()
1594 ret_val = TRUE; SMC37c669_disable_device()
1618 ret_val = TRUE; SMC37c669_disable_device()
1655 ** Returns TRUE if the device function was configured,
1664 ** If this function returns TRUE, the local shadow copy of
1703 return TRUE;
1724 ** Returns TRUE if the device function is enabled, otherwise, FALSE
1748 SMC37c669_config_mode( TRUE ); SMC37c669_is_device_enabled()
1754 dev_ok = TRUE; SMC37c669_is_device_enabled()
1759 dev_ok = TRUE; SMC37c669_is_device_enabled()
1764 dev_ok = TRUE; SMC37c669_is_device_enabled()
1769 dev_ok = TRUE; SMC37c669_is_device_enabled()
1774 dev_ok = TRUE; SMC37c669_is_device_enabled()
1786 ret_val = TRUE; SMC37c669_is_device_enabled()
1822 ** Returns TRUE if the device configuration was successfully
1854 ret_val = TRUE;
1858 ret_val = TRUE;
1862 ret_val = TRUE;
1959 ** TRUE to enter configuration mode, FALSE to exit.
2416 SMC37c669_config_mode( TRUE );
2442 SMC37c669_config_mode( TRUE ); SMC37c669_dump_registers()
2498 SMC37c669_config_mode( TRUE ); SMC669_Init()
2545 SMC37c669_config_mode( TRUE );
/linux-4.1.27/include/acpi/
H A Dacpixf.h126 * interpreter strictly follows the ACPI specification. Setting to TRUE
142 * is TRUE, meaning that all non_serialized methods are scanned once at
147 ACPI_INIT_GLOBAL(u8, acpi_gbl_auto_serialize_methods, TRUE);
150 * Create the predefined _OSI method in the namespace? Default is TRUE
154 ACPI_INIT_GLOBAL(u8, acpi_gbl_create_osi_method, TRUE);
158 * TRUE to use the defaults, if an FADT contains incorrect widths/lengths.
160 ACPI_INIT_GLOBAL(u8, acpi_gbl_use_default_register_widths, TRUE);
164 * this to TRUE to verify the table checksum before install it to the table
169 ACPI_INIT_GLOBAL(u8, acpi_gbl_verify_table_checksum, TRUE);
207 * Default is TRUE, favor the 32-bit addresses.
209 ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_facs_addresses, TRUE);
214 * this value is set to TRUE if any Windows OSI strings have been
280 * is set to TRUE.
H A Dacconfig.h92 * platforms (as defined in ACPI 5.0). Set to TRUE to generate a specialized
96 * If TRUE, this means no support for the following:
/linux-4.1.27/net/irda/
H A Dirda_device.c108 pr_debug("%s(%s)\n", __func__, status ? "TRUE" : "FALSE"); irda_device_set_media_busy()
123 self->media_busy = TRUE; irda_device_set_media_busy()
187 int finished = TRUE; irda_task_kick()
201 return TRUE; irda_task_kick()
208 return TRUE; irda_task_kick()
H A Dirlap_event.c193 if (self->fast_RR == TRUE) { irlap_start_poll_timer()
210 self->fast_RR = TRUE; irlap_start_poll_timer()
266 self->local_busy = TRUE; irlap_do_event()
390 irlap_send_discovery_xid_frame(self, info->S, info->s, TRUE, irlap_state_ndm()
413 self->frame_sent = TRUE; irlap_state_ndm()
515 irda_device_set_media_busy(self->netdev, TRUE); irlap_state_ndm()
618 self->add_wait = TRUE; irlap_state_query()
625 self->s, TRUE, irlap_state_query()
635 TRUE, irlap_state_query()
706 self->frame_sent = TRUE; irlap_state_reply()
914 irlap_apply_connection_parameters(self, TRUE); irlap_state_setup()
1240 self->ack_required = TRUE; irlap_state_nrm_p()
1393 self->xmitflag = TRUE; irlap_state_nrm_p()
1410 irlap_data_indication(self, skb, TRUE); irlap_state_nrm_p()
1414 irlap_data_indication(self, skb, TRUE); irlap_state_nrm_p()
1476 self->xmitflag = TRUE; irlap_state_nrm_p()
1484 self->remote_busy = TRUE; irlap_state_nrm_p()
1495 self->xmitflag = TRUE; irlap_state_nrm_p()
1515 self->add_wait = TRUE; irlap_state_nrm_p()
1897 self->ack_required = TRUE; irlap_state_nrm_s()
1931 self->ack_required = TRUE; irlap_state_nrm_s()
2023 irlap_data_indication(self, skb, TRUE); irlap_state_nrm_s()
2032 irlap_data_indication(self, skb, TRUE); irlap_state_nrm_s()
2038 irlap_data_indication(self, skb, TRUE); irlap_state_nrm_s()
2187 self->ack_required = TRUE; irlap_state_nrm_s()
H A Dwrapper.c293 irda_device_set_media_busy(dev, TRUE); async_unwrap_bof()
305 rx_buff->in_frame = TRUE; async_unwrap_bof()
333 irda_device_set_media_busy(dev, TRUE); async_unwrap_eof()
361 irda_device_set_media_busy(dev, TRUE); async_unwrap_eof()
385 irda_device_set_media_busy(dev, TRUE); async_unwrap_ce()
451 irda_device_set_media_busy(dev, TRUE); async_unwrap_other()
H A Dirlap.c287 self->connect_pending = TRUE; irlap_connect_request()
425 self->disconnect_pending = TRUE; irlap_disconnect_request()
440 self->disconnect_pending = TRUE; irlap_disconnect_request()
927 irlap_change_speed(self, 9600, TRUE); irlap_apply_default_connection_parameters()
930 irda_device_set_media_busy(self->netdev, TRUE); irlap_apply_default_connection_parameters()
1138 "TRUE" : "FALSE"); irlap_seq_show()
1140 "TRUE" : "FALSE"); irlap_seq_show()
H A Dirttp.c518 self->close_pend = TRUE; irttp_close_tsap()
688 self->tx_sdu_busy = TRUE; irttp_data_request()
1064 self->rx_sdu_busy = TRUE; irttp_flow_request()
1220 self->connected = TRUE; irttp_connect_confirm()
1388 self->connected = TRUE; irttp_connect_response()
1603 * attempted to close the tsap and self->close_pend would be TRUE. irttp_disconnect_indication()
1643 self->rx_sdu_busy = TRUE; irttp_do_data_indication()
1839 self->connected ? "TRUE" : "FALSE"); irttp_seq_show()
1855 self->tx_sdu_busy ? "TRUE" : "FALSE"); irttp_seq_show()
1857 self->rx_sdu_busy ? "TRUE" : "FALSE"); irttp_seq_show()
H A Dirlmp.c352 irlmp_expire_discoveries(irlmp->cachelog, link->saddr, TRUE); irlmp_unregister_link()
482 set_bit(0, &self->connected); /* TRUE */ irlmp_connect_request()
937 return irlmp_copy_discoveries(irlmp->cachelog, pn, mask, TRUE); irlmp_get_discoveries()
1635 IRDA_ASSERT(irlmp != NULL, return TRUE;); irlmp_slsap_inuse()
1636 IRDA_ASSERT(irlmp->magic == LMP_MAGIC, return TRUE;); irlmp_slsap_inuse()
1637 IRDA_ASSERT(slsap_sel != LSAP_ANY, return TRUE;); irlmp_slsap_inuse()
1647 return TRUE; irlmp_slsap_inuse()
1714 return TRUE; irlmp_slsap_inuse()
1720 return TRUE; irlmp_slsap_inuse()
H A Dirlmp_frame.c48 irlap_data_request(self->irlap, skb, TRUE); irlmp_send_data_pdu()
399 lap->cache.valid = TRUE; irlmp_update_cache()
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h51 #ifndef TRUE
52 #define TRUE 1 macro
H A Daicasm_gram.y1014 in_critical_section = TRUE;
1317 format_1_instr(AIC_OP_AND, &none, &immed, &allzeros, TRUE);
1468 cur_symbol->info.rinfo->typecheck_masks = TRUE;
1874 and_op = TRUE;
1991 return (TRUE);
2001 return (TRUE);
/linux-4.1.27/drivers/staging/unisys/visorchannel/
H A Dvisorchannel_funcs.c126 TRUE); visorchannel_create_with_lock()
146 TRUE); visorchannel_create_overlapped_with_lock()
333 rc = TRUE; sig_read_header()
358 rc = TRUE; sig_do_data()
374 return sig_do_data(channel, queue, sig_hdr, slot, data, TRUE); sig_write_data()
421 return TRUE; signalremove_inner()
477 return TRUE; signalinsert_inner()
654 hex_dump_to_buffer(tbuf, i, 16, 1, fmtbuf, fmtbufsize, TRUE); visorchannel_dump_section()
/linux-4.1.27/include/net/irda/
H A Dirda.h36 #ifndef TRUE
37 #define TRUE 1 macro
/linux-4.1.27/drivers/net/wireless/b43/
H A Drfkill.c28 /* Returns TRUE, if the radio is enabled in hardware. */ b43_is_hw_radio_enabled()
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Delf.h30 * An executable for which elf_read_implies_exec() returns TRUE will
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Drse.h21 * Return TRUE if ADDR is the address of an RNAT slot.
/linux-4.1.27/arch/ia64/lib/
H A Dcopy_page_mck.S32 * p[A] is TRUE if a source-line should be prefetched, p[B] is TRUE if a destination-line
33 * should be prefetched, p[C] is TRUE if the second half of an L2 line should be brought
34 * into L1D and p[D] is TRUE if a cacheline needs to be copied.
/linux-4.1.27/arch/arm/nwfpe/
H A Dmilieu.h46 TRUE = 1 enumerator in enum:__anon280
/linux-4.1.27/net/irda/ircomm/
H A Dircomm_tty_ioctl.c134 ircomm_param_request(self, IRCOMM_FLOW_CONTROL, TRUE); ircomm_tty_change_speed()
164 ircomm_param_request(self, IRCOMM_DTE, TRUE); ircomm_tty_set_termios()
175 ircomm_param_request(self, IRCOMM_DTE, TRUE); ircomm_tty_set_termios()
242 ircomm_param_request(self, IRCOMM_DTE, TRUE); ircomm_tty_tiocmset()
323 ircomm_param_request(self, IRCOMM_DATA_RATE, TRUE); ircomm_tty_set_serial_info()
H A Dircomm_param.c201 * is initialised to TRUE only later. So, we check if the link is ircomm_param_service_type()
440 self->settings.null_modem = TRUE; ircomm_param_dte()
494 ircomm_param_request(self, IRCOMM_DTE, TRUE); ircomm_param_poll()
H A Dircomm_tty_attach.c332 ircomm_param_request(self, IRCOMM_FLOW_CONTROL, TRUE); ircomm_tty_send_initial_parameters()
343 ircomm_param_request(self, IRCOMM_DTE, TRUE); ircomm_tty_send_initial_parameters()
489 self->client = TRUE; ircomm_tty_connect_confirm()
/linux-4.1.27/drivers/staging/unisys/visorchipset/
H A Dparser.c63 *retry = TRUE; parser_init_guts()
70 *retry = TRUE; parser_init_guts()
101 ctx->byte_stream = TRUE; parser_init_guts()
140 return parser_init_guts(addr, bytes, local, TRUE, retry); parser_init()
H A Dvisorchipset_main.c797 need_clear = TRUE; bus_responder()
855 need_clear = TRUE; device_responder()
906 notified = TRUE; bus_epilog()
911 notified = TRUE; bus_epilog()
917 notified = TRUE; bus_epilog()
922 notified = TRUE; bus_epilog()
973 notified = TRUE; device_epilog()
984 notified = TRUE; device_epilog()
997 notified = TRUE; device_epilog()
1019 notified = TRUE; device_epilog()
1268 * controlvm_payload_info struct. Returns TRUE for success or FALSE
1430 return TRUE; read_controlvm_event()
1649 * TRUE - processing of the controlvm message completed,
1665 return TRUE; handle_command()
1747 return TRUE; handle_command()
1829 handle_command_failed = TRUE; controlvm_periodic_work()
1831 controlvm_pending_msg_valid = TRUE; controlvm_periodic_work()
2010 return TRUE; visorchipset_get_bus_info()
2022 return TRUE; visorchipset_set_bus_context()
2035 return TRUE; visorchipset_get_device_info()
2048 return TRUE; visorchipset_set_device_context()
/linux-4.1.27/net/irda/irlan/
H A Dirlan_eth.c324 irlan_set_multicast_filter(self, TRUE); irlan_eth_set_multicast_list()
330 irlan_set_multicast_filter(self, TRUE); irlan_eth_set_multicast_list()
337 irlan_set_broadcast_filter(self, TRUE); irlan_eth_set_multicast_list()
H A Dirlan_filter.c155 self->use_udata = TRUE; irlan_check_command_param()
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_usb.h32 #define TRUE 1 macro
H A Dft1000_hw.c489 return TRUE; ft1000_reset_card()
943 return TRUE; ft1000_chkcard()
962 return TRUE; ft1000_chkcard()
1031 return TRUE; ft1000_receive_cmd()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c48 * 1. IS_DOT11D_ENABLE() is TRUE.
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h127 * TRUE on success; otherwise FALSE on failure.
/linux-4.1.27/arch/ia64/include/asm/
H A Datomic.h159 * Atomically add I to V and return TRUE if the resulting value is
H A Dpgtable.h207 * sort) but it guarantees to return TRUE only if accessing the page
504 * WRITABLE bit may only be turned if SAFELY_WRITABLE is TRUE.
506 * SAFELY_WRITABLE is TRUE if we can update the value at PTEP without
/linux-4.1.27/arch/ia64/kernel/
H A Dentry.h6 #define PRED_LEAVE_SYSCALL 1 /* TRUE iff leave from syscall */
/linux-4.1.27/tools/thermal/tmon/
H A Dtui.c157 scrollok(cooling_device_window, TRUE); setup_windows()
367 keypad(stdscr, TRUE); /* enable keyboard mapping */ initialize_curses()
423 keypad(w, TRUE); handle_input_val()
479 keypad(cooling_device_window, TRUE); handle_tui_events()
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.c190 udc->ep0_req.req.zero = TRUE; _nbu2ss_create_ep0_packet()
848 req->dma_flag = TRUE; _nbu2ss_out_dma()
1063 req->dma_flag = TRUE; _nbu2ss_in_dma()
1269 nret = EP0_send_NULL(udc, TRUE); _nbu2ss_start_transfer()
1312 bflag = TRUE; _nbu2ss_restert_transfer()
1367 ep->halted = TRUE; _nbu2ss_set_endpoint_stall()
1656 return _nbu2ss_req_feature(udc, TRUE); std_req_set_feature()
1721 bool bcall_back = TRUE; _nbu2ss_decode_request()
1775 nret = EP0_send_NULL(udc, TRUE); _nbu2ss_decode_request()
1812 EP0_receive_NULL(udc, TRUE); _nbu2ss_ep0_in_data_stage()
1836 EP0_send_NULL(udc, TRUE); _nbu2ss_ep0_out_data_stage()
1950 _nbu2ss_set_endpoint_stall(udc, 0, TRUE); _nbu2ss_ep0_int()
2365 udc->udc_enabled = TRUE; _nbu2ss_enable_controller()
2784 req->unaligned = TRUE; nbu2ss_ep_queue()
2920 ep->stalled = TRUE; nbu2ss_ep_set_halt()
H A Demxx_udc.h43 #ifndef TRUE
44 #define TRUE 1 macro
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1370 /*init reset*/TRUE); ahc_handle_seqint()
1657 silent = TRUE; ahc_handle_scsiint()
1706 ahc->send_msg_perror = TRUE; ahc_handle_scsiint()
1828 if (ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT_TAG, TRUE) ahc_handle_scsiint()
1829 || ahc_sent_msg(ahc, AHCMSG_1B, MSG_ABORT, TRUE)) { ahc_handle_scsiint()
1843 MSG_BUS_DEV_RESET, TRUE)) { ahc_handle_scsiint()
1898 /*paused*/TRUE); ahc_handle_scsiint()
1912 /*paused*/TRUE); ahc_handle_scsiint()
2060 stepping = TRUE; ahc_clear_critical_section()
3203 found = ahc_reset_channel(ahc, 'A', TRUE); ahc_handle_proto_violation()
3284 end_session = TRUE; ahc_handle_message_phase()
3351 && (ahc->send_msg_perror == TRUE ahc_handle_message_phase()
3357 end_session = TRUE; ahc_handle_message_phase()
3396 end_session = TRUE; ahc_handle_message_phase()
3420 msgout_request = TRUE; ahc_handle_message_phase()
3446 end_session = TRUE; ahc_handle_message_phase()
3510 end_session = TRUE; ahc_handle_message_phase()
3555 found = TRUE; ahc_sent_msg()
3557 found = TRUE; ahc_sent_msg()
3570 found = TRUE; ahc_sent_msg()
3644 reject = TRUE; ahc_parse_msg()
3680 /*paused*/TRUE); ahc_parse_msg()
3687 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, TRUE)) { ahc_parse_msg()
3691 reject = TRUE; ahc_parse_msg()
3709 response = TRUE; ahc_parse_msg()
3722 reject = TRUE; ahc_parse_msg()
3748 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, TRUE)) { ahc_parse_msg()
3756 reject = TRUE; ahc_parse_msg()
3779 response = TRUE; ahc_parse_msg()
3780 sending_reply = TRUE; ahc_parse_msg()
3795 /*paused*/TRUE); ahc_parse_msg()
3805 response = TRUE; ahc_parse_msg()
3822 reject = TRUE; ahc_parse_msg()
3870 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_PPR, TRUE)) { ahc_parse_msg()
3879 reject = TRUE; ahc_parse_msg()
3902 response = TRUE; ahc_parse_msg()
3917 /*paused*/TRUE); ahc_parse_msg()
3922 /*paused*/TRUE); ahc_parse_msg()
3928 reject = TRUE; ahc_parse_msg()
3950 reject = TRUE; ahc_parse_msg()
3980 reject = TRUE; ahc_parse_msg()
3992 response = TRUE; ahc_parse_msg()
4056 /*paused*/TRUE); ahc_handle_msg_reject()
4078 /*paused*/TRUE); ahc_handle_msg_reject()
4360 AHC_TRANS_CUR, /*paused*/TRUE); ahc_handle_devreset()
4363 AHC_TRANS_CUR, /*paused*/TRUE); ahc_handle_devreset()
5635 paused = TRUE; ahc_pause_and_flushwork()
5685 ahc_reset(ahc, /*reinit*/TRUE); ahc_resume()
5686 ahc_intr_enable(ahc, TRUE); ahc_resume()
6410 /*stop_on_first*/FALSE, /*remove*/TRUE, ahc_abort_scbs()
6524 ahc_run_tqinfifo(ahc, /*paused*/TRUE); ahc_reset_channel()
6577 restart_needed = TRUE; ahc_reset_channel()
6633 AHC_TRANS_CUR, /*paused*/TRUE); ahc_reset_channel()
6637 /*paused*/TRUE); ahc_reset_channel()
6920 if (begin_set[cs_count] == TRUE ahc_loadseq()
6923 end_set[cs_count] = TRUE; ahc_loadseq()
6931 begin_set[cs_count] = TRUE; ahc_loadseq()
7731 empty = TRUE; ahc_handle_en_lun()
7814 paused = TRUE; ahc_run_tqinfifo()
H A Daic79xx_core.c1857 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_seqint()
1872 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_seqint()
1910 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_seqint()
1939 /*Initiate Reset*/TRUE); ahd_handle_seqint()
1954 AHD_TRANS_ACTIVE, /*paused*/TRUE); ahd_handle_seqint()
1957 AHD_TRANS_ACTIVE, /*paused*/TRUE); ahd_handle_seqint()
2449 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_scsiint()
2457 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_scsiint()
2727 silent = TRUE; ahd_handle_transmission_error()
2747 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_transmission_error()
2824 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_transmission_error()
2829 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_transmission_error()
2893 ahd_reset_channel(ahd, 'A', /*Initiate Reset*/TRUE); ahd_handle_lqiphase_error()
3072 if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT_TAG, TRUE) ahd_handle_nonpkt_busfree()
3073 || ahd_sent_msg(ahd, AHDMSG_1B, MSG_ABORT, TRUE)) { ahd_handle_nonpkt_busfree()
3115 MSG_BUS_DEV_RESET, TRUE)) { ahd_handle_nonpkt_busfree()
3159 /*paused*/TRUE); ahd_handle_nonpkt_busfree()
3164 /*paused*/TRUE); ahd_handle_nonpkt_busfree()
3199 /*paused*/TRUE); ahd_handle_nonpkt_busfree()
3225 /*paused*/TRUE); ahd_handle_nonpkt_busfree()
3239 MSG_INITIATOR_DET_ERR, TRUE)) { ahd_handle_nonpkt_busfree()
3248 MSG_MESSAGE_REJECT, TRUE)) { ahd_handle_nonpkt_busfree()
3387 found = ahd_reset_channel(ahd, 'A', TRUE); ahd_handle_proto_violation()
3529 stepping = TRUE; ahd_clear_critical_section()
4766 end_session = TRUE; ahd_handle_message_phase()
4851 end_session = TRUE; ahd_handle_message_phase()
4890 end_session = TRUE; ahd_handle_message_phase()
4919 msgout_request = TRUE; ahd_handle_message_phase()
4945 end_session = TRUE; ahd_handle_message_phase()
5014 end_session = TRUE; ahd_handle_message_phase()
5071 found = TRUE; ahd_sent_msg()
5073 found = TRUE; ahd_sent_msg()
5088 found = TRUE; ahd_sent_msg()
5159 reject = TRUE; ahd_parse_msg()
5192 /*paused*/TRUE); ahd_parse_msg()
5199 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_SDTR, TRUE)) { ahd_parse_msg()
5203 reject = TRUE; ahd_parse_msg()
5221 response = TRUE; ahd_parse_msg()
5234 reject = TRUE; ahd_parse_msg()
5260 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_WDTR, TRUE)) { ahd_parse_msg()
5268 reject = TRUE; ahd_parse_msg()
5291 response = TRUE; ahd_parse_msg()
5292 sending_reply = TRUE; ahd_parse_msg()
5307 /*paused*/TRUE); ahd_parse_msg()
5317 response = TRUE; ahd_parse_msg()
5333 reject = TRUE; ahd_parse_msg()
5377 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, TRUE)) { ahd_parse_msg()
5386 reject = TRUE; ahd_parse_msg()
5408 response = TRUE; ahd_parse_msg()
5423 /*paused*/TRUE); ahd_parse_msg()
5427 /*paused*/TRUE); ahd_parse_msg()
5434 reject = TRUE; ahd_parse_msg()
5456 reject = TRUE; ahd_parse_msg()
5494 reject = TRUE; ahd_parse_msg()
5506 response = TRUE; ahd_parse_msg()
5544 if (ahd_sent_msg(ahd, AHDMSG_EXT, MSG_EXT_PPR, /*full*/TRUE) ahd_handle_msg_reject()
5589 /*paused*/TRUE); ahd_handle_msg_reject()
5611 /*paused*/TRUE); ahd_handle_msg_reject()
5662 } else if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_IDENTIFYFLAG, TRUE)) { ahd_handle_msg_reject()
5971 AHD_TRANS_CUR, /*paused*/TRUE); ahd_handle_devreset()
5974 /*paused*/TRUE); ahd_handle_devreset()
7698 AHD_TRANS_CUR|AHD_TRANS_GOAL, /*paused*/TRUE); ahd_default_config()
7701 /*paused*/TRUE); ahd_default_config()
7811 AHD_TRANS_CUR|AHD_TRANS_GOAL, /*paused*/TRUE); ahd_parse_cfgdata()
7814 /*paused*/TRUE); ahd_parse_cfgdata()
7980 ahd_reset(ahd, /*reinit*/TRUE); ahd_resume()
7981 ahd_intr_enable(ahd, TRUE); ahd_resume()
8700 ahd_reset(ahd, /*reinit*/TRUE); ahd_reset_current_bus()
8701 ahd_intr_enable(ahd, /*enable*/TRUE); ahd_reset_current_bus()
8750 ahd_run_tqinfifo(ahd, /*paused*/TRUE); ahd_reset_channel()
8863 AHD_TRANS_CUR, /*paused*/TRUE); ahd_reset_channel()
8866 AHD_TRANS_CUR, /*paused*/TRUE); ahd_reset_channel()
9070 /*last*/TRUE); ahd_handle_scsi_status()
9474 if (begin_set[cs_count] == TRUE ahd_loadseq()
9477 end_set[cs_count] = TRUE; ahd_loadseq()
9485 begin_set[cs_count] = TRUE; ahd_loadseq()
10599 empty = TRUE; ahd_handle_en_lun()
H A Daic7xxx_osm.c782 /*initiate reset*/TRUE); ahc_linux_bus_reset()
976 done = TRUE; ahc_parse_brace_option()
991 done = TRUE; ahc_parse_brace_option()
999 done = TRUE; ahc_parse_brace_option()
1124 ahc_intr_enable(ahc, TRUE); ahc_linux_register_host()
1161 ahc_reset_channel(ahc, 'A', /*initiate_reset*/TRUE); ahc_linux_initialize_scsi_bus()
1168 ahc_reset_channel(ahc, 'B', /*initiate_reset*/TRUE); ahc_linux_initialize_scsi_bus()
2159 paused = TRUE; ahc_linux_queue_recovery_cmd()
2170 disconnected = TRUE; ahc_linux_queue_recovery_cmd()
2231 wait = TRUE; ahc_linux_queue_recovery_cmd()
2263 /*stop_on_first*/TRUE, ahc_linux_queue_recovery_cmd()
2264 /*remove*/TRUE, ahc_linux_queue_recovery_cmd()
2294 wait = TRUE; ahc_linux_queue_recovery_cmd()
H A Daic7xxx_pci.c1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); ahc_probe_ext_scbram()
1097 enable = TRUE; ahc_probe_ext_scbram()
1109 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); ahc_probe_ext_scbram()
1113 pcheck = TRUE; ahc_probe_ext_scbram()
1120 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); ahc_probe_ext_scbram()
1125 fast = TRUE; ahc_probe_ext_scbram()
1132 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE); ahc_probe_ext_scbram()
1135 large = TRUE; ahc_probe_ext_scbram()
H A Daic7xxx_proc.c245 have_seeprom = TRUE; ahc_proc_write_seeprom()
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp.h233 * @power_state: TRUE = power state on, FALSE = power state off.
235 * @restore_dev_ctx: TRUE = saved ctx, FALSE = no saved ctx.
/linux-4.1.27/tools/lib/traceevent/
H A Dparse-filter.c1229 /* just add a TRUE arg */ filter_event()
1484 if (strcmp(str, "TRUE") == 0 || strcmp(str, "FALSE") == 0) { copy_filter_type()
1491 if (strcmp(str, "TRUE") == 0) copy_filter_type()
1588 if (strcmp(str, "TRUE") != 0 && strcmp(str, "FALSE") != 0) pevent_update_trivial()
1596 * pevent_filter_clear_trivial - clear TRUE and FALSE filters
1600 * Removes filters that only contain a TRUE or FALES boolean arg.
1660 * @type: trivial type to test for (TRUE, FALSE, EITHER)
2082 if (strcmp(left, "TRUE") == 0) op_to_str()
2087 if (strcmp(right, "TRUE") == 0) op_to_str()
2113 asprintf(&str, val ? "TRUE" : "FALSE"); op_to_str()
2141 if (strcmp(right, "TRUE") == 0) op_to_str()
2147 asprintf(&str, right_val ? "FALSE" : "TRUE"); op_to_str()
2320 asprintf(&str, arg->boolean.value ? "TRUE" : "FALSE"); arg_to_str()
/linux-4.1.27/drivers/isdn/sc/
H A Dcard.h67 int eazclear; /* Don't accept calls if TRUE */
/linux-4.1.27/drivers/scsi/ufs/
H A Dunipro.h204 TRUE, enumerator in enum:__anon9689
/linux-4.1.27/drivers/staging/unisys/include/
H A Dtimskmod.h59 #define TRUE 1 macro
/linux-4.1.27/include/net/netfilter/
H A Dnf_conntrack_l4proto.h47 * returns TRUE if it's OK. If so, packet() called next. */
/linux-4.1.27/arch/powerpc/include/asm/
H A Delf.h103 * An executable for which elf_read_implies_exec() returns TRUE will
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_subr.c118 * @create: %TRUE if blocks may be newly allocated.
/linux-4.1.27/lib/
H A Dcpumask.c54 * Returns TRUE if memory allocation succeeded, FALSE otherwise.
/linux-4.1.27/tools/perf/util/
H A Dsrcline.c62 dynamic = TRUE; slurp_symtab()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c279 printf(" overflow %s\n", tb->overflow ? "TRUE" : "false"); trace_buffer_print()
/linux-4.1.27/kernel/
H A Dsysctl.c1824 * @write: %TRUE if this is a write to the sysctl file
1874 * @neg: set to %TRUE if number is negative
1938 * @neg: sign of the number, %TRUE for negative
2114 * @write: %TRUE if this is a write to the sysctl file
2209 * @write: %TRUE if this is a write to the sysctl file
2374 * @write: %TRUE if this is a write to the sysctl file
2396 * @write: %TRUE if this is a write to the sysctl file
2493 * @write: %TRUE if this is a write to the sysctl file
2515 * @write: %TRUE if this is a write to the sysctl file
2537 * @write: %TRUE if this is a write to the sysctl file
2582 * @write: %TRUE if this is a write to the sysctl file
/linux-4.1.27/drivers/crypto/ux500/hash/
H A Dhash_alg.h357 * @power_state: TRUE = power state on, FALSE = power state off.
361 * @restore_dev_state: TRUE = saved state, FALSE = no saved state.
/linux-4.1.27/fs/nfs/
H A Dnfs3xdr.c511 * case TRUE:
518 * case TRUE:
525 * case TRUE:
532 * case TRUE:
697 * case TRUE:
753 * case TRUE:
797 * case TRUE:
858 * case TRUE:
/linux-4.1.27/drivers/usb/serial/
H A Dio_edgeport.c524 dev_dbg(dev, " VendEnableSuspend: %s\n", bits->VendEnableSuspend ? "TRUE": "FALSE"); get_epic_descriptor()
525 dev_dbg(dev, " IOSPOpen : %s\n", bits->IOSPOpen ? "TRUE": "FALSE"); get_epic_descriptor()
526 dev_dbg(dev, " IOSPClose : %s\n", bits->IOSPClose ? "TRUE": "FALSE"); get_epic_descriptor()
527 dev_dbg(dev, " IOSPChase : %s\n", bits->IOSPChase ? "TRUE": "FALSE"); get_epic_descriptor()
528 dev_dbg(dev, " IOSPSetRxFlow : %s\n", bits->IOSPSetRxFlow ? "TRUE": "FALSE"); get_epic_descriptor()
529 dev_dbg(dev, " IOSPSetTxFlow : %s\n", bits->IOSPSetTxFlow ? "TRUE": "FALSE"); get_epic_descriptor()
530 dev_dbg(dev, " IOSPSetXChar : %s\n", bits->IOSPSetXChar ? "TRUE": "FALSE"); get_epic_descriptor()
531 dev_dbg(dev, " IOSPRxCheck : %s\n", bits->IOSPRxCheck ? "TRUE": "FALSE"); get_epic_descriptor()
532 dev_dbg(dev, " IOSPSetClrBreak : %s\n", bits->IOSPSetClrBreak ? "TRUE": "FALSE"); get_epic_descriptor()
533 dev_dbg(dev, " IOSPWriteMCR : %s\n", bits->IOSPWriteMCR ? "TRUE": "FALSE"); get_epic_descriptor()
534 dev_dbg(dev, " IOSPWriteLCR : %s\n", bits->IOSPWriteLCR ? "TRUE": "FALSE"); get_epic_descriptor()
535 dev_dbg(dev, " IOSPSetBaudRate : %s\n", bits->IOSPSetBaudRate ? "TRUE": "FALSE"); get_epic_descriptor()
536 dev_dbg(dev, " TrueEdgeport : %s\n", bits->TrueEdgeport ? "TRUE": "FALSE"); get_epic_descriptor()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c70 #define TRUE 1 macro
735 u8 retval = TRUE; mr_spanset_get_phy_params()
817 u8 retval = TRUE; MR_GetPhyParams()
1127 return TRUE; MR_BuildRaidContext()
1136 return TRUE; MR_BuildRaidContext()
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c114 u8 gbl_dump_dynamic_tables = TRUE;
332 found = TRUE; osl_add_table_to_list()
546 * RETURN: TRUE if XSDT is allowed to be used.
556 return (TRUE); osl_can_use_xsdt()
698 gbl_table_list_initialized = TRUE; osl_table_initialize()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_lib.h413 * is TRUE or a "killable" signal (SIGTERM, SIKGILL, SIGINT) is pending. It
414 * returns 0 to signify 'condition' is TRUE, but if a signal wakes it before
434 * can unblock the current process is 'condition' becoming TRUE.
/linux-4.1.27/drivers/scsi/pcmcia/
H A Dnsp_cs.c359 return TRUE; nsphw_init()
418 return TRUE; nsphw_start_selection()
497 return TRUE; nsp_analyze_sdtr()
685 return TRUE; nsp_reselected()
940 nsp_setup_fifo(data, TRUE); nsp_nexus()
1225 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; nspintr()
/linux-4.1.27/drivers/acpi/
H A Dbus.c493 acpi_gbl_verify_table_checksum = TRUE; acpi_early_init()
497 acpi_gbl_enable_interpreter_slack = TRUE; acpi_early_init()
/linux-4.1.27/include/uapi/sound/
H A Dcompress_params.h254 * @max_bit_rate: Enabled only if managed is TRUE
255 * @min_bit_rate: Enabled only if managed is TRUE
/linux-4.1.27/drivers/staging/unisys/uislib/
H A Duislib.c1220 return TRUE; initialize_incoming_thread()
1225 incoming_started = TRUE; initialize_incoming_thread()
1226 return TRUE; initialize_incoming_thread()
1250 dev->polling = TRUE; uislib_enable_channel_interrupts()
/linux-4.1.27/arch/sparc/include/asm/
H A Doplib_32.h138 /* Acquire a boolean property, 0=FALSE 1=TRUE. */
/linux-4.1.27/arch/sparc/prom/
H A Dtree_32.c154 /* Acquire a boolean property, 1=TRUE 0=FALSE. */ prom_getbool()
H A Dtree_64.c171 /* Acquire a boolean property, 1=TRUE 0=FALSE. */ prom_getbool()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-ipd.h139 ipd_reg.s.len_m8 = TRUE; cvmx_ipd_enable()

Completed in 3737 milliseconds

12