Home
last modified time | relevance | path

Searched refs:mst (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c115 return intel_dp->mst.active_streams; in intel_dp_mst_active_streams()
123 intel_dp->mst.active_streams, intel_dp->mst.active_streams - 1); in intel_dp_mst_dec_active_streams()
125 if (drm_WARN_ON(display->drm, intel_dp->mst.active_streams == 0)) in intel_dp_mst_dec_active_streams()
128 return --intel_dp->mst.active_streams == 0; in intel_dp_mst_dec_active_streams()
136 intel_dp->mst.active_streams, intel_dp->mst.active_streams + 1); in intel_dp_mst_inc_active_streams()
138 return intel_dp->mst.active_streams++ == 0; in intel_dp_mst_inc_active_streams()
276 mst_state = drm_atomic_get_mst_topology_state(state, &intel_dp->mst.mgr); in intel_dp_mtp_tu_compute_config()
396 slots = drm_dp_atomic_find_time_slots(state, &intel_dp->mst.mgr, in intel_dp_mtp_tu_compute_config()
397 connector->mst.port, in intel_dp_mtp_tu_compute_config()
497 bool is_uhbr_sink = connector->mst.dp && in hblank_expansion_quirk_needs_dsc()
[all …]
H A Dintel_connector.c148 if (intel_connector->mst.port) in intel_connector_destroy()
149 drm_dp_mst_put_port_malloc(intel_connector->mst.port); in intel_connector_destroy()
H A Dintel_dp.c1385 if (connector->mst.dp && !HAS_DSC_MST(display)) in intel_dp_has_dsc()
2145 if (connector->mst.dp && in intel_dp_dsc_bpp_step_x16()
2146 !connector->link.force_bpp_x16 && !connector->mst.dp->force_dsc_fractional_bpp_en) in intel_dp_dsc_bpp_step_x16()
3273 if (connector->mst.dp == intel_dp) in intel_dp_queue_modeset_retry_for_link()
3588 struct drm_dp_aux *aux = connector->mst.port ? in intel_dp_sink_set_dsc_passthrough()
3589 connector->mst.port->passthrough_aux : NULL; in intel_dp_sink_set_dsc_passthrough()
3616 if (!connector->mst.dp) in intel_dp_dsc_aux_ref_count()
3624 if (connector_iter->mst.dp != connector->mst.dp) in intel_dp_dsc_aux_ref_count()
4773 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst.mgr, intel_dp->is_mst); in intel_dp_mst_configure()
4789 intel_dp->is_mst, intel_dp->mst.mgr.mst_state); in intel_dp_mst_disconnect()
[all …]
H A Dintel_display_types.h600 } mst; member
1876 } mst; member
2100 if (connector->mst.dp) in intel_attached_dp()
2101 return connector->mst.dp; in intel_attached_dp()
/linux/fs/ubifs/
H A Dsb.c78 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 Drecovery.c98 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 Ddebug.c389 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 Dmaster.c65 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 Ddibx000_common.h40 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/gpu/drm/nouveau/nvif/
H A Doutp.c114 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()
539 outp->info.dp.mst = args.dp.mst; in nvif_outp_ctor()
/linux/tools/perf/ui/
H A Dhist.c157 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/include/nvif/
H A Doutp.h44 bool mst; member
108 u8 lttprs, u8 link_nr, u32 link_bw, bool mst, bool post_lt_adj,
H A Dif0012.h35 __u8 mst; member
238 __u8 mst; member
/linux/tools/perf/util/
H A Dmem-events.h146 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 Dmem-events.c810 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/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Doutp.h38 bool mst; member
60 bool mst; member
H A Duoutp.c122 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 Dga102.c56 if (sor->dp.mst) in ga102_sor_dp_links()
H A Ddp.c511 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()
/linux/Documentation/sound/hd-audio/
H A Dindex.rst10 dp-mst
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1948 struct mv88e6xxx_mst *mst; in mv88e6xxx_sid_get() local
1952 list_for_each_entry(mst, &chip->msts, node) in mv88e6xxx_sid_get()
1953 __set_bit(mst->stu.sid, busy); in mv88e6xxx_sid_get()
1962 struct mv88e6xxx_mst *mst, *tmp; in mv88e6xxx_mst_put() local
1977 list_for_each_entry_safe(mst, tmp, &chip->msts, node) { in mv88e6xxx_mst_put()
1978 if (mst->stu.sid != sid) in mv88e6xxx_mst_put()
1981 if (!refcount_dec_and_test(&mst->refcnt)) in mv88e6xxx_mst_put()
1984 mst->stu.valid = false; in mv88e6xxx_mst_put()
1985 err = mv88e6xxx_stu_loadpurge(chip, &mst->stu); in mv88e6xxx_mst_put()
1987 refcount_set(&mst->refcnt, 1); in mv88e6xxx_mst_put()
[all …]
/linux/drivers/w1/
H A Dw1_int.c149 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 Dw1_netlink.h74 } mst; member
/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-v7.dtsi130 compatible = "mstar,mst-intc";
139 compatible = "mstar,mst-intc";
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Drm.h94 int (*get_caps)(struct nvkm_disp *, int *link_bw, bool *mst, bool *wm);

12