/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-core.c | 35 struct coresight_device *csdev; member 75 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev) in coresight_set_percpu_sink() argument 77 per_cpu(csdev_sink, cpu) = csdev; in coresight_set_percpu_sink() 90 struct coresight_device *csdev, *i_csdev; in coresight_id_match() local 92 csdev = data; in coresight_id_match() 99 if (i_csdev == csdev || !i_csdev->enable || in coresight_id_match() 104 trace_id = source_ops(csdev)->trace_id(csdev); in coresight_id_match() 114 static int coresight_source_is_unique(struct coresight_device *csdev) in coresight_source_is_unique() argument 116 int trace_id = source_ops(csdev)->trace_id(csdev); in coresight_source_is_unique() 123 csdev, coresight_id_match); in coresight_source_is_unique() [all …]
|
D | coresight-syscfg.c | 33 cscfg_get_feat_csdev(struct coresight_device *csdev, const char *name) in cscfg_get_feat_csdev() argument 37 list_for_each_entry(feat_csdev, &csdev->feature_csdev_list, node) { in cscfg_get_feat_csdev() 46 cscfg_alloc_csdev_cfg(struct coresight_device *csdev, int nr_feats) in cscfg_alloc_csdev_cfg() argument 49 struct device *dev = csdev->dev.parent; in cscfg_alloc_csdev_cfg() 58 config_csdev->csdev = csdev; in cscfg_alloc_csdev_cfg() 63 static int cscfg_add_csdev_cfg(struct coresight_device *csdev, in cscfg_add_csdev_cfg() argument 74 feat_csdev = cscfg_get_feat_csdev(csdev, config_desc->feat_ref_names[i]); in cscfg_add_csdev_cfg() 81 config_csdev = cscfg_alloc_csdev_cfg(csdev, in cscfg_add_csdev_cfg() 92 spin_lock_irqsave(&csdev->cscfg_csdev_lock, flags); in cscfg_add_csdev_cfg() 93 list_add(&config_csdev->node, &csdev->config_csdev_list); in cscfg_add_csdev_cfg() [all …]
|
D | coresight-tmc-etf.c | 16 static int tmc_set_etf_buffer(struct coresight_device *csdev, 40 int rc = coresight_claim_device(drvdata->csdev); in tmc_etb_enable_hw() 91 coresight_disclaim_device(drvdata->csdev); in tmc_etb_disable_hw() 112 int rc = coresight_claim_device(drvdata->csdev); in tmc_etf_enable_hw() 123 struct coresight_device *csdev = drvdata->csdev; in tmc_etf_disable_hw() local 129 coresight_disclaim_device_unlocked(csdev); in tmc_etf_disable_hw() 151 static int tmc_enable_etf_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etf_sink_sysfs() argument 157 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in tmc_enable_etf_sink_sysfs() 187 atomic_inc(csdev->refcnt); in tmc_enable_etf_sink_sysfs() 210 atomic_inc(csdev->refcnt); in tmc_enable_etf_sink_sysfs() [all …]
|
D | coresight-cti-core.c | 42 #define csdev_to_cti_drvdata(csdev) \ argument 43 dev_get_drvdata(csdev->dev.parent) 93 struct device *dev = &drvdata->csdev->dev; in cti_enable_hw() 105 rc = coresight_claim_device(drvdata->csdev); in cti_enable_hw() 139 if (coresight_claim_device(drvdata->csdev)) in cti_cpuhp_enable_hw() 156 struct device *dev = &drvdata->csdev->dev; in cti_disable_hw() 157 struct coresight_device *csdev = drvdata->csdev; in cti_disable_hw() local 175 coresight_disclaim_device_unlocked(csdev); in cti_disable_hw() 249 struct coresight_device *csdev, in cti_add_connection_entry() argument 254 tc->con_dev = csdev; in cti_add_connection_entry() [all …]
|
D | coresight-replicator.c | 41 struct coresight_device *csdev; member 48 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_reset() local 52 if (!coresight_claim_device_unlocked(csdev)) { in dynamic_replicator_reset() 55 coresight_disclaim_device_unlocked(csdev); in dynamic_replicator_reset() 75 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_enable() local 90 rc = coresight_claim_device_unlocked(csdev); in dynamic_replicator_enable() 117 static int replicator_enable(struct coresight_device *csdev, int inport, in replicator_enable() argument 121 struct replicator_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in replicator_enable() 126 if (atomic_read(&csdev->refcnt[outport]) == 0) { in replicator_enable() 134 atomic_inc(&csdev->refcnt[outport]); in replicator_enable() [all …]
|
D | coresight-etm3x-core.c | 166 dev_err(&drvdata->csdev->dev, in etm_set_prog() 185 dev_err(&drvdata->csdev->dev, in etm_clr_prog() 361 struct coresight_device *csdev = drvdata->csdev; in etm_enable_hw() local 365 rc = coresight_claim_device_unlocked(csdev); in etm_enable_hw() 427 dev_dbg(&drvdata->csdev->dev, "cpu: %d enable smp call done: %d\n", in etm_enable_hw() 446 static int etm_cpu_id(struct coresight_device *csdev) in etm_cpu_id() argument 448 struct etm_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in etm_cpu_id() 462 etm_dev = drvdata->csdev->dev.parent; in etm_get_trace_id() 482 static int etm_trace_id(struct coresight_device *csdev) in etm_trace_id() argument 484 struct etm_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in etm_trace_id() [all …]
|
D | coresight-etb10.c | 86 struct coresight_device *csdev; member 97 static int etb_set_buffer(struct coresight_device *csdev, 135 int rc = coresight_claim_device(drvdata->csdev); in etb_enable_hw() 144 static int etb_enable_sysfs(struct coresight_device *csdev) in etb_enable_sysfs() argument 148 struct etb_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in etb_enable_sysfs() 166 atomic_inc(csdev->refcnt); in etb_enable_sysfs() 172 static int etb_enable_perf(struct coresight_device *csdev, void *data) in etb_enable_perf() argument 177 struct etb_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in etb_enable_perf() 202 atomic_inc(csdev->refcnt); in etb_enable_perf() 211 ret = etb_set_buffer(csdev, handle); in etb_enable_perf() [all …]
|
D | coresight-etm-perf.c | 336 struct coresight_device *csdev; in etm_setup_aux() local 338 csdev = per_cpu(csdev_src, cpu); in etm_setup_aux() 344 if (!csdev) { in etm_setup_aux() 364 sink = coresight_find_default_sink(csdev); in etm_setup_aux() 383 path = coresight_build_path(csdev, sink); in etm_setup_aux() 431 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_start() local 434 if (!csdev) in etm_event_start() 473 if (source_ops(csdev)->enable(csdev, event, CS_MODE_PERF)) in etm_event_start() 495 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_stop() local 520 if (!csdev) in etm_event_stop() [all …]
|
D | coresight-tpiu.c | 60 struct coresight_device *csdev; member 72 static int tpiu_enable(struct coresight_device *csdev, u32 mode, void *__unused) in tpiu_enable() argument 74 tpiu_enable_hw(&csdev->access); in tpiu_enable() 75 atomic_inc(csdev->refcnt); in tpiu_enable() 76 dev_dbg(&csdev->dev, "TPIU enabled\n"); in tpiu_enable() 96 static int tpiu_disable(struct coresight_device *csdev) in tpiu_disable() argument 98 if (atomic_dec_return(csdev->refcnt)) in tpiu_disable() 101 tpiu_disable_hw(&csdev->access); in tpiu_disable() 103 dev_dbg(&csdev->dev, "TPIU disabled\n"); in tpiu_disable() 163 drvdata->csdev = coresight_register(&desc); in tpiu_probe() [all …]
|
D | coresight-funnel.c | 46 struct coresight_device *csdev; member 55 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_enable_hw() local 62 rc = coresight_claim_device_unlocked(csdev); in dynamic_funnel_enable_hw() 77 static int funnel_enable(struct coresight_device *csdev, int inport, in funnel_enable() argument 81 struct funnel_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in funnel_enable() 86 if (atomic_read(&csdev->refcnt[inport]) == 0) { in funnel_enable() 93 atomic_inc(&csdev->refcnt[inport]); in funnel_enable() 97 dev_dbg(&csdev->dev, "FUNNEL inport %d enabled\n", inport); in funnel_enable() 105 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_disable_hw() local 115 coresight_disclaim_device_unlocked(csdev); in dynamic_funnel_disable_hw() [all …]
|
D | coresight-sysfs.c | 20 struct coresight_device *csdev = to_coresight_device(dev); in nr_links_show() local 22 return sprintf(buf, "%d\n", csdev->nr_links); in nr_links_show() 41 int coresight_create_conns_sysfs_group(struct coresight_device *csdev) in coresight_create_conns_sysfs_group() argument 45 if (!csdev) in coresight_create_conns_sysfs_group() 48 ret = sysfs_create_group(&csdev->dev.kobj, &coresight_conns_group); in coresight_create_conns_sysfs_group() 52 csdev->has_conns_grp = true; in coresight_create_conns_sysfs_group() 56 void coresight_remove_conns_sysfs_group(struct coresight_device *csdev) in coresight_remove_conns_sysfs_group() argument 58 if (!csdev) in coresight_remove_conns_sysfs_group() 61 if (csdev->has_conns_grp) { in coresight_remove_conns_sysfs_group() 62 sysfs_remove_group(&csdev->dev.kobj, &coresight_conns_group); in coresight_remove_conns_sysfs_group() [all …]
|
D | coresight-catu.c | 21 #define csdev_to_catu_drvdata(csdev) \ argument 22 dev_get_drvdata(csdev->dev.parent) 332 struct coresight_device *csdev; in catu_alloc_etr_buf() local 336 csdev = tmc_etr_get_catu_device(tmc_drvdata); in catu_alloc_etr_buf() 337 if (!csdev) in catu_alloc_etr_buf() 343 catu_table = catu_init_sg_table(&csdev->dev, node, in catu_alloc_etr_buf() 404 struct csdev_access *csa = &drvdata->csdev->access; in catu_wait_for_ready() 414 struct device *dev = &drvdata->csdev->dev; in catu_enable_hw() 415 struct coresight_device *csdev = drvdata->csdev; in catu_enable_hw() local 426 rc = coresight_claim_device_unlocked(csdev); in catu_enable_hw() [all …]
|
D | coresight-syscfg.h | 53 struct coresight_device *csdev; member 71 int cscfg_register_csdev(struct coresight_device *csdev, u32 match_flags, 73 void cscfg_unregister_csdev(struct coresight_device *csdev); 76 void cscfg_csdev_reset_feats(struct coresight_device *csdev); 77 int cscfg_csdev_enable_active_config(struct coresight_device *csdev, 79 void cscfg_csdev_disable_active_config(struct coresight_device *csdev);
|
D | coresight-etm-perf.h | 64 int etm_perf_symlink(struct coresight_device *csdev, bool link); 65 int etm_perf_add_symlink_sink(struct coresight_device *csdev); 66 void etm_perf_del_symlink_sink(struct coresight_device *csdev); 79 static inline int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink() argument 81 int etm_perf_add_symlink_sink(struct coresight_device *csdev) in etm_perf_add_symlink_sink() argument 83 void etm_perf_del_symlink_sink(struct coresight_device *csdev) {} in etm_perf_del_symlink_sink() argument
|
D | coresight-etm4x-core.c | 194 if (!WARN_ON(!drvdata->csdev)) in etm4_os_unlock() 195 etm4_os_unlock_csa(drvdata, &drvdata->csdev->access); in etm4_os_unlock() 200 if (WARN_ON(!drvdata->csdev)) in etm4_os_lock() 203 etm_write_os_lock(drvdata, &drvdata->csdev->access, 0x1); in etm4_os_lock() 222 static int etm4_cpu_id(struct coresight_device *csdev) in etm4_cpu_id() argument 224 struct etmv4_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in etm4_cpu_id() 229 static int etm4_trace_id(struct coresight_device *csdev) in etm4_trace_id() argument 231 struct etmv4_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in etm4_trace_id() 336 struct coresight_device *csdev = drvdata->csdev; in etm4_enable_hw() local 337 struct device *etm_dev = &csdev->dev; in etm4_enable_hw() [all …]
|
D | coresight-tmc-core.c | 36 struct coresight_device *csdev = drvdata->csdev; in tmc_wait_for_tmcready() local 37 struct csdev_access *csa = &csdev->access; in tmc_wait_for_tmcready() 41 dev_err(&csdev->dev, in tmc_wait_for_tmcready() 48 struct coresight_device *csdev = drvdata->csdev; in tmc_flush_and_stop() local 49 struct csdev_access *csa = &csdev->access; in tmc_flush_and_stop() 59 dev_err(&csdev->dev, in tmc_flush_and_stop() 119 dev_dbg(&drvdata->csdev->dev, "TMC read start\n"); in tmc_read_prepare() 141 dev_dbg(&drvdata->csdev->dev, "TMC read end\n"); in tmc_read_unprepare() 158 dev_dbg(&drvdata->csdev->dev, "%s: successfully opened\n", __func__); in tmc_open() 188 dev_dbg(&drvdata->csdev->dev, in tmc_read() [all …]
|
D | coresight-priv.h | 156 coresight_find_default_sink(struct coresight_device *csdev); 157 struct list_head *coresight_build_path(struct coresight_device *csdev, 162 int coresight_create_conns_sysfs_group(struct coresight_device *csdev); 163 void coresight_remove_conns_sysfs_group(struct coresight_device *csdev); 179 void (*add)(struct coresight_device *csdev); 180 void (*remove)(struct coresight_device *csdev); 228 void coresight_release_platform_data(struct coresight_device *csdev, 232 void coresight_set_assoc_ectdev_mutex(struct coresight_device *csdev, 235 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev);
|
D | coresight-config.c | 83 dev_dbg(&feat_csdev->csdev->dev, "Feature %s: %s", in cscfg_set_on_enable() 98 dev_dbg(&feat_csdev->csdev->dev, "Feature %s: %s", in cscfg_save_on_disable() 170 dev_dbg(&config_csdev->csdev->dev, in cscfg_update_presets() 175 dev_dbg(&config_csdev->csdev->dev, in cscfg_update_presets() 209 dev_dbg(&config_csdev->csdev->dev, in cscfg_update_curr_params() 214 dev_dbg(&config_csdev->csdev->dev, in cscfg_update_curr_params() 230 struct coresight_device *csdev; in cscfg_prog_config() local 234 csdev = feat_csdev->csdev; in cscfg_prog_config() 235 dev_dbg(&csdev->dev, "cfg %s; %s feature:%s", config_csdev->config_desc->name, in cscfg_prog_config()
|
D | coresight-stm.c | 134 struct coresight_device *csdev; member 194 static int stm_enable(struct coresight_device *csdev, in stm_enable() argument 198 struct stm_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in stm_enable() 209 pm_runtime_get_sync(csdev->dev.parent); in stm_enable() 215 dev_dbg(&csdev->dev, "STM tracing enabled\n"); in stm_enable() 257 static void stm_disable(struct coresight_device *csdev, in stm_disable() argument 260 struct stm_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in stm_disable() 261 struct csdev_access *csa = &csdev->access; in stm_disable() 276 pm_runtime_put(csdev->dev.parent); in stm_disable() 279 dev_dbg(&csdev->dev, "STM tracing disabled\n"); in stm_disable() [all …]
|
D | coresight-cti-platform.c | 95 struct coresight_device **csdev) in cti_plat_get_csdev_or_node_name() argument 98 *csdev = coresight_find_csdev_by_fwnode(fwnode); in cti_plat_get_csdev_or_node_name() 99 if (*csdev) in cti_plat_get_csdev_or_node_name() 100 name = dev_name(&(*csdev)->dev); in cti_plat_get_csdev_or_node_name() 120 struct coresight_device *csdev; in cti_plat_create_v8_etm_connection() local 161 assoc_name = cti_plat_get_csdev_or_node_name(cs_fwnode, &csdev); in cti_plat_create_v8_etm_connection() 162 ret = cti_add_connection_entry(dev, drvdata, tc, csdev, assoc_name); in cti_plat_create_v8_etm_connection() 346 struct coresight_device *csdev = NULL; in cti_plat_create_connection() local 404 &csdev); in cti_plat_create_connection() 409 err = cti_add_connection_entry(dev, drvdata, tc, csdev, assoc_name); in cti_plat_create_connection()
|
D | coresight-tmc-etr.c | 602 struct device *real_dev = drvdata->csdev->dev.parent; in tmc_etr_alloc_flat_buf() 620 flat_buf->dev = &drvdata->csdev->dev; in tmc_etr_alloc_flat_buf() 682 struct device *dev = &drvdata->csdev->dev; in tmc_etr_alloc_sg_buf() 763 struct coresight_device *tmp, *etr = drvdata->csdev; in tmc_etr_get_catu_device() 852 struct device *dev = &drvdata->csdev->dev; in tmc_alloc_etr_buf() 956 dev_dbg(&drvdata->csdev->dev, in tmc_sync_etr_buf() 1043 rc = coresight_claim_device(drvdata->csdev); in tmc_etr_enable_hw() 1137 coresight_disclaim_device(drvdata->csdev); in tmc_etr_disable_hw() 1142 static int tmc_enable_etr_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etr_sink_sysfs() argument 1146 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in tmc_enable_etr_sink_sysfs() [all …]
|
D | coresight-catu.h | 65 struct coresight_device *csdev; member 100 static inline bool coresight_is_catu_device(struct coresight_device *csdev) in CATU_REG_PAIR() 104 if (csdev->type != CORESIGHT_DEV_TYPE_HELPER) in CATU_REG_PAIR() 106 if (csdev->subtype.helper_subtype != CORESIGHT_DEV_SUBTYPE_HELPER_CATU) in CATU_REG_PAIR()
|
D | coresight-cti.h | 176 struct coresight_device *csdev; member 214 struct coresight_device *csdev, 218 int cti_enable(struct coresight_device *csdev); 219 int cti_disable(struct coresight_device *csdev);
|
/Linux-v5.15/include/linux/ |
D | coresight.h | 279 #define source_ops(csdev) csdev->ops->source_ops argument 280 #define sink_ops(csdev) csdev->ops->sink_ops argument 281 #define link_ops(csdev) csdev->ops->link_ops argument 282 #define helper_ops(csdev) csdev->ops->helper_ops argument 283 #define ect_ops(csdev) csdev->ops->ect_ops argument 295 int (*enable)(struct coresight_device *csdev, u32 mode, void *data); 296 int (*disable)(struct coresight_device *csdev); 297 void *(*alloc_buffer)(struct coresight_device *csdev, 301 unsigned long (*update_buffer)(struct coresight_device *csdev, 313 int (*enable)(struct coresight_device *csdev, int iport, int oport); [all …]
|
/Linux-v5.15/drivers/scsi/device_handler/ |
D | scsi_dh_emc.c | 136 struct clariion_dh_data *csdev) in parse_sp_info_reply() argument 141 if (csdev->buffer[48] != 0) { in parse_sp_info_reply() 148 if (csdev->buffer[4] > 2) { in parse_sp_info_reply() 156 switch (csdev->buffer[28] & 0x0f) { in parse_sp_info_reply() 168 CLARIION_NAME, csdev->buffer[28] & 0x0f); in parse_sp_info_reply() 173 csdev->default_sp = csdev->buffer[5]; in parse_sp_info_reply() 174 csdev->lun_state = csdev->buffer[4]; in parse_sp_info_reply() 175 csdev->current_sp = csdev->buffer[8]; in parse_sp_info_reply() 176 csdev->port = csdev->buffer[7]; in parse_sp_info_reply() 177 if (csdev->lun_state == CLARIION_LUN_OWNED) in parse_sp_info_reply() [all …]
|