| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_rm_fsm.h | 231 }opt; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | pci.h | 139 int (*unfreeze_pe)(struct pnv_phb *phb, int pe_no, int opt);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_rm_fsm.h | 231 }opt; member
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ct.c | 1402 struct tc_ct opt = { in tcf_ct_dump() local 1412 opt.action = c->tcf_action; in tcf_ct_dump() 1448 if (nla_put(skb, TCA_CT_PARMS, sizeof(opt), &opt)) in tcf_ct_dump()
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | numa.c | 164 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset); 165 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset); 627 static int parse_cpus_opt(const struct option *opt __maybe_unused, in parse_cpus_opt() 742 static int parse_nodes_opt(const struct option *opt __maybe_unused, in parse_nodes_opt()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 1245 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt)); in ip_vs_tunnel_xmit() 1393 memset(&(IPCB(skb)->opt), 0, sizeof(IPCB(skb)->opt)); in ip_vs_tunnel_xmit_v6()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | asn1t.h | 608 int tag, int aclass, char opt, ASN1_TLC *ctx); 866 int tag, int aclass, char opt, ASN1_TLC *ctx);
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | netconsole.c | 56 static int __init option_setup(char *opt) in option_setup() argument 58 strlcpy(config, opt, MAX_PARAM_LENGTH); in option_setup()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | asn1t.h | 608 int tag, int aclass, char opt, ASN1_TLC *ctx); 866 int tag, int aclass, char opt, ASN1_TLC *ctx);
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | bootp.c | 308 u8 *opt = ext; in bootp_process_vendor() local 312 bootp_process_vendor_field(opt); in bootp_process_vendor()
|
| /OK3568_Linux_fs/buildroot/linux/ |
| H A D | linux.mk | 373 $(foreach opt, $(LINUX_COMPRESSION_OPT_), 374 $(call KCONFIG_DISABLE_OPT,$(opt))
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rust-bin.bbclass | 5 RUSTC_ARCHFLAGS += "-C opt-level=3 -g -L ${STAGING_DIR_HOST}/${rustlibdir} -C linker=${RUST_TARGET_…
|
| /OK3568_Linux_fs/kernel/net/mac802154/ |
| H A D | trace.h | 27 (__entry->cca_opt) = cca->opt; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ |
| H A D | de-Primacom | 8 # provided by (opt) : Sven Eckelmann <sven@narfation.org>
|
| H A D | de-NetAachen | 9 # provided by (opt) : Till Maas <opensource@till.name>
|
| /OK3568_Linux_fs/buildroot/package/yajl/ |
| H A D | 0003-Link-with-shared-libyajl-in-a-shared-build.patch | 13 /home/test/autobuild/instance-3/output/host/opt/ext-toolchain/bfin-uclinux/bfin-uclinux/bin/ld.real…
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | hv_kvp_daemon.c | 1374 int daemonize = 1, long_index = 0, opt; in main() local 1382 while ((opt = getopt_long(argc, argv, "hn", long_options, in main() 1384 switch (opt) { in main()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | qp.c | 4079 static inline bool is_valid_mask(int mask, int req, int opt) in is_valid_mask() argument 4084 if (mask & ~(req | opt)) in is_valid_mask() 4097 int opt = 0; in modify_dci_qp_is_ok() local 4100 return is_valid_mask(attr_mask, req, opt); in modify_dci_qp_is_ok() 4103 return is_valid_mask(attr_mask, req, opt); in modify_dci_qp_is_ok() 4105 opt = IB_QP_PKEY_INDEX | IB_QP_PORT; in modify_dci_qp_is_ok() 4106 return is_valid_mask(attr_mask, req, opt); in modify_dci_qp_is_ok() 4109 opt = IB_QP_PKEY_INDEX | IB_QP_AV; in modify_dci_qp_is_ok() 4110 return is_valid_mask(attr_mask, req, opt); in modify_dci_qp_is_ok() 4114 opt = IB_QP_MIN_RNR_TIMER; in modify_dci_qp_is_ok() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.h | 292 int RTMP_SetOpt(RTMP *r, const AVal *opt, AVal *arg);
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | omap3430-sdp.dts | 111 ti,nand-ecc-opt = "sw";
|
| H A D | logicpd-torpedo-som.dtsi | 54 ti,nand-ecc-opt = "bch8";
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol.h | 176 int symbol__config_symfs(const struct option *opt __maybe_unused,
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | efi.h | 192 extern void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | msm_geni_serial_earlycon.c | 299 const char *opt) in msm_geni_serial_earlycon_setup() argument
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 5046 for opt in opts: 5047 if "=" in opt: 5048 opt = opt.split("=") 5049 if opt[0] == "hostname": 5050 db.setHostName(opt[1]) 5051 elif opt[0] == "port": 5052 db.setPort(int(opt[1])) 5053 elif opt[0] == "username": 5054 db.setUserName(opt[1]) 5055 elif opt[0] == "password": [all …]
|