option             19 arch/arm/include/asm/barrier.h #define isb(option) __asm__ __volatile__ ("isb " #option : : : "memory")
option             20 arch/arm/include/asm/barrier.h #define dsb(option) __asm__ __volatile__ ("dsb " #option : : : "memory")
option             21 arch/arm/include/asm/barrier.h #define dmb(option) __asm__ __volatile__ ("dmb " #option : : : "memory")
option            201 arch/arm/mach-omap2/pm-debug.c 	u32 *option = data;
option            203 arch/arm/mach-omap2/pm-debug.c 	*val = *option;
option            210 arch/arm/mach-omap2/pm-debug.c 	u32 *option = data;
option            212 arch/arm/mach-omap2/pm-debug.c 	*option = val;
option            214 arch/arm/mach-omap2/pm-debug.c 	if (option == &enable_off_mode) {
option             21 arch/arm64/include/asm/vdso/compat_barrier.h #define dmb(option) __asm__ __volatile__ ("dmb " #option : : : "memory")
option             33 arch/mips/loongson64/common/env.c #define parse_even_earlier(res, option, p)				\
option             37 arch/mips/loongson64/common/env.c 	if (strncmp(option, (char *)p, strlen(option)) == 0)		\
option             38 arch/mips/loongson64/common/env.c 		tmp = kstrtou32((char *)p + strlen(option"="), 10, &res); \
option             80 arch/powerpc/boot/cuboot-pq2.c 		u32 base, option;
option             95 arch/powerpc/boot/cuboot-pq2.c 			option = in_be32(&ctrl_addr[cs * 2 + 1]) & 0x7fff;
option             98 arch/powerpc/boot/cuboot-pq2.c 			option = 0x10;
option            103 arch/powerpc/boot/cuboot-pq2.c 		         option | ~(cs_ranges_buf[i].size - 1));
option            219 arch/powerpc/include/asm/eeh.h 	int (*set_option)(struct eeh_pe *pe, int option);
option            222 arch/powerpc/include/asm/eeh.h 	int (*reset)(struct eeh_pe *pe, int option);
option            315 arch/powerpc/include/asm/eeh.h int eeh_pe_set_option(struct eeh_pe *pe, int option);
option            317 arch/powerpc/include/asm/eeh.h int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
option           1533 arch/powerpc/kernel/eeh.c int eeh_pe_set_option(struct eeh_pe *pe, int option)
option           1546 arch/powerpc/kernel/eeh.c 	switch (option) {
option           1564 arch/powerpc/kernel/eeh.c 		ret = eeh_pci_enable(pe, option);
option           1568 arch/powerpc/kernel/eeh.c 			__func__, option, EEH_OPT_DISABLE, EEH_OPT_THAW_DMA);
option           1672 arch/powerpc/kernel/eeh.c int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed)
option           1683 arch/powerpc/kernel/eeh.c 	switch (option) {
option           1685 arch/powerpc/kernel/eeh.c 		ret = eeh_ops->reset(pe, option);
option           1702 arch/powerpc/kernel/eeh.c 		ret = eeh_ops->reset(pe, option);
option           1706 arch/powerpc/kernel/eeh.c 			__func__, option);
option            486 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_set_option(struct eeh_pe *pe, int option)
option            494 arch/powerpc/platforms/powernv/eeh-powernv.c 	switch (option) {
option            510 arch/powerpc/platforms/powernv/eeh-powernv.c 		pr_warn("%s: Invalid option %d\n", __func__, option);
option            539 arch/powerpc/platforms/powernv/eeh-powernv.c 			__func__, rc, option, phb->hose->global_number,
option            764 arch/powerpc/platforms/powernv/eeh-powernv.c int pnv_eeh_phb_reset(struct pci_controller *hose, int option)
option            770 arch/powerpc/platforms/powernv/eeh-powernv.c 		 __func__, hose->global_number, option);
option            773 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (option == EEH_RESET_FUNDAMENTAL ||
option            774 arch/powerpc/platforms/powernv/eeh-powernv.c 	    option == EEH_RESET_HOT)
option            778 arch/powerpc/platforms/powernv/eeh-powernv.c 	else if (option == EEH_RESET_DEACTIVATE)
option            793 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (option == EEH_RESET_DEACTIVATE) {
option            806 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_root_reset(struct pci_controller *hose, int option)
option            812 arch/powerpc/platforms/powernv/eeh-powernv.c 		 __func__, hose->global_number, option);
option            819 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (option == EEH_RESET_FUNDAMENTAL)
option            823 arch/powerpc/platforms/powernv/eeh-powernv.c 	else if (option == EEH_RESET_HOT)
option            827 arch/powerpc/platforms/powernv/eeh-powernv.c 	else if (option == EEH_RESET_DEACTIVATE)
option            837 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (option == EEH_RESET_DEACTIVATE)
option            846 arch/powerpc/platforms/powernv/eeh-powernv.c static int __pnv_eeh_bridge_reset(struct pci_dev *dev, int option)
option            855 arch/powerpc/platforms/powernv/eeh-powernv.c 		 dev->bus->number, option);
option            857 arch/powerpc/platforms/powernv/eeh-powernv.c 	switch (option) {
option            897 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_bridge_reset(struct pci_dev *pdev, int option)
option            909 arch/powerpc/platforms/powernv/eeh-powernv.c 		return __pnv_eeh_bridge_reset(pdev, option);
option            913 arch/powerpc/platforms/powernv/eeh-powernv.c 		 pdev->bus->number, option);
option            915 arch/powerpc/platforms/powernv/eeh-powernv.c 	switch (option) {
option            926 arch/powerpc/platforms/powernv/eeh-powernv.c 			__func__, option);
option            973 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_do_flr(struct pci_dn *pdn, int option)
option            985 arch/powerpc/platforms/powernv/eeh-powernv.c 	switch (option) {
option           1011 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_do_af_flr(struct pci_dn *pdn, int option)
option           1023 arch/powerpc/platforms/powernv/eeh-powernv.c 	switch (option) {
option           1047 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_reset_vf_pe(struct eeh_pe *pe, int option)
option           1059 arch/powerpc/platforms/powernv/eeh-powernv.c 	ret = pnv_eeh_do_flr(pdn, option);
option           1063 arch/powerpc/platforms/powernv/eeh-powernv.c 	return pnv_eeh_do_af_flr(pdn, option);
option           1078 arch/powerpc/platforms/powernv/eeh-powernv.c static int pnv_eeh_reset(struct eeh_pe *pe, int option)
option           1100 arch/powerpc/platforms/powernv/eeh-powernv.c 		return pnv_eeh_phb_reset(hose, option);
option           1111 arch/powerpc/platforms/powernv/eeh-powernv.c 	    (option == EEH_RESET_HOT ||
option           1112 arch/powerpc/platforms/powernv/eeh-powernv.c 	     option == EEH_RESET_FUNDAMENTAL)) {
option           1124 arch/powerpc/platforms/powernv/eeh-powernv.c 		return pnv_eeh_reset_vf_pe(pe, option);
option           1134 arch/powerpc/platforms/powernv/eeh-powernv.c 		return pnv_eeh_root_reset(hose, option);
option           1147 arch/powerpc/platforms/powernv/eeh-powernv.c 	if (option != EEH_RESET_FUNDAMENTAL) {
option           1153 arch/powerpc/platforms/powernv/eeh-powernv.c 		if (option == EEH_RESET_DEACTIVATE)
option           1163 arch/powerpc/platforms/powernv/eeh-powernv.c 		return pnv_eeh_root_reset(hose, option);
option           1164 arch/powerpc/platforms/powernv/eeh-powernv.c 	return pnv_eeh_bridge_reset(bus->self, option);
option            190 arch/powerpc/platforms/powernv/pci.h extern int pnv_eeh_phb_reset(struct pci_controller *hose, int option);
option            332 arch/powerpc/platforms/pseries/eeh_pseries.c static int pseries_eeh_set_option(struct eeh_pe *pe, int option)
option            343 arch/powerpc/platforms/pseries/eeh_pseries.c 	switch (option) {
option            357 arch/powerpc/platforms/pseries/eeh_pseries.c 			__func__, option);
option            363 arch/powerpc/platforms/pseries/eeh_pseries.c 			BUID_LO(pe->phb->buid), option);
option            512 arch/powerpc/platforms/pseries/eeh_pseries.c static int pseries_eeh_reset(struct eeh_pe *pe, int option)
option            525 arch/powerpc/platforms/pseries/eeh_pseries.c 			BUID_LO(pe->phb->buid), option);
option            528 arch/powerpc/platforms/pseries/eeh_pseries.c 	if (option == EEH_RESET_FUNDAMENTAL &&
option            530 arch/powerpc/platforms/pseries/eeh_pseries.c 		option = EEH_RESET_HOT;
option            533 arch/powerpc/platforms/pseries/eeh_pseries.c 				BUID_LO(pe->phb->buid), option);
option            537 arch/powerpc/platforms/pseries/eeh_pseries.c 	if (option == EEH_RESET_FUNDAMENTAL ||
option            538 arch/powerpc/platforms/pseries/eeh_pseries.c 	    option == EEH_RESET_HOT)
option            316 arch/um/include/shared/os.h extern int os_arch_prctl(int pid, int option, unsigned long *arg2);
option            270 arch/x86/boot/boot.h int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize);
option            271 arch/x86/boot/boot.h int __cmdline_find_option_bool(unsigned long cmdline_ptr, const char *option);
option            272 arch/x86/boot/boot.h static inline int cmdline_find_option(const char *option, char *buffer, int bufsize)
option            279 arch/x86/boot/boot.h 	return __cmdline_find_option(cmd_line_ptr, option, buffer, bufsize);
option            282 arch/x86/boot/boot.h static inline int cmdline_find_option_bool(const char *option)
option            289 arch/x86/boot/boot.h 	return __cmdline_find_option_bool(cmd_line_ptr, option);
option             28 arch/x86/boot/cmdline.c int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize)
option             56 arch/x86/boot/cmdline.c 			opptr = option;
option            100 arch/x86/boot/cmdline.c int __cmdline_find_option_bool(unsigned long cmdline_ptr, const char *option)
option            130 arch/x86/boot/cmdline.c 			opptr = option;
option              9 arch/x86/boot/code16gcc.h # gcc 4.9+ has a real -m16 option so we can drop this hack long term.
option             23 arch/x86/boot/compressed/cmdline.c int cmdline_find_option(const char *option, char *buffer, int bufsize)
option             25 arch/x86/boot/compressed/cmdline.c 	return __cmdline_find_option(get_cmd_line_ptr(), option, buffer, bufsize);
option             27 arch/x86/boot/compressed/cmdline.c int cmdline_find_option_bool(const char *option)
option             29 arch/x86/boot/compressed/cmdline.c 	return __cmdline_find_option_bool(get_cmd_line_ptr(), option);
option             69 arch/x86/boot/compressed/misc.h int cmdline_find_option(const char *option, char *buffer, int bufsize);
option             70 arch/x86/boot/compressed/misc.h int cmdline_find_option_bool(const char *option);
option             38 arch/x86/boot/compressed/pgtable_64.c int cmdline_find_option_bool(const char *option);
option              5 arch/x86/include/asm/cmdline.h int cmdline_find_option_bool(const char *cmdline_ptr, const char *option);
option              6 arch/x86/include/asm/cmdline.h int cmdline_find_option(const char *cmdline_ptr, const char *option,
option             13 arch/x86/include/asm/proto.h long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2);
option             38 arch/x86/include/asm/proto.h long do_arch_prctl_common(struct task_struct *task, int option,
option            646 arch/x86/kernel/cpu/bugs.c 	const char			*option;
option            686 arch/x86/kernel/cpu/bugs.c 		if (match_option(arg, ret, v2_user_options[i].option)) {
option            687 arch/x86/kernel/cpu/bugs.c 			spec_v2_user_print_cond(v2_user_options[i].option,
option            794 arch/x86/kernel/cpu/bugs.c 	const char *option;
option            827 arch/x86/kernel/cpu/bugs.c 		if (!match_option(arg, ret, mitigation_options[i].option))
option            842 arch/x86/kernel/cpu/bugs.c 		pr_err("%s selected but not compiled in. Switching to AUTO select\n", mitigation_options[i].option);
option            853 arch/x86/kernel/cpu/bugs.c 	spec_v2_print_cond(mitigation_options[i].option,
option           1076 arch/x86/kernel/cpu/bugs.c 	const char *option;
option           1102 arch/x86/kernel/cpu/bugs.c 			if (!match_option(arg, ret, ssb_mitigation_options[i].option))
option            120 arch/x86/kernel/cpu/microcode/core.c 	const char *option  = (const char *)__pa_nodebug(__dis_opt_str);
option            125 arch/x86/kernel/cpu/microcode/core.c 	const char *option  = __dis_opt_str;
option            142 arch/x86/kernel/cpu/microcode/core.c 	if (cmdline_find_option_bool(cmdline, option) <= 0)
option            858 arch/x86/kernel/process.c long do_arch_prctl_common(struct task_struct *task, int option,
option            861 arch/x86/kernel/process.c 	switch (option) {
option            303 arch/x86/kernel/process_32.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
option            305 arch/x86/kernel/process_32.c 	return do_arch_prctl_common(current, option, arg2);
option            703 arch/x86/kernel/process_64.c long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2)
option            707 arch/x86/kernel/process_64.c 	switch (option) {
option            799 arch/x86/kernel/process_64.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
option            803 arch/x86/kernel/process_64.c 	ret = do_arch_prctl_64(current, option, arg2);
option            805 arch/x86/kernel/process_64.c 		ret = do_arch_prctl_common(current, option, arg2);
option            811 arch/x86/kernel/process_64.c COMPAT_SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
option            813 arch/x86/kernel/process_64.c 	return do_arch_prctl_common(current, option, arg2);
option            193 arch/x86/kvm/vmx/vmx.c 	const char *option;
option            295 arch/x86/kvm/vmx/vmx.c 			    sysfs_streq(s, vmentry_l1d_param[i].option))
option            335 arch/x86/kvm/vmx/vmx.c 	return sprintf(s, "%s\n", vmentry_l1d_param[l1tf_vmx_mitigation].option);
option             29 arch/x86/lib/cmdline.c 			   const char *option)
option             59 arch/x86/lib/cmdline.c 			opptr = option;
option            122 arch/x86/lib/cmdline.c 		      const char *option, char *buffer, int bufsize)
option            153 arch/x86/lib/cmdline.c 			opptr = option;
option            204 arch/x86/lib/cmdline.c int cmdline_find_option_bool(const char *cmdline, const char *option)
option            206 arch/x86/lib/cmdline.c 	return __cmdline_find_option_bool(cmdline, COMMAND_LINE_SIZE, option);
option            209 arch/x86/lib/cmdline.c int cmdline_find_option(const char *cmdline, const char *option, char *buffer,
option            212 arch/x86/lib/cmdline.c 	return __cmdline_find_option(cmdline, COMMAND_LINE_SIZE, option,
option             82 arch/x86/um/asm/ptrace.h extern long arch_prctl(struct task_struct *task, int option,
option              9 arch/x86/um/os-Linux/prctl.c int os_arch_prctl(int pid, int option, unsigned long *arg2)
option             11 arch/x86/um/os-Linux/prctl.c 	return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option);
option              5 arch/x86/um/syscalls_32.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
option             15 arch/x86/um/syscalls_64.c long arch_prctl(struct task_struct *task, int option,
option             35 arch/x86/um/syscalls_64.c 	switch (option) {
option             55 arch/x86/um/syscalls_64.c 	ret = os_arch_prctl(pid, option, ptr);
option             59 arch/x86/um/syscalls_64.c 	switch (option) {
option             78 arch/x86/um/syscalls_64.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
option             80 arch/x86/um/syscalls_64.c 	return arch_prctl(current, option, (unsigned long __user *) arg2);
option           3455 drivers/cdrom/cdrom.c 				int *pos, enum cdrom_print_option option)
option           3468 drivers/cdrom/cdrom.c 		switch (option) {
option           3486 drivers/cdrom/cdrom.c 			pr_info("invalid option%d\n", option);
option             84 drivers/char/ipmi/ipmi_si_hotmod.c static int check_hotmod_int_op(const char *curr, const char *option,
option             90 drivers/char/ipmi/ipmi_si_hotmod.c 		if (!option) {
option             94 drivers/char/ipmi/ipmi_si_hotmod.c 		*val = simple_strtoul(option, &n, 0);
option             95 drivers/char/ipmi/ipmi_si_hotmod.c 		if ((*n != '\0') || (*option == '\0')) {
option            215 drivers/clocksource/timer-mediatek.c __init mtk_gpt_setup(struct timer_of *to, u8 timer, u8 option)
option            225 drivers/clocksource/timer-mediatek.c 	writel(GPT_CTRL_OP(option) | GPT_CTRL_ENABLE,
option            570 drivers/crypto/cavium/nitrox/nitrox_hal.c 	const char *option = "";
option            575 drivers/crypto/cavium/nitrox/nitrox_hal.c 			option = "60";
option            578 drivers/crypto/cavium/nitrox/nitrox_hal.c 			option = "60s";
option            582 drivers/crypto/cavium/nitrox/nitrox_hal.c 		option = "30";
option            584 drivers/crypto/cavium/nitrox/nitrox_hal.c 		option = "60i";
option            587 drivers/crypto/cavium/nitrox/nitrox_hal.c 	return option;
option            417 drivers/gpu/drm/amd/display/dc/core/dc.c 		enum dc_dither_option option)
option            434 drivers/gpu/drm/amd/display/dc/core/dc.c 	if (option > DITHER_OPTION_MAX)
option            437 drivers/gpu/drm/amd/display/dc/core/dc.c 	stream->dither_option = option;
option           2622 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	enum dc_dither_option option = stream->dither_option;
option           2628 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_DEFAULT) {
option           2631 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option = DITHER_OPTION_SPATIAL6;
option           2634 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option = DITHER_OPTION_SPATIAL8;
option           2637 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option = DITHER_OPTION_SPATIAL10;
option           2640 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option = DITHER_OPTION_DISABLE;
option           2644 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_DISABLE)
option           2647 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_TRUN6) {
option           2650 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	} else if (option == DITHER_OPTION_TRUN8 ||
option           2651 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN8_SPATIAL6 ||
option           2652 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN8_FM6) {
option           2655 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	} else if (option == DITHER_OPTION_TRUN10        ||
option           2656 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL6   ||
option           2657 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL8   ||
option           2658 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_FM8     ||
option           2659 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_FM6     ||
option           2660 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL8_FM6) {
option           2672 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_SPATIAL6_FRAME_RANDOM ||
option           2673 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL6 ||
option           2674 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_FM6) {
option           2683 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_SPATIAL6_FRAME_RANDOM            ||
option           2684 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL6 ||
option           2685 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL6      ||
option           2686 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN8_SPATIAL6) {
option           2692 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	} else if (option == DITHER_OPTION_SPATIAL8_FRAME_RANDOM            ||
option           2693 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL8 ||
option           2694 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL8_FM6        ||
option           2695 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL8      ||
option           2696 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL8_FM6) {
option           2702 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	} else if (option == DITHER_OPTION_SPATIAL10_FRAME_RANDOM ||
option           2703 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL10 ||
option           2704 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL10_FM8 ||
option           2705 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL10_FM6) {
option           2713 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_SPATIAL6 ||
option           2714 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL8 ||
option           2715 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL10) {
option           2724 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (option == DITHER_OPTION_FM6           ||
option           2725 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL8_FM6     ||
option           2726 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL10_FM6     ||
option           2727 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_FM6     ||
option           2728 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN8_FM6      ||
option           2729 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_SPATIAL8_FM6) {
option           2732 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	} else if (option == DITHER_OPTION_FM8        ||
option           2733 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_SPATIAL10_FM8  ||
option           2734 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 			option == DITHER_OPTION_TRUN10_FM8) {
option           2737 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	} else if (option == DITHER_OPTION_FM10) {
option            435 drivers/gpu/drm/amd/display/dc/dc_stream.h 				 enum dc_dither_option option);
option           1104 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		enum grph_color_adjust_option option =
option           1113 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 		option = GRPH_COLOR_MATRIX_SW;
option           1121 drivers/gpu/drm/amd/display/dc/dce/dce_transform.c 			program_color_matrix(xfm_dce, elm, option);
option            682 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_csc_v.c 		enum grph_color_adjust_option option =
option            691 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_csc_v.c 		option = GRPH_COLOR_MATRIX_SW;
option            700 drivers/gpu/drm/amd/display/dc/dce110/dce110_opp_csc_v.c 			program_color_matrix_v(xfm_dce, elm, option);
option             97 drivers/gpu/drm/amd/display/modules/inc/mod_shared.h 	enum tm_show_option_internal option;
option            127 drivers/gpu/drm/drm_connector.c 	char *option = NULL;
option            129 drivers/gpu/drm/drm_connector.c 	if (fb_get_options(connector->name, &option))
option            132 drivers/gpu/drm/drm_connector.c 	if (!drm_mode_parse_command_line_for_connector(option,
option           1579 drivers/gpu/drm/drm_modes.c 		char *delim, *option;
option           1581 drivers/gpu/drm/drm_modes.c 		option = sep + 1;
option           1582 drivers/gpu/drm/drm_modes.c 		delim = strchr(option, '=');
option           1584 drivers/gpu/drm/drm_modes.c 			delim = strchr(option, ',');
option           1590 drivers/gpu/drm/drm_modes.c 		if (!strncmp(option, "rotate", delim - option)) {
option           1620 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "reflect_x", delim - option)) {
option           1623 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "reflect_y", delim - option)) {
option           1626 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_right", delim - option)) {
option           1637 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_left", delim - option)) {
option           1648 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_top", delim - option)) {
option           1659 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_bottom", delim - option)) {
option             95 drivers/gpu/drm/mgag200/mgag200_main.c 	int ret, option;
option            103 drivers/gpu/drm/mgag200/mgag200_main.c 	pci_read_config_dword(dev->pdev, PCI_MGA_OPTION, &option);
option            104 drivers/gpu/drm/mgag200/mgag200_main.c 	mdev->has_sdram = !(option & (1 << 14));
option            909 drivers/gpu/drm/mgag200/mgag200_mode.c 	int option = 0, option2 = 0;
option            939 drivers/gpu/drm/mgag200/mgag200_mode.c 			option = 0x40049120;
option            941 drivers/gpu/drm/mgag200/mgag200_mode.c 			option = 0x4004d120;
option            947 drivers/gpu/drm/mgag200/mgag200_mode.c 		option = 0x41049120;
option            954 drivers/gpu/drm/mgag200/mgag200_mode.c 		option = 0x00000120;
option            961 drivers/gpu/drm/mgag200/mgag200_mode.c 		option = 0x00000120;
option           1016 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (option)
option           1017 drivers/gpu/drm/mgag200/mgag200_mode.c 		pci_write_config_dword(dev->pdev, PCI_MGA_OPTION, option);
option           1210 drivers/gpu/drm/mgag200/mgag200_mode.c 	int option;
option           1225 drivers/gpu/drm/mgag200/mgag200_mode.c 	pci_read_config_dword(pdev, PCI_MGA_OPTION, &option);
option           1226 drivers/gpu/drm/mgag200/mgag200_mode.c 	option &= ~(0x1F8024);
option           1227 drivers/gpu/drm/mgag200/mgag200_mode.c 	pci_write_config_dword(pdev, PCI_MGA_OPTION, option);
option           1242 drivers/gpu/drm/mgag200/mgag200_mode.c 	int option;
option           1251 drivers/gpu/drm/mgag200/mgag200_mode.c 	pci_read_config_dword(pdev, PCI_MGA_OPTION, &option);
option           1252 drivers/gpu/drm/mgag200/mgag200_mode.c 	option &= ~(0x4);
option           1253 drivers/gpu/drm/mgag200/mgag200_mode.c 	pci_write_config_dword(pdev, PCI_MGA_OPTION, option);
option            104 drivers/hwmon/applesmc.c 	int option;				/* function argument */
option           1113 drivers/hwmon/applesmc.c 			node->sda.index = (grp->option << 16) | (i & 0xffff);
option           1034 drivers/infiniband/core/ucma.c 	switch (cmd.option) {
option            161 drivers/misc/cardreader/rts5227.c 	if (pcr->option.ocp_en)
option            193 drivers/misc/cardreader/rts5227.c 	if (pcr->option.ocp_en)
option            401 drivers/misc/cardreader/rts5227.c 	pcr->option.ocp_en = 1;
option            402 drivers/misc/cardreader/rts5227.c 	if (pcr->option.ocp_en)
option            405 drivers/misc/cardreader/rts5227.c 	pcr->option.sd_800mA_ocp_thd = RTS522A_OCP_THD_800;
option             96 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &(pcr->option);
option            118 drivers/misc/cardreader/rts5249.c 	if (option->ltr_en) {
option            123 drivers/misc/cardreader/rts5249.c 			option->ltr_enabled = true;
option            124 drivers/misc/cardreader/rts5249.c 			option->ltr_active = true;
option            125 drivers/misc/cardreader/rts5249.c 			rtsx_set_ltr_latency(pcr, option->ltr_active_latency);
option            127 drivers/misc/cardreader/rts5249.c 			option->ltr_enabled = false;
option            134 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &(pcr->option);
option            138 drivers/misc/cardreader/rts5249.c 		option->force_clkreq_0 = false;
option            140 drivers/misc/cardreader/rts5249.c 		option->force_clkreq_0 = true;
option            147 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &(pcr->option);
option            176 drivers/misc/cardreader/rts5249.c 	if (option->force_clkreq_0)
option            275 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &pcr->option;
option            277 drivers/misc/cardreader/rts5249.c 	if (option->ocp_en)
option            301 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &pcr->option;
option            303 drivers/misc/cardreader/rts5249.c 	if (option->ocp_en)
option            352 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &pcr->option;
option            358 drivers/misc/cardreader/rts5249.c 	if (option->dev_aspm_mode == DEV_ASPM_DYNAMIC) {
option            364 drivers/misc/cardreader/rts5249.c 	} else if (option->dev_aspm_mode == DEV_ASPM_BACKDOOR) {
option            444 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &(pcr->option);
option            466 drivers/misc/cardreader/rts5249.c 	option->dev_flags = (LTR_L1SS_PWR_GATE_CHECK_CARD_EN
option            468 drivers/misc/cardreader/rts5249.c 	option->ltr_en = true;
option            471 drivers/misc/cardreader/rts5249.c 	option->ltr_active_latency = LTR_ACTIVE_LATENCY_DEF;
option            472 drivers/misc/cardreader/rts5249.c 	option->ltr_idle_latency = LTR_IDLE_LATENCY_DEF;
option            473 drivers/misc/cardreader/rts5249.c 	option->ltr_l1off_latency = LTR_L1OFF_LATENCY_DEF;
option            474 drivers/misc/cardreader/rts5249.c 	option->dev_aspm_mode = DEV_ASPM_DYNAMIC;
option            475 drivers/misc/cardreader/rts5249.c 	option->l1_snooze_delay = L1_SNOOZE_DELAY_DEF;
option            476 drivers/misc/cardreader/rts5249.c 	option->ltr_l1off_sspwrgate = LTR_L1OFF_SSPWRGATE_5249_DEF;
option            477 drivers/misc/cardreader/rts5249.c 	option->ltr_l1off_snooze_sspwrgate =
option            568 drivers/misc/cardreader/rts5249.c 	struct rtsx_cr_option *option = &(pcr->option);
option            581 drivers/misc/cardreader/rts5249.c 			val = option->ltr_l1off_snooze_sspwrgate;
option            585 drivers/misc/cardreader/rts5249.c 			val = option->ltr_l1off_sspwrgate;
option            622 drivers/misc/cardreader/rts5249.c 	pcr->option.ltr_l1off_sspwrgate = LTR_L1OFF_SSPWRGATE_5250_DEF;
option            623 drivers/misc/cardreader/rts5249.c 	pcr->option.ltr_l1off_snooze_sspwrgate =
option            629 drivers/misc/cardreader/rts5249.c 	pcr->option.ocp_en = 1;
option            630 drivers/misc/cardreader/rts5249.c 	if (pcr->option.ocp_en)
option            633 drivers/misc/cardreader/rts5249.c 	pcr->option.sd_800mA_ocp_thd = RTS524A_OCP_THD_800;
option            738 drivers/misc/cardreader/rts5249.c 	pcr->option.ltr_l1off_sspwrgate = LTR_L1OFF_SSPWRGATE_5250_DEF;
option            739 drivers/misc/cardreader/rts5249.c 	pcr->option.ltr_l1off_snooze_sspwrgate =
option            745 drivers/misc/cardreader/rts5249.c 	pcr->option.ocp_en = 1;
option            746 drivers/misc/cardreader/rts5249.c 	if (pcr->option.ocp_en)
option            749 drivers/misc/cardreader/rts5249.c 	pcr->option.sd_800mA_ocp_thd = RTS525A_OCP_THD_800;
option            195 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            197 drivers/misc/cardreader/rts5260.c 	if (option->ocp_en)
option            291 drivers/misc/cardreader/rts5260.c 	if (pcr->option.ocp_en)
option            299 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            301 drivers/misc/cardreader/rts5260.c 	if (option->ocp_en) {
option            307 drivers/misc/cardreader/rts5260.c 				option->sd_800mA_ocp_thd);
option            379 drivers/misc/cardreader/rts5260.c 	if (!pcr->option.ocp_en)
option            500 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            519 drivers/misc/cardreader/rts5260.c 	if (option->ltr_en) {
option            524 drivers/misc/cardreader/rts5260.c 			option->ltr_enabled = true;
option            525 drivers/misc/cardreader/rts5260.c 			option->ltr_active = true;
option            526 drivers/misc/cardreader/rts5260.c 			rtsx_set_ltr_latency(pcr, option->ltr_active_latency);
option            528 drivers/misc/cardreader/rts5260.c 			option->ltr_enabled = false;
option            534 drivers/misc/cardreader/rts5260.c 		option->force_clkreq_0 = false;
option            536 drivers/misc/cardreader/rts5260.c 		option->force_clkreq_0 = true;
option            541 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            564 drivers/misc/cardreader/rts5260.c 	if (option->force_clkreq_0)
option            576 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            582 drivers/misc/cardreader/rts5260.c 	if (option->dev_aspm_mode == DEV_ASPM_DYNAMIC) {
option            587 drivers/misc/cardreader/rts5260.c 	} else if (option->dev_aspm_mode == DEV_ASPM_BACKDOOR) {
option            600 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            612 drivers/misc/cardreader/rts5260.c 			val = option->ltr_l1off_snooze_sspwrgate;
option            616 drivers/misc/cardreader/rts5260.c 			val = option->ltr_l1off_sspwrgate;
option            655 drivers/misc/cardreader/rts5260.c 	struct rtsx_cr_option *option = &pcr->option;
option            679 drivers/misc/cardreader/rts5260.c 	option->dev_flags = (LTR_L1SS_PWR_GATE_CHECK_CARD_EN
option            681 drivers/misc/cardreader/rts5260.c 	option->ltr_en = true;
option            684 drivers/misc/cardreader/rts5260.c 	option->ltr_active_latency = LTR_ACTIVE_LATENCY_DEF;
option            685 drivers/misc/cardreader/rts5260.c 	option->ltr_idle_latency = LTR_IDLE_LATENCY_DEF;
option            686 drivers/misc/cardreader/rts5260.c 	option->ltr_l1off_latency = LTR_L1OFF_LATENCY_DEF;
option            687 drivers/misc/cardreader/rts5260.c 	option->dev_aspm_mode = DEV_ASPM_DYNAMIC;
option            688 drivers/misc/cardreader/rts5260.c 	option->l1_snooze_delay = L1_SNOOZE_DELAY_DEF;
option            689 drivers/misc/cardreader/rts5260.c 	option->ltr_l1off_sspwrgate = LTR_L1OFF_SSPWRGATE_5250_DEF;
option            690 drivers/misc/cardreader/rts5260.c 	option->ltr_l1off_snooze_sspwrgate =
option            693 drivers/misc/cardreader/rts5260.c 	option->ocp_en = 1;
option            694 drivers/misc/cardreader/rts5260.c 	if (option->ocp_en)
option            697 drivers/misc/cardreader/rts5260.c 	option->sd_400mA_ocp_thd = RTS5260_DVCC_OCP_THD_550;
option            698 drivers/misc/cardreader/rts5260.c 	option->sd_800mA_ocp_thd = RTS5260_DVCC_OCP_THD_970;
option             97 drivers/misc/cardreader/rtsx_pcr.c 	struct rtsx_cr_option *option = &pcr->option;
option            102 drivers/misc/cardreader/rtsx_pcr.c 	if (option->dev_aspm_mode == DEV_ASPM_DYNAMIC) {
option            107 drivers/misc/cardreader/rtsx_pcr.c 	} else if (option->dev_aspm_mode == DEV_ASPM_BACKDOOR) {
option            142 drivers/misc/cardreader/rtsx_pcr.c 	struct rtsx_cr_option *option = &pcr->option;
option            149 drivers/misc/cardreader/rtsx_pcr.c 	if (option->ltr_enabled)
option            150 drivers/misc/cardreader/rtsx_pcr.c 		rtsx_set_ltr_latency(pcr, option->ltr_active_latency);
option            438 drivers/misc/cardreader/rtsx_pcr.c 	u8 option = RTSX_SG_VALID | RTSX_SG_TRANS_DATA;
option            443 drivers/misc/cardreader/rtsx_pcr.c 		option |= RTSX_SG_END;
option            444 drivers/misc/cardreader/rtsx_pcr.c 	val = ((u64)addr << 32) | ((u64)len << 12) | option;
option            969 drivers/misc/cardreader/rtsx_pcr.c 		if (!pcr->option.ocp_en)
option            983 drivers/misc/cardreader/rtsx_pcr.c 	if (pcr->option.ocp_en)
option           1085 drivers/misc/cardreader/rtsx_pcr.c 	struct rtsx_cr_option *option = &pcr->option;
option           1087 drivers/misc/cardreader/rtsx_pcr.c 	if (option->ltr_enabled) {
option           1088 drivers/misc/cardreader/rtsx_pcr.c 		u32 latency = option->ltr_l1off_latency;
option           1091 drivers/misc/cardreader/rtsx_pcr.c 			mdelay(option->l1_snooze_delay);
option           1179 drivers/misc/cardreader/rtsx_pcr.c 		struct rtsx_cr_option *option = &(pcr->option);
option           1181 drivers/misc/cardreader/rtsx_pcr.c 		if (option->ocp_en) {
option           1182 drivers/misc/cardreader/rtsx_pcr.c 			u8 val = option->sd_800mA_ocp_thd;
option            816 drivers/mmc/host/usdhi6rol0.c 	u32 option, mode;
option            841 drivers/mmc/host/usdhi6rol0.c 		option = usdhi6_read(host, USDHI6_SD_OPTION);
option            851 drivers/mmc/host/usdhi6rol0.c 			option |= USDHI6_SD_OPTION_WIDTH_1;
option            854 drivers/mmc/host/usdhi6rol0.c 			option &= ~USDHI6_SD_OPTION_WIDTH_1;
option            857 drivers/mmc/host/usdhi6rol0.c 		usdhi6_write(host, USDHI6_SD_OPTION, option);
option            443 drivers/net/bonding/bond_options.c 	int option;
option            445 drivers/net/bonding/bond_options.c 	for (option = 0; option < BOND_OPT_LAST; option++) {
option            446 drivers/net/bonding/bond_options.c 		opt = bond_opt_get(option);
option            455 drivers/net/bonding/bond_options.c const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val)
option            460 drivers/net/bonding/bond_options.c 	opt = bond_opt_get(option);
option            658 drivers/net/bonding/bond_options.c 		   unsigned int option, struct bond_opt_value *val)
option            666 drivers/net/bonding/bond_options.c 	opt = bond_opt_get(option);
option            696 drivers/net/bonding/bond_options.c 			  unsigned int option, struct bond_opt_value *val)
option            702 drivers/net/bonding/bond_options.c 	ret = __bond_opt_set(bond, option, val);
option            719 drivers/net/bonding/bond_options.c int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf)
option            727 drivers/net/bonding/bond_options.c 	ret = __bond_opt_set_notify(bond, option, &optval);
option            740 drivers/net/bonding/bond_options.c const struct bond_option *bond_opt_get(unsigned int option)
option            742 drivers/net/bonding/bond_options.c 	if (!BOND_OPT_VALID(option))
option            745 drivers/net/bonding/bond_options.c 	return &bond_opts[option];
option            148 drivers/net/can/usb/esd_usb2.c 	u8 option;
option            633 drivers/net/can/usb/esd_usb2.c 	msg->msg.filter.option = ESD_ID_ENABLE; /* start with segment 0 */
option            844 drivers/net/can/usb/esd_usb2.c 	msg->msg.filter.option = ESD_ID_ENABLE; /* start with segment 0 */
option           1092 drivers/net/ethernet/3com/3c59x.c 	int option;
option           1126 drivers/net/ethernet/3com/3c59x.c 	option = global_options;
option           1134 drivers/net/ethernet/3com/3c59x.c 		option = dev->mem_start;
option           1138 drivers/net/ethernet/3com/3c59x.c 			option = options[card_idx];
option           1141 drivers/net/ethernet/3com/3c59x.c 	if (option > 0) {
option           1142 drivers/net/ethernet/3com/3c59x.c 		if (option & 0x8000)
option           1144 drivers/net/ethernet/3com/3c59x.c 		if (option & 0x4000)
option           1146 drivers/net/ethernet/3com/3c59x.c 		if (option & 0x0400)
option           1228 drivers/net/ethernet/3com/3c59x.c 	if (option >= 0) {
option           1229 drivers/net/ethernet/3com/3c59x.c 		vp->media_override = ((option & 7) == 2)  ?  0  :  option & 15;
option           1232 drivers/net/ethernet/3com/3c59x.c 		vp->full_duplex = (option & 0x200) ? 1 : 0;
option           1233 drivers/net/ethernet/3com/3c59x.c 		vp->bus_master = (option & 16) ? 1 : 0;
option           1251 drivers/net/ethernet/3com/3c59x.c 	vp->options = option;
option           1377 drivers/net/ethernet/alteon/acenic.c 		int option = link_state[board_idx];
option           1381 drivers/net/ethernet/alteon/acenic.c 		if (option & 0x01) {
option           1386 drivers/net/ethernet/alteon/acenic.c 		if (option & 0x02)
option           1388 drivers/net/ethernet/alteon/acenic.c 		if (option & 0x10)
option           1390 drivers/net/ethernet/alteon/acenic.c 		if (option & 0x20)
option           1392 drivers/net/ethernet/alteon/acenic.c 		if (option & 0x40)
option           1394 drivers/net/ethernet/alteon/acenic.c 		if ((option & 0x70) == 0) {
option           1400 drivers/net/ethernet/alteon/acenic.c 		if ((option & 0x100) == 0)
option           1405 drivers/net/ethernet/alteon/acenic.c 		if (option & 0x200)
option           1407 drivers/net/ethernet/alteon/acenic.c 		if ((option & 0x400) && (ap->version >= 2)) {
option           7550 drivers/net/ethernet/broadcom/bnxt/bnxt_hsi.h 	__le16	option;
option            627 drivers/net/ethernet/cortina/gemini.h 		unsigned int option:1;
option            367 drivers/net/ethernet/dec/tulip/winbond-840.c 	int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
option            414 drivers/net/ethernet/dec/tulip/winbond-840.c 		option = dev->mem_start;
option            417 drivers/net/ethernet/dec/tulip/winbond-840.c 	if (option > 0) {
option            418 drivers/net/ethernet/dec/tulip/winbond-840.c 		if (option & 0x200)
option            420 drivers/net/ethernet/dec/tulip/winbond-840.c 		if (option & 15)
option            423 drivers/net/ethernet/dec/tulip/winbond-840.c 				 option & 15);
option            483 drivers/net/ethernet/fealnx.c 	int i, option, err, irq;
option            508 drivers/net/ethernet/fealnx.c 	option = card_idx < MAX_UNITS ? options[card_idx] : 0;
option            627 drivers/net/ethernet/fealnx.c 		option = dev->mem_start;
option            630 drivers/net/ethernet/fealnx.c 	if (option > 0) {
option            631 drivers/net/ethernet/fealnx.c 		if (option & 0x200)
option            633 drivers/net/ethernet/fealnx.c 		np->default_port = option & 15;
option            806 drivers/net/ethernet/natsemi/natsemi.c 	int i, option, irq, chip_idx = ent->driver_data;
option            916 drivers/net/ethernet/natsemi/natsemi.c 	option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
option            918 drivers/net/ethernet/natsemi/natsemi.c 	if (option) {
option            919 drivers/net/ethernet/natsemi/natsemi.c 		if (option & 0x200)
option            921 drivers/net/ethernet/natsemi/natsemi.c 		if (option & 15)
option            924 drivers/net/ethernet/natsemi/natsemi.c 				pci_name(np->pci_dev), option & 15);
option            155 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 	u32 option;
option            381 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			     FIELD_PREP(NSP_COMMAND_OPTION, arg->option) |
option            795 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= fw->size,
option            816 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= fw->size,
option            831 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= size,
option            846 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= size,
option            860 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= size,
option            875 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= sensor_mask,
option            907 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= size,
option            979 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= size,
option           1002 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= min_t(u32, size, NFP_VERSIONS_SIZE),
option           1052 drivers/net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c 			.option		= size,
option            505 drivers/net/ethernet/packetengines/hamachi.c 	u32 option;							/* Hold on to a copy of the options */
option            582 drivers/net/ethernet/packetengines/hamachi.c 	int option, i, rx_int_var, tx_int_var, boguscnt;
option            660 drivers/net/ethernet/packetengines/hamachi.c 	option = card_idx < MAX_UNITS ? options[card_idx] : 0;
option            662 drivers/net/ethernet/packetengines/hamachi.c 		option = dev->mem_start;
option            666 drivers/net/ethernet/packetengines/hamachi.c 		((option  >= 0) ? ((option & 0x00000070) >> 4) : 0 );
option            691 drivers/net/ethernet/packetengines/hamachi.c 	if (option > 0) {
option            692 drivers/net/ethernet/packetengines/hamachi.c 		hmp->option = option;
option            693 drivers/net/ethernet/packetengines/hamachi.c 		if (option & 0x200)
option            695 drivers/net/ethernet/packetengines/hamachi.c 		else if (option & 0x080)
option            697 drivers/net/ethernet/packetengines/hamachi.c 		hmp->default_port = option & 15;
option            705 drivers/net/ethernet/packetengines/hamachi.c 	if (hmp->mii_if.full_duplex || (option & 0x080))
option            378 drivers/net/ethernet/packetengines/yellowfin.c 	int i, option = find_cnt < MAX_UNITS ? options[find_cnt] : 0;
option            456 drivers/net/ethernet/packetengines/yellowfin.c 		option = dev->mem_start;
option            459 drivers/net/ethernet/packetengines/yellowfin.c 	if (option > 0) {
option            460 drivers/net/ethernet/packetengines/yellowfin.c 		if (option & 0x200)
option            462 drivers/net/ethernet/packetengines/yellowfin.c 		np->default_port = option & 15;
option            948 drivers/net/ethernet/realtek/8139too.c 	int i, addr_len, option;
option           1077 drivers/net/ethernet/realtek/8139too.c 	option = (board_idx >= MAX_UNITS) ? 0 : media[board_idx];
option           1078 drivers/net/ethernet/realtek/8139too.c 	if (option > 0) {
option           1079 drivers/net/ethernet/realtek/8139too.c 		tp->mii.full_duplex = (option & 0x210) ? 1 : 0;
option           1080 drivers/net/ethernet/realtek/8139too.c 		tp->default_port = option & 0xFF;
option           1094 drivers/net/ethernet/realtek/8139too.c 			    (option & 0x20 ? 100 : 10),
option           1095 drivers/net/ethernet/realtek/8139too.c 			    (option & 0x10 ? "full" : "half"));
option           1097 drivers/net/ethernet/realtek/8139too.c 				   ((option & 0x20) ? 0x2000 : 0) | 	/* 100Mbps? */
option           1098 drivers/net/ethernet/realtek/8139too.c 				   ((option & 0x10) ? 0x0100 : 0)); /* Full duplex? */
option           2365 drivers/net/ethernet/sfc/ef10.c 	EFX_POPULATE_QWORD_5(buffer->option,
option           2380 drivers/net/ethernet/sfc/ef10.c 	EFX_POPULATE_QWORD_4(buffer->option,
option           2608 drivers/net/ethernet/sfc/ef10.c 			*txd = buffer->option;
option            147 drivers/net/ethernet/sfc/falcon/net_driver.h 		ef4_qword_t option;
option            151 drivers/net/ethernet/sfc/net_driver.h 		efx_qword_t option;
option            322 drivers/net/ethernet/sfc/tx.c 	EFX_POPULATE_QWORD_5(buffer->option,
option            312 drivers/net/ethernet/sfc/tx_tso.c 	EFX_POPULATE_QWORD_5(buffer->option,
option            326 drivers/net/ethernet/smsc/epic100.c 	int i, ret, option = 0, duplex = 0;
option            389 drivers/net/ethernet/smsc/epic100.c 		option = dev->mem_start;
option            393 drivers/net/ethernet/smsc/epic100.c 			option = options[card_idx];
option            474 drivers/net/ethernet/smsc/epic100.c 	dev->if_port = ep->default_port = option;
option            904 drivers/net/hamradio/scc.c 		Outb(scc->ctrl + 4, scc->option | (tx? 0x80 : 0));
option           1491 drivers/net/hamradio/scc.c 			Outb(scc->special,scc->option);	/* set the MODEM mode (0x22) */
option           1800 drivers/net/hamradio/scc.c 				SCC_Info[2*Nchips+chan].option = hwcfg.option;
option           2039 drivers/net/hamradio/scc.c 				scc->option);
option            110 drivers/net/team/team.c 	struct team_option *option;
option            119 drivers/net/team/team.c 	struct team_option *option;
option            121 drivers/net/team/team.c 	list_for_each_entry(option, &team->option_list, list) {
option            122 drivers/net/team/team.c 		if (strcmp(option->name, opt_name) == 0)
option            123 drivers/net/team/team.c 			return option;
option            135 drivers/net/team/team.c 					  struct team_option *option)
option            140 drivers/net/team/team.c 		if (opt_inst->option == option)
option            145 drivers/net/team/team.c static int __team_option_inst_add(struct team *team, struct team_option *option,
option            153 drivers/net/team/team.c 	array_size = option->array_size;
option            161 drivers/net/team/team.c 		opt_inst->option = option;
option            167 drivers/net/team/team.c 		if (option->init) {
option            168 drivers/net/team/team.c 			err = option->init(team, &opt_inst->info);
option            178 drivers/net/team/team.c 					 struct team_option *option)
option            182 drivers/net/team/team.c 	if (!option->per_port) {
option            183 drivers/net/team/team.c 		err = __team_option_inst_add(team, option, NULL);
option            190 drivers/net/team/team.c 	__team_option_inst_del_option(team, option);
option            195 drivers/net/team/team.c 						   struct team_option *option)
option            200 drivers/net/team/team.c 		if (opt_inst->option == option) {
option            213 drivers/net/team/team.c 		if (opt_inst->option->per_port &&
option            222 drivers/net/team/team.c 	struct team_option *option;
option            225 drivers/net/team/team.c 	list_for_each_entry(option, &team->option_list, list) {
option            226 drivers/net/team/team.c 		if (!option->per_port)
option            228 drivers/net/team/team.c 		err = __team_option_inst_add(team, option, port);
option            253 drivers/net/team/team.c 				   const struct team_option *option,
option            264 drivers/net/team/team.c 	for (i = 0; i < option_count; i++, option++) {
option            265 drivers/net/team/team.c 		if (__team_find_option(team, option->name)) {
option            269 drivers/net/team/team.c 		dst_opts[i] = kmemdup(option, sizeof(*option), GFP_KERNEL);
option            300 drivers/net/team/team.c 					const struct team_option *option,
option            305 drivers/net/team/team.c 	for (i = 0; i < option_count; i++, option++) {
option            308 drivers/net/team/team.c 		del_opt = __team_find_option(team, option->name);
option            315 drivers/net/team/team.c 				      const struct team_option *option,
option            320 drivers/net/team/team.c 	for (i = 0; i < option_count; i++, option++) {
option            323 drivers/net/team/team.c 		del_opt = __team_find_option(team, option->name);
option            335 drivers/net/team/team.c 			  const struct team_option *option,
option            340 drivers/net/team/team.c 	err = __team_options_register(team, option, option_count);
option            349 drivers/net/team/team.c 			     const struct team_option *option,
option            352 drivers/net/team/team.c 	__team_options_mark_removed(team, option, option_count);
option            354 drivers/net/team/team.c 	__team_options_unregister(team, option, option_count);
option            362 drivers/net/team/team.c 	if (!opt_inst->option->getter)
option            364 drivers/net/team/team.c 	return opt_inst->option->getter(team, ctx);
option            371 drivers/net/team/team.c 	if (!opt_inst->option->setter)
option            373 drivers/net/team/team.c 	return opt_inst->option->setter(team, ctx);
option           2323 drivers/net/team/team.c 	struct team_option *option = opt_inst->option;
option           2337 drivers/net/team/team.c 	if (nla_put_string(skb, TEAM_ATTR_OPTION_NAME, option->name))
option           2343 drivers/net/team/team.c 	if (opt_inst->option->array_size &&
option           2348 drivers/net/team/team.c 	switch (option->type) {
option           2603 drivers/net/team/team.c 			struct team_option *option = opt_inst->option;
option           2611 drivers/net/team/team.c 			if (option->type != opt_type ||
option           2612 drivers/net/team/team.c 			    strcmp(option->name, opt_name) ||
option           2614 drivers/net/team/team.c 			    (option->array_size && !opt_is_array) ||
option           8461 drivers/net/wireless/intel/ipw2x00/ipw2200.c static int ipw_sw_reset(struct ipw_priv *priv, int option)
option           8488 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	if (disable && option) {
option           8540 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (option == 1)
option           8551 drivers/net/wireless/intel/ipw2x00/ipw2200.c 		if (option == 1)
option           1505 drivers/net/wireless/marvell/mwifiex/main.h int mwifiex_set_radio(struct mwifiex_private *priv, u8 option);
option            277 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 				     u32 option)
option            280 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 		__le32 option;
option            283 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 		.option = cpu_to_le32(option),
option            489 drivers/pcmcia/pcmcia_resource.c 	unsigned char option = 0;
option            555 drivers/pcmcia/pcmcia_resource.c 			option = p_dev->config_index & COR_CONFIG_MASK;
option            557 drivers/pcmcia/pcmcia_resource.c 			option = p_dev->config_index & COR_MFC_CONFIG_MASK;
option            558 drivers/pcmcia/pcmcia_resource.c 			option |= COR_FUNC_ENA|COR_IREQ_ENA;
option            560 drivers/pcmcia/pcmcia_resource.c 				option |= COR_ADDR_DECODE;
option            564 drivers/pcmcia/pcmcia_resource.c 			option |= COR_LEVEL_REQ;
option            565 drivers/pcmcia/pcmcia_resource.c 		pcmcia_write_cis_mem(s, 1, (base + CISREG_COR)>>1, 1, &option);
option            156 drivers/pinctrl/pinctrl-max77620.c #define MAX77620_PINGROUP(pg_name, pin_id, option) \
option            161 drivers/pinctrl/pinctrl-max77620.c 		.alt_option = MAX77620_PINMUX_##option,			\
option             94 drivers/pnp/base.h static inline int pnp_option_is_dependent(struct pnp_option *option)
option             96 drivers/pnp/base.h 	return option->flags & PNP_OPTION_DEPENDENT ? 1 : 0;
option             99 drivers/pnp/base.h static inline unsigned int pnp_option_set(struct pnp_option *option)
option            101 drivers/pnp/base.h 	return (option->flags >> PNP_OPTION_SET_SHIFT) & PNP_OPTION_SET_MASK;
option            104 drivers/pnp/base.h static inline unsigned int pnp_option_priority(struct pnp_option *option)
option            106 drivers/pnp/base.h 	return (option->flags >> PNP_OPTION_PRIORITY_SHIFT) &
option            133 drivers/pnp/base.h char *pnp_option_priority_name(struct pnp_option *option);
option            134 drivers/pnp/base.h void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option);
option            189 drivers/pnp/interface.c 			     struct pnp_option *option)
option            191 drivers/pnp/interface.c 	switch (option->type) {
option            193 drivers/pnp/interface.c 		pnp_print_port(buffer, space, &option->u.port);
option            196 drivers/pnp/interface.c 		pnp_print_mem(buffer, space, &option->u.mem);
option            199 drivers/pnp/interface.c 		pnp_print_irq(buffer, space, &option->u.irq);
option            202 drivers/pnp/interface.c 		pnp_print_dma(buffer, space, &option->u.dma);
option            212 drivers/pnp/interface.c 	struct pnp_option *option;
option            224 drivers/pnp/interface.c 	list_for_each_entry(option, &dev->options, list) {
option            225 drivers/pnp/interface.c 		if (pnp_option_is_dependent(option)) {
option            227 drivers/pnp/interface.c 			if (!dep || pnp_option_set(option) != set) {
option            228 drivers/pnp/interface.c 				set = pnp_option_set(option);
option            232 drivers/pnp/interface.c 					   pnp_option_priority_name(option));
option            238 drivers/pnp/interface.c 		pnp_print_option(buffer, indent, option);
option            258 drivers/pnp/manager.c 	struct pnp_option *option;
option            267 drivers/pnp/manager.c 	list_for_each_entry(option, &dev->options, list) {
option            268 drivers/pnp/manager.c 		if (pnp_option_is_dependent(option) &&
option            269 drivers/pnp/manager.c 		    pnp_option_set(option) != set)
option            272 drivers/pnp/manager.c 		switch (option->type) {
option            274 drivers/pnp/manager.c 			ret = pnp_assign_port(dev, &option->u.port, nport++);
option            277 drivers/pnp/manager.c 			ret = pnp_assign_mem(dev, &option->u.mem, nmem++);
option            280 drivers/pnp/manager.c 			ret = pnp_assign_irq(dev, &option->u.irq, nirq++);
option            284 drivers/pnp/manager.c 			ret = pnp_assign_dma(dev, &option->u.dma, ndma++);
option             27 drivers/pnp/quirks.c 				  struct pnp_option *option,
option             35 drivers/pnp/quirks.c 			"%d\n", pnp_option_set(option));
option             39 drivers/pnp/quirks.c 	*new_option = *option;
option             42 drivers/pnp/quirks.c 	list_add(&new_option->list, &option->list);
option             47 drivers/pnp/quirks.c 		pnp_option_set(option));
option             52 drivers/pnp/quirks.c 	struct pnp_option *option;
option             59 drivers/pnp/quirks.c 	list_for_each_entry(option, &dev->options, list) {
option             60 drivers/pnp/quirks.c 		if (pnp_option_is_dependent(option) &&
option             61 drivers/pnp/quirks.c 		    pnp_option_set(option) != set) {
option             62 drivers/pnp/quirks.c 			set = pnp_option_set(option);
option             63 drivers/pnp/quirks.c 			quirk_awe32_add_ports(dev, option, 0x800);
option             64 drivers/pnp/quirks.c 			quirk_awe32_add_ports(dev, option, 0x400);
option             71 drivers/pnp/quirks.c 	struct pnp_option *option;
option             75 drivers/pnp/quirks.c 	list_for_each_entry(option, &dev->options, list) {
option             76 drivers/pnp/quirks.c 		if (!pnp_option_is_dependent(option))
option             79 drivers/pnp/quirks.c 		if (option->type == IORESOURCE_IRQ) {
option             80 drivers/pnp/quirks.c 			irq = &option->u.irq;
option             87 drivers/pnp/quirks.c 				 pnp_option_set(option));
option             88 drivers/pnp/quirks.c 		} else if (option->type == IORESOURCE_DMA) {
option             89 drivers/pnp/quirks.c 			dma = &option->u.dma;
option             96 drivers/pnp/quirks.c 					 pnp_option_set(option), dma->map);
option            105 drivers/pnp/quirks.c 	struct pnp_option *option;
option            114 drivers/pnp/quirks.c 	list_for_each_entry(option, &dev->options, list) {
option            115 drivers/pnp/quirks.c 		if (prev_option_flags != option->flags) {
option            116 drivers/pnp/quirks.c 			prev_option_flags = option->flags;
option            120 drivers/pnp/quirks.c 		if (pnp_option_is_dependent(option) &&
option            121 drivers/pnp/quirks.c 		    option->type == IORESOURCE_IO) {
option            123 drivers/pnp/quirks.c 			port = &option->u.port;
option            142 drivers/pnp/quirks.c 	struct pnp_option *option, *new_option;
option            145 drivers/pnp/quirks.c 	list_for_each_entry(option, &dev->options, list) {
option            146 drivers/pnp/quirks.c 		if (pnp_option_is_dependent(option))
option            147 drivers/pnp/quirks.c 			tail = option;
option            155 drivers/pnp/quirks.c 	list_for_each_entry(option, &dev->options, list) {
option            156 drivers/pnp/quirks.c 		if (pnp_option_is_dependent(option) &&
option            157 drivers/pnp/quirks.c 		    pnp_option_set(option) == set) {
option            166 drivers/pnp/quirks.c 			*new_option = *option;
option            210 drivers/pnp/quirks.c 	struct pnp_option *option;
option            214 drivers/pnp/quirks.c 	list_for_each_entry(option, &dev->options, list) {
option            215 drivers/pnp/quirks.c 		if (option->type == IORESOURCE_IRQ &&
option            216 drivers/pnp/quirks.c 		    !pnp_option_is_dependent(option)) {
option            218 drivers/pnp/quirks.c 			irq = &option->u.irq;
option             38 drivers/pnp/resource.c 	struct pnp_option *option;
option             40 drivers/pnp/resource.c 	option = kzalloc(sizeof(struct pnp_option), GFP_KERNEL);
option             41 drivers/pnp/resource.c 	if (!option)
option             44 drivers/pnp/resource.c 	option->flags = option_flags;
option             45 drivers/pnp/resource.c 	option->type = type;
option             47 drivers/pnp/resource.c 	list_add_tail(&option->list, &dev->options);
option             48 drivers/pnp/resource.c 	return option;
option             54 drivers/pnp/resource.c 	struct pnp_option *option;
option             57 drivers/pnp/resource.c 	option = pnp_build_option(dev, IORESOURCE_IRQ, option_flags);
option             58 drivers/pnp/resource.c 	if (!option)
option             61 drivers/pnp/resource.c 	irq = &option->u.irq;
option             75 drivers/pnp/resource.c 	dbg_pnp_show_option(dev, option);
option             82 drivers/pnp/resource.c 	struct pnp_option *option;
option             85 drivers/pnp/resource.c 	option = pnp_build_option(dev, IORESOURCE_DMA, option_flags);
option             86 drivers/pnp/resource.c 	if (!option)
option             89 drivers/pnp/resource.c 	dma = &option->u.dma;
option             93 drivers/pnp/resource.c 	dbg_pnp_show_option(dev, option);
option            102 drivers/pnp/resource.c 	struct pnp_option *option;
option            105 drivers/pnp/resource.c 	option = pnp_build_option(dev, IORESOURCE_IO, option_flags);
option            106 drivers/pnp/resource.c 	if (!option)
option            109 drivers/pnp/resource.c 	port = &option->u.port;
option            116 drivers/pnp/resource.c 	dbg_pnp_show_option(dev, option);
option            125 drivers/pnp/resource.c 	struct pnp_option *option;
option            128 drivers/pnp/resource.c 	option = pnp_build_option(dev, IORESOURCE_MEM, option_flags);
option            129 drivers/pnp/resource.c 	if (!option)
option            132 drivers/pnp/resource.c 	mem = &option->u.mem;
option            139 drivers/pnp/resource.c 	dbg_pnp_show_option(dev, option);
option            145 drivers/pnp/resource.c 	struct pnp_option *option, *tmp;
option            147 drivers/pnp/resource.c 	list_for_each_entry_safe(option, tmp, &dev->options, list) {
option            148 drivers/pnp/resource.c 		list_del(&option->list);
option            149 drivers/pnp/resource.c 		kfree(option);
option            647 drivers/pnp/resource.c 	struct pnp_option *option;
option            653 drivers/pnp/resource.c 	list_for_each_entry(option, &dev->options, list) {
option            654 drivers/pnp/resource.c 		if (option->type != type)
option            657 drivers/pnp/resource.c 		switch (option->type) {
option            659 drivers/pnp/resource.c 			port = &option->u.port;
option            664 drivers/pnp/resource.c 			mem = &option->u.mem;
option            669 drivers/pnp/resource.c 			irq = &option->u.irq;
option            675 drivers/pnp/resource.c 			dma = &option->u.dma;
option             92 drivers/pnp/support.c char *pnp_option_priority_name(struct pnp_option *option)
option             94 drivers/pnp/support.c 	switch (pnp_option_priority(option)) {
option            105 drivers/pnp/support.c void dbg_pnp_show_option(struct pnp_dev *dev, struct pnp_option *option)
option            114 drivers/pnp/support.c 	if (pnp_option_is_dependent(option))
option            117 drivers/pnp/support.c 				 pnp_option_set(option),
option            118 drivers/pnp/support.c 				 pnp_option_priority_name(option));
option            123 drivers/pnp/support.c 	switch (option->type) {
option            125 drivers/pnp/support.c 		port = &option->u.port;
option            134 drivers/pnp/support.c 		mem = &option->u.mem;
option            143 drivers/pnp/support.c 		irq = &option->u.irq;
option            162 drivers/pnp/support.c 		dma = &option->u.dma;
option            832 drivers/ps3/ps3av.c 	u32 option;
option            841 drivers/ps3/ps3av.c 	option = id & ~PS3AV_MODE_MASK;
option            848 drivers/ps3/ps3av.c 		id |= option;
option           1940 drivers/s390/scsi/zfcp_fsf.c 		req->qtcb->bottom.support.option = FSF_OPEN_LUN_SUPPRESS_BOXING;
option            331 drivers/s390/scsi/zfcp_fsf.h 	u32 option;
option           1551 drivers/scsi/qla2xxx/qla_bsg.c 		    sizeof(image->field_info), image->field_address.option);
option           1598 drivers/scsi/qla2xxx/qla_bsg.c 	    sizeof(sr->status_reg), sr->field_address.option);
option           1650 drivers/scsi/qla2xxx/qla_bsg.c 	    sizeof(sr->status_reg), sr->field_address.option);
option           1696 drivers/scsi/qla2xxx/qla_bsg.c 	    i2c->device, i2c->offset, i2c->length, i2c->option);
option           1741 drivers/scsi/qla2xxx/qla_bsg.c 		i2c->device, i2c->offset, i2c->length, i2c->option);
option            193 drivers/scsi/qla2xxx/qla_bsg.h 	uint16_t option;
option            219 drivers/scsi/qla2xxx/qla_bsg.h 	uint16_t option;
option             55 drivers/scsi/qla4xxx/ql4_glbl.h 				   uint16_t option);
option           1833 drivers/scsi/qla4xxx/ql4_mbx.c 				   uint16_t option)
option           1845 drivers/scsi/qla4xxx/ql4_mbx.c 	mbox_cmd[3] = option;
option           1851 drivers/scsi/qla4xxx/ql4_mbx.c 				  __func__, option, mbox_sts[0], mbox_sts[1]));
option           3672 drivers/staging/exfat/exfat_super.c 	int option;
option           3700 drivers/staging/exfat/exfat_super.c 			if (match_int(&args[0], &option))
option           3702 drivers/staging/exfat/exfat_super.c 			opts->fs_uid = KUIDT_INIT(option);
option           3705 drivers/staging/exfat/exfat_super.c 			if (match_int(&args[0], &option))
option           3707 drivers/staging/exfat/exfat_super.c 			opts->fs_gid = KGIDT_INIT(option);
option           3712 drivers/staging/exfat/exfat_super.c 			if (match_octal(&args[0], &option))
option           3715 drivers/staging/exfat/exfat_super.c 				opts->fs_fmask = option;
option           3717 drivers/staging/exfat/exfat_super.c 				opts->fs_dmask = option;
option           3720 drivers/staging/exfat/exfat_super.c 			if (match_octal(&args[0], &option))
option           3722 drivers/staging/exfat/exfat_super.c 			opts->allow_utime = option & 0022;
option           3725 drivers/staging/exfat/exfat_super.c 			if (match_int(&args[0], &option))
option           3727 drivers/staging/exfat/exfat_super.c 			opts->codepage = option;
option           3738 drivers/staging/exfat/exfat_super.c 			if (match_int(&args[0], &option))
option           3740 drivers/staging/exfat/exfat_super.c 			opts->casesensitive = option;
option            193 drivers/staging/rtl8188eu/include/rtw_recv.h 	int	option;
option            229 drivers/staging/rtl8188eu/include/rtw_xmit.h 	int	option;
option            119 drivers/staging/rtl8712/rtl871x_recv.h 	sint	option;
option            168 drivers/staging/rtl8712/rtl871x_xmit.h 	sint	option;
option            145 drivers/staging/rtl8712/usb_ops.c void r8712_usb_set_intf_option(u32 *option)
option            147 drivers/staging/rtl8712/usb_ops.c 	*option = ((*option) | _INTF_ASYNC_);
option            792 drivers/staging/rtl8723bs/include/rtw_cmd.h 	u8 option;
option            283 drivers/staging/rtl8723bs/include/rtw_recv.h 	sint	option;
option            320 drivers/staging/rtl8723bs/include/rtw_xmit.h 	sint	option;
option            288 drivers/staging/rts5208/rtsx_transport.c 	struct rtsx_chip *chip, u32 addr, u32 len, u8 option)
option            298 drivers/staging/rts5208/rtsx_transport.c 			temp_opt = option & (~RTSX_SG_END);
option            301 drivers/staging/rts5208/rtsx_transport.c 			temp_opt = option;
option            374 drivers/staging/rts5208/rtsx_transport.c 		u8 option;
option            396 drivers/staging/rts5208/rtsx_transport.c 		option = RTSX_SG_VALID | RTSX_SG_TRANS_DATA;
option            398 drivers/staging/rts5208/rtsx_transport.c 			option |= RTSX_SG_END;
option            400 drivers/staging/rts5208/rtsx_transport.c 		rtsx_add_sg_tbl(chip, (u32)addr, (u32)len, option);
option            538 drivers/staging/rts5208/rtsx_transport.c 			u8 option;
option            543 drivers/staging/rts5208/rtsx_transport.c 			option = RTSX_SG_VALID | RTSX_SG_TRANS_DATA;
option            545 drivers/staging/rts5208/rtsx_transport.c 				option |= RTSX_SG_END;
option            547 drivers/staging/rts5208/rtsx_transport.c 			rtsx_add_sg_tbl(chip, (u32)addr, (u32)len, option);
option           1238 drivers/staging/sm750fb/sm750.c 	char *option;
option           1241 drivers/staging/sm750fb/sm750.c 	option = g_option;
option           1243 drivers/staging/sm750fb/sm750.c 	if (fb_get_options("sm750fb", &option))
option           1247 drivers/staging/sm750fb/sm750.c 	lynxfb_setup(option);
option            107 drivers/staging/vc04_services/interface/vchi/vchi.h 					VCHI_SERVICE_OPTION_T option,
option           1413 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c 				args.handle, args.option, args.value);
option           3229 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 	VCHIQ_SERVICE_OPTION_T option, int value)
option           3235 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		switch (option) {
option            136 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_if.h 	VCHIQ_SERVICE_OPTION_T option, int value);
option             63 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_ioctl.h 	VCHIQ_SERVICE_OPTION_T option;
option            671 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c 				VCHI_SERVICE_OPTION_T option,
option            678 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c 	switch (option) {
option            432 drivers/video/fbdev/68328fb.c 	char *option = NULL;
option            434 drivers/video/fbdev/68328fb.c 	if (fb_get_options("68328fb", &option))
option            436 drivers/video/fbdev/68328fb.c 	mc68x328fb_setup(option);
option            964 drivers/video/fbdev/acornfb.c 	char *option = NULL;
option            966 drivers/video/fbdev/acornfb.c 	if (fb_get_options("acornfb", &option))
option            968 drivers/video/fbdev/acornfb.c 	acornfb_setup(option);
option           3546 drivers/video/fbdev/amifb.c 	char *option = NULL;
option           3548 drivers/video/fbdev/amifb.c 	if (fb_get_options("amifb", &option)) {
option           3552 drivers/video/fbdev/amifb.c 	amifb_setup(option);
option           1189 drivers/video/fbdev/arkfb.c 	char *option = NULL;
option           1191 drivers/video/fbdev/arkfb.c 	if (fb_get_options("arkfb", &option))
option           1194 drivers/video/fbdev/arkfb.c 	if (option && *option)
option           1195 drivers/video/fbdev/arkfb.c 		mode_option = option;
option           3060 drivers/video/fbdev/atafb.c 	char *option = NULL;
option           3062 drivers/video/fbdev/atafb.c 	if (fb_get_options("atafb", &option))
option           3064 drivers/video/fbdev/atafb.c 	atafb_setup(option);
option           2500 drivers/video/fbdev/aty/aty128fb.c 	char *option = NULL;
option           2502 drivers/video/fbdev/aty/aty128fb.c 	if (fb_get_options("aty128fb", &option))
option           2504 drivers/video/fbdev/aty/aty128fb.c 	aty128fb_setup(option);
option           3929 drivers/video/fbdev/aty/atyfb_base.c 	char *option = NULL;
option           3931 drivers/video/fbdev/aty/atyfb_base.c 	if (fb_get_options("atyfb", &option))
option           3933 drivers/video/fbdev/aty/atyfb_base.c 	atyfb_setup(option);
option           2642 drivers/video/fbdev/aty/radeon_base.c 	char *option = NULL;
option           2644 drivers/video/fbdev/aty/radeon_base.c 	if (fb_get_options("radeonfb", &option))
option           2646 drivers/video/fbdev/aty/radeon_base.c 	radeonfb_setup(option);
option           2362 drivers/video/fbdev/cirrusfb.c 	char *option = NULL;
option           2364 drivers/video/fbdev/cirrusfb.c 	if (fb_get_options("cirrusfb", &option))
option           2366 drivers/video/fbdev/cirrusfb.c 	cirrusfb_setup(option);
option            575 drivers/video/fbdev/controlfb.c 	char *option = NULL;
option            578 drivers/video/fbdev/controlfb.c 	if (fb_get_options("controlfb", &option))
option            580 drivers/video/fbdev/controlfb.c 	control_setup(option);
option             35 drivers/video/fbdev/core/fb_cmdline.c int fb_get_options(const char *name, char **option)
option             57 drivers/video/fbdev/core/fb_cmdline.c 	if (!options && option && fb_mode_option)
option             62 drivers/video/fbdev/core/fb_cmdline.c 	if (option)
option             63 drivers/video/fbdev/core/fb_cmdline.c 		*option = options;
option           1869 drivers/video/fbdev/cyber2000fb.c 	char *option = NULL;
option           1871 drivers/video/fbdev/cyber2000fb.c 	if (fb_get_options("cyber2000fb", &option))
option           1873 drivers/video/fbdev/cyber2000fb.c 	cyber2000fb_setup(option);
option            347 drivers/video/fbdev/efifb.c 	char *option = NULL;
option            353 drivers/video/fbdev/efifb.c 	if (fb_get_options("efifb", &option))
option            355 drivers/video/fbdev/efifb.c 	efifb_setup(option);
option            314 drivers/video/fbdev/fm2fb.c 	char *option = NULL;
option            316 drivers/video/fbdev/fm2fb.c 	if (fb_get_options("fm2fb", &option))
option            318 drivers/video/fbdev/fm2fb.c 	fm2fb_setup(option);
option           1900 drivers/video/fbdev/fsl-diu-fb.c 	char *option;
option           1905 drivers/video/fbdev/fsl-diu-fb.c 	if (fb_get_options("fslfb", &option))
option           1907 drivers/video/fbdev/fsl-diu-fb.c 	fsl_diu_setup(option);
option            443 drivers/video/fbdev/geode/gx1fb_core.c 	char *option = NULL;
option            445 drivers/video/fbdev/geode/gx1fb_core.c 	if (fb_get_options("gx1fb", &option))
option            447 drivers/video/fbdev/geode/gx1fb_core.c 	gx1fb_setup(option);
option            504 drivers/video/fbdev/geode/gxfb_core.c 	char *option = NULL;
option            506 drivers/video/fbdev/geode/gxfb_core.c 	if (fb_get_options("gxfb", &option))
option            509 drivers/video/fbdev/geode/gxfb_core.c 	gxfb_setup(option);
option            641 drivers/video/fbdev/geode/lxfb_core.c 	char *option = NULL;
option            643 drivers/video/fbdev/geode/lxfb_core.c 	if (fb_get_options("lxfb", &option))
option            646 drivers/video/fbdev/geode/lxfb_core.c 	lxfb_setup(option);
option           1282 drivers/video/fbdev/i740fb.c 	char *option = NULL;
option           1284 drivers/video/fbdev/i740fb.c 	if (fb_get_options("i740fb", &option))
option           1286 drivers/video/fbdev/i740fb.c 	i740fb_setup(option);
option           2139 drivers/video/fbdev/i810/i810_main.c 	char *option = NULL;
option           2141 drivers/video/fbdev/i810/i810_main.c 	if (fb_get_options("i810fb", &option))
option           2143 drivers/video/fbdev/i810/i810_main.c 	i810fb_setup(option);
option           1603 drivers/video/fbdev/imsttfb.c 	char *option = NULL;
option           1605 drivers/video/fbdev/imsttfb.c 	if (fb_get_options("imsttfb", &option))
option           1608 drivers/video/fbdev/imsttfb.c 	imsttfb_setup(option);
option            379 drivers/video/fbdev/intelfb/intelfbdrv.c 	char *option = NULL;
option            392 drivers/video/fbdev/intelfb/intelfbdrv.c 	if (fb_get_options("intelfb", &option))
option            394 drivers/video/fbdev/intelfb/intelfbdrv.c 	intelfb_setup(option);
option            776 drivers/video/fbdev/kyro/fbdev.c 	char *option = NULL;
option            778 drivers/video/fbdev/kyro/fbdev.c 	if (fb_get_options("kyrofb", &option))
option            780 drivers/video/fbdev/kyro/fbdev.c 	kyrofb_setup(option);
option            544 drivers/video/fbdev/macfb.c 	char *option = NULL;
option            547 drivers/video/fbdev/macfb.c 	if (fb_get_options("macfb", &option))
option            549 drivers/video/fbdev/macfb.c 	macfb_setup(option);
option           2458 drivers/video/fbdev/matrox/matroxfb_base.c 	char *option = NULL;
option           2463 drivers/video/fbdev/matrox/matroxfb_base.c 	if (fb_get_options("matroxfb", &option))
option           2465 drivers/video/fbdev/matrox/matroxfb_base.c 	matroxfb_setup(option);
option           2210 drivers/video/fbdev/neofb.c 	char *option = NULL;
option           2212 drivers/video/fbdev/neofb.c 	if (fb_get_options("neofb", &option))
option           2214 drivers/video/fbdev/neofb.c 	neofb_setup(option);
option           1515 drivers/video/fbdev/nvidia/nvidia.c 	char *option = NULL;
option           1517 drivers/video/fbdev/nvidia/nvidia.c 	if (fb_get_options("nvidiafb", &option))
option           1519 drivers/video/fbdev/nvidia/nvidia.c 	nvidiafb_setup(option);
option            418 drivers/video/fbdev/ocfb.c 	char *option = NULL;
option            420 drivers/video/fbdev/ocfb.c 	if (fb_get_options("ocfb", &option))
option            422 drivers/video/fbdev/ocfb.c 	ocfb_setup(option);
option           1898 drivers/video/fbdev/omap/omapfb_main.c 	char *option;
option           1900 drivers/video/fbdev/omap/omapfb_main.c 	if (fb_get_options("omapfb", &option))
option           1902 drivers/video/fbdev/omap/omapfb_main.c 	omapfb_setup(option);
option            682 drivers/video/fbdev/platinumfb.c 	char *option = NULL;
option            684 drivers/video/fbdev/platinumfb.c 	if (fb_get_options("platinumfb", &option))
option            686 drivers/video/fbdev/platinumfb.c 	platinumfb_setup(option);
option           1794 drivers/video/fbdev/pm2fb.c 	char *option = NULL;
option           1796 drivers/video/fbdev/pm2fb.c 	if (fb_get_options("pm2fb", &option))
option           1798 drivers/video/fbdev/pm2fb.c 	pm2fb_setup(option);
option           1537 drivers/video/fbdev/pm3fb.c 	char *option = NULL;
option           1539 drivers/video/fbdev/pm3fb.c 	if (fb_get_options("pm3fb", &option))
option           1541 drivers/video/fbdev/pm3fb.c 	pm3fb_setup(option);
option           1065 drivers/video/fbdev/pvr2fb.c 	char *option = NULL;
option           1067 drivers/video/fbdev/pvr2fb.c 	if (fb_get_options("pvr2fb", &option))
option           1069 drivers/video/fbdev/pvr2fb.c 	pvr2fb_setup(option);
option           2164 drivers/video/fbdev/riva/fbdev.c 	char *option = NULL;
option           2166 drivers/video/fbdev/riva/fbdev.c 	if (fb_get_options("rivafb", &option))
option           2168 drivers/video/fbdev/riva/fbdev.c 	rivafb_setup(option);
option           1557 drivers/video/fbdev/s3fb.c 	char *option = NULL;
option           1559 drivers/video/fbdev/s3fb.c 	if (fb_get_options("s3fb", &option))
option           1561 drivers/video/fbdev/s3fb.c 	s3fb_setup(option);
option           2537 drivers/video/fbdev/savage/savagefb_driver.c 	char *option;
option           2541 drivers/video/fbdev/savage/savagefb_driver.c 	if (fb_get_options("savagefb", &option))
option           2544 drivers/video/fbdev/savage/savagefb_driver.c 	savagefb_setup(option);
option            894 drivers/video/fbdev/skeletonfb.c 	char *option = NULL;
option            896 drivers/video/fbdev/skeletonfb.c 	if (fb_get_options("xxxfb", &option))
option            898 drivers/video/fbdev/skeletonfb.c 	xxxfb_setup(option);
option            982 drivers/video/fbdev/skeletonfb.c 	char *option = NULL;
option            984 drivers/video/fbdev/skeletonfb.c 	if (fb_get_options("xxxfb", &option))
option            986 drivers/video/fbdev/skeletonfb.c 	xxxfb_setup(option);
option           1766 drivers/video/fbdev/sm712fb.c 	char *option = NULL;
option           1768 drivers/video/fbdev/sm712fb.c 	if (fb_get_options("sm712fb", &option))
option           1770 drivers/video/fbdev/sm712fb.c 	if (option && *option)
option           1771 drivers/video/fbdev/sm712fb.c 		mode_option = option;
option           1499 drivers/video/fbdev/sstfb.c 	char *option = NULL;
option           1501 drivers/video/fbdev/sstfb.c 	if (fb_get_options("sstfb", &option))
option           1503 drivers/video/fbdev/sstfb.c 	sstfb_setup(option);
option           1362 drivers/video/fbdev/stifb.c 	char *option = NULL;
option           1364 drivers/video/fbdev/stifb.c 	if (fb_get_options("stifb", &option))
option           1366 drivers/video/fbdev/stifb.c 	stifb_setup(option);
option           1631 drivers/video/fbdev/tdfxfb.c 	char *option = NULL;
option           1633 drivers/video/fbdev/tdfxfb.c 	if (fb_get_options("tdfxfb", &option))
option           1636 drivers/video/fbdev/tdfxfb.c 	tdfxfb_setup(option);
option           1589 drivers/video/fbdev/tgafb.c 	char *option = NULL;
option           1591 drivers/video/fbdev/tgafb.c 	if (fb_get_options("tgafb", &option))
option           1593 drivers/video/fbdev/tgafb.c 	tgafb_setup(option);
option           1021 drivers/video/fbdev/tmiofb.c 	char *option = NULL;
option           1023 drivers/video/fbdev/tmiofb.c 	if (fb_get_options("tmiofb", &option))
option           1025 drivers/video/fbdev/tmiofb.c 	tmiofb_setup(option);
option           1814 drivers/video/fbdev/tridentfb.c 	char *option = NULL;
option           1816 drivers/video/fbdev/tridentfb.c 	if (fb_get_options("tridentfb", &option))
option           1818 drivers/video/fbdev/tridentfb.c 	tridentfb_setup(option);
option           1884 drivers/video/fbdev/uvesafb.c 	char *option = NULL;
option           1886 drivers/video/fbdev/uvesafb.c 	if (fb_get_options("uvesafb", &option))
option           1888 drivers/video/fbdev/uvesafb.c 	uvesafb_setup(option);
option            311 drivers/video/fbdev/valkyriefb.c 	char *option = NULL;
option            313 drivers/video/fbdev/valkyriefb.c 	if (fb_get_options("valkyriefb", &option))
option            315 drivers/video/fbdev/valkyriefb.c 	valkyriefb_setup(option);
option           1054 drivers/video/fbdev/vermilion/vermilion.c 	char *option = NULL;
option           1056 drivers/video/fbdev/vermilion/vermilion.c 	if (fb_get_options(MODULE_NAME, &option))
option            244 drivers/video/fbdev/vesafb.c 	char *option = NULL;
option            247 drivers/video/fbdev/vesafb.c 	fb_get_options("vesafb", &option);
option            248 drivers/video/fbdev/vesafb.c 	vesafb_setup(option);
option            510 drivers/video/fbdev/vfb.c 	char *option = NULL;
option            512 drivers/video/fbdev/vfb.c 	if (fb_get_options("vfb", &option))
option            514 drivers/video/fbdev/vfb.c 	vfb_setup(option);
option           1418 drivers/video/fbdev/vga16fb.c 	char *option = NULL;
option           1420 drivers/video/fbdev/vga16fb.c 	if (fb_get_options("vga16fb", &option))
option           1423 drivers/video/fbdev/vga16fb.c 	vga16fb_setup(option);
option            919 drivers/video/fbdev/vt8623fb.c 	char *option = NULL;
option            921 drivers/video/fbdev/vt8623fb.c 	if (fb_get_options("vt8623fb", &option))
option            924 drivers/video/fbdev/vt8623fb.c 	if (option && *option)
option            925 drivers/video/fbdev/vt8623fb.c 		mode_option = option;
option            167 fs/9p/v9fs.c   	int option = 0;
option            197 fs/9p/v9fs.c   			r = match_int(&args[0], &option);
option            203 fs/9p/v9fs.c   				v9ses->debug = option;
option            205 fs/9p/v9fs.c   				p9_debug_level = option;
option            211 fs/9p/v9fs.c   			r = match_int(&args[0], &option);
option            218 fs/9p/v9fs.c   			v9ses->dfltuid = make_kuid(current_user_ns(), option);
option            226 fs/9p/v9fs.c   			r = match_int(&args[0], &option);
option            233 fs/9p/v9fs.c   			v9ses->dfltgid = make_kgid(current_user_ns(), option);
option            241 fs/9p/v9fs.c   			r = match_int(&args[0], &option);
option            247 fs/9p/v9fs.c   				v9ses->afid = option;
option            352 fs/9p/v9fs.c   			r = match_int(&args[0], &option);
option            359 fs/9p/v9fs.c   			if (option < 1) {
option            365 fs/9p/v9fs.c   			v9ses->session_lock_timeout = (long)option * HZ;
option            180 fs/adfs/super.c 	int option;
option            194 fs/adfs/super.c 			if (match_int(args, &option))
option            196 fs/adfs/super.c 			asb->s_uid = make_kuid(current_user_ns(), option);
option            201 fs/adfs/super.c 			if (match_int(args, &option))
option            203 fs/adfs/super.c 			asb->s_gid = make_kgid(current_user_ns(), option);
option            208 fs/adfs/super.c 			if (match_octal(args, &option))
option            210 fs/adfs/super.c 			asb->s_owner_mask = option;
option            213 fs/adfs/super.c 			if (match_octal(args, &option))
option            215 fs/adfs/super.c 			asb->s_other_mask = option;
option            218 fs/adfs/super.c 			if (match_int(args, &option))
option            220 fs/adfs/super.c 			asb->s_ftsuffix = option;
option            210 fs/affs/super.c 		int token, n, option;
option            227 fs/affs/super.c 			if (match_octal(&args[0], &option))
option            229 fs/affs/super.c 			*mode = option & 0777;
option            257 fs/affs/super.c 			if (match_int(&args[0], &option))
option            259 fs/affs/super.c 			*gid = make_kgid(current_user_ns(), option);
option            265 fs/affs/super.c 			if (match_int(&args[0], &option))
option            267 fs/affs/super.c 			*uid = make_kuid(current_user_ns(), option);
option            137 fs/autofs/inode.c 	int option;
option            167 fs/autofs/inode.c 			if (match_int(args, &option))
option            169 fs/autofs/inode.c 			uid = make_kuid(current_user_ns(), option);
option            175 fs/autofs/inode.c 			if (match_int(args, &option))
option            177 fs/autofs/inode.c 			gid = make_kgid(current_user_ns(), option);
option            183 fs/autofs/inode.c 			if (match_int(args, &option))
option            185 fs/autofs/inode.c 			*pgrp = option;
option            189 fs/autofs/inode.c 			if (match_int(args, &option))
option            191 fs/autofs/inode.c 			sbi->min_proto = option;
option            194 fs/autofs/inode.c 			if (match_int(args, &option))
option            196 fs/autofs/inode.c 			sbi->max_proto = option;
option            696 fs/befs/linuxvfs.c 	int option;
option            720 fs/befs/linuxvfs.c 			if (match_int(&args[0], &option))
option            723 fs/befs/linuxvfs.c 			if (option >= 0)
option            724 fs/befs/linuxvfs.c 				uid = make_kuid(current_user_ns(), option);
option            727 fs/befs/linuxvfs.c 				       "using default\n", option);
option            734 fs/befs/linuxvfs.c 			if (match_int(&args[0], &option))
option            737 fs/befs/linuxvfs.c 			if (option >= 0)
option            738 fs/befs/linuxvfs.c 				gid = make_kgid(current_user_ns(), option);
option            741 fs/befs/linuxvfs.c 				       "using default\n", option);
option           1357 fs/cifs/connect.c static int get_option_ul(substring_t args[], unsigned long *option)
option           1365 fs/cifs/connect.c 	rc = kstrtoul(string, 0, option);
option           1747 fs/cifs/connect.c 		unsigned long option;
option           2050 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2055 fs/cifs/connect.c 			vol->file_mode = option;
option           2058 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2063 fs/cifs/connect.c 			vol->dir_mode = option;
option           2066 fs/cifs/connect.c 			if (get_option_ul(args, &option) ||
option           2067 fs/cifs/connect.c 			    option > USHRT_MAX) {
option           2072 fs/cifs/connect.c 			port = (unsigned short)option;
option           2075 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2079 fs/cifs/connect.c 			vol->min_offload = option;
option           2082 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2093 fs/cifs/connect.c 			if ((option < CIFS_MAX_MSGSIZE) ||
option           2094 fs/cifs/connect.c 			   (option > (4 * SMB3_DEFAULT_IOSIZE))) {
option           2099 fs/cifs/connect.c 			vol->bsize = option;
option           2102 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2107 fs/cifs/connect.c 			vol->rsize = option;
option           2110 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2115 fs/cifs/connect.c 			vol->wsize = option;
option           2118 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2123 fs/cifs/connect.c 			vol->actimeo = HZ * option;
option           2130 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2135 fs/cifs/connect.c 			vol->handle_timeout = option;
option           2142 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2147 fs/cifs/connect.c 			vol->echo_interval = option;
option           2150 fs/cifs/connect.c 			if (get_option_ul(args, &option)) {
option           2155 fs/cifs/connect.c 			vol->snapshot_time = option;
option           2158 fs/cifs/connect.c 			if (get_option_ul(args, &option) || (option < 20) ||
option           2159 fs/cifs/connect.c 			    (option > 60000)) {
option           2164 fs/cifs/connect.c 			vol->max_credits = option;
option            103 fs/debugfs/inode.c 	int option;
option            118 fs/debugfs/inode.c 			if (match_int(&args[0], &option))
option            120 fs/debugfs/inode.c 			uid = make_kuid(current_user_ns(), option);
option            126 fs/debugfs/inode.c 			if (match_int(&args[0], &option))
option            128 fs/debugfs/inode.c 			gid = make_kgid(current_user_ns(), option);
option            134 fs/debugfs/inode.c 			if (match_octal(&args[0], &option))
option            136 fs/debugfs/inode.c 			opts->mode = option & S_IALLUGO;
option            270 fs/devpts/inode.c 		int option;
option            278 fs/devpts/inode.c 			if (match_int(&args[0], &option))
option            280 fs/devpts/inode.c 			uid = make_kuid(current_user_ns(), option);
option            287 fs/devpts/inode.c 			if (match_int(&args[0], &option))
option            289 fs/devpts/inode.c 			gid = make_kgid(current_user_ns(), option);
option            296 fs/devpts/inode.c 			if (match_octal(&args[0], &option))
option            298 fs/devpts/inode.c 			opts->mode = option & S_IALLUGO;
option            301 fs/devpts/inode.c 			if (match_octal(&args[0], &option))
option            303 fs/devpts/inode.c 			opts->ptmxmode = option & S_IALLUGO;
option            308 fs/devpts/inode.c 			if (match_int(&args[0], &option) ||
option            309 fs/devpts/inode.c 			    option < 0 || option > NR_UNIX98_PTY_MAX)
option            311 fs/devpts/inode.c 			opts->max = option;
option            100 fs/erofs/internal.h #define clear_opt(sbi, option)	((sbi)->mount_opt &= ~EROFS_MOUNT_##option)
option            101 fs/erofs/internal.h #define set_opt(sbi, option)	((sbi)->mount_opt |= EROFS_MOUNT_##option)
option            102 fs/erofs/internal.h #define test_opt(sbi, option)	((sbi)->mount_opt & EROFS_MOUNT_##option)
option            480 fs/ext2/super.c 	int option;
option            507 fs/ext2/super.c 			if (match_int(&args[0], &option))
option            509 fs/ext2/super.c 			uid = make_kuid(current_user_ns(), option);
option            511 fs/ext2/super.c 				ext2_msg(sb, KERN_ERR, "Invalid uid value %d", option);
option            518 fs/ext2/super.c 			if (match_int(&args[0], &option))
option            520 fs/ext2/super.c 			gid = make_kgid(current_user_ns(), option);
option            522 fs/ext2/super.c 				ext2_msg(sb, KERN_ERR, "Invalid gid value %d", option);
option            106 fs/f2fs/f2fs.h #define clear_opt(sbi, option)	(F2FS_OPTION(sbi).opt &= ~F2FS_MOUNT_##option)
option            107 fs/f2fs/f2fs.h #define set_opt(sbi, option)	(F2FS_OPTION(sbi).opt |= F2FS_MOUNT_##option)
option            108 fs/f2fs/f2fs.h #define test_opt(sbi, option)	(F2FS_OPTION(sbi).opt & F2FS_MOUNT_##option)
option           1132 fs/fat/inode.c 	int option;
option           1212 fs/fat/inode.c 			if (match_int(&args[0], &option))
option           1214 fs/fat/inode.c 			opts->fs_uid = make_kuid(current_user_ns(), option);
option           1219 fs/fat/inode.c 			if (match_int(&args[0], &option))
option           1221 fs/fat/inode.c 			opts->fs_gid = make_kgid(current_user_ns(), option);
option           1226 fs/fat/inode.c 			if (match_octal(&args[0], &option))
option           1228 fs/fat/inode.c 			opts->fs_fmask = opts->fs_dmask = option;
option           1231 fs/fat/inode.c 			if (match_octal(&args[0], &option))
option           1233 fs/fat/inode.c 			opts->fs_dmask = option;
option           1236 fs/fat/inode.c 			if (match_octal(&args[0], &option))
option           1238 fs/fat/inode.c 			opts->fs_fmask = option;
option           1241 fs/fat/inode.c 			if (match_octal(&args[0], &option))
option           1243 fs/fat/inode.c 			opts->allow_utime = option & (S_IWGRP | S_IWOTH);
option           1246 fs/fat/inode.c 			if (match_int(&args[0], &option))
option           1248 fs/fat/inode.c 			opts->codepage = option;
option           1254 fs/fat/inode.c 			if (match_int(&args[0], &option))
option           1261 fs/fat/inode.c 			if (option < -24 * 60 || option > 24 * 60)
option           1264 fs/fat/inode.c 			opts->time_offset = option;
option            190 fs/filesystems.c SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2)
option            194 fs/filesystems.c 	switch (option) {
option            962 fs/gfs2/ops_fstype.c 		int token, option;
option            970 fs/gfs2/ops_fstype.c 			ret = match_int(&tmp[0], &option);
option            971 fs/gfs2/ops_fstype.c 			if (ret || option < 0) 
option            974 fs/gfs2/ops_fstype.c 				ls->ls_jid = option;
option            981 fs/gfs2/ops_fstype.c 			ret = match_int(&tmp[0], &option);
option            982 fs/gfs2/ops_fstype.c 			if (ret || (option != 0 && option != 1))
option            984 fs/gfs2/ops_fstype.c 			ls->ls_first = option;
option            319 fs/hpfs/super.c 	int option;
option            337 fs/hpfs/super.c 			if (match_int(args, &option))
option            339 fs/hpfs/super.c 			*uid = make_kuid(current_user_ns(), option);
option            344 fs/hpfs/super.c 			if (match_int(args, &option))
option            346 fs/hpfs/super.c 			*gid = make_kgid(current_user_ns(), option);
option            351 fs/hpfs/super.c 			if (match_octal(args, &option))
option            353 fs/hpfs/super.c 			*umask = option;
option            341 fs/isofs/inode.c 	int option;
option            412 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            414 fs/isofs/inode.c 			n = option;
option            424 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            426 fs/isofs/inode.c 			popt->sbsector = option;
option            437 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            439 fs/isofs/inode.c 			popt->uid = make_kuid(current_user_ns(), option);
option            445 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            447 fs/isofs/inode.c 			popt->gid = make_kgid(current_user_ns(), option);
option            453 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            455 fs/isofs/inode.c 			popt->fmode = option;
option            458 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            460 fs/isofs/inode.c 			popt->dmode = option;
option            466 fs/isofs/inode.c 			if (match_int(&args[0], &option))
option            468 fs/isofs/inode.c 			n = option;
option           1187 fs/nfs/super.c static int nfs_get_option_str(substring_t args[], char **option)
option           1189 fs/nfs/super.c 	kfree(*option);
option           1190 fs/nfs/super.c 	*option = match_strdup(args);
option           1191 fs/nfs/super.c 	return !*option;
option           1194 fs/nfs/super.c static int nfs_get_option_ul(substring_t args[], unsigned long *option)
option           1202 fs/nfs/super.c 	rc = kstrtoul(string, 10, option);
option           1208 fs/nfs/super.c static int nfs_get_option_ul_bound(substring_t args[], unsigned long *option,
option           1213 fs/nfs/super.c 	ret = nfs_get_option_ul(args, option);
option           1216 fs/nfs/super.c 	if (*option < l_bound || *option > u_bound)
option           1247 fs/nfs/super.c 		unsigned long option;
option           1358 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option) ||
option           1359 fs/nfs/super.c 			    option > USHRT_MAX)
option           1361 fs/nfs/super.c 			mnt->nfs_server.port = option;
option           1364 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1366 fs/nfs/super.c 			mnt->rsize = option;
option           1369 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1371 fs/nfs/super.c 			mnt->wsize = option;
option           1374 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1376 fs/nfs/super.c 			mnt->bsize = option;
option           1379 fs/nfs/super.c 			if (nfs_get_option_ul_bound(args, &option, 1, INT_MAX))
option           1381 fs/nfs/super.c 			mnt->timeo = option;
option           1384 fs/nfs/super.c 			if (nfs_get_option_ul_bound(args, &option, 0, INT_MAX))
option           1386 fs/nfs/super.c 			mnt->retrans = option;
option           1389 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1391 fs/nfs/super.c 			mnt->acregmin = option;
option           1394 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1396 fs/nfs/super.c 			mnt->acregmax = option;
option           1399 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1401 fs/nfs/super.c 			mnt->acdirmin = option;
option           1404 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1406 fs/nfs/super.c 			mnt->acdirmax = option;
option           1409 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1412 fs/nfs/super.c 			mnt->acdirmin = mnt->acdirmax = option;
option           1415 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1417 fs/nfs/super.c 			mnt->namlen = option;
option           1420 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option) ||
option           1421 fs/nfs/super.c 			    option > USHRT_MAX)
option           1423 fs/nfs/super.c 			mnt->mount_server.port = option;
option           1426 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option) ||
option           1427 fs/nfs/super.c 			    option < NFS_MNT_VERSION ||
option           1428 fs/nfs/super.c 			    option > NFS_MNT3_VERSION)
option           1430 fs/nfs/super.c 			mnt->mount_server.version = option;
option           1433 fs/nfs/super.c 			if (nfs_get_option_ul(args, &option))
option           1435 fs/nfs/super.c 			if (option > NFS4_MAX_MINOR_VERSION)
option           1437 fs/nfs/super.c 			mnt->minorversion = option;
option           1569 fs/nfs/super.c 			if (nfs_get_option_ul_bound(args, &option, 1, NFS_MAX_CONNECTIONS))
option           1571 fs/nfs/super.c 			mnt->nfs_server.nconnect = option;
option           1191 fs/nilfs2/super.c static int nilfs_parse_snapshot_option(const char *option,
option           1219 fs/nilfs2/super.c 	nilfs_msg(NULL, KERN_ERR, "invalid option \"%s\": %s", option, msg);
option            100 fs/ntfs/super.c #define NTFS_GETOPT_WITH_DEFAULT(option, variable, default_value)	\
option            101 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option            110 fs/ntfs/super.c #define NTFS_GETOPT(option, variable)					\
option            111 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option            118 fs/ntfs/super.c #define NTFS_GETOPT_UID(option, variable)				\
option            119 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option            130 fs/ntfs/super.c #define NTFS_GETOPT_GID(option, variable)				\
option            131 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option            142 fs/ntfs/super.c #define NTFS_GETOPT_OCTAL(option, variable)				\
option            143 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option            150 fs/ntfs/super.c #define NTFS_GETOPT_BOOL(option, variable)				\
option            151 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option            157 fs/ntfs/super.c #define NTFS_GETOPT_OPTIONS_ARRAY(option, variable, opt_array)		\
option            158 fs/ntfs/super.c 	if (!strcmp(p, option)) {					\
option           1246 fs/ocfs2/super.c 	int token, option;
option           1281 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1285 fs/ocfs2/super.c 			if (option)
option           1324 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1328 fs/ocfs2/super.c 			if (option >= 0)
option           1329 fs/ocfs2/super.c 				mopt->atime_quantum = option;
option           1332 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1336 fs/ocfs2/super.c 			if (option)
option           1337 fs/ocfs2/super.c 				mopt->slot = (s16)option;
option           1340 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1344 fs/ocfs2/super.c 			if (option < 0)
option           1346 fs/ocfs2/super.c 			if (option == 0)
option           1347 fs/ocfs2/super.c 				option = JBD2_DEFAULT_MAX_COMMIT_AGE;
option           1348 fs/ocfs2/super.c 			mopt->commit_interval = HZ * option;
option           1351 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1355 fs/ocfs2/super.c 			if (option >= 0)
option           1356 fs/ocfs2/super.c 				mopt->localalloc_opt = option;
option           1426 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1430 fs/ocfs2/super.c 			if (option >= OCFS2_MIN_RESV_LEVEL &&
option           1431 fs/ocfs2/super.c 			    option < OCFS2_MAX_RESV_LEVEL)
option           1432 fs/ocfs2/super.c 				mopt->resv_level = option;
option           1437 fs/ocfs2/super.c 			if (match_int(&args[0], &option)) {
option           1441 fs/ocfs2/super.c 			if (option >= OCFS2_MIN_RESV_LEVEL &&
option           1442 fs/ocfs2/super.c 			    option < OCFS2_MAX_RESV_LEVEL)
option           1443 fs/ocfs2/super.c 				mopt->dir_resv_level = option;
option            409 fs/omfs/inode.c 	int option;
option            422 fs/omfs/inode.c 			if (match_int(&args[0], &option))
option            424 fs/omfs/inode.c 			sbi->s_uid = make_kuid(current_user_ns(), option);
option            429 fs/omfs/inode.c 			if (match_int(&args[0], &option))
option            431 fs/omfs/inode.c 			sbi->s_gid = make_kgid(current_user_ns(), option);
option            436 fs/omfs/inode.c 			if (match_octal(&args[0], &option))
option            438 fs/omfs/inode.c 			sbi->s_fmask = sbi->s_dmask = option;
option            441 fs/omfs/inode.c 			if (match_octal(&args[0], &option))
option            443 fs/omfs/inode.c 			sbi->s_dmask = option;
option            446 fs/omfs/inode.c 			if (match_octal(&args[0], &option))
option            448 fs/omfs/inode.c 			sbi->s_fmask = option;
option            234 fs/pstore/inode.c 	int		option;
option            248 fs/pstore/inode.c 			if (!match_int(&args[0], &option))
option            249 fs/pstore/inode.c 				pstore_set_kmsg_bytes(option);
option            165 fs/tracefs/inode.c 	int option;
option            180 fs/tracefs/inode.c 			if (match_int(&args[0], &option))
option            182 fs/tracefs/inode.c 			uid = make_kuid(current_user_ns(), option);
option            188 fs/tracefs/inode.c 			if (match_int(&args[0], &option))
option            190 fs/tracefs/inode.c 			gid = make_kgid(current_user_ns(), option);
option            196 fs/tracefs/inode.c 			if (match_octal(&args[0], &option))
option            198 fs/tracefs/inode.c 			opts->mode = option & S_IALLUGO;
option            988 fs/ubifs/super.c static int parse_standard_option(const char *option)
option            991 fs/ubifs/super.c 	pr_notice("UBIFS: parse %s\n", option);
option            992 fs/ubifs/super.c 	if (!strcmp(option, "sync"))
option            461 fs/udf/super.c 	int option;
option            484 fs/udf/super.c 			if (match_int(&args[0], &option))
option            486 fs/udf/super.c 			n = option;
option            511 fs/udf/super.c 			if (match_int(args, &option))
option            513 fs/udf/super.c 			uopt->gid = make_kgid(current_user_ns(), option);
option            519 fs/udf/super.c 			if (match_int(args, &option))
option            521 fs/udf/super.c 			uopt->uid = make_kuid(current_user_ns(), option);
option            527 fs/udf/super.c 			if (match_octal(args, &option))
option            529 fs/udf/super.c 			uopt->umask = option;
option            535 fs/udf/super.c 			if (match_int(args, &option))
option            537 fs/udf/super.c 			uopt->session = option;
option            542 fs/udf/super.c 			if (match_int(args, &option))
option            544 fs/udf/super.c 			uopt->lastblock = option;
option            549 fs/udf/super.c 			if (match_int(args, &option))
option            551 fs/udf/super.c 			uopt->anchor = option;
option            586 fs/udf/super.c 			if (match_octal(args, &option))
option            588 fs/udf/super.c 			uopt->fmode = option & 0777;
option            591 fs/udf/super.c 			if (match_octal(args, &option))
option            593 fs/udf/super.c 			uopt->dmode = option & 0777;
option            780 include/linux/compat.h asmlinkage long compat_sys_keyctl(u32 option,
option            239 include/linux/compiler_types.h #define __diag_ignore(compiler, version, option, comment) \
option            240 include/linux/compiler_types.h 	__diag_ ## compiler(version, ignore, option)
option            241 include/linux/compiler_types.h #define __diag_warn(compiler, version, option, comment) \
option            242 include/linux/compiler_types.h 	__diag_ ## compiler(version, warn, option)
option            243 include/linux/compiler_types.h #define __diag_error(compiler, version, option, comment) \
option            244 include/linux/compiler_types.h 	__diag_ ## compiler(version, error, option)
option            623 include/linux/fb.h extern int fb_get_options(const char *name, char **option);
option            305 include/linux/if_team.h 				 const struct team_option *option,
option            308 include/linux/if_team.h 				    const struct team_option *option,
option             50 include/linux/kconfig.h #define IS_BUILTIN(option) __is_defined(option)
option             56 include/linux/kconfig.h #define IS_MODULE(option) __is_defined(option##_MODULE)
option             64 include/linux/kconfig.h #define IS_REACHABLE(option) __or(IS_BUILTIN(option), \
option             65 include/linux/kconfig.h 				__and(IS_MODULE(option), __is_defined(MODULE)))
option             71 include/linux/kconfig.h #define IS_ENABLED(option) __or(IS_BUILTIN(option), IS_MODULE(option))
option            501 include/linux/kernel.h extern bool parse_option_str(const char *str, const char *option);
option           1515 include/linux/lsm_hooks.h 	int (*sb_add_mnt_opt)(const char *option, const char *val, int len,
option           1652 include/linux/lsm_hooks.h 	int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3,
option           1165 include/linux/rtsx_pci.h 	((cr)->option.dev_flags |= (flag))
option           1167 include/linux/rtsx_pci.h 	((cr)->option.dev_flags &= ~(flag))
option           1169 include/linux/rtsx_pci.h 	((cr)->option.dev_flags & (flag))
option           1175 include/linux/rtsx_pci.h 	struct rtsx_cr_option	option;
option             63 include/linux/scc.h 	char option;
option            154 include/linux/security.h extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
option            304 include/linux/security.h int security_add_mnt_opt(const char *option, const char *val,
option            407 include/linux/security.h int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
option            670 include/linux/security.h static inline int security_add_mnt_opt(const char *option, const char *val,
option           1100 include/linux/security.h static inline int security_task_prctl(int option, unsigned long arg2,
option           1105 include/linux/security.h 	return cap_task_prctl(option, arg2, arg3, arg4, arg5);
option            730 include/linux/syscalls.h asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3,
option           1114 include/linux/syscalls.h asmlinkage long sys_sysfs(int option,
option            102 include/net/bond_options.h int __bond_opt_set(struct bonding *bond, unsigned int option,
option            104 include/net/bond_options.h int __bond_opt_set_notify(struct bonding *bond, unsigned int option,
option            106 include/net/bond_options.h int bond_opt_tryset_rtnl(struct bonding *bond, unsigned int option, char *buf);
option            110 include/net/bond_options.h const struct bond_option *bond_opt_get(unsigned int option);
option            112 include/net/bond_options.h const struct bond_opt_value *bond_opt_get_val(unsigned int option, u64 val);
option             60 include/net/calipso.h bool calipso_validate(const struct sk_buff *skb, const unsigned char *option);
option             71 include/net/calipso.h 				    const unsigned char *option)
option            212 include/net/cipso_ipv4.h int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option);
option            280 include/net/cipso_ipv4.h 				    unsigned char **option)
option            282 include/net/cipso_ipv4.h 	unsigned char *opt = *option;
option            312 include/net/cipso_ipv4.h 	*option = opt + err_offset;
option           1096 include/net/sock.h 					int __user *option);
option           1106 include/net/sock.h 					int __user *option);
option             22 include/uapi/linux/netfilter/xt_dccp.h 	__u8 option;
option             11 include/uapi/linux/netfilter/xt_tcpudp.h 	__u8 option;			/* TCP Option iff non-zero*/
option            154 include/uapi/linux/scc.h 	char	option;		/* command for function port */
option            156 include/uapi/rdma/rdma_user_cm.h 	__u32 option;
option           2262 kernel/sys.c   SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
option           2269 kernel/sys.c   	error = security_task_prctl(option, arg2, arg3, arg4, arg5);
option           2274 kernel/sys.c   	switch (option) {
option           4656 kernel/trace/trace.c static int trace_set_options(struct trace_array *tr, char *option)
option           4661 kernel/trace/trace.c 	size_t orig_len = strlen(option);
option           4664 kernel/trace/trace.c 	cmp = strstrip(option);
option           4689 kernel/trace/trace.c 	if (orig_len > strlen(option))
option           4690 kernel/trace/trace.c 		option[strlen(option)] = ' ';
option           4698 kernel/trace/trace.c 	char *option;
option           4701 kernel/trace/trace.c 		option = strsep(&buf, ",");
option           4703 kernel/trace/trace.c 		if (!option)
option           4706 kernel/trace/trace.c 		if (*option)
option           4707 kernel/trace/trace.c 			trace_set_options(&global_trace, option);
option           8130 kernel/trace/trace.c 			      const char *option, long index)
option           8138 kernel/trace/trace.c 	return trace_create_file(option, 0644, t_options,
option            177 lib/cmdline.c  bool parse_option_str(const char *str, const char *option)
option            180 lib/cmdline.c  		if (!strncmp(str, option, strlen(option))) {
option            181 lib/cmdline.c  			str += strlen(option);
option            137 net/9p/client.c 	int option;
option            162 net/9p/client.c 			r = match_int(&args[0], &option);
option            169 net/9p/client.c 			if (option < 4096) {
option            175 net/9p/client.c 			clnt->msize = option;
option            743 net/9p/trans_fd.c 	int option;
option            769 net/9p/trans_fd.c 			r = match_int(&args[0], &option);
option            778 net/9p/trans_fd.c 			opts->port = option;
option            781 net/9p/trans_fd.c 			opts->rfd = option;
option            784 net/9p/trans_fd.c 			opts->wfd = option;
option            178 net/9p/trans_rdma.c 	int option;
option            205 net/9p/trans_rdma.c 			r = match_int(&args[0], &option);
option            214 net/9p/trans_rdma.c 			opts->port = option;
option            217 net/9p/trans_rdma.c 			opts->sq_depth = option;
option            220 net/9p/trans_rdma.c 			opts->rq_depth = option;
option            223 net/9p/trans_rdma.c 			opts->timeout = option;
option            493 net/dccp/ccids/ccid2.c 				     u8 option, u8 *optval, u8 optlen)
option            497 net/dccp/ccids/ccid2.c 	switch (option) {
option            501 net/dccp/ccids/ccid2.c 					      option - DCCPO_ACK_VECTOR_0);
option            453 net/dccp/ccids/ccid3.c 				     u8 option, u8 *optval, u8 optlen)
option            458 net/dccp/ccids/ccid3.c 	switch (option) {
option            466 net/dccp/ccids/ccid3.c 				  dccp_role(sk), sk, optlen, option);
option            471 net/dccp/ccids/ccid3.c 		if (option == TFRC_OPT_RECEIVE_RATE) {
option            481 net/dccp/dccp.h int dccp_insert_option(struct sk_buff *skb, unsigned char option,
option            288 net/dccp/options.c int dccp_insert_option(struct sk_buff *skb, const unsigned char option,
option            299 net/dccp/options.c 	*to++ = option;
option           1555 net/ipv4/cipso_ipv4.c int cipso_v4_validate(const struct sk_buff *skb, unsigned char **option)
option           1557 net/ipv4/cipso_ipv4.c 	unsigned char *opt = *option;
option           1694 net/ipv4/cipso_ipv4.c 	*option = opt + err_offset;
option            574 net/ipv6/calipso.c bool calipso_validate(const struct sk_buff *skb, const unsigned char *option)
option            578 net/ipv6/calipso.c 	u16 crc, len = option[1] + 2;
option            583 net/ipv6/calipso.c 	crc = crc_ccitt(0xffff, option, 8);
option            586 net/ipv6/calipso.c 		crc = crc_ccitt(crc, option + 10, len - 10);
option            588 net/ipv6/calipso.c 	if (option[8] != (crc & 0xff) || option[9] != ((crc >> 8) & 0xff))
option            592 net/ipv6/calipso.c 	doi_def = calipso_doi_search(get_unaligned_be32(option + 2));
option             27 net/netfilter/xt_dccp.c #define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \
option             28 net/netfilter/xt_dccp.c 				  || (!!((invflag) & (option)) ^ (cond)))
option             34 net/netfilter/xt_dccp.c dccp_find_option(u_int8_t option,
option             60 net/netfilter/xt_dccp.c 		if (op[i] == option) {
option             89 net/netfilter/xt_dccp.c match_option(u_int8_t option, const struct sk_buff *skb, unsigned int protoff,
option             92 net/netfilter/xt_dccp.c 	return dccp_find_option(option, skb, protoff, dh, hotdrop);
option            119 net/netfilter/xt_dccp.c 		&& DCCHECK(match_option(info->option, skb, par->thoff, dh,
option             21 net/netfilter/xt_sctp.c #define SCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \
option             22 net/netfilter/xt_sctp.c 					      || (!!((invflag) & (option)) ^ (cond)))
option             32 net/netfilter/xt_tcpudp.c tcp_find_option(u_int8_t option,
option             58 net/netfilter/xt_tcpudp.c 		if (op[i] == option) return !invert;
option            107 net/netfilter/xt_tcpudp.c 	if (tcpinfo->option) {
option            112 net/netfilter/xt_tcpudp.c 		if (!tcp_find_option(tcpinfo->option, skb, par->thoff,
option           2530 net/openvswitch/flow_netlink.c 	struct geneve_opt *option;
option           2534 net/openvswitch/flow_netlink.c 	option = (struct geneve_opt *)TUN_METADATA_OPTS(key, key->tun_opts_len);
option           2538 net/openvswitch/flow_netlink.c 		if (opts_len < sizeof(*option))
option           2541 net/openvswitch/flow_netlink.c 		len = sizeof(*option) + option->length * 4;
option           2545 net/openvswitch/flow_netlink.c 		crit_opt |= !!(option->type & GENEVE_CRIT_OPT_TYPE);
option           2547 net/openvswitch/flow_netlink.c 		option = (struct geneve_opt *)((u8 *)option + len);
option            100 net/sunrpc/auth_gss/gss_rpc_xdr.c 	err = gssx_enc_buffer(xdr, &opt->option);
option            112 net/sunrpc/auth_gss/gss_rpc_xdr.c 	err = gssx_dec_buffer(xdr, &opt->option);
option            257 net/sunrpc/auth_gss/gss_rpc_xdr.c 	oa->data[0].option.data = CREDS_VALUE;
option            258 net/sunrpc/auth_gss/gss_rpc_xdr.c 	oa->data[0].option.len = sizeof(CREDS_VALUE);
option            361 net/sunrpc/auth_gss/gss_rpc_xdr.c 	opt.option.data = LUCID_OPTION;
option            362 net/sunrpc/auth_gss/gss_rpc_xdr.c 	opt.option.len = sizeof(LUCID_OPTION);
option            368 net/sunrpc/auth_gss/gss_rpc_xdr.c 	opt.option.data = CREDS_OPTION;
option            369 net/sunrpc/auth_gss/gss_rpc_xdr.c 	opt.option.len = sizeof(CREDS_OPTION);
option             35 net/sunrpc/auth_gss/gss_rpc_xdr.h 	gssx_buffer option;
option            441 samples/bpf/hbm.c 	struct option loptions[] = {
option             59 samples/bpf/ibumad_user.c static const struct option long_options[] = {
option             36 samples/bpf/xdp_monitor_user.c static const struct option long_options[] = {
option             65 samples/bpf/xdp_redirect_cpu_user.c static const struct option long_options[] = {
option             47 samples/bpf/xdp_rxq_info_user.c static const struct option long_options[] = {
option            351 samples/bpf/xdpsock_user.c static struct option long_options[] = {
option             51 scripts/dtc/dtc.c static struct option const usage_long_opts[] = {
option            416 scripts/dtc/util.c 			 struct option const long_opts[],
option            195 scripts/dtc/util.h 			 struct option const long_opts[],
option            759 scripts/genksyms/genksyms.c 	struct option long_opts[] = {
option            450 scripts/kconfig/conf.c static struct option long_opts[] = {
option           1168 security/commoncap.c int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
option           1174 security/commoncap.c 	switch (option) {
option             55 security/keys/compat.c COMPAT_SYSCALL_DEFINE5(keyctl, u32, option,
option             58 security/keys/compat.c 	switch (option) {
option            150 security/keys/compat.c 		return keyctl_pkey_e_d_s(option,
option           1777 security/keys/keyctl.c SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3,
option           1780 security/keys/keyctl.c 	switch (option) {
option           1901 security/keys/keyctl.c 			option,
option            894 security/security.c int security_add_mnt_opt(const char *option, const char *val, int len,
option            898 security/security.c 					option, val, len, mnt_opts);
option           1707 security/security.c int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
option           1715 security/security.c 		thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5);
option           1038 security/selinux/hooks.c static int selinux_add_mnt_opt(const char *option, const char *val, int len,
option           1045 security/selinux/hooks.c 		if (strcmp(option, tokens[i].name) == 0) {
option            221 security/yama/yama_lsm.c static int yama_task_prctl(int option, unsigned long arg2, unsigned long arg3,
option            227 security/yama/yama_lsm.c 	switch (option) {
option            350 tools/bpf/bpftool/main.c 	static const struct option options[] = {
option            146 tools/hv/hv_fcopy_daemon.c 	static struct option long_options[] = {
option           1376 tools/hv/hv_kvp_daemon.c 	static struct option long_options[] = {
option            208 tools/hv/hv_vss_daemon.c 	static struct option long_options[] = {
option            319 tools/iio/iio_generic_buffer.c static const struct option longopts[] = {
option             32 tools/include/tools/config.h #define IS_BUILTIN(option) __is_defined(option)
option             20 tools/lib/subcmd/parse-options.c static int opterror(const struct option *opt, const char *reason, int flags)
option             38 tools/lib/subcmd/parse-options.c static void optwarning(const struct option *opt, const char *reason, int flags)
option             48 tools/lib/subcmd/parse-options.c static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt,
option             70 tools/lib/subcmd/parse-options.c 		     const struct option *opt, int flags)
option            342 tools/lib/subcmd/parse-options.c static int parse_short_opt(struct parse_opt_ctx_t *p, const struct option *options)
option            361 tools/lib/subcmd/parse-options.c                           const struct option *options)
option            364 tools/lib/subcmd/parse-options.c 	const struct option *abbrev_option = NULL, *ambiguous_option = NULL;
option            473 tools/lib/subcmd/parse-options.c static void check_typos(const char *arg, const struct option *options)
option            508 tools/lib/subcmd/parse-options.c 				       const struct option *, int,
option            512 tools/lib/subcmd/parse-options.c 			      const struct option *options,
option            629 tools/lib/subcmd/parse-options.c int parse_options_subcommand(int argc, const char **argv, const struct option *options,
option            683 tools/lib/subcmd/parse-options.c int parse_options(int argc, const char **argv, const struct option *options,
option            693 tools/lib/subcmd/parse-options.c static void print_option_help(const struct option *opts, int full)
option            785 tools/lib/subcmd/parse-options.c 	const struct option *a = va, *b = vb;
option            804 tools/lib/subcmd/parse-options.c static struct option *options__order(const struct option *opts)
option            807 tools/lib/subcmd/parse-options.c 	const struct option *o = opts;
option            808 tools/lib/subcmd/parse-options.c 	struct option *ordered;
option            824 tools/lib/subcmd/parse-options.c static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx)
option            856 tools/lib/subcmd/parse-options.c 				       const struct option *opts, int full,
option            859 tools/lib/subcmd/parse-options.c 	struct option *ordered;
option            902 tools/lib/subcmd/parse-options.c 			const struct option *opts)
option            909 tools/lib/subcmd/parse-options.c 			    const struct option *opts, const char *fmt, ...)
option            926 tools/lib/subcmd/parse-options.c 			const struct option *opts,
option            967 tools/lib/subcmd/parse-options.c int parse_opt_verbosity_cb(const struct option *opt,
option            990 tools/lib/subcmd/parse-options.c static struct option *
option            991 tools/lib/subcmd/parse-options.c find_option(struct option *opts, int shortopt, const char *longopt)
option           1002 tools/lib/subcmd/parse-options.c void set_option_flag(struct option *opts, int shortopt, const char *longopt,
option           1005 tools/lib/subcmd/parse-options.c 	struct option *opt = find_option(opts, shortopt, longopt);
option           1012 tools/lib/subcmd/parse-options.c void set_option_nobuild(struct option *opts, int shortopt,
option           1017 tools/lib/subcmd/parse-options.c 	struct option *opt = find_option(opts, shortopt, longopt);
option             55 tools/lib/subcmd/parse-options.h struct option;
option             56 tools/lib/subcmd/parse-options.h typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
option            115 tools/lib/subcmd/parse-options.h 	const struct option *parent;
option            175 tools/lib/subcmd/parse-options.h                          const struct option *options,
option            179 tools/lib/subcmd/parse-options.h 				const struct option *options,
option            184 tools/lib/subcmd/parse-options.h                                         const struct option *options);
option            187 tools/lib/subcmd/parse-options.h 			    const struct option *options,
option            210 tools/lib/subcmd/parse-options.h 	const struct option *excl_opt;
option            215 tools/lib/subcmd/parse-options.h 			       const struct option *opts,
option            221 tools/lib/subcmd/parse-options.h extern int parse_opt_abbrev_cb(const struct option *, const char *, int);
option            222 tools/lib/subcmd/parse-options.h extern int parse_opt_approxidate_cb(const struct option *, const char *, int);
option            223 tools/lib/subcmd/parse-options.h extern int parse_opt_verbosity_cb(const struct option *, const char *, int);
option            240 tools/lib/subcmd/parse-options.h void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
option            241 tools/lib/subcmd/parse-options.h void set_option_nobuild(struct option *opts, int shortopt, const char *longopt,
option             31 tools/lib/traceevent/event-plugin.c 	char				*option;
option            154 tools/lib/traceevent/event-plugin.c update_option(const char *file, struct tep_plugin_option *option)
option            160 tools/lib/traceevent/event-plugin.c 	if (option->plugin_alias) {
option            161 tools/lib/traceevent/event-plugin.c 		plugin = strdup(option->plugin_alias);
option            180 tools/lib/traceevent/event-plugin.c 		if (strcmp(op->option, option->name) != 0)
option            183 tools/lib/traceevent/event-plugin.c 		ret = update_option_value(option, op->value);
option            193 tools/lib/traceevent/event-plugin.c 		if (strcmp(op->option, option->name) != 0)
option            196 tools/lib/traceevent/event-plugin.c 		ret = update_option_value(option, op->value);
option             27 tools/objtool/builtin-check.c const struct option check_options[] = {
option             10 tools/objtool/builtin.h extern const struct option check_options[];
option            159 tools/perf/arch/arm/util/cs-etm.c 			     struct evsel *evsel, u32 option)
option            171 tools/perf/arch/arm/util/cs-etm.c 		if (option & ETM_OPT_CTXTID) {
option            176 tools/perf/arch/arm/util/cs-etm.c 		if (option & ETM_OPT_TS) {
option            181 tools/perf/arch/arm/util/cs-etm.c 		if (option & ~(ETM_OPT_CTXTID | ETM_OPT_TS))
option            193 tools/perf/arch/powerpc/util/kvm-stat.c 	const struct option event_options[] = {
option             75 tools/perf/bench/epoll-ctl.c static const struct option options[] = {
option            127 tools/perf/bench/epoll-wait.c static const struct option options[] = {
option             53 tools/perf/bench/futex-hash.c static const struct option options[] = {
option             46 tools/perf/bench/futex-lock-pi.c static const struct option options[] = {
option             48 tools/perf/bench/futex-requeue.c static const struct option options[] = {
option             60 tools/perf/bench/futex-wake-parallel.c static const struct option options[] = {
option             49 tools/perf/bench/futex-wake.c static const struct option options[] = {
option             37 tools/perf/bench/mem-functions.c static const struct option options[] = {
option            163 tools/perf/bench/numa.c static int parse_cpus_opt(const struct option *opt, const char *arg, int unset);
option            164 tools/perf/bench/numa.c static int parse_nodes_opt(const struct option *opt, const char *arg, int unset);
option            168 tools/perf/bench/numa.c static const struct option options[] = {
option            610 tools/perf/bench/numa.c static int parse_cpus_opt(const struct option *opt __maybe_unused,
option            725 tools/perf/bench/numa.c static int parse_nodes_opt(const struct option *opt __maybe_unused,
option            246 tools/perf/bench/sched-messaging.c static const struct option options[] = {
option             43 tools/perf/bench/sched-pipe.c static const struct option options[] = {
option            496 tools/perf/builtin-annotate.c 	struct option options[] = {
option            125 tools/perf/builtin-bench.c static const struct option bench_options[] = {
option            376 tools/perf/builtin-buildid-cache.c 	const struct option buildid_cache_options[] = {
option             98 tools/perf/builtin-buildid-list.c 	const struct option options[] = {
option            124 tools/perf/builtin-c2c.c static const struct option c2c_options[] = {
option           2563 tools/perf/builtin-c2c.c parse_callchain_opt(const struct option *opt, const char *arg, int unset)
option           2729 tools/perf/builtin-c2c.c 	const struct option options[] = {
option           2874 tools/perf/builtin-c2c.c static int parse_record_events(const struct option *opt,
option           2899 tools/perf/builtin-c2c.c 	struct option options[] = {
option             29 tools/perf/builtin-config.c static struct option config_options[] = {
option             25 tools/perf/builtin-data.c static const struct option data_options[] = {
option             63 tools/perf/builtin-data.c 	const struct option options[] = {
option            219 tools/perf/builtin-diff.c static int setup_compute(const struct option *opt, const char *str,
option            226 tools/perf/builtin-diff.c 	char *option;
option            233 tools/perf/builtin-diff.c 	option = strchr(str, ':');
option            234 tools/perf/builtin-diff.c 	if (option) {
option            235 tools/perf/builtin-diff.c 		unsigned len = option++ - str;
option            254 tools/perf/builtin-diff.c 			return setup_compute_opt(option);
option           1244 tools/perf/builtin-diff.c static const struct option options[] = {
option             53 tools/perf/builtin-evlist.c 	const struct option options[] = {
option            422 tools/perf/builtin-ftrace.c static int parse_filter_func(const struct option *opt, const char *str,
option            460 tools/perf/builtin-ftrace.c 	const struct option ftrace_options[] = {
option            431 tools/perf/builtin-help.c 	struct option builtin_help_options[] = {
option            784 tools/perf/builtin-inject.c 	struct option options[] = {
option             50 tools/perf/builtin-kallsyms.c 	const struct option options[] = {
option           1759 tools/perf/builtin-kmem.c static int parse_sort_opt(const struct option *opt __maybe_unused,
option           1781 tools/perf/builtin-kmem.c static int parse_caller_opt(const struct option *opt __maybe_unused,
option           1789 tools/perf/builtin-kmem.c static int parse_alloc_opt(const struct option *opt __maybe_unused,
option           1797 tools/perf/builtin-kmem.c static int parse_slab_opt(const struct option *opt __maybe_unused,
option           1805 tools/perf/builtin-kmem.c static int parse_page_opt(const struct option *opt __maybe_unused,
option           1813 tools/perf/builtin-kmem.c static int parse_line_opt(const struct option *opt __maybe_unused,
option           1905 tools/perf/builtin-kmem.c 	const struct option kmem_options[] = {
option           1257 tools/perf/builtin-kvm.c 	const struct option kvm_events_report_options[] = {
option           1348 tools/perf/builtin-kvm.c 	const struct option live_options[] = {
option           1588 tools/perf/builtin-kvm.c 	const struct option kvm_options[] = {
option             29 tools/perf/builtin-list.c 	struct option list_options[] = {
option            956 tools/perf/builtin-lock.c 	const struct option lock_options[] = {
option            964 tools/perf/builtin-lock.c 	const struct option info_options[] = {
option            972 tools/perf/builtin-lock.c 	const struct option report_options[] = {
option             37 tools/perf/builtin-mem.c static int parse_record_events(const struct option *opt,
option             77 tools/perf/builtin-mem.c 	struct option options[] = {
option            336 tools/perf/builtin-mem.c parse_mem_ops(const struct option *opt, const char *str, int unset)
option            409 tools/perf/builtin-mem.c 	const struct option mem_options[] = {
option            167 tools/perf/builtin-probe.c static int opt_set_target(const struct option *opt, const char *str,
option            202 tools/perf/builtin-probe.c static int opt_set_target_ns(const struct option *opt __maybe_unused,
option            233 tools/perf/builtin-probe.c static int opt_show_lines(const struct option *opt,
option            253 tools/perf/builtin-probe.c static int opt_show_vars(const struct option *opt,
option            275 tools/perf/builtin-probe.c static int opt_add_probe_event(const struct option *opt,
option            286 tools/perf/builtin-probe.c static int opt_set_filter_with_command(const struct option *opt,
option            298 tools/perf/builtin-probe.c static int opt_set_filter(const struct option *opt __maybe_unused,
option            505 tools/perf/builtin-probe.c 	struct option options[] = {
option            371 tools/perf/builtin-record.c static int record__aio_parse(const struct option *opt,
option            417 tools/perf/builtin-record.c static int record__mmap_flush_parse(const struct option *opt,
option            454 tools/perf/builtin-record.c static int record__parse_comp_level(const struct option *opt, const char *str, int unset)
option           1774 tools/perf/builtin-record.c int record_parse_callchain_opt(const struct option *opt,
option           1781 tools/perf/builtin-record.c int record_callchain_opt(const struct option *opt,
option           1882 tools/perf/builtin-record.c static int parse_clockid(const struct option *opt, const char *str, int unset)
option           1924 tools/perf/builtin-record.c static int record__parse_affinity(const struct option *opt, const char *str, int unset)
option           1939 tools/perf/builtin-record.c static int record__parse_mmap_pages(const struct option *opt,
option           2108 tools/perf/builtin-record.c static struct option __record_options[] = {
option           2268 tools/perf/builtin-record.c struct option *record_options = __record_options;
option            933 tools/perf/builtin-report.c report_parse_callchain_opt(const struct option *opt, const char *arg, int unset)
option            951 tools/perf/builtin-report.c parse_time_quantum(const struct option *opt, const char *arg,
option            987 tools/perf/builtin-report.c report_parse_ignore_callees_opt(const struct option *opt __maybe_unused,
option           1005 tools/perf/builtin-report.c parse_branch_mode(const struct option *opt,
option           1015 tools/perf/builtin-report.c parse_percent_limit(const struct option *opt, const char *str,
option           1071 tools/perf/builtin-report.c 	const struct option options[] = {
option           3289 tools/perf/builtin-sched.c static void setup_sorting(struct perf_sched *sched, const struct option *options,
option           3370 tools/perf/builtin-sched.c 	const struct option sched_options[] = {
option           3380 tools/perf/builtin-sched.c 	const struct option latency_options[] = {
option           3389 tools/perf/builtin-sched.c 	const struct option replay_options[] = {
option           3394 tools/perf/builtin-sched.c 	const struct option map_options[] = {
option           3405 tools/perf/builtin-sched.c 	const struct option timehist_options[] = {
option           2602 tools/perf/builtin-script.c static int parse_scriptname(const struct option *opt __maybe_unused,
option           2648 tools/perf/builtin-script.c static int parse_output_fields(const struct option *opt __maybe_unused,
option           2957 tools/perf/builtin-script.c static int list_available_scripts(const struct option *opt __maybe_unused,
option           3361 tools/perf/builtin-script.c static int parse_insn_trace(const struct option *opt __maybe_unused,
option           3371 tools/perf/builtin-script.c static int parse_xed(const struct option *opt __maybe_unused,
option           3379 tools/perf/builtin-script.c static int parse_call_trace(const struct option *opt __maybe_unused,
option           3390 tools/perf/builtin-script.c static int parse_callret_trace(const struct option *opt __maybe_unused,
option           3447 tools/perf/builtin-script.c 	const struct option options[] = {
option            704 tools/perf/builtin-stat.c static int stat__set_big_num(const struct option *opt __maybe_unused,
option            711 tools/perf/builtin-stat.c static int enable_metric_only(const struct option *opt __maybe_unused,
option            719 tools/perf/builtin-stat.c static int parse_metric_groups(const struct option *opt,
option            726 tools/perf/builtin-stat.c static struct option stat_options[] = {
option           1264 tools/perf/builtin-stat.c 			struct option opt = { .value = &evsel_list };
option           1611 tools/perf/builtin-stat.c 	const struct option options[] = {
option           1867 tools/perf/builtin-timechart.c parse_process(const struct option *opt __maybe_unused, const char *arg,
option           1876 tools/perf/builtin-timechart.c parse_highlight(const struct option *opt __maybe_unused, const char *arg,
option           1893 tools/perf/builtin-timechart.c parse_time(const struct option *opt, const char *arg, int __maybe_unused unset)
option           1931 tools/perf/builtin-timechart.c 	const struct option timechart_common_options[] = {
option           1936 tools/perf/builtin-timechart.c 	const struct option timechart_options[] = {
option           1969 tools/perf/builtin-timechart.c 	const struct option timechart_record_options[] = {
option           1339 tools/perf/builtin-top.c callchain_opt(const struct option *opt, const char *arg, int unset)
option           1346 tools/perf/builtin-top.c parse_callchain_opt(const struct option *opt, const char *arg, int unset)
option           1380 tools/perf/builtin-top.c parse_percent_limit(const struct option *opt, const char *arg,
option           1423 tools/perf/builtin-top.c 	const struct option options[] = {
option            804 tools/perf/builtin-trace.c 	  .arg = { [0] = STRARRAY(option, keyctl_options), }, },
option           3786 tools/perf/builtin-trace.c static int trace__set_duration(const struct option *opt, const char *str,
option           3795 tools/perf/builtin-trace.c static int trace__set_filter_pids_from_option(const struct option *opt, const char *str,
option           3844 tools/perf/builtin-trace.c static int parse_pagefaults(const struct option *opt, const char *str,
option           3907 tools/perf/builtin-trace.c static int trace__parse_events_option(const struct option *opt, const char *str,
option           3982 tools/perf/builtin-trace.c 		struct option o = OPT_CALLBACK('e', "event", &trace->evlist, "event",
option           3994 tools/perf/builtin-trace.c static int trace__parse_cgroups(const struct option *opt, const char *str, int unset)
option           4032 tools/perf/builtin-trace.c 		struct option o = OPT_CALLBACK('e', "event", &trace->evlist, "event",
option           4102 tools/perf/builtin-trace.c 	const struct option trace_options[] = {
option             19 tools/perf/builtin-version.c static struct option version_options[] = {
option             54 tools/perf/perf.c 	int option;
option            155 tools/perf/perf.c struct option options[] = {
option            265 tools/perf/perf.c 				struct option *p = options+i;
option            304 tools/perf/perf.c 	if (use_pager == -1 && p->option & RUN_SETUP)
option            306 tools/perf/perf.c 	if (use_pager == -1 && p->option & USE_PAGER)
option            704 tools/perf/tests/builtin-test.c 	const struct option test_options[] = {
option             23 tools/perf/trace/beauty/arch_prctl.c static size_t x86_arch_prctl__scnprintf_code(int option, char *bf, size_t size, bool show_prefix)
option             25 tools/perf/trace/beauty/arch_prctl.c 	return strarrays__scnprintf(&strarrays__x86_arch_prctl_codes, bf, size, "%#x", show_prefix, option);
option             14 tools/perf/trace/beauty/prctl.c static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix)
option             17 tools/perf/trace/beauty/prctl.c 	return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option);
option             20 tools/perf/trace/beauty/prctl.c static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix)
option             23 tools/perf/trace/beauty/prctl.c 	return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option);
option             28 tools/perf/trace/beauty/prctl.c 	int option = syscall_arg__val(arg, 0);
option             30 tools/perf/trace/beauty/prctl.c 	if (option == PR_SET_MM)
option             36 tools/perf/trace/beauty/prctl.c 	if (option == PR_SET_NAME)
option             44 tools/perf/trace/beauty/prctl.c 	int option = syscall_arg__val(arg, 0);
option             46 tools/perf/trace/beauty/prctl.c 	if (option == PR_SET_MM)
option             54 tools/perf/trace/beauty/prctl.c 	unsigned long option = arg->val;
option             77 tools/perf/trace/beauty/prctl.c 	if (option < ARRAY_SIZE(masks))
option             78 tools/perf/trace/beauty/prctl.c 		arg->mask |= masks[option];
option             80 tools/perf/trace/beauty/prctl.c 	return prctl__scnprintf_option(option, bf, size, arg->show_string_prefix);
option             70 tools/perf/ui/setup.c int stdio__config_color(const struct option *opt __maybe_unused,
option             30 tools/perf/ui/ui.h struct option;
option             32 tools/perf/ui/ui.h int stdio__config_color(const struct option *opt, const char *mode, int unset);
option           3106 tools/perf/util/annotate.c int annotate_parse_percent_type(const struct option *opt, const char *_str,
option             21 tools/perf/util/annotate.h struct option;
option            420 tools/perf/util/annotate.h int annotate_parse_percent_type(const struct option *opt, const char *_str,
option           1001 tools/perf/util/auxtrace.c int itrace_parse_synth_opts(const struct option *opt, const char *str,
option             27 tools/perf/util/auxtrace.h struct option;
option            534 tools/perf/util/auxtrace.h int itrace_parse_synth_opts(const struct option *opt, const char *str,
option            631 tools/perf/util/auxtrace.h int itrace_parse_synth_opts(const struct option *opt __maybe_unused,
option            229 tools/perf/util/callchain.h struct option;
option            232 tools/perf/util/callchain.h int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
option            233 tools/perf/util/callchain.h int record_callchain_opt(const struct option *opt, const char *arg, int unset);
option            202 tools/perf/util/cgroup.c int parse_cgroups(const struct option *opt, const char *str,
option              7 tools/perf/util/cgroup.h struct option;
option             27 tools/perf/util/cgroup.h int parse_cgroups(const struct option *opt, const char *str, int unset);
option            865 tools/perf/util/evlist.c int perf_evlist__parse_mmap_pages(const struct option *opt, const char *str,
option            178 tools/perf/util/evlist.h struct option;
option            181 tools/perf/util/evlist.h int perf_evlist__parse_mmap_pages(const struct option *opt,
option           2704 tools/perf/util/hist.c int parse_filter_percentage(const struct option *opt __maybe_unused,
option            532 tools/perf/util/hist.h struct option;
option            533 tools/perf/util/hist.h int parse_filter_percentage(const struct option *opt, const char *arg, int unset);
option            513 tools/perf/util/metricgroup.c int metricgroup__parse_groups(const struct option *opt,
option             10 tools/perf/util/metricgroup.h struct option;
option             30 tools/perf/util/metricgroup.h int metricgroup__parse_groups(const struct option *opt,
option             94 tools/perf/util/parse-branch-options.c parse_branch_stack(const struct option *opt, const char *str, int unset)
option              5 tools/perf/util/parse-branch-options.h int parse_branch_stack(const struct option *opt, const char *str, int unset);
option           2035 tools/perf/util/parse-events.c int parse_events_option(const struct option *opt, const char *str,
option           2131 tools/perf/util/parse-events.c int parse_filter(const struct option *opt, const char *str,
option           2162 tools/perf/util/parse-events.c int exclude_perf(const struct option *opt,
option             19 tools/perf/util/parse-events.h struct option;
option             33 tools/perf/util/parse-events.h int parse_events_option(const struct option *opt, const char *str, int unset);
option             37 tools/perf/util/parse-events.h int parse_filter(const struct option *opt, const char *str, int unset);
option             38 tools/perf/util/parse-events.h int exclude_perf(const struct option *opt, const char *arg, int unset);
option             13 tools/perf/util/parse-regs-options.c __parse_regs(const struct option *opt, const char *str, int unset, bool intr)
option             86 tools/perf/util/parse-regs-options.c parse_user_regs(const struct option *opt, const char *str, int unset)
option             92 tools/perf/util/parse-regs-options.c parse_intr_regs(const struct option *opt, const char *str, int unset)
option              4 tools/perf/util/parse-regs-options.h struct option;
option              5 tools/perf/util/parse-regs-options.h int parse_user_regs(const struct option *opt, const char *str, int unset);
option              6 tools/perf/util/parse-regs-options.h int parse_intr_regs(const struct option *opt, const char *str, int unset);
option            310 tools/perf/util/record.c int record__parse_freq(const struct option *opt, const char *str, int unset __maybe_unused)
option             12 tools/perf/util/record.h struct option;
option             70 tools/perf/util/record.h extern struct option *record_options;
option             72 tools/perf/util/record.h int record__parse_freq(const struct option *opt, const char *str, int unset);
option             14 tools/perf/util/sort.h struct option;
option            290 tools/perf/util/sort.h int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
option           2330 tools/perf/util/symbol.c int symbol__config_symfs(const struct option *opt __maybe_unused,
option             24 tools/perf/util/symbol.h struct option;
option            183 tools/perf/util/symbol.h int symbol__config_symfs(const struct option *opt __maybe_unused,
option             18 tools/power/cpupower/bench/main.c static struct option long_options[] = {
option            136 tools/power/cpupower/debug/i386/dump_psb.c static struct option info_opts[] = {
option            506 tools/power/cpupower/utils/cpufreq-info.c static struct option info_opts[] = {
option             23 tools/power/cpupower/utils/cpufreq-set.c static struct option set_opts[] = {
option            125 tools/power/cpupower/utils/cpuidle-info.c static struct option info_opts[] = {
option             16 tools/power/cpupower/utils/cpuidle-set.c static struct option info_opts[] = {
option             17 tools/power/cpupower/utils/cpupower-info.c static struct option set_opts[] = {
option             18 tools/power/cpupower/utils/cpupower-set.c static struct option set_opts[] = {
option           1409 tools/power/x86/intel-speed-select/isst-config.c 	static struct option long_options[] = {
option           1634 tools/power/x86/intel-speed-select/isst-config.c 	static struct option long_options[] = {
option           5665 tools/power/x86/turbostat/turbostat.c 	static struct option long_options[] = {
option            525 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	static struct option long_options[] = {
option            193 tools/spi/spidev_test.c 		static const struct option lopts[] = {
option             16 tools/testing/selftests/bpf/test_libbpf_open.c static const struct option long_options[] = {
option             88 tools/testing/selftests/bpf/test_sockmap.c static const struct option long_options[] = {
option            541 tools/testing/selftests/mqueue/mq_perf_tests.c 	char *option, *next_option;
option            570 tools/testing/selftests/mqueue/mq_perf_tests.c 			option = cpu_option_string;
option            572 tools/testing/selftests/mqueue/mq_perf_tests.c 				next_option = strchr(option, ',');
option            575 tools/testing/selftests/mqueue/mq_perf_tests.c 				cpu = atoi(option);
option            583 tools/testing/selftests/mqueue/mq_perf_tests.c 					option = ++next_option;
option            605 tools/testing/selftests/mqueue/mq_perf_tests.c 			option = queue_path;
option            606 tools/testing/selftests/mqueue/mq_perf_tests.c 			if (*option != '/') {
option            607 tools/testing/selftests/mqueue/mq_perf_tests.c 				queue_path = malloc(strlen(option) + 2);
option            614 tools/testing/selftests/mqueue/mq_perf_tests.c 				strcat(queue_path, option);
option            615 tools/testing/selftests/mqueue/mq_perf_tests.c 				free(option);
option            111 tools/testing/selftests/networking/timestamping/rxtimestamp.c static struct option long_options[] = {
option            524 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	int option = 0;
option            526 tools/testing/selftests/powerpc/alignment/alignment_handler.c 	while ((option = getopt(argc, argv, "d")) != -1) {
option            527 tools/testing/selftests/powerpc/alignment/alignment_handler.c 		switch (option) {
option            377 tools/testing/selftests/powerpc/benchmarks/context_switch.c static struct option options[] = {
option            210 tools/testing/selftests/powerpc/benchmarks/fork.c static struct option options[] = {
option             23 tools/testing/selftests/powerpc/benchmarks/mmap_bench.c static struct option options[] = {
option             23 tools/testing/selftests/watchdog/watchdog-test.c static const struct option lopts[] = {
option            552 tools/testing/vsock/vsock_diag_test.c static const struct option longopts[] = {
option            210 tools/thermal/tmon/tmon.c static struct option opts[] = {
option            135 tools/usb/usbip/src/usbip.c 	static const struct option opts[] = {
option            203 tools/usb/usbip/src/usbip_attach.c 	static const struct option opts[] = {
option            184 tools/usb/usbip/src/usbip_bind.c 	static const struct option opts[] = {
option             98 tools/usb/usbip/src/usbip_detach.c 	static const struct option opts[] = {
option            327 tools/usb/usbip/src/usbip_list.c 	static const struct option opts[] = {
option            102 tools/usb/usbip/src/usbip_unbind.c 	static const struct option opts[] = {
option            588 tools/usb/usbip/src/usbipd.c 	static const struct option longopts[] = {
option            214 tools/virtio/ringtest/main.c static const struct option longopts[] = {
option            210 tools/virtio/virtio_test.c const struct option longopts[] = {
option           1233 tools/vm/page-types.c static const struct option opts[] = {
option           1352 tools/vm/slabinfo.c struct option opts[] = {