Searched refs:option (Results 251 - 275 of 610) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/perf/util/
H A Dsort.h16 struct option;
323 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
H A Dsymbol.h26 struct option;
172 int symbol__config_symfs(const struct option *opt __maybe_unused,
/linux-master/arch/x86/kernel/
H A Dprocess_32.c219 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
221 return do_arch_prctl_common(option, arg2);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh18 while getopts "$optstring" option;do
19 case "$option" in
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile30 $(call cc-option,-mno-single-pic-base)
42 $(call cc-option,-fno-addrsig) \
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh122 for option in $*; do
123 case $option in
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c175 u32 *option = data; local
177 *val = *option;
184 u32 *option = data; local
186 *option = val;
188 if (option == &m3_ipc_state->halt) {
/linux-master/drivers/net/ethernet/packetengines/
H A Dhamachi.c254 are no unused fields or option bits that had only one allowable setting.
505 u32 option; /* Hold on to a copy of the options */ member in struct:hamachi_private
585 int option, i, rx_int_var, tx_int_var, boguscnt; local
666 option = card_idx < MAX_UNITS ? options[card_idx] : 0;
668 option = dev->mem_start;
672 ((option >= 0) ? ((option & 0x00000070) >> 4) : 0 );
697 if (option > 0) {
698 hmp->option = option;
[all...]
/linux-master/arch/powerpc/boot/
H A DMakefile39 BOOTTARGETFLAGS += $(call cc-option,-mabi=elfv2)
78 $(call cc-option,-mno-prefixed) \
79 $(call cc-option,-mno-pcrel) \
80 $(call cc-option,-mno-mma) \
81 $(call cc-option,-mno-spe) $(call cc-option,-mspe=no) \
97 ifeq ($(call cc-option-yn, -fstack-protector),y)
/linux-master/drivers/pcmcia/
H A Dpcmcia_resource.c486 unsigned char option = 0; local
552 option = p_dev->config_index & COR_CONFIG_MASK;
554 option = p_dev->config_index & COR_MFC_CONFIG_MASK;
555 option |= COR_FUNC_ENA|COR_IREQ_ENA;
557 option |= COR_ADDR_DECODE;
561 option |= COR_LEVEL_REQ;
562 pcmcia_write_cis_mem(s, 1, (base + CISREG_COR)>>1, 1, &option);
/linux-master/net/ipv6/
H A Dcalipso.c35 /* Maximium size of the calipso option including
40 /* Size of the minimum calipso option including
45 /* Maximium size of the calipso option including
52 * option. Max of 3 initial pad bytes starting from buffer + 3.
251 * @calipso_ptr: the CALIPSO option
555 * calipso_validate - Validate a CALIPSO option
557 * @option: the start of the option
560 * This routine is called to validate a CALIPSO option.
561 * If the option i
570 calipso_validate(const struct sk_buff *skb, const unsigned char *option) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Deeh.c600 * @function: EEH option
1317 * @option: requested option
1322 int eeh_pe_set_option(struct eeh_pe *pe, int option) argument
1335 switch (option) {
1353 ret = eeh_pci_enable(pe, option);
1357 __func__, option, EEH_OPT_DISABLE, EEH_OPT_THAW_DMA);
1455 * @option: reset type
1462 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) argument
1473 switch (option) {
[all...]
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1246 static int __cmd_start(struct daemon *daemon, struct option parent_options[],
1250 struct option start_options[] = {
1414 static int __cmd_signal(struct daemon *daemon, struct option parent_options[],
1418 struct option start_options[] = {
1443 static int __cmd_stop(struct daemon *daemon, struct option parent_options[],
1446 struct option start_options[] = {
1466 static int __cmd_ping(struct daemon *daemon, struct option parent_options[],
1470 struct option ping_options[] = {
1503 struct option daemon_options[] = {
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c682 enum grph_color_adjust_option option; local
690 option = GRPH_COLOR_MATRIX_SW;
699 program_color_matrix_v(xfm_dce, elm, option);
/linux-master/drivers/video/fbdev/
H A Docfb.c407 char *option = NULL; local
409 if (fb_get_options("ocfb", &option))
411 ocfb_setup(option);
H A D68328fb.c417 char *option = NULL; local
419 if (fb_get_options("68328fb", &option))
421 mc68x328fb_setup(option);
H A Dvfb.c509 char *option = NULL; local
511 if (fb_get_options("vfb", &option))
513 vfb_setup(option);
H A Dvesafb.c253 char *option = NULL; local
268 fb_get_options("vesafb", &option);
269 vesafb_setup(option);
301 * option to simply use size_total as that
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_core.c648 char *option = NULL; local
655 if (fb_get_options("lxfb", &option))
658 lxfb_setup(option);
H A Dgxfb_core.c509 char *option = NULL; local
516 if (fb_get_options("gxfb", &option))
519 gxfb_setup(option);
H A Dgx1fb_core.c303 printk(KERN_WARNING "gx1fb: invalid 'panel' option -- disabling flat panel\n");
444 char *option = NULL; local
451 if (fb_get_options("gx1fb", &option))
453 gx1fb_setup(option);
/linux-master/crypto/
H A DMakefile90 CFLAGS_wp512.o := $(call cc-option,-fno-schedule-insns) # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79149
140 CFLAGS_serpent_generic.o := $(call cc-option,-fsched-pressure) # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79149
142 CFLAGS_aes_generic.o := $(call cc-option,-fno-code-hoisting) # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83356
/linux-master/fs/pstore/
H A Dinode.c241 int option; local
255 if (!match_int(&args[0], &option))
256 pstore_set_kmsg_bytes(option);
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_dcn31.c358 union dmub_fw_boot_options option; local
360 option.all = REG_READ(DMCUB_SCRATCH14);
361 return option;
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm186 at your option, any later version of Perl 5 you may have available.

Completed in 443 milliseconds

<<11121314151617181920>>