Searched refs:opts (Results 401 - 425 of 521) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/phy/starfive/
H A Dphy-jh7110-dphy-rx.c78 static int stf_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
/linux-master/tools/perf/util/
H A Dcallchain.h285 void arch__add_leaf_frame_record_opts(struct record_opts *opts);
H A Dauxtrace.c615 struct record_opts *opts)
619 return itr->recording_options(itr, evlist, opts);
632 struct record_opts *opts, const char *str)
640 opts->auxtrace_snapshot_on_exit = true;
648 return itr->parse_snapshot_options(itr, opts, str);
698 struct record_opts *opts)
727 opts->auxtrace_sample_mode = true;
733 if (!opts->auxtrace_sample_mode) {
748 struct record_opts *opts, const char *str)
810 return auxtrace_validate_aux_sample_size(evlist, opts);
613 auxtrace_record__options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
631 auxtrace_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) argument
697 auxtrace_validate_aux_sample_size(struct evlist *evlist, struct record_opts *opts) argument
746 auxtrace_parse_sample_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts, const char *str) argument
[all...]
H A Ddata-convert-bt.c1602 struct perf_data_convert_opts *opts)
1608 .force = opts->force,
1629 if (opts->all) {
1648 if (ctf_writer__init(cw, path, session, opts->tod))
1664 if (opts->all && setup_non_sample_events(cw, session))
1601 bt_convert__perf2ctf(const char *input, const char *path, struct perf_data_convert_opts *opts) argument
/linux-master/include/linux/mtd/
H A Drawnand.h1406 #define LEGACY_ID_NAND(nm, devid, chipsz, erasesz, opts) \
1408 .chipsize = (chipsz), .erasesize = (erasesz), .options = (opts) }
1420 #define EXTENDED_ID_NAND(nm, devid, chipsz, opts) \
1422 .options = (opts) }
/linux-master/tools/testing/selftests/bpf/
H A Dxsk.c283 LIBBPF_OPTS(bpf_xdp_query_opts, opts);
286 ret = bpf_xdp_query(ifindex, mode, &opts);
293 return opts.attach_mode == XDP_ATTACHED_DRV;
295 return opts.attach_mode == XDP_ATTACHED_SKB;
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c925 u32 opts; member in struct:mtip_int_cmd
936 * @opts Command header options, excluding the FIS length
951 u32 opts,
961 .opts = opts
1129 fis.opts = 1 << 7;
1210 fis.opts = 1 << 7;
1251 fis.opts = 1 << 7;
1287 fis.opts = 1 << 7;
1485 fis.opts
946 mtip_exec_internal_command(struct mtip_port *port, struct host_to_dev_fis *fis, int fis_len, dma_addr_t buffer, int buf_len, u32 opts, unsigned long timeout) argument
[all...]
/linux-master/scripts/
H A DMakefile.package95 cmd_debianize = $(srctree)/scripts/package/mkdebian $(mkdebian-opts)
104 debian-orig: mkdebian-opts = --need-source
/linux-master/drivers/net/ethernet/3com/
H A D3c589_cs.c893 u16 opts = SetRxFilter | RxStation | RxBroadcast; local
896 opts |= RxMulticast | RxProm;
898 opts |= RxMulticast;
899 outw(opts, ioaddr + EL3_CMD);
/linux-master/net/sched/
H A Dsch_fq_codel.c535 struct nlattr *opts; local
537 opts = nla_nest_start_noflag(skb, TCA_OPTIONS);
538 if (opts == NULL)
572 return nla_nest_end(skb, opts);
/linux-master/fs/bcachefs/
H A Dinode.h7 #include "opts.h"
140 ((_inode)->bi_##_name ? (_inode)->bi_##_name - 1 : (_c)->opts._name)
H A Djournal_io.c119 if (!c->opts.read_entire_journal)
153 if (!c->opts.read_entire_journal &&
166 if (last_seq > jlist->last_seq && !c->opts.read_entire_journal) {
1209 if (!c->opts.fsck &&
1487 unsigned target = c->opts.metadata_target ?:
1488 c->opts.foreground_target;
1490 READ_ONCE(c->opts.metadata_replicas);
1492 READ_ONCE(c->opts.metadata_replicas_required));
1946 (jiffies - j->last_flush_write) < msecs_to_jiffies(c->opts.journal_flush_delay) &&
2039 if (c->opts
[all...]
/linux-master/drivers/phy/
H A Dphy-core.c547 * @opts: New configuration to apply
555 int phy_configure(struct phy *phy, union phy_configure_opts *opts) argument
566 ret = phy->ops->configure(phy, opts);
578 * @opts: Configuration to check
590 union phy_configure_opts *opts)
601 ret = phy->ops->validate(phy, mode, submode, opts);
589 phy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-stub.c783 static const char opts[][14] = { local
787 for (int i = 0; i < ARRAY_SIZE(opts); i++) {
788 const char *p = strstr(cmdline, opts[i]);
791 cmdline_memmap_override = opts[i];
/linux-master/fs/jffs2/
H A Dnodemgmt.c27 struct jffs2_mount_opts *opts = &c->mount_opts; local
33 if (avail < 2 * opts->rp_size)
37 opts->rp_size, c->dirty_size, c->free_size,
41 if (avail > opts->rp_size)
/linux-master/drivers/target/
H A Dtarget_core_spc.c2118 u8 opts = cdb[2] & 0x3; local
2127 if (opts > 3) {
2130 cmd->se_tfo->fabric_name, opts,
2141 switch (opts) {
2201 u8 opts = cdb[2] & 0x3; local
2215 if (opts == 0)
2235 if (opts == 0) {
/linux-master/tools/lib/bpf/
H A Dlinker.c161 const struct bpf_linker_file_opts *opts,
217 struct bpf_linker *bpf_linker__new(const char *filename, struct bpf_linker_opts *opts) argument
222 if (!OPTS_VALID(opts, bpf_linker_opts))
441 const struct bpf_linker_file_opts *opts)
446 if (!OPTS_VALID(opts, bpf_linker_file_opts))
452 err = err ?: linker_load_obj_file(linker, filename, opts, &obj);
539 const struct bpf_linker_file_opts *opts,
2678 LIBBPF_OPTS(btf_dedup_opts, opts);
2715 opts.btf_ext = linker->btf_ext;
2716 err = btf__dedup(linker->btf, &opts);
440 bpf_linker__add_file(struct bpf_linker *linker, const char *filename, const struct bpf_linker_file_opts *opts) argument
538 linker_load_obj_file(struct bpf_linker *linker, const char *filename, const struct bpf_linker_file_opts *opts, struct src_obj *obj) argument
[all...]
H A Dbtf.c1329 LIBBPF_OPTS(bpf_btf_load_opts, opts);
1372 opts.log_buf = log_buf ? log_buf : buf;
1373 opts.log_size = log_buf ? log_sz : buf_sz;
1374 opts.log_level = log_level;
1377 opts.token_fd = token_fd;
1379 opts.btf_flags |= BPF_F_TOKEN_FD;
1381 btf->fd = bpf_btf_load(raw_data, raw_size, &opts);
3065 static struct btf_dedup *btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts);
3214 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) argument
3219 if (!OPTS_VALID(opts, btf_dedup_opt
3313 struct btf_dedup_opts opts; member in struct:btf_dedup
3390 btf_dedup_new(struct btf *btf, const struct btf_dedup_opts *opts) argument
[all...]
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c316 char *opts, *target; local
322 opts = get_field(target, 2);
323 if (!opts)
331 null_endofword(opts);
332 if (strstr(opts, "shared:"))
/linux-master/net/bluetooth/
H A Dsco.c969 struct sco_options opts; local
990 opts.mtu = sco_pi(sk)->conn->mtu;
992 BT_DBG("mtu %u", opts.mtu);
994 len = min(len, sizeof(opts));
995 if (copy_to_user(optval, (char *)&opts, len))
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1931 static void sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, argument
1982 if (opts) {
2124 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, argument
2130 sym_settrans(np, target, opts, ofs, per, wide, div, fak);
2139 spi_iu(starget) = tp->tgoal.iu = !!(opts & PPR_OPT_IU);
2140 spi_dt(starget) = tp->tgoal.dt = !!(opts & PPR_OPT_DT);
2141 spi_qas(starget) = tp->tgoal.qas = !!(opts & PPR_OPT_QAS);
4069 unsigned char opts = np->msgin[7] & PPR_OPT_MASK; local
4083 opts = 0;
4085 if (opts !
[all...]
/linux-master/net/openvswitch/
H A Dflow_netlink.c599 struct vxlan_metadata opts; local
601 BUILD_BUG_ON(sizeof(opts) > sizeof(match->key->tun_opts));
603 memset(&opts, 0, sizeof(opts));
623 opts.gbp = nla_get_u32(a);
638 SW_FLOW_KEY_PUT(match, tun_opts_len, sizeof(opts), false);
642 opt_key_offset = TUN_METADATA_OFFSET(sizeof(opts));
643 SW_FLOW_KEY_MEMCPY_OFFSET(match, opt_key_offset, &opts, sizeof(opts),
868 const struct vxlan_metadata *opts local
2042 const void *opts = NULL; local
[all...]
/linux-master/drivers/net/ethernet/davicom/
H A Ddm9000.c699 u32 opts = w->wolopts; local
705 if (opts & ~WAKE_MAGIC)
708 if (opts & WAKE_MAGIC)
719 if (dm->wake_state != opts) {
724 else if (dm->wake_state && !opts)
728 dm->wake_state = opts;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h471 int (*set_opts)(struct hnae_handle *handle, int type, void *opts);
472 int (*get_opts)(struct hnae_handle *handle, int type, void **opts);
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py514 opts, args = getopt.getopt(sys.argv[1:],"ht:i:c:n:m:",["help","trace_file=","interval=","cpu=","name=","memory="])
518 for opt, arg in opts:

Completed in 508 milliseconds

<<11121314151617181920>>