Searched refs:option (Results 1 - 25 of 610) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh238 # option is to alter the scheduling priority of
262 # this option is omitted, then it is assumed
351 # insert the module with the digital=1 option, or say Y to the option
460 X * (at your option) any later version.
567 X * (at your option) any later version.
1075 X * (at your option) any later version.
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim4 " -S option to load from the command-line together with a trace. You can then
/linux-master/arch/arm/include/asm/
H A Dbarrier.h19 #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory")
20 #define dsb(option) __asm__ __volatile__ ("dsb " #option : : : "memory")
21 #define dmb(option) __asm__ __volatile__ ("dmb " #option : : : "memory")
/linux-master/arch/powerpc/boot/
H A Dcuboot-pq2.c80 u32 base, option; local
95 option = in_be32(&ctrl_addr[cs * 2 + 1]) & 0x7fff;
98 option = 0x10;
103 option | ~(cs_ranges_buf[i].size - 1));
/linux-master/arch/x86/include/asm/
H A Dcmdline.h5 int cmdline_find_option_bool(const char *cmdline_ptr, const char *option);
6 int cmdline_find_option(const char *cmdline_ptr, const char *option,
/linux-master/arch/x86/um/asm/
H A Dptrace.h82 extern long arch_prctl(struct task_struct *task, int option,
/linux-master/arch/x86/um/
H A Dsyscalls_32.c5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Doption.c24 #include <core/option.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c30 #include <core/option.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.c27 #include <core/option.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dagp.c24 #include <core/option.h>
/linux-master/drivers/scsi/
H A Dscript_asm.pl26 # 1. PASS, REL (data, JUMPs work fine), and the option to start a new
569 WITH CARRY option is incompatible with the $op operator.
/linux-master/include/linux/
H A Dscc.h63 char option; member in struct:scc_channel
/linux-master/include/net/
H A Dcalipso.h60 bool calipso_validate(const struct sk_buff *skb, const unsigned char *option);
71 const unsigned char *option)
70 calipso_validate(const struct sk_buff *skb, const unsigned char *option) argument
/linux-master/include/uapi/linux/netfilter/
H A Dxt_dccp.h22 __u8 option; member in struct:xt_dccp_info
H A Dxt_tcpudp.h11 __u8 option; /* TCP Option iff non-zero*/ member in struct:xt_tcp
21 #define XT_TCP_INV_OPTION 0x08 /* Invert the sense of option test. */
/linux-master/net/netfilter/
H A Dxt_dccp.c27 #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \
28 || (!!((invflag) & (option)) ^ (cond)))
34 dccp_find_option(u_int8_t option, argument
60 if (op[i] == option) {
89 match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff, argument
92 return dccp_find_option(option, skb, protoff, dh, hotdrop);
119 && DCCHECK(match_option(info->option, skb, par->thoff, dh,
162 /* doff is 8 bits, so the maximum option size is (4*256). Don't put
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.h35 gssx_buffer option; member in struct:gssx_option
/linux-master/tools/bpf/
H A Dbpf_exp.l7 * or (at your option) any later version.
36 %option align
37 %option ecs
39 %option nounput
40 %option noreject
41 %option noinput
42 %option noyywrap
44 %option 8bit
45 %option caseless
46 %option yylinen
[all...]
/linux-master/tools/include/tools/
H A Dconfig.h32 #define IS_BUILTIN(option) __is_defined(option)
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.
H A DCore.pm186 at your option, any later version of Perl 5 you may have available.
H A DUtil.pm88 at your option, any later version of Perl 5 you may have available.
/linux-master/tools/perf/util/
H A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
H A Dparse-regs-options.h4 struct option;
5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);

Completed in 312 milliseconds

1234567891011>>