| /linux-6.15/drivers/media/dvb-frontends/ |
| H A D | dibx000_common.c | 35 mst->msg[0].addr = mst->i2c_addr; in dibx000_write_word() 37 mst->msg[0].buf = mst->i2c_write_buffer; in dibx000_write_word() 59 mst->msg[0].addr = mst->i2c_addr; in dibx000_read_word() 61 mst->msg[0].buf = mst->i2c_write_buffer; in dibx000_read_word() 63 mst->msg[1].addr = mst->i2c_addr; in dibx000_read_word() 65 mst->msg[1].buf = mst->i2c_read_buffer; in dibx000_read_word() 105 dibx000_read_word(mst, mst->base_reg + 2); in dibx000_master_i2c_write() 308 mst->msg[0].addr = mst->i2c_addr; in dibx000_i2c_gated_gpio67_xfer() 316 mst->msg[num + 1].addr = mst->i2c_addr; in dibx000_i2c_gated_gpio67_xfer() 354 mst->msg[0].addr = mst->i2c_addr; in dibx000_i2c_gated_tuner_xfer() [all …]
|
| 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-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_mst.c | 772 if (&connector->mst.dp->mst.mgr != mst_mgr) in get_pipes_downstream_of_mst_port() 777 connector->mst.port, in get_pipes_downstream_of_mst_port() 928 if (connector_iter->mst.dp != connector->mst.dp || in mst_connector_atomic_topology_check() 977 connector->mst.dp, in mst_connector_atomic_check() 984 &connector->mst.dp->mst.mgr, in mst_connector_atomic_check() 985 connector->mst.port); in mst_connector_atomic_check() 1083 drm_dp_send_power_updown_phy(&intel_dp->mst.mgr, connector->mst.port, in mst_stream_post_disable() 1202 drm_dp_send_power_updown_phy(&intel_dp->mst.mgr, connector->mst.port, true); in mst_stream_pre_enable() 1957 if (!connector->mst.dp) in intel_dp_mst_add_topology_state_for_connector() 1961 &connector->mst.dp->mst.mgr); in intel_dp_mst_add_topology_state_for_connector() [all …]
|
| /linux-6.15/fs/ubifs/ |
| H A D | sb.c | 78 struct ubifs_mst_node *mst; in create_default_filesystem() local 170 if (!sup || !mst || !idx || !ino || !cs) { in create_default_filesystem() 227 mst->ch.node_type = UBIFS_MST_NODE; in create_default_filesystem() 230 mst->cmt_no = 0; 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() 249 mst->idx_lebs = cpu_to_le32(1); in create_default_filesystem() 257 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem() 264 mst->total_dirty = cpu_to_le64(tmp64); in create_default_filesystem() 268 mst->total_dark = cpu_to_le64(tmp64); in create_default_filesystem() [all …]
|
| H A D | recovery.c | 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() 214 mst->flags = save_flags; in write_rcvrd_mst_node() 253 mst = mst1; in ubifs_recover_master_node() 260 mst = mst1; in ubifs_recover_master_node() 265 mst = mst1; in ubifs_recover_master_node() 271 mst = mst1; in ubifs_recover_master_node() 282 mst = mst1; in ubifs_recover_master_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() 400 pr_err("\tgc_lnum %u\n", le32_to_cpu(mst->gc_lnum)); in ubifs_dump_node() 404 (unsigned long long)le64_to_cpu(mst->index_size)); in ubifs_dump_node() 418 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node() 420 (unsigned long long)le64_to_cpu(mst->total_dirty)); in ubifs_dump_node() 422 (unsigned long long)le64_to_cpu(mst->total_used)); in ubifs_dump_node() 424 (unsigned long long)le64_to_cpu(mst->total_dead)); in ubifs_dump_node() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | mstar,mst-intc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/mstar,mst-intc.yaml# 21 const: mstar,mst-intc 57 compatible = "mstar,mst-intc";
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dp.c | 34 MODULE_PARM_DESC(mst, "Enable DisplayPort multi-stream (default: enabled)"); 36 module_param_named(mst, nouveau_mst, int, 0400); 336 outp->dp.lt.mst, in nouveau_dp_train_link() 405 nouveau_dp_train(struct nouveau_encoder *outp, bool mst, u32 khz, u8 bpc) in nouveau_dp_train() argument 413 if (mst) in nouveau_dp_train() 419 outp->base.base.name, mst, min_rate); in nouveau_dp_train() 436 outp->dp.lt.mst = mst; in nouveau_dp_train()
|
| H A D | nouveau_encoder.h | 94 bool mst; member 159 bool nouveau_dp_train(struct nouveau_encoder *, bool mst, u32 khz, u8 bpc);
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-mlxbf.c | 419 struct mlxbf_i2c_resource *mst; member 550 master_status_bits = readl(priv->mst->io + in mlxbf_i2c_smbus_check_status() 594 iowrite32be(data32, priv->mst->io + addr + offset); in mlxbf_i2c_smbus_write_data() 619 data32 = ioread32be(priv->mst->io + addr + offset); in mlxbf_i2c_smbus_read_data() 629 data32 = ioread32be(priv->mst->io + addr + offset); in mlxbf_i2c_smbus_read_data() 661 writel(0x0, priv->mst->io + MLXBF_I2C_SMBUS_MASTER_PEC); in mlxbf_i2c_smbus_enable() 809 priv->mst->io + priv->chip->smbus_master_fsm_off); in mlxbf_i2c_smbus_start_transaction() 814 writel(0, priv->mst->io + MLXBF_I2C_SMBUS_MASTER_GW); in mlxbf_i2c_smbus_start_transaction() 2257 if (!priv->mst) in mlxbf_i2c_probe() 2278 ret = mlxbf_i2c_init_resource(pdev, &priv->mst, in mlxbf_i2c_probe() [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvif/ |
| H A D | outp.c | 114 u8 link_nr, u32 link_bw, bool mst, bool post_lt_adj, bool retrain) in nvif_outp_dp_train() argument 121 args.mst = mst; in nvif_outp_dp_train() 131 args.retrain, args.mst, args.lttprs, args.post_lt_adj, args.link_nr, in nvif_outp_dp_train() 542 outp->info.dp.mst = args.dp.mst; in nvif_outp_ctor()
|
| /linux-6.15/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-6.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.h | 38 bool mst; member 60 bool mst; member
|
| /linux-6.15/Documentation/sound/hd-audio/ |
| H A D | index.rst | 10 dp-mst
|
| /linux-6.15/drivers/w1/ |
| H A D | w1_netlink.h | 74 } mst; member
|
| 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()
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | mediatek-mt8183-skips.txt | 22 kms_display_modes@mst-extended-mode-negative
|
| H A D | mediatek-mt8173-skips.txt | 22 kms_display_modes@mst-extended-mode-negative
|
| H A D | msm-sc7180-trogdor-lazor-limozeen-skips.txt | 24 kms_display_modes@mst-extended-mode-negative
|
| H A D | rockchip-rk3399-skips.txt | 25 kms_display_modes@mst-extended-mode-negative
|
| H A D | msm-sc7180-trogdor-kingoftown-skips.txt | 30 kms_display_modes@mst-extended-mode-negative
|
| H A D | virtio_gpu-none-skips.txt | 30 kms_display_modes@mst-extended-mode-negative
|
| /linux-6.15/arch/arm/boot/dts/sigmastar/ |
| H A D | mstar-v7.dtsi | 130 compatible = "mstar,mst-intc"; 139 compatible = "mstar,mst-intc";
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 1991 list_del(&mst->node); in mv88e6xxx_mst_put() 1992 kfree(mst); in mv88e6xxx_mst_put() 2016 if (mst->br == br && mst->msti == msti) { in mv88e6xxx_mst_get() 2018 *sid = mst->stu.sid; in mv88e6xxx_mst_get() 2027 mst = kzalloc(sizeof(*mst), GFP_KERNEL); in mv88e6xxx_mst_get() 2028 if (!mst) { in mv88e6xxx_mst_get() 2035 mst->br = br; in mv88e6xxx_mst_get() 2036 mst->msti = msti; in mv88e6xxx_mst_get() 2037 mst->stu.valid = true; in mv88e6xxx_mst_get() 2038 mst->stu.sid = *sid; in mv88e6xxx_mst_get() [all …]
|