Searched refs:boolean (Results 1 - 200 of 213) sorted by relevance

12

/linux-4.1.27/arch/m68k/include/asm/
H A Dpci.h9 * this boolean for bounce buffer decisions.
H A Doplib.h237 /* Acquire a boolean property, 0=FALSE 1=TRUE. */
/linux-4.1.27/arch/parisc/math-emu/
H A Ddenormal.c57 sgl_denormalize(unsigned int *sgl_opnd, boolean *inexactflag, int rmode) sgl_denormalize()
61 boolean guardbit = FALSE, stickybit, inexact; sgl_denormalize()
97 boolean *inexactflag, dbl_denormalize()
102 boolean guardbit = FALSE, stickybit, inexact; dbl_denormalize()
H A Dfrnd.c55 register boolean inexact = FALSE; sgl_frnd()
160 register boolean inexact = FALSE; dbl_frnd()
H A Dfcnvfu.c67 register boolean inexact = FALSE; sgl_to_sgl_fcnvfu()
188 register boolean inexact = FALSE; sgl_to_dbl_fcnvfu()
306 register boolean inexact = FALSE; dbl_to_sgl_fcnvfu()
429 register boolean inexact = FALSE; dbl_to_dbl_fcnvfu()
H A Dfcnvfx.c66 register boolean inexact = FALSE; sgl_to_sgl_fcnvfx()
163 register boolean inexact = FALSE; sgl_to_dbl_fcnvfx()
284 register boolean inexact = FALSE; dbl_to_sgl_fcnvfx()
395 register boolean inexact = FALSE; dbl_to_dbl_fcnvfx()
H A Dfcnvff.c149 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; dbl_to_sgl_fcnvff()
150 register boolean lsb_odd = FALSE; dbl_to_sgl_fcnvff()
151 boolean is_tiny; dbl_to_sgl_fcnvff()
H A Ddfdiv.c56 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; dbl_fdiv()
57 boolean is_tiny; dbl_fdiv()
H A Ddfmpy.c59 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; dbl_fmpy()
60 boolean is_tiny; dbl_fmpy()
H A Dsfdiv.c55 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; sgl_fdiv()
56 boolean is_tiny; sgl_fdiv()
H A Dsfmpy.c58 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; sgl_fmpy()
59 boolean is_tiny; sgl_fmpy()
H A Ddfsqrt.c60 register boolean guardbit = FALSE, even_exponent; dbl_fsqrt()
H A Dsfsqrt.c60 register boolean guardbit = FALSE, even_exponent; sgl_fsqrt()
H A Ddfadd.c60 register boolean inexact = FALSE; dbl_fadd()
61 register boolean underflowtrap; dbl_fadd()
H A Dsfadd.c61 register boolean inexact = FALSE; sgl_fadd()
62 register boolean underflowtrap; sgl_fadd()
H A Ddfrem.c57 register boolean roundup = FALSE; dbl_frem()
H A Dsfrem.c56 register boolean roundup = FALSE; sgl_frem()
H A Ddecode_exc.c108 boolean inexact; decode_fpu()
H A Ddfsub.c61 register boolean inexact = FALSE, underflowtrap; dbl_fsub()
H A Dfloat.h411 typedef int boolean; typedef
H A Dfmpyfadd.c70 boolean inexact = FALSE, is_tiny = FALSE; dbl_fmpyfadd()
729 boolean inexact = FALSE, is_tiny = FALSE; dbl_fmpynfadd()
1387 boolean inexact = FALSE, is_tiny = FALSE; sgl_fmpyfadd()
2028 boolean inexact = FALSE, is_tiny = FALSE; sgl_fmpynfadd()
H A Dsfsub.c60 register boolean inexact = FALSE, underflowtrap; sgl_fsub()
/linux-4.1.27/security/apparmor/include/
H A Dapparmorfs.h34 bool boolean; member in union:aa_fs_entry::__anon14288
46 .v_type = AA_FS_TYPE_BOOLEAN, .v.boolean = (_value), \
/linux-4.1.27/include/linux/
H A Dkconfig.h8 * these only work with boolean and tristate options.
27 * otherwise. For boolean options, this is equivalent to
H A Ddm-kcopyd.h58 * read_err is a boolean,
H A Dthermal.h255 * a boolean to indicate if the thermal to hwmon sysfs interface
H A Dsched.h460 * test against SUID_DUMP_USER rather than treating it as a boolean arch_pick_mmap_layout()
680 /* boolean value for session group leader */
/linux-4.1.27/include/uapi/linux/
H A Dauxvec.h27 #define AT_SECURE 23 /* secure mode boolean */
H A Dethtool.h666 /* boolean flags controlling per-interface behavior characteristics.
/linux-4.1.27/include/linux/platform_data/
H A Dmax6697.h28 * boolean for other chips
/linux-4.1.27/arch/arm/include/asm/
H A Dpci.h29 * The networking and block device layers use this boolean for bounce
/linux-4.1.27/include/xen/interface/io/
H A Dblkif.h37 * The "feature_barrier" node contains a boolean indicating whether barrier
40 * the underlying block-device hardware. The boolean simply indicates whether
51 * contains a boolean indicating whether flush requests are likely to
54 * block-device hardware. The boolean simply indicates whether or not it
63 * The "feature-discard" node contains a boolean indicating whether trim
67 * the underlying block-device hardware. The boolean simply indicates whether
H A Dring.h218 * is a boolean return value. True indicates that the receiver requires an
224 * The second argument is a boolean return value. True indicates that there
/linux-4.1.27/drivers/spi/
H A Dspi-bitbang-txrx.h28 * setsck()'s is_on parameter is a zero/nonzero boolean.
30 * setmosi()'s is_on parameter is a zero/nonzero boolean.
/linux-4.1.27/arch/x86/boot/
H A Dcmdline.c23 * Find a non-boolean option, that is, "option=argument". In accordance
97 * Find a boolean option (like quiet,noapic,nosmp....)
/linux-4.1.27/arch/x86/lib/
H A Dcmdline.c18 * Find a boolean option (like quiet,noapic,nosmp....)
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpci.h43 * The networking and block device layers use this boolean for bounce buffer
/linux-4.1.27/arch/sparc/include/asm/
H A Dpci_64.h21 * this boolean for bounce buffer decisions.
H A Doplib_32.h138 /* Acquire a boolean property, 0=FALSE 1=TRUE. */
H A Doplib_64.h206 /* Acquire a boolean property, 0=FALSE 1=TRUE. */
/linux-4.1.27/arch/cris/include/asm/
H A Dpci.h40 * this boolean for bounce buffer decisions.
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpci.h133 * this boolean for bounce buffer decisions.
141 * this boolean for bounce buffer decisions.
/linux-4.1.27/drivers/hwmon/pmbus/
H A Dpmbus_core.c73 char name[PMBUS_NAME_SIZE]; /* sysfs boolean name */
684 * Return boolean calculated from converted data.
696 * limit has to be performed to determine the boolean result.
724 WARN(1, "Bad boolean descriptor %p: s1=%p, s2=%p\n", b, s1, s2); pmbus_get_boolean()
745 struct pmbus_boolean *boolean = to_pmbus_boolean(attr); pmbus_show_boolean() local
749 val = pmbus_get_boolean(data, boolean, attr->index); pmbus_show_boolean()
857 struct pmbus_boolean *boolean; pmbus_add_boolean() local
860 boolean = devm_kzalloc(data->dev, sizeof(*boolean), GFP_KERNEL); pmbus_add_boolean()
861 if (!boolean) pmbus_add_boolean()
864 a = &boolean->attribute; pmbus_add_boolean()
866 snprintf(boolean->name, sizeof(boolean->name), "%s%d_%s", pmbus_add_boolean()
868 boolean->s1 = s1; pmbus_add_boolean()
869 boolean->s2 = s2; pmbus_add_boolean()
870 pmbus_attr_init(a, boolean->name, S_IRUGO, pmbus_show_boolean, NULL, pmbus_add_boolean()
/linux-4.1.27/drivers/staging/speakup/
H A Dfakekey.c95 * Returns a boolean.
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpci.h66 * this boolean for bounce buffer decisions.
/linux-4.1.27/tools/lib/traceevent/
H A Dparse-filter.c388 arg->boolean.value = FILTER_FALSE; create_arg_item()
524 op->boolean.value = FILTER_FALSE; add_right()
825 return FILTER_VAL_FALSE + arg->boolean.value; test_arg()
932 arg->boolean.value = ret == FILTER_VAL_TRUE; collapse_tree()
1209 (*parg)->boolean.value = FILTER_FALSE; process_event()
1235 arg->boolean.value = FILTER_TRUE; filter_event()
1492 arg->boolean.value = 1; copy_filter_type()
1494 arg->boolean.value = 0; copy_filter_type()
1568 if ((arg->boolean.value && type == FILTER_TRIVIAL_FALSE) || pevent_update_trivial()
1569 (!arg->boolean.value && type == FILTER_TRIVIAL_TRUE)) pevent_update_trivial()
1600 * Removes filters that only contain a TRUE or FALES boolean arg.
1627 if (filter_type->filter->boolean.value) pevent_filter_clear_trivial()
1630 if (!filter_type->filter->boolean.value) pevent_filter_clear_trivial()
1684 return !filter_type->filter->boolean.value; pevent_filter_event_has_trivial()
1687 return filter_type->filter->boolean.value; pevent_filter_event_has_trivial()
1972 return arg->boolean.value; test_filter()
2081 /* Try to consolidate boolean values */ op_to_str()
2320 asprintf(&str, arg->boolean.value ? "TRUE" : "FALSE"); arg_to_str()
H A Devent-plugin.c66 /* toggle, only if option is boolean */ update_option_value()
76 * otherwise the option is a boolean. update_option_value()
83 /* Option is boolean, must be either "1", "0", "true" or "false" */ update_option_value()
H A Devent-parse.h157 * If .value is not set, then it is considered a boolean and only
890 struct filter_arg_boolean boolean; member in union:filter_arg::__anon14778
/linux-4.1.27/drivers/media/platform/xilinx/
H A Dxilinx-vip.c165 * @set: boolean flag indicating whether to set or clear
168 * the boolean flag @set. When the flag @set is true, the bitmask is set in
172 * Fox eample, this function can be used to set a control with a boolean value
H A Dxilinx-tpg.c82 * @bayer: boolean flag if TPG is set to any bayer format
/linux-4.1.27/arch/sh/include/asm/
H A Dpci.h79 * this boolean for bounce buffer decisions.
/linux-4.1.27/arch/alpha/include/asm/
H A Dpci.h65 The networking and block device layers use this boolean for bounce buffer
/linux-4.1.27/arch/tile/include/asm/
H A Dpci.h58 * device layers use this boolean for bounce buffer decisions. pci_iounmap()
191 * boolean for bounce buffer decisions.
/linux-4.1.27/include/linux/sunrpc/
H A Dmsg_prot.h90 * encodes two values -- a boolean which indicates whether the fragment
93 * length in bytes of the fragment's data. The boolean value is the
/linux-4.1.27/drivers/edac/
H A Dedac_core.h222 int log_ue; /* boolean for logging UEs */
223 int log_ce; /* boolean for logging CEs */
224 int panic_on_ue; /* boolean for panic'ing on an UE */
H A Dsynopsys_edac.c294 * Return: a ecc status boolean i.e true/false - enabled/disabled.
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dman_defs.h67 #define MI_BOOLEAN 0x85 /* number to display as boolean */
/linux-4.1.27/drivers/ide/
H A Dide-lib.c12 * @on: on/off boolean
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dgpio.c156 * @val: Value to set (boolean)
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpci.h82 * this boolean for bounce buffer decisions.
/linux-4.1.27/arch/mips/include/asm/
H A Dpci.h111 * networking and block device layers use this boolean for bounce buffer
/linux-4.1.27/arch/mips/rb532/
H A Dgpio.c78 * returns the boolean state of the bit, which may be > 1
/linux-4.1.27/net/bluetooth/hidp/
H A Dhidp.h182 int output_report_success; /* boolean */
/linux-4.1.27/sound/ppc/
H A Dpmac.h64 int running; /* boolean */
H A Dbeep.c33 int running; /* boolean */
/linux-4.1.27/include/linux/mfd/wm831x/
H A Dpdata.h82 int pressure; /** Report pressure (boolean) */
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_common.h115 * @supports_hwpctl: Returns a boolean whether Hardware Power Control
307 * Returns a boolean, whether hardware power control is supported.
H A Dphy_g.h58 /* Returns the boolean whether "TX Magnification" is enabled. */
H A Dxmit.c878 * txstatus report data. This returns a boolean whether the frame was
/linux-4.1.27/tools/perf/scripts/python/
H A Dexport-to-postgresql.py156 'in_tx boolean)')
179 'in_tx boolean)')
/linux-4.1.27/drivers/pinctrl/
H A Dcore.h139 * rather than a boolean, since pinctrl_get() might process multiple
/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/drivers/char/agp/
H A Dbackend.c45 * past 0.99 at all due to some boolean logic error. */
/linux-4.1.27/drivers/hid/
H A Dhid-pl.c100 8 ff00.0001 usages and 8 boolean values. Their meaning is plff_init()
H A Dhid-sensor-custom.c114 {0x200542, "data-field-custom-boolean-array"},
H A Dhid-input.c1261 * boolean value no matter what information is currently set on the LED hidinput_led_worker()
/linux-4.1.27/drivers/video/fbdev/core/
H A Dfbcmap.c82 * @transp: boolean, 1 if there is transparency, 0 otherwise
/linux-4.1.27/drivers/video/fbdev/
H A Dp9100.c141 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dcg3.c125 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dtcx.c162 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dcg14.c235 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dleo.c264 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dcg6.c476 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dffb.c641 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dmx3fb.c631 * @enable: boolean to enable or disable color keyl.
668 * @enable: boolean to enable or disable global alpha blending. If disabled,
H A Dpm2fb.c858 * @regno: boolean, 0 copy local, 1 get_user() function
H A Dtgafb.c507 * @regno: boolean, 0 copy local, 1 get_user() function
/linux-4.1.27/include/net/
H A Dbond_alb.h155 u8 primary_is_promisc; /* boolean */
/linux-4.1.27/include/xen/interface/
H A Delfnote.h137 * of this string as a boolean flag rather than requiring "yes" or
/linux-4.1.27/arch/parisc/include/asm/
H A Dpci.h99 * this boolean for bounce buffer decisions.
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h230 4 /* no deleg creds boolean */ + \
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
H A Damd_fam14h_idle.c75 .desc = N_("North Bridge P1 boolean counter (returns 0 or 1)"),
/linux-4.1.27/drivers/rtc/
H A Drtc-isl12057.c470 * boolean property. This will guarantee 'wakealarm' sysfs entry is
474 * wakeup the device, based on IRQ availability or if the boolean
/linux-4.1.27/drivers/of/
H A Ddynamic.c374 * In case of a boolean property, this will allocate a value __of_prop_dup()
376 * of of_get_property() calls on boolean values. __of_prop_dup()
/linux-4.1.27/fs/nfsd/
H A Dxdr4.h155 u32 lk_reclaim; /* boolean */
471 u32 lc_size_chg; /* boolean for response */
H A Dnfs4xdr.c676 * type, reclaim(boolean), offset, length, new_lock_owner(boolean) nfsd4_decode_lock()
/linux-4.1.27/scripts/kconfig/
H A Dmenu.c259 "not boolean or tristate", sym->name); sym_check_prop()
265 "accept arguments of boolean and " sym_check_prop()
H A Dzconf.y610 fputs(" boolean\n", out);
H A Dexpr.c670 printf("boolean symbol %s tested for 'm'? test forced to 'n'\n", e->left.sym->name); expr_transform()
691 printf("boolean symbol %s tested for 'm'? test forced to 'y'\n", e->left.sym->name); expr_transform()
H A Dconfdata.c1125 int i, cnt, pby, pty, ptm; /* pby: probability of boolean = y conf_set_all_new_symbols()
H A Dmconf.c249 " this symbol (boolean, tristate, string, ...)\n"
H A Dsymbol.c80 return "boolean"; sym_type_name()
/linux-4.1.27/sound/pci/hda/
H A Dhda_sysfs.c428 * snd_hda_get_bool_hint - Get a boolean hint value
433 * and returns a boolean value parsed from the value. If no matching
/linux-4.1.27/arch/xtensa/variants/fsf/include/variant/
H A Dcore.h63 #define XCHAL_HAVE_BOOLEANS 0 /* boolean registers */
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_drv.h312 /* for conditionally setting boolean flag(s): */
/linux-4.1.27/tools/perf/util/
H A Dconfig.c507 * get a boolean value (i.e. "[my] var" means "true").
/linux-4.1.27/kernel/
H A Drelay.c241 * relay_buf_empty - boolean, is the channel buffer empty?
252 * relay_buf_full - boolean, is the channel buffer full?
971 * relay_file_read_avail - boolean, are there unconsumed bytes available?
H A Dwatchdog.c36 * boolean, and the lockup detectors are 'suspended' while 'watchdog_thresh'
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_82575.c1034 * @active: boolean used to enable/disable lplu
2518 * @read: boolean flag to indicate read or write
2551 * @adv1G: boolean flag enabling 1G EEE advertisement
2552 * @adv100m: boolean flag enabling 100M EEE advertisement
2607 * @adv1G: boolean flag enabling 1G EEE advertisement
2608 * @adv100m: boolean flag enabling 100M EEE advertisement
H A De1000_i210.c749 * @read: boolean flag to indicate read or write
H A De1000_phy.c1400 * @active: boolean used to enable/disable lplu
H A Digb_main.c1096 * @msix: boolean value of MSIX capability
1374 * @msix: boolean value of MSIX capability
/linux-4.1.27/drivers/hwmon/
H A Dlineage-pem.c282 * Show boolean, either a fault or an alarm.
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c482 * @host_ready: pointer to boolean value that will record host state
H A Dfm10k_vf.c389 * @enable: boolean value indicating if this is an enable or disable request
H A Dfm10k_pf.c475 * @enable: boolean value indicating enable or disable
1568 * @switch_ready: pointer to boolean value that will record switch state
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge_mcp.h224 /* return data = boolean, true if the chipset is known to be unaligned */
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-core.h209 struct v4l2_ctrl *boolean; member in struct:vivid_dev
H A Dvivid-kthread-cap.c534 snprintf(str, sizeof(str), " boolean %d, menu %s, string \"%s\" ", vivid_fillbuff()
535 dev->boolean->cur.val, vivid_fillbuff()
H A Dvivid-ctrls.c1324 dev->boolean = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_boolean, NULL); vivid_create_controls()
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_x100.c243 * @set: boolean specifying if the bit in the specified offset needs
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c137 * @curr: Whether the condition is current or not (boolean), since the
/linux-4.1.27/arch/xtensa/kernel/
H A Dsetup.c610 "boolean " c_show()
H A Dvectors.S35 * The value for PT_DEPC saved to stack also functions as a boolean to
136 * a boolean variable and a pointer to a fixup routine. If the variable
/linux-4.1.27/arch/xtensa/variants/dc232b/include/variant/
H A Dcore.h64 #define XCHAL_HAVE_BOOLEANS 0 /* boolean registers */
/linux-4.1.27/arch/xtensa/variants/dc233c/include/variant/
H A Dcore.h87 #define XCHAL_HAVE_BOOLEANS 0 /* boolean registers */
/linux-4.1.27/arch/powerpc/kernel/
H A Dmachine_kexec_64.c62 * boolean identity !(a || b) === (!a && !b). default_machine_kexec_prepare()
/linux-4.1.27/sound/core/
H A Dcontrol.c1825 * snd_ctl_boolean_mono_info - Helper function for a standard boolean info
1831 * boolean control with a single mono channel.
1845 * snd_ctl_boolean_stereo_info - Helper function for a standard boolean info
1851 * boolean control with stereo two channels.
/linux-4.1.27/sound/firewire/dice/
H A Ddice-interface.h352 * Clock source is locked (boolean); read-only.
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c218 * @autoneg: boolean auto-negotiation value
881 * @vlan_on: boolean flag to turn on/off VLAN in VFTA
H A Dixgbe_phy.c739 * @autoneg: boolean auto-negotiation value
H A Dixgbe_common.c3023 * @vlan_on: boolean flag to turn on/off VLAN in VFVF
/linux-4.1.27/fs/ntfs/
H A Dlayout.h1656 * SE_OWNER_DEFAULTED - This boolean flag, when set, indicates that the SID
1662 * SE_GROUP_DEFAULTED - This boolean flag, when set, indicates that the SID in
1668 * SE_DACL_PRESENT - This boolean flag, when set, indicates that the security
1673 * SE_DACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1680 * SE_SACL_PRESENT - This boolean flag, when set, indicates that the security
1685 * SE_SACL_DEFAULTED - This boolean flag, when set, indicates that the ACL
1692 * SE_SELF_RELATIVE - This boolean flag, when set, indicates that the security
H A Dsuper.c351 ntfs_error(vol->sb, "The %s option requires a boolean argument.", p); parse_options()
/linux-4.1.27/net/batman-adv/
H A Dnetwork-coding.c287 * a boolean value: true if the entry has to be deleted, false
324 * a boolean value: true is the entry has to be deleted, false
377 * a boolean value: true is the entry has to be deleted, false
H A Ddistributed-arp-table.c74 * returns a boolean value: true is the entry has to be deleted,
H A Dtypes.h704 atomic_t ap_isolation; /* boolean */
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c114 case pvr2_ctl_bool: name = "boolean"; break; show_type()
H A Dpvrusb2-hdw.c2844 case pvr2_ctl_bool: return "boolean"; get_ctrl_typename()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
H A Diwl-fw-file.h195 * treats good CRC threshold as a boolean
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Db43legacy.h758 /* Helper function, which returns a boolean.
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_trace.h574 * other option would be to pass the boolean information of whether
/linux-4.1.27/fs/ocfs2/cluster/
H A Dnodemanager.c315 tmp = !!tmp; /* boolean of whether this node wants to be local */ o2nm_node_local_write()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dsi21xx.c708 /* boolean */ si21xx_set_frontend()
/linux-4.1.27/arch/powerpc/mm/
H A Dslice.c244 * return boolean indicating if the slice is marked as available in the
/linux-4.1.27/lib/
H A Dstring.c545 * strtobool - convert common user inputs into boolean values
/linux-4.1.27/security/apparmor/
H A Dapparmorfs.c198 seq_printf(seq, "%s\n", fs_file->v.boolean ? "yes" : "no"); aa_fs_seq_show()
/linux-4.1.27/sound/pci/
H A Dals300.c169 /* boolean XOR check, since old vs. new hardware have snd_als300_set_irq_flag()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dtx.c346 * in the TX FIFO. This boolean is required to avoids a system hang
423 * This corner case is avoided by using a try_head boolean,
/linux-4.1.27/fs/nfs/
H A Dnfs3xdr.c569 * Six boolean values, one for each set_foo field, are always encode_sattr3()
1917 * @plus: boolean indicating whether this should be a readdirplus entry
H A Dnfs2xdr.c897 * @plus: boolean indicating whether this should be a readdirplus entry
H A Dsuper.c1235 * boolean options: foo/nofoo nfs_parse_mount_options()
/linux-4.1.27/fs/ubifs/
H A Ddebug.c2656 * @val: boolean value for the answer
2661 * This is a simple helper function which stores @val boolean value in the user
2714 * This is a helper function which interpret user input to a boolean UBIFS
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c753 * @read: boolean flag to indicate read or write
1082 * @to_sx: boolean indicating a system power state transition to Sx
1202 * @force: boolean indicating whether or not to force disabling ULP
2218 * @d0_state: boolean if entering d0 or d3 device state
2672 * @gate: boolean set to true to gate, false to ungate
5059 * @state: boolean value used to set the current Kumeran workaround state
H A D82571.c632 * @active: boolean used to enable/disable lplu
H A Dphy.c1486 * @active: boolean used to enable/disable lplu
/linux-4.1.27/arch/tile/kernel/
H A Dintvec_32.S786 * This routine takes a boolean in r30 indicating if this is an NMI.
787 * If so, we also expect a boolean in r31 indicating whether to
H A Dintvec_64.S809 * This routine takes a boolean in r30 indicating if this is an NMI.
810 * If so, we also expect a boolean in r31 indicating whether to
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h2574 SVGA3D_DEVCAP_LINE_AA = 87, /* boolean */
2575 SVGA3D_DEVCAP_LINE_STIPPLE = 88, /* boolean */
/linux-4.1.27/drivers/misc/vmw_vmci/
H A Dvmci_host.c222 * boolean in user VA into kernel space.
/linux-4.1.27/drivers/media/rc/
H A Dene_ir.c90 /* A helper to set/clear a bit in register according to boolean variable */ ene_set_clear_reg_mask()
/linux-4.1.27/drivers/scsi/
H A Datari_scsi.c613 /* need not restore value of dir, only boolean value is tested */ atari_scsi_dma_setup()
H A Dscsi_error.c1249 * @try_stu: boolean on if a STU command should be tried in addition to TUR.
H A Din2000.c885 * from a straightforward boolean interpretation of the 7 in2000_intr()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h123 * @leading: boolean
/linux-4.1.27/include/uapi/sound/
H A Dasound.h818 #define SNDRV_CTL_ELEM_TYPE_BOOLEAN ((__force snd_ctl_elem_type_t) 1) /* boolean type */
/linux-4.1.27/fs/debugfs/
H A Dfile.c492 * debugfs_create_bool - create a debugfs file that is used to read and write a boolean value
/linux-4.1.27/scripts/
H A Dcheckpatch.pl2458 # discourage the use of boolean for type definition attributes of Kconfig options
2462 "Use of boolean is deprecated, please use bool instead.\n" . $herecurr);
4145 # Check for bitwise tests written as boolean
4158 "boolean test with hexadecimal, perhaps just 1 \& or \|?\n" . $herecurr);
/linux-4.1.27/include/acpi/
H A Dactypes.h78 * u8 Logical boolean
/linux-4.1.27/net/sctp/
H A Dsocket.c2882 * integer boolean flag.
3035 * This socket option is a boolean flag which turns on or off mapped V4
3269 * This option takes a boolean value. A non-zero value indicates that
3564 * This option expects an integer boolean flag, where a non-zero value turns on
5176 * integer boolean flag.
5322 * This socket option is a boolean flag which turns on or off mapped V4
/linux-4.1.27/drivers/net/ethernet/via/
H A Dvia-velocity.c448 * velocity_set_bool_opt - parser for boolean options
456 * Set a boolean property in the module options. This function does
/linux-4.1.27/drivers/s390/block/
H A Ddasd_3990_erp.c2425 * match 'boolean' for match found
2484 int match = 0; /* 'boolean' for matching error found */ dasd_3990_erp_in_erp()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dlib8390.c1001 * @startp: boolean. non-zero value to initiate chip processing
H A Daxnet_cs.c1617 * @startp: boolean. non-zero value to initiate chip processing
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c1793 * @returns boolean
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dnrs.c842 * Returns a boolean predicate indicating whether the policy described by
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
H A Dmain.c1990 MODULE_PARM_DESC(checksum, "Enable TCP checksum: boolean (defaults to false)");
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.h674 u8 parent_tsf[4]; // fw_use[0] is boolean for OUR_TSF_IS_GREATER
/linux-4.1.27/kernel/trace/
H A Dtrace.h314 * An option specific to a tracer. This is a boolean value.
/linux-4.1.27/security/selinux/
H A Dselinuxfs.c109 SEL_COMMIT_BOOLS, /* commit new boolean values */
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c939 pr_err("Illegal boolean value %lu\n", val); \
/linux-4.1.27/drivers/scsi/isci/
H A Dport.c404 * - Port 3 - [3] This method returns a boolean indication specifying if the
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_atomic_helper.c887 * vblank wait) in the ->enable boolean. */ for_each_crtc_in_state()
H A Ddrm_crtc.c3907 * drm_property_create_bool - create a new boolean property type
/linux-4.1.27/kernel/irq/
H A Dmanage.c1806 * @state: a pointer to a boolean where the state is to be storeed
/linux-4.1.27/drivers/net/bonding/
H A Dbond_3ad.c1736 * @lacp_fast: boolean. whether fast periodic should be used
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c171 * @nonblock: boolean, non-zero if O_NONBLOCK is set
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_int.h157 * Unlike the assert macro, this macro returns a boolean result.
/linux-4.1.27/fs/cifs/
H A Dsmb2pdu.c1694 * have the end_of_chain boolean set to true.
/linux-4.1.27/fs/gfs2/
H A Drgrp.c1844 * Returns: A boolean verdict on the congestion status
/linux-4.1.27/mm/
H A Dswapfile.c1327 * if the boolean frontswap is true, only unuse pages_to_unuse pages;
/linux-4.1.27/security/selinux/ss/
H A Dservices.c261 * Return the boolean value of a constraint expression
/linux-4.1.27/sound/sparc/
H A Ddbri.c2403 number of bits. invert is a boolean for use with attenuation.
/linux-4.1.27/include/linux/mfd/
H A Dpalmas.h387 * boolean to select if we want to configure muxing here
/linux-4.1.27/drivers/regulator/
H A Dcore.c2459 * Returns a boolean or a negative error code.
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dfile.c2818 * \retval boolean, true iff all bits are found
/linux-4.1.27/drivers/pci/
H A Dpci.c2962 * @enable: boolean: whether to enable or disable PCI INTx
/linux-4.1.27/fs/xfs/
H A Dxfs_log.c2868 * * boolean indicating this is a continued write to an in-core log.
/linux-4.1.27/drivers/platform/x86/
H A Dsony-laptop.c954 * on input validate boolean values 0/1, on output just pass the

Completed in 9574 milliseconds

12