Searched refs:opts (Results 251 - 275 of 518) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/scripts/
H A DMakefile.include142 short-opts := $(firstword -$(MAKEFLAGS))
144 short-opts := $(filter-out --%,$(MAKEFLAGS))
147 ifneq ($(findstring s,$(short-opts)),)
/linux-master/include/linux/phy/
H A Dphy.h103 int (*configure)(struct phy *phy, union phy_configure_opts *opts);
122 union phy_configure_opts *opts);
241 int phy_configure(struct phy *phy, union phy_configure_opts *opts);
243 union phy_configure_opts *opts);
421 union phy_configure_opts *opts)
430 union phy_configure_opts *opts)
420 phy_configure(struct phy *phy, union phy_configure_opts *opts) argument
429 phy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c273 DECLARE_LIBBPF_OPTS(btf_dump_type_data_opts, opts);
279 opts.compact = true;
281 opts.skip_names = true;
283 opts.emit_zeroes = true;
294 ret = btf_dump__dump_type_data(d, type_id, ptr, ptr_sz, &opts);
569 DECLARE_LIBBPF_OPTS(btf_dump_type_data_opts, opts);
650 ret = btf_dump__dump_type_data(d, type_id, fops, type_sz, &opts);
751 opts.emit_zeroes = true;
752 ret = btf_dump__dump_type_data(d, type_id, zero_data, type_sz, &opts);
779 ret = btf_dump__dump_type_data(d, type_id, skb, type_sz, &opts);
[all...]
H A Dcore_extern.c132 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts,
139 skel = test_core_extern__open_opts(&opts);
H A Dcrypto_sanity.c86 LIBBPF_OPTS(bpf_test_run_opts, opts);
125 err = bpf_prog_test_run_opts(pfd, &opts);
127 !ASSERT_OK(opts.retval, "skb_crypto_setup retval"))
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c353 mixel_dphy_configure_mipi_dphy(struct phy *phy, union phy_configure_opts *opts) argument
359 ret = mixel_dphy_config_from_opts(phy, &opts->mipi_dphy, &cfg);
382 mixel_dphy_configure_lvds_phy(struct phy *phy, union phy_configure_opts *opts) argument
385 struct phy_configure_opts_lvds *lvds_opts = &opts->lvds;
441 static int mixel_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
443 if (!opts) {
449 return mixel_dphy_configure_mipi_dphy(phy, opts);
451 return mixel_dphy_configure_lvds_phy(phy, opts);
460 mixel_dphy_validate_lvds_phy(struct phy *phy, union phy_configure_opts *opts) argument
462 struct phy_configure_opts_lvds *lvds_cfg = &opts
486 mixel_dphy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) argument
[all...]
/linux-master/drivers/ufs/host/
H A Dufs-exynos.c454 if (ufs->opts & EXYNOS_UFS_OPT_HAS_APB_CLK_CTRL) {
479 if (ufs->opts & EXYNOS_UFS_OPT_HAS_APB_CLK_CTRL) {
981 if (ufs->opts & EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL)
986 if (ufs->opts & EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL)
1008 if (!(ufs->opts & EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR)) {
1026 if (ufs->opts & EXYNOS_UFS_OPT_TIMER_TICK_SELECT) {
1052 if (ufs->opts & EXYNOS_UFS_OPT_SKIP_CONNECTION_ESTAB)
1066 !(ufs->opts & EXYNOS_UFS_OPT_USE_SW_HIBERN8_TIMER))
1071 if (ufs->opts & EXYNOS_UFS_OPT_USE_SW_HIBERN8_TIMER) {
1146 ufs->opts
[all...]
/linux-master/arch/um/drivers/
H A Dport_user.c25 static void *port_init(char *str, int device, const struct chan_opts *opts) argument
53 *data = ((struct port_chan) { .raw = opts->raw,
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c37 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
111 .options = opts,
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.h198 unsigned char opts; member in struct:host_to_dev_fis
252 __le32 opts; member in struct:mtip_cmd_hdr
/linux-master/samples/bpf/
H A Dfds_example.c67 LIBBPF_OPTS(bpf_prog_load_opts, opts,
73 insns, insns_cnt, &opts);
H A Dtest_cgrp2_attach.c75 LIBBPF_OPTS(bpf_prog_load_opts, opts,
81 prog, insns_cnt, &opts);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c25 static const struct argp_option opts[] = { variable in typeref:struct:argp_option
63 .options = opts,
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c203 static const struct option opts[] = { local
215 opt = getopt_long(argc, argv, "d:r:b:", opts, NULL);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c91 union phy_configure_opts opts = { }; local
92 struct phy_configure_opts_lvds *phy_cfg = &opts.lvds;
101 ret = phy_validate(imx8qm_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
113 ret = phy_validate(imx8qm_ldb_ch->phy, PHY_MODE_LVDS, 0, &opts);
138 union phy_configure_opts opts = { }; local
139 struct phy_configure_opts_lvds *phy_cfg = &opts.lvds;
155 ret = phy_configure(imx8qm_ldb_ch->phy, &opts);
164 ret = phy_configure(imx8qm_ldb_ch->phy, &opts);
/linux-master/drivers/staging/vt6655/
H A Ddevice.h73 #define AVAIL_TD(p, q) ((p)->opts.tx_descs[(q)] - ((p)->iTDUsed[(q)]))
145 struct vnt_options opts; member in struct:vnt_private
/linux-master/fs/bcachefs/
H A Dmigrate.c24 unsigned replicas = metadata ? c->opts.metadata_replicas : c->opts.data_replicas;
H A Dsuper-io.c683 static int __bch2_read_super(const char *path, struct bch_opts *opts, argument
686 u64 offset = opt_get(*opts, sb);
710 if (opt_get(*opts, direct_io) == false)
714 if (!opt_get(*opts, noexcl))
717 if (!opt_get(*opts, nochanges))
723 opt_get(*opts, read_only)) {
728 opt_set(*opts, nochanges, true);
754 if (opt_defined(*opts, sb))
760 bch2_print_opts(opts, KERN_INFO "%s", err2.buf);
762 bch2_print_opts(opts, KERN_ER
839 bch2_read_super(const char *path, struct bch_opts *opts, struct bch_sb_handle *sb) argument
847 bch2_read_super_silent(const char *path, struct bch_opts *opts, struct bch_sb_handle *sb) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Dacapps.h100 int acpi_getopt(int argc, char **argv, char *opts);
/linux-master/tools/lib/bpf/
H A Dbpf_gen_internal.h32 struct gen_loader_opts *opts; member in struct:bpf_gen
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c200 union phy_configure_opts *opts)
205 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy);
209 ret = phy_configure(priv->analog, opts);
213 memcpy(&priv->config, opts, sizeof(priv->config));
199 phy_meson_axg_mipi_dphy_configure(struct phy *phy, union phy_configure_opts *opts) argument
H A Dphy-meson-axg-mipi-pcie-analog.c134 union phy_configure_opts *opts)
139 ret = phy_mipi_dphy_config_validate(&opts->mipi_dphy);
143 memcpy(&priv->config, opts, sizeof(priv->config));
133 phy_axg_mipi_pcie_analog_configure(struct phy *phy, union phy_configure_opts *opts) argument
/linux-master/fs/ceph/
H A Dsuper.c225 struct ceph_mount_options *opts; member in struct:ceph_parse_opts_ctx
267 struct ceph_mount_options *fsopt = pctx->opts;
287 struct ceph_mount_options *fsopt = pctx->opts;
343 struct ceph_mount_options *fsopt = pctx->opts;
395 struct ceph_mount_options *fsopt = pctx->opts;
409 struct ceph_mount_options *fsopt = pctx->opts;
1293 struct ceph_mount_options *fsopt = pctx->opts;
1309 fsc = create_fs_client(pctx->opts, pctx->copts);
1310 pctx->opts = NULL;
1376 destroy_mount_options(pctx->opts);
[all...]
/linux-master/scripts/gdb/linux/
H A Dproc.py116 opts = ""
119 opts += string
120 return opts
/linux-master/fs/exfat/
H A Dmisc.c28 struct exfat_mount_options *opts = &EXFAT_SB(sb)->options; local
40 if (opts->errors == EXFAT_ERRORS_PANIC) {
43 } else if (opts->errors == EXFAT_ERRORS_RO && !sb_rdonly(sb)) {

Completed in 253 milliseconds

<<11121314151617181920>>