Searched refs:opt (Results 1 - 25 of 711) sorted by path

1234567891011>>

/linux-master/arch/x86/kernel/kprobes/
H A DMakefile7 obj-$(CONFIG_OPTPROBES) += opt.o
/linux-master/drivers/clk/mvebu/
H A Darmada-370.c116 u32 opt = ((readl(sar) >> SARL_A370_FAB_FREQ_OPT) & local
121 *mult = a370_nbclk_ratios[opt][0];
122 *div = a370_nbclk_ratios[opt][1];
125 *mult = a370_hclk_ratios[opt][0];
126 *div = a370_hclk_ratios[opt][1];
129 *mult = a370_dramclk_ratios[opt][0];
130 *div = a370_dramclk_ratios[opt][1];
H A Darmada-375.c117 u32 opt = ((readl(sar) >> SAR1_A375_CPU_DDR_L2_FREQ_OPT) & local
122 *mult = armada_375_cpu_l2_ratios[opt][0];
123 *div = armada_375_cpu_l2_ratios[opt][1];
126 *mult = armada_375_cpu_ddr_ratios[opt][0];
127 *div = armada_375_cpu_ddr_ratios[opt][1];
H A Darmada-38x.c101 u32 opt = ((readl(sar) >> SAR_A380_CPU_DDR_L2_FREQ_OPT) & local
106 *mult = armada_38x_cpu_l2_ratios[opt][0];
107 *div = armada_38x_cpu_l2_ratios[opt][1];
110 *mult = armada_38x_cpu_ddr_ratios[opt][0];
111 *div = armada_38x_cpu_ddr_ratios[opt][1];
H A Ddove.c89 u32 opt = (readl(sar) >> SAR_DOVE_TCLK_FREQ) & local
91 return dove_tclk_freqs[opt];
108 u32 opt = (readl(sar) >> SAR_DOVE_CPU_FREQ) & local
110 return dove_cpu_freqs[opt];
131 u32 opt = (readl(sar) >> SAR_DOVE_L2_RATIO) & local
133 *mult = dove_cpu_l2_ratios[opt][0];
134 *div = dove_cpu_l2_ratios[opt][1];
139 u32 opt = (readl(sar) >> SAR_DOVE_DDR_RATIO) & local
141 *mult = dove_cpu_ddr_ratios[opt][0];
142 *div = dove_cpu_ddr_ratios[opt][
[all...]
H A Dmv98dx3236.c120 u32 opt = ((readl(sar) >> SAR1_MV98DX3236_CPU_DDR_MPLL_FREQ_OPT) & local
126 *mult = mv98dx4251_cpu_ddr_ratios[opt][0];
127 *div = mv98dx4251_cpu_ddr_ratios[opt][1];
129 *mult = mv98dx3236_cpu_ddr_ratios[opt][0];
130 *div = mv98dx3236_cpu_ddr_ratios[opt][1];
135 *mult = mv98dx4251_cpu_mpll_ratios[opt][0];
136 *div = mv98dx4251_cpu_mpll_ratios[opt][1];
138 *mult = mv98dx3236_cpu_mpll_ratios[opt][0];
139 *div = mv98dx3236_cpu_mpll_ratios[opt][1];
H A Dorion.c30 u32 opt = (readl(sar) >> SAR_MV88F5181_TCLK_FREQ) & local
32 if (opt == 0)
34 else if (opt == 1)
36 else if (opt == 2)
47 u32 opt = (readl(sar) >> SAR_MV88F5181_CPU_FREQ) & local
49 if (opt == 0)
51 else if (opt == 1 || opt == 2)
53 else if (opt == 3)
62 u32 opt local
100 u32 opt = (readl(sar) >> SAR_MV88F5182_TCLK_FREQ) & local
115 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & local
130 u32 opt = (readl(sar) >> SAR_MV88F5182_CPU_FREQ) & local
174 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & local
187 u32 opt = (readl(sar) >> SAR_MV88F5281_CPU_FREQ) & local
225 u32 opt = (readl(sar) >> SAR_MV88F6183_TCLK_FREQ) & local
240 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & local
253 u32 opt = (readl(sar) >> SAR_MV88F6183_CPU_FREQ) & local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doption.h6 const char *nvkm_stropt(const char *optstr, const char *opt, int *len);
7 bool nvkm_boolopt(const char *optstr, const char *opt, bool value);
8 long nvkm_longopt(const char *optstr, const char *opt, long value);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Doption.c28 nvkm_stropt(const char *optstr, const char *opt, int *arglen) argument
34 if (!strncasecmpz(optstr, opt, len)) {
54 nvkm_boolopt(const char *optstr, const char *opt, bool value) argument
58 optstr = nvkm_stropt(optstr, opt, &arglen);
77 nvkm_longopt(const char *optstr, const char *opt, long value) argument
83 optstr = nvkm_stropt(optstr, opt, &arglen);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1578 enum drx_no_carrier_option opt; /* Mute or noise at no carrier detection (A) */ member in struct:drx_aud_carrier
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_param.c106 static int atl1e_validate_option(int *value, struct atl1e_option *opt, argument
110 *value = opt->def;
114 switch (opt->type) {
119 "%s Enabled\n", opt->name);
123 "%s Disabled\n", opt->name);
128 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
130 opt->name, *value);
138 for (i = 0; i < opt->arg.l.nr; i++) {
139 ent = &opt
180 struct atl1e_option opt = { local
199 struct atl1e_option opt = { local
219 struct atl1e_option opt = { local
238 struct atl1e_option opt = { local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgeneve.h17 int mlx5_geneve_tlv_option_add(struct mlx5_geneve *geneve, struct geneve_opt *opt);
27 mlx5_geneve_tlv_option_add(struct mlx5_geneve *geneve, struct geneve_opt *opt) { return 0; } argument
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dmain.h242 struct tc_root_qopt_offload *opt);
244 struct tc_red_qopt_offload *opt);
246 struct tc_mq_qopt_offload *opt);
248 struct tc_gred_qopt_offload *opt);
250 struct flow_block_offload *opt);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c754 minfo->hw.MXoptionReg |= 0x00207E00 & minfo->values.reg.opt;
776 minfo->hw.MXoptionReg |= 0x001F8000 & minfo->values.reg.opt;
795 /* minfo->hw.MXoptionReg = minfo->values.reg.opt; */
804 minfo->hw.MXoptionReg |= minfo->values.reg.opt & 0x03400040;
942 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
962 hw->MXoptionReg |= minfo->values.reg.opt & 0x1C00;
/linux-master/fs/qnx6/
H A Dqnx6.h69 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt))
70 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt))
71 #define test_opt(sb, opt) (QNX6_SB(sb)->s_mount_opt & \
72 QNX6_MOUNT_##opt)
/linux-master/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h66 struct nf_osf_opt opt[MAX_IPOPTLEN]; member in struct:nf_osf_user_finger
/linux-master/net/netfilter/
H A Dxt_TCPOPTSTRIP.c19 static inline unsigned int optlen(const u_int8_t *opt, unsigned int offset) argument
22 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0)
25 return opt[offset+1];
37 u_int8_t *opt; local
57 opt = (u8 *)tcph;
64 optl = optlen(opt, i);
69 if (!tcpoptstrip_test_bit(info->strip_bmap, opt[i]))
73 o = opt[i+j];
82 memset(opt
[all...]
/linux-master/samples/bpf/
H A Dtc_l2_redirect_user.c30 int opt; local
32 while ((opt = getopt(argc, argv, "F:U:i:")) != -1) {
33 switch (opt) {
/linux-master/scripts/
H A Dinsert-sys-cert.c285 int opt; local
289 while ((opt = getopt(argc, argv, "b:c:s:")) != -1) {
290 switch (opt) {
H A Dunifdef.c243 int opt; local
245 while ((opt = getopt(argc, argv, "i:D:U:I:o:bBcdeKklnsStV")) != -1)
246 switch (opt) {
253 opt = *optarg++;
254 if (opt == 'D')
256 else if (opt == 'U')
/linux-master/tools/firmware/
H A Dihex2fw.c77 int opt; local
79 while ((opt = getopt(argc, argv, "wsj")) != -1) {
80 switch (opt) {
/linux-master/tools/perf/util/
H A Dparse-branch-options.h5 int parse_branch_stack(const struct option *opt, const char *str, int unset);
H A Dparse-regs-options.h5 int parse_user_regs(const struct option *opt, const char *str, int unset);
6 int parse_intr_regs(const struct option *opt, const char *str, int unset);
/linux-master/tools/power/cpupower/bench/
H A Dparse.c158 char opt[16], val[32], *line = NULL; local
178 if (sscanf(line, "%14s = %30s", opt, val) < 2)
181 dprintf("parsing: %s -> %s\n", opt, val);
183 if (strcmp("sleep", opt) == 0)
186 else if (strcmp("load", opt) == 0)
189 else if (strcmp("load_step", opt) == 0)
192 else if (strcmp("sleep_step", opt) == 0)
195 else if (strcmp("cycles", opt) == 0)
198 else if (strcmp("rounds", opt) == 0)
201 else if (strcmp("verbose", opt)
[all...]
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl639 my $opt = shift @ARGV;
641 if ($opt eq "-b") {
649 elsif ($opt eq "-l") {
657 elsif ($opt eq "-r") {
661 elsif ($opt eq "-h") {
666 die "Unknown option $opt\n";

Completed in 496 milliseconds

1234567891011>>