/linux/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 42 struct coresight_device *csdev; member 68 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev) in coresight_set_percpu_sink() 82 struct coresight_device *csdev; in coresight_get_source() local 110 coresight_find_out_connection(struct coresight_device *csdev, in coresight_find_out_connection() 132 static u32 coresight_read_claim_tags_unlocked(struct coresight_device *csdev) in coresight_read_claim_tags_unlocked() 138 static void coresight_set_self_claim_tag_unlocked(struct coresight_device *csdev) in coresight_set_self_claim_tag_unlocked() 173 int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked() 213 int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device() 232 void coresight_disclaim_device_unlocked(struct coresight_device *csdev) in coresight_disclaim_device_unlocked() 250 void coresight_disclaim_device(struct coresight_device *csdev) in coresight_disclaim_device() [all …]
|
H A D | coresight-syscfg.c | 33 cscfg_get_feat_csdev(struct coresight_device *csdev, const char *name) in cscfg_get_feat_csdev() 46 cscfg_alloc_csdev_cfg(struct coresight_device *csdev, int nr_feats) in cscfg_alloc_csdev_cfg() 63 static int cscfg_add_csdev_cfg(struct coresight_device *csdev, in cscfg_add_csdev_cfg() 123 cscfg_alloc_csdev_feat(struct coresight_device *csdev, struct cscfg_feature_desc *feat_desc) in cscfg_alloc_csdev_feat() 175 static int cscfg_load_feat_csdev(struct coresight_device *csdev, in cscfg_load_feat_csdev() 325 cscfg_csdev_get_feat_from_desc(struct coresight_device *csdev, in cscfg_csdev_get_feat_from_desc() 391 static void cscfg_remove_owned_csdev_configs(struct coresight_device *csdev, void *load_owner) in cscfg_remove_owned_csdev_configs() 406 static void cscfg_remove_owned_csdev_features(struct coresight_device *csdev, void *load_owner) in cscfg_remove_owned_csdev_features() 717 static int cscfg_add_cfgs_csdev(struct coresight_device *csdev) in cscfg_add_cfgs_csdev() 731 static int cscfg_add_feats_csdev(struct coresight_device *csdev, in cscfg_add_feats_csdev() [all …]
|
H A D | coresight-tmc-etf.c | 148 struct coresight_device *csdev = drvdata->csdev; in tmc_etf_disable_hw() local 176 static int tmc_enable_etf_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etf_sink_sysfs() 249 static int tmc_enable_etf_sink_perf(struct coresight_device *csdev, void *data) in tmc_enable_etf_sink_perf() 306 static int tmc_enable_etf_sink(struct coresight_device *csdev, in tmc_enable_etf_sink() 331 static int tmc_disable_etf_sink(struct coresight_device *csdev) in tmc_disable_etf_sink() 362 static int tmc_enable_etf_link(struct coresight_device *csdev, in tmc_enable_etf_link() 393 static void tmc_disable_etf_link(struct coresight_device *csdev, in tmc_disable_etf_link() 419 static void *tmc_alloc_etf_buffer(struct coresight_device *csdev, in tmc_alloc_etf_buffer() 448 static int tmc_set_etf_buffer(struct coresight_device *csdev, in tmc_set_etf_buffer() 472 static unsigned long tmc_update_etf_buffer(struct coresight_device *csdev, in tmc_update_etf_buffer() [all …]
|
H A D | coresight-etm3x-core.c | 366 struct coresight_device *csdev = drvdata->csdev; in etm_enable_hw() local 451 static int etm_cpu_id(struct coresight_device *csdev) in etm_cpu_id() 463 static int etm_enable_perf(struct coresight_device *csdev, in etm_enable_perf() 480 static int etm_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path) in etm_enable_sysfs() 516 static int etm_enable(struct coresight_device *csdev, struct perf_event *event, in etm_enable() 550 struct coresight_device *csdev = drvdata->csdev; in etm_disable_hw() local 570 static void etm_disable_perf(struct coresight_device *csdev) in etm_disable_perf() 598 static void etm_disable_sysfs(struct coresight_device *csdev) in etm_disable_sysfs() 630 static void etm_disable(struct coresight_device *csdev, in etm_disable()
|
H A D | coresight-replicator.c | 43 struct coresight_device *csdev; member 50 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_reset() local 77 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_enable() local 119 static int replicator_enable(struct coresight_device *csdev, in replicator_enable() 149 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_disable() local 174 static void replicator_disable(struct coresight_device *csdev, in replicator_disable()
|
H A D | coresight-cti-core.c | 42 #define csdev_to_cti_drvdata(csdev) \ argument 153 struct coresight_device *csdev = drvdata->csdev; in cti_disable_hw() local 251 struct coresight_device *csdev, in cti_add_connection_entry() 519 struct coresight_device *csdev) in cti_match_fixup_csdev() 548 static void cti_add_assoc_to_csdev(struct coresight_device *csdev) in cti_add_assoc_to_csdev() 588 static void cti_remove_assoc_from_csdev(struct coresight_device *csdev) in cti_remove_assoc_from_csdev() 666 struct coresight_device *csdev; in cti_cpu_pm_notify() local 802 int cti_enable(struct coresight_device *csdev, enum cs_mode mode, void *data) in cti_enable() 809 int cti_disable(struct coresight_device *csdev, void *data) in cti_disable()
|
H A D | coresight-etm-perf.c | 355 struct coresight_device *csdev; in etm_setup_aux() local 465 static int etm_event_resume(struct coresight_device *csdev, in etm_event_resume() 480 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_start() local 578 struct coresight_device *csdev, in etm_event_pause() 630 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_stop() local 821 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink() 894 int etm_perf_add_symlink_sink(struct coresight_device *csdev) in etm_perf_add_symlink_sink() 926 void etm_perf_del_symlink_sink(struct coresight_device *csdev) in etm_perf_del_symlink_sink()
|
H A D | coresight-etm4x-core.c | 228 static int etm4_cpu_id(struct coresight_device *csdev) in etm4_cpu_id() 436 struct coresight_device *csdev = drvdata->csdev; in etm4_enable_trace_unit() local 476 struct coresight_device *csdev = drvdata->csdev; in etm4_enable_hw() local 684 static int etm4_parse_event_config(struct coresight_device *csdev, in etm4_parse_event_config() 805 static int etm4_enable_perf(struct coresight_device *csdev, in etm4_enable_perf() 834 static int etm4_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path) in etm4_enable_sysfs() 878 static int etm4_enable(struct coresight_device *csdev, struct perf_event *event, in etm4_enable() 909 struct coresight_device *csdev = drvdata->csdev; in etm4_disable_trace_unit() local 959 struct coresight_device *csdev = drvdata->csdev; in etm4_disable_hw() local 994 static int etm4_disable_perf(struct coresight_device *csdev, in etm4_disable_perf() [all …]
|
H A D | coresight-etb10.c | 85 struct coresight_device *csdev; member 142 static int etb_enable_sysfs(struct coresight_device *csdev) in etb_enable_sysfs() 170 static int etb_enable_perf(struct coresight_device *csdev, void *data) in etb_enable_perf() 226 static int etb_enable(struct coresight_device *csdev, enum cs_mode mode, in etb_enable() 350 static int etb_disable(struct coresight_device *csdev) in etb_disable() 375 static void *etb_alloc_buffer(struct coresight_device *csdev, in etb_alloc_buffer() 403 static int etb_set_buffer(struct coresight_device *csdev, in etb_set_buffer() 427 static unsigned long etb_update_buffer(struct coresight_device *csdev, in etb_update_buffer()
|
H A D | coresight-funnel.c | 48 struct coresight_device *csdev; member 57 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_enable_hw() local 79 static int funnel_enable(struct coresight_device *csdev, in funnel_enable() 109 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_disable_hw() local 124 static void funnel_disable(struct coresight_device *csdev, in funnel_disable()
|
H A D | coresight-catu.c | 23 #define csdev_to_catu_drvdata(csdev) \ argument 333 struct coresight_device *csdev; in catu_alloc_etr_buf() local 406 struct coresight_device *csdev = drvdata->csdev; in catu_enable_hw() local 457 static int catu_enable(struct coresight_device *csdev, enum cs_mode mode, in catu_enable() 478 struct coresight_device *csdev = drvdata->csdev; in catu_disable_hw() local 491 static int catu_disable(struct coresight_device *csdev, void *__unused) in catu_disable()
|
H A D | coresight-etm4x-cfg.c | 147 static int etm4_cfg_load_feature(struct coresight_device *csdev, in etm4_cfg_load_feature() 175 int etm4_cscfg_register(struct coresight_device *csdev) in etm4_cscfg_register()
|
H A D | coresight-tpiu.c | 64 struct coresight_device *csdev; member 77 static int tpiu_enable(struct coresight_device *csdev, enum cs_mode mode, in tpiu_enable() 105 static int tpiu_disable(struct coresight_device *csdev) in tpiu_disable()
|
H A D | coresight-cti-platform.c | 95 struct coresight_device **csdev) in cti_plat_get_csdev_or_node_name() 120 struct coresight_device *csdev; in cti_plat_create_v8_etm_connection() local 346 struct coresight_device *csdev = NULL; in cti_plat_create_connection() local
|
H A D | coresight-tmc-etr.c | 1237 static struct etr_buf *tmc_etr_get_sysfs_buffer(struct coresight_device *csdev) in tmc_etr_get_sysfs_buffer() 1290 static int tmc_enable_etr_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etr_sink_sysfs() 1327 struct etr_buf *tmc_etr_get_buffer(struct coresight_device *csdev, in tmc_etr_get_buffer() 1513 static void *tmc_alloc_etr_buffer(struct coresight_device *csdev, in tmc_alloc_etr_buffer() 1628 tmc_update_etr_buffer(struct coresight_device *csdev, in tmc_update_etr_buffer() 1728 static int tmc_enable_etr_sink_perf(struct coresight_device *csdev, void *data) in tmc_enable_etr_sink_perf() 1781 static int tmc_enable_etr_sink(struct coresight_device *csdev, in tmc_enable_etr_sink() 1794 static int tmc_disable_etr_sink(struct coresight_device *csdev) in tmc_disable_etr_sink() 1827 static int tmc_panic_sync_etr(struct coresight_device *csdev) in tmc_panic_sync_etr()
|
H A D | coresight-kunit-tests.c | 11 struct coresight_device *csdev = devm_kcalloc(dev, 1, in coresight_test_device() local
|
H A D | coresight-stm.c | 137 struct coresight_device *csdev; member 196 static int stm_enable(struct coresight_device *csdev, struct perf_event *event, in stm_enable() 258 static void stm_disable(struct coresight_device *csdev, in stm_disable() 284 static int stm_trace_id(struct coresight_device *csdev, __maybe_unused enum cs_mode mode, in stm_trace_id() 820 static char *stm_csdev_name(struct coresight_device *csdev) in stm_csdev_name()
|
H A D | coresight-tpda.h | 36 struct coresight_device *csdev; member
|
H A D | coresight-trbe.c | 731 static void *arm_trbe_alloc_buffer(struct coresight_device *csdev, in arm_trbe_alloc_buffer() 784 static unsigned long arm_trbe_update_buffer(struct coresight_device *csdev, in arm_trbe_update_buffer() 1013 static int arm_trbe_enable(struct coresight_device *csdev, enum cs_mode mode, in arm_trbe_enable() 1033 static int arm_trbe_disable(struct coresight_device *csdev) in arm_trbe_disable()
|
H A D | coresight-config.h | 207 struct coresight_device *csdev; member 232 struct coresight_device *csdev; member
|
H A D | coresight-syscfg.h | 72 struct coresight_device *csdev; member
|
H A D | coresight-catu.h | 66 struct coresight_device *csdev; member
|
/linux/drivers/scsi/device_handler/ |
H A D | scsi_dh_emc.c | 136 struct clariion_dh_data *csdev) in parse_sp_info_reply() 236 struct clariion_dh_data *csdev) in send_trespass_cmd() 348 struct clariion_dh_data *csdev) in clariion_std_inquiry() 373 struct clariion_dh_data *csdev) in clariion_send_inquiry() 387 struct clariion_dh_data *csdev = sdev->handler_data; in clariion_activate() local 428 struct clariion_dh_data *csdev = sdev->handler_data; in clariion_set_params() local
|
/linux/include/linux/ |
H A D | coresight.h | 349 #define coresight_ops(csdev) csdev->ops argument 350 #define source_ops(csdev) csdev->ops->source_ops argument 351 #define sink_ops(csdev) csdev->ops->sink_ops argument 352 #define link_ops(csdev) csdev->ops->link_ops argument 353 #define helper_ops(csdev) csdev->ops->helper_ops argument 354 #define ect_ops(csdev) csdev->ops->ect_ops argument 355 #define panic_ops(csdev) csdev->ops->panic_ops argument 629 static inline bool coresight_is_device_source(struct coresight_device *csdev) in coresight_is_device_source() 634 static inline bool coresight_is_percpu_source(struct coresight_device *csdev) in coresight_is_percpu_source() 640 static inline bool coresight_is_percpu_sink(struct coresight_device *csdev) in coresight_is_percpu_sink() [all …]
|
/linux/drivers/comedi/ |
H A D | comedi_fops.c | 367 static ssize_t max_read_buffer_kb_show(struct device *csdev, in max_read_buffer_kb_show() 389 static ssize_t max_read_buffer_kb_store(struct device *csdev, in max_read_buffer_kb_store() 423 static ssize_t read_buffer_kb_show(struct device *csdev, in read_buffer_kb_show() 445 static ssize_t read_buffer_kb_store(struct device *csdev, in read_buffer_kb_store() 479 static ssize_t max_write_buffer_kb_show(struct device *csdev, in max_write_buffer_kb_show() 502 static ssize_t max_write_buffer_kb_store(struct device *csdev, in max_write_buffer_kb_store() 536 static ssize_t write_buffer_kb_show(struct device *csdev, in write_buffer_kb_show() 558 static ssize_t write_buffer_kb_store(struct device *csdev, in write_buffer_kb_store() 3307 struct device *csdev; in comedi_alloc_board_minor() local 3365 struct device *csdev; in comedi_alloc_subdevice_minor() local
|