| /linux/fs/ubifs/ |
| H A D | sb.c | 78 struct ubifs_mst_node *mst; in create_default_filesystem() local 164 mst = kzalloc(c->mst_node_alsz, GFP_KERNEL); in create_default_filesystem() 170 if (!sup || !mst || !idx || !ino || !cs) { in create_default_filesystem() 227 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem() 228 mst->log_lnum = cpu_to_le32(UBIFS_LOG_LNUM); in create_default_filesystem() 229 mst->highest_inum = cpu_to_le64(UBIFS_FIRST_INO); in create_default_filesystem() 230 mst->cmt_no = 0; in create_default_filesystem() 231 mst->root_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB); in create_default_filesystem() 232 mst->root_offs = 0; in create_default_filesystem() 234 mst->root_len = cpu_to_le32(tmp); in create_default_filesystem() [all …]
|
| H A D | recovery.c | 98 struct ubifs_mst_node **mst, void **cor) in get_master_node() argument 153 *mst = buf; in get_master_node() 180 *mst = NULL; in get_master_node() 193 struct ubifs_mst_node *mst) in write_rcvrd_mst_node() argument 200 save_flags = mst->flags; in write_rcvrd_mst_node() 201 mst->flags |= cpu_to_le32(UBIFS_MST_RCVRY); in write_rcvrd_mst_node() 203 err = ubifs_prepare_node_hmac(c, mst, UBIFS_MST_NODE_SZ, in write_rcvrd_mst_node() 207 err = ubifs_leb_change(c, lnum, mst, sz); in write_rcvrd_mst_node() 210 err = ubifs_leb_change(c, lnum + 1, mst, sz); in write_rcvrd_mst_node() 214 mst->flags = save_flags; in write_rcvrd_mst_node() [all …]
|
| H A D | debug.c | 389 const struct ubifs_mst_node *mst = node; in ubifs_dump_node() local 392 (unsigned long long)le64_to_cpu(mst->highest_inum)); in ubifs_dump_node() 394 (unsigned long long)le64_to_cpu(mst->cmt_no)); in ubifs_dump_node() 395 pr_err("\tflags %#x\n", le32_to_cpu(mst->flags)); in ubifs_dump_node() 396 pr_err("\tlog_lnum %u\n", le32_to_cpu(mst->log_lnum)); in ubifs_dump_node() 397 pr_err("\troot_lnum %u\n", le32_to_cpu(mst->root_lnum)); in ubifs_dump_node() 398 pr_err("\troot_offs %u\n", le32_to_cpu(mst->root_offs)); in ubifs_dump_node() 399 pr_err("\troot_len %u\n", le32_to_cpu(mst->root_len)); in ubifs_dump_node() 400 pr_err("\tgc_lnum %u\n", le32_to_cpu(mst->gc_lnum)); in ubifs_dump_node() 401 pr_err("\tihead_lnum %u\n", le32_to_cpu(mst->ihead_lnum)); in ubifs_dump_node() [all …]
|
| H A D | master.c | 65 const struct ubifs_mst_node *mst, in mst_node_check_hash() argument 69 const void *node = mst; in mst_node_check_hash()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | dibx000_common.h | 40 extern int dibx000_init_i2c_master(struct dibx000_i2c_master *mst, 44 *mst, 47 extern void dibx000_exit_i2c_master(struct dibx000_i2c_master *mst); 48 extern void dibx000_reset_i2c_master(struct dibx000_i2c_master *mst);
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 422 struct mlxbf_i2c_resource *mst; member 540 readl_poll_timeout_atomic(priv->mst->io + MLXBF_I2C_SMBUS_MASTER_GW, in mlxbf_i2c_smbus_check_status() 553 master_status_bits = readl(priv->mst->io + in mlxbf_i2c_smbus_check_status() 597 iowrite32be(data32, priv->mst->io + addr + offset); in mlxbf_i2c_smbus_write_data() 622 data32 = ioread32be(priv->mst->io + addr + offset); in mlxbf_i2c_smbus_read_data() 632 data32 = ioread32be(priv->mst->io + addr + offset); in mlxbf_i2c_smbus_read_data() 663 writel(0x0, priv->mst->io + MLXBF_I2C_SMBUS_MASTER_STATUS); in mlxbf_i2c_smbus_enable() 667 writel(0x0, priv->mst->io + MLXBF_I2C_SMBUS_MASTER_PEC); in mlxbf_i2c_smbus_enable() 669 writel(0x0, priv->mst->io + priv->chip->smbus_master_rs_bytes_off); in mlxbf_i2c_smbus_enable() 672 writel(command, priv->mst->io + MLXBF_I2C_SMBUS_MASTER_GW); in mlxbf_i2c_smbus_enable() [all …]
|
| /linux/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | outp.h | 44 bool mst; member 108 u8 lttprs, u8 link_nr, u32 link_bw, bool mst, bool post_lt_adj,
|
| H A D | if0012.h | 35 __u8 mst; member 238 __u8 mst; member
|
| /linux/tools/perf/util/ |
| H A D | mem-events.h | 146 int mem_stat_index(const enum mem_stat_type mst, const u64 data_src); 147 const char *mem_stat_name(const enum mem_stat_type mst, const int idx);
|
| H A D | mem-events.c | 810 int mem_stat_index(const enum mem_stat_type mst, const u64 val) in mem_stat_index() argument 816 switch (mst) { in mem_stat_index() 897 const char *mem_stat_name(const enum mem_stat_type mst, const int idx) in mem_stat_name() argument 899 switch (mst) { in mem_stat_name()
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 157 struct hist_entry *he, enum mem_stat_type mst, in hpp__fmt_mem_stat() argument 168 if (hists->mem_stat_types[i] == mst) { in hpp__fmt_mem_stat() 419 enum mem_stat_type mst = hpp__mem_stat_type(fmt); in hpp__header_mem_stat_fn() local 423 if (hists->mem_stat_types[i] == mst) { in hpp__header_mem_stat_fn() 466 mem_stat_name(mst, i)); in hpp__header_mem_stat_fn() 1240 enum mem_stat_type mst[16]; in perf_hpp__alloc_mem_stats() local 1247 assert(nr_mem_stats < ARRAY_SIZE(mst)); in perf_hpp__alloc_mem_stats() 1248 mst[nr_mem_stats++] = hpp__mem_stat_type(fmt); in perf_hpp__alloc_mem_stats() 1269 memcpy(hists->mem_stat_types, mst, nr_mem_stats * sizeof(*mst)); in perf_hpp__alloc_mem_stats()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.h | 38 bool mst; member 60 bool mst; member
|
| H A D | uoutp.c | 122 outp->dp.lt.mst = args->v0.mst; in nvkm_uoutp_mthd_dp_train() 639 args->v0.dp.mst = outp->dp.mst; in nvkm_uoutp_new()
|
| H A D | ga102.c | 56 if (sor->dp.mst) in ga102_sor_dp_links()
|
| H A D | dp.c | 511 ior->dp.mst = outp->dp.lt.mst; in nvkm_dp_train() 671 outp->dp.mst = data && ver >= 0x40 && (nvbios_rd08(bios, data + 0x08) & 0x04); in nvkm_dp_new()
|
| H A D | tu102.c | 54 if (sor->dp.mst) in tu102_sor_dp_links()
|
| H A D | ior.h | 40 bool mst; member
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | index.rst | 10 dp-mst
|
| /linux/drivers/w1/ |
| H A D | w1_int.c | 149 msg.id.mst.id = dev->id; in w1_add_master_device() 208 msg.id.mst.id = dev->id; in __w1_remove_master_device()
|
| H A D | w1_netlink.h | 74 } mst; member
|
| H A D | w1_netlink.c | 522 struct w1_master *dev = w1_search_master_id(msg->id.mst.id); in w1_list_count_cmds() 659 dev = w1_search_master_id(msg->id.mst.id); in w1_cn_callback()
|
| /linux/arch/arm/boot/dts/sigmastar/ |
| H A D | mstar-v7.dtsi | 130 compatible = "mstar,mst-intc"; 139 compatible = "mstar,mst-intc";
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 569 } mst; member 1844 } mst; member 2067 if (connector->mst.dp) in intel_attached_dp() 2068 return connector->mst.dp; in intel_attached_dp()
|
| /linux/net/bridge/ |
| H A D | br_mst.c | 209 .u.mst = on, in br_mst_set_enabled()
|
| /linux/include/net/ |
| H A D | switchdev.h | 65 bool mst; /* BRIDGE_MST */ member
|