Home
last modified time | relevance | path

Searched defs:csdev (Results 1 – 25 of 39) sorted by relevance

12

/drivers/hwtracing/coresight/
Dcoresight-core.c44 struct coresight_device *csdev; member
67 struct coresight_device *csdev = container_of(_dev, struct coresight_device, dev); in coresight_simple_show_pair() local
81 struct coresight_device *csdev = container_of(_dev, struct coresight_device, dev); in coresight_simple_show32() local
104 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev) in coresight_set_percpu_sink()
136 static inline u32 coresight_read_claim_tags(struct coresight_device *csdev) in coresight_read_claim_tags()
141 static inline bool coresight_is_claimed_self_hosted(struct coresight_device *csdev) in coresight_is_claimed_self_hosted()
146 static inline bool coresight_is_claimed_any(struct coresight_device *csdev) in coresight_is_claimed_any()
151 static inline void coresight_set_claim_tags(struct coresight_device *csdev) in coresight_set_claim_tags()
158 static inline void coresight_clear_claim_tags(struct coresight_device *csdev) in coresight_clear_claim_tags()
175 int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked()
[all …]
Dcoresight-syscfg.c33 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()
404 static void cscfg_remove_owned_csdev_features(struct coresight_device *csdev, void *load_owner) in cscfg_remove_owned_csdev_features()
715 static int cscfg_add_cfgs_csdev(struct coresight_device *csdev) in cscfg_add_cfgs_csdev()
729 static int cscfg_add_feats_csdev(struct coresight_device *csdev, in cscfg_add_feats_csdev()
[all …]
Dcoresight-tmc-etf.c145 struct coresight_device *csdev = drvdata->csdev; in tmc_etf_disable_hw() local
173 static int tmc_enable_etf_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etf_sink_sysfs()
247 static int tmc_enable_etf_sink_perf(struct coresight_device *csdev, void *data) in tmc_enable_etf_sink_perf()
304 static int tmc_enable_etf_sink(struct coresight_device *csdev, in tmc_enable_etf_sink()
329 static int tmc_disable_etf_sink(struct coresight_device *csdev) in tmc_disable_etf_sink()
359 static int tmc_enable_etf_link(struct coresight_device *csdev, in tmc_enable_etf_link()
390 static void tmc_disable_etf_link(struct coresight_device *csdev, in tmc_disable_etf_link()
415 static void *tmc_alloc_etf_buffer(struct coresight_device *csdev, in tmc_alloc_etf_buffer()
444 static int tmc_set_etf_buffer(struct coresight_device *csdev, in tmc_set_etf_buffer()
468 static unsigned long tmc_update_etf_buffer(struct coresight_device *csdev, in tmc_update_etf_buffer()
Dcoresight-dummy.c17 struct coresight_device *csdev; member
23 static int dummy_source_enable(struct coresight_device *csdev, in dummy_source_enable()
31 static void dummy_source_disable(struct coresight_device *csdev, in dummy_source_disable()
37 static int dummy_sink_enable(struct coresight_device *csdev, enum cs_mode mode, in dummy_sink_enable()
45 static int dummy_sink_disable(struct coresight_device *csdev) in dummy_sink_disable()
Dcoresight-etm3x-core.c366 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()
483 static int etm_enable_perf(struct coresight_device *csdev, in etm_enable_perf()
515 static int etm_enable_sysfs(struct coresight_device *csdev) in etm_enable_sysfs()
555 static int etm_enable(struct coresight_device *csdev, struct perf_event *event, in etm_enable()
591 struct coresight_device *csdev = drvdata->csdev; in etm_disable_hw() local
611 static void etm_disable_perf(struct coresight_device *csdev) in etm_disable_perf()
639 static void etm_disable_sysfs(struct coresight_device *csdev) in etm_disable_sysfs()
671 static void etm_disable(struct coresight_device *csdev, in etm_disable()
Dcoresight-replicator.c41 struct coresight_device *csdev; member
48 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_reset() local
75 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_enable() local
117 static int replicator_enable(struct coresight_device *csdev, in replicator_enable()
147 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_disable() local
172 static void replicator_disable(struct coresight_device *csdev, in replicator_disable()
Dcoresight-cti-core.c42 #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()
Dultrasoc-smb.c215 static void smb_enable_sysfs(struct coresight_device *csdev) in smb_enable_sysfs()
226 static int smb_enable_perf(struct coresight_device *csdev, void *data) in smb_enable_perf()
252 static int smb_enable(struct coresight_device *csdev, enum cs_mode mode, in smb_enable()
295 static int smb_disable(struct coresight_device *csdev) in smb_disable()
328 static void *smb_alloc_buffer(struct coresight_device *csdev, in smb_alloc_buffer()
391 static unsigned long smb_update_buffer(struct coresight_device *csdev, in smb_update_buffer()
Dcoresight-etb10.c86 struct coresight_device *csdev; member
144 static int etb_enable_sysfs(struct coresight_device *csdev) in etb_enable_sysfs()
172 static int etb_enable_perf(struct coresight_device *csdev, void *data) in etb_enable_perf()
228 static int etb_enable(struct coresight_device *csdev, enum cs_mode mode, in etb_enable()
352 static int etb_disable(struct coresight_device *csdev) in etb_disable()
376 static void *etb_alloc_buffer(struct coresight_device *csdev, in etb_alloc_buffer()
404 static int etb_set_buffer(struct coresight_device *csdev, in etb_set_buffer()
428 static unsigned long etb_update_buffer(struct coresight_device *csdev, in etb_update_buffer()
Dcoresight-sysfs.c20 struct coresight_device *csdev = to_coresight_device(dev); in nr_links_show() local
41 int coresight_create_conns_sysfs_group(struct coresight_device *csdev) in coresight_create_conns_sysfs_group()
56 void coresight_remove_conns_sysfs_group(struct coresight_device *csdev) in coresight_remove_conns_sysfs_group()
Dcoresight-funnel.c46 struct coresight_device *csdev; member
55 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_enable_hw() local
77 static int funnel_enable(struct coresight_device *csdev, in funnel_enable()
107 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_disable_hw() local
122 static void funnel_disable(struct coresight_device *csdev, in funnel_disable()
Dcoresight-catu.c21 #define csdev_to_catu_drvdata(csdev) \ argument
332 struct coresight_device *csdev; in catu_alloc_etr_buf() local
405 struct coresight_device *csdev = drvdata->csdev; in catu_enable_hw() local
456 static int catu_enable(struct coresight_device *csdev, enum cs_mode mode, in catu_enable()
472 struct coresight_device *csdev = drvdata->csdev; in catu_disable_hw() local
485 static int catu_disable(struct coresight_device *csdev, void *__unused) in catu_disable()
Dcoresight-etm4x-core.c228 static int etm4_cpu_id(struct coresight_device *csdev) in etm4_cpu_id()
406 struct coresight_device *csdev = drvdata->csdev; in etm4_enable_hw() local
639 static int etm4_parse_event_config(struct coresight_device *csdev, in etm4_parse_event_config()
749 static int etm4_enable_perf(struct coresight_device *csdev, in etm4_enable_perf()
789 static int etm4_enable_sysfs(struct coresight_device *csdev) in etm4_enable_sysfs()
834 static int etm4_enable(struct coresight_device *csdev, struct perf_event *event, in etm4_enable()
870 struct coresight_device *csdev = drvdata->csdev; in etm4_disable_hw() local
929 static int etm4_disable_perf(struct coresight_device *csdev, in etm4_disable_perf()
966 static void etm4_disable_sysfs(struct coresight_device *csdev) in etm4_disable_sysfs()
998 static void etm4_disable(struct coresight_device *csdev, in etm4_disable()
[all …]
Dcoresight-etm-perf.c348 struct coresight_device *csdev; in etm_setup_aux() local
451 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_start() local
540 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_stop() local
728 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink()
801 int etm_perf_add_symlink_sink(struct coresight_device *csdev) in etm_perf_add_symlink_sink()
833 void etm_perf_del_symlink_sink(struct coresight_device *csdev) in etm_perf_del_symlink_sink()
Dcoresight-etm-perf.h81 static inline int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink()
83 int etm_perf_add_symlink_sink(struct coresight_device *csdev) in etm_perf_add_symlink_sink()
85 void etm_perf_del_symlink_sink(struct coresight_device *csdev) {} in etm_perf_del_symlink_sink()
Dcoresight-tpiu.c60 struct coresight_device *csdev; member
72 static int tpiu_enable(struct coresight_device *csdev, enum cs_mode mode, in tpiu_enable()
97 static int tpiu_disable(struct coresight_device *csdev) in tpiu_disable()
Dcoresight-etm4x-cfg.c147 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()
Dcoresight-tpda.c57 static int tpda_enable(struct coresight_device *csdev, in tpda_enable()
87 static void tpda_disable(struct coresight_device *csdev, in tpda_disable()
Dcoresight-cti-platform.c95 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
Dcoresight-tmc-etr.c1143 static struct etr_buf *tmc_etr_get_sysfs_buffer(struct coresight_device *csdev) in tmc_etr_get_sysfs_buffer()
1196 static int tmc_enable_etr_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etr_sink_sysfs()
1233 struct etr_buf *tmc_etr_get_buffer(struct coresight_device *csdev, in tmc_etr_get_buffer()
1419 static void *tmc_alloc_etr_buffer(struct coresight_device *csdev, in tmc_alloc_etr_buffer()
1534 tmc_update_etr_buffer(struct coresight_device *csdev, in tmc_update_etr_buffer()
1624 static int tmc_enable_etr_sink_perf(struct coresight_device *csdev, void *data) in tmc_enable_etr_sink_perf()
1677 static int tmc_enable_etr_sink(struct coresight_device *csdev, in tmc_enable_etr_sink()
1690 static int tmc_disable_etr_sink(struct coresight_device *csdev) in tmc_disable_etr_sink()
Dcoresight-tpdm.c45 static int tpdm_enable(struct coresight_device *csdev, struct perf_event *event, in tpdm_enable()
86 static void tpdm_disable(struct coresight_device *csdev, in tpdm_disable()
Dcoresight-tpda.h30 struct coresight_device *csdev; member
Dcoresight-trbe.c727 static void *arm_trbe_alloc_buffer(struct coresight_device *csdev, in arm_trbe_alloc_buffer()
780 static unsigned long arm_trbe_update_buffer(struct coresight_device *csdev, in arm_trbe_update_buffer()
1009 static int arm_trbe_enable(struct coresight_device *csdev, enum cs_mode mode, in arm_trbe_enable()
1029 static int arm_trbe_disable(struct coresight_device *csdev) in arm_trbe_disable()
/drivers/scsi/device_handler/
Dscsi_dh_emc.c136 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
/drivers/comedi/
Dcomedi_fops.c367 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()
3243 struct device *csdev; in comedi_alloc_board_minor() local
3301 struct device *csdev; in comedi_alloc_subdevice_minor() local

12