Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-core.c43 struct coresight_device *csdev; member
207 int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device()
470 struct coresight_device *csdev, *parent, *child; in coresight_disable_path_from() local
525 struct coresight_device *csdev, *parent, *child; in coresight_enable_path() local
578 struct coresight_device *csdev; in coresight_get_sink() local
861 struct coresight_device *csdev; in coresight_release_path() local
1073 int coresight_enable(struct coresight_device *csdev) in coresight_enable()
1162 void coresight_disable(struct coresight_device *csdev) in coresight_disable()
1318 struct coresight_device *csdev, *i_csdev; in coresight_orphan_match() local
1399 struct coresight_device *csdev, *iterator; in coresight_remove_match() local
[all …]
A 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()
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()
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()
750 static int cscfg_list_add_csdev(struct coresight_device *csdev, in cscfg_list_add_csdev()
798 int cscfg_register_csdev(struct coresight_device *csdev, in cscfg_register_csdev()
837 void cscfg_unregister_csdev(struct coresight_device *csdev) in cscfg_unregister_csdev()
[all …]
A 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()
389 static void tmc_disable_etf_link(struct coresight_device *csdev, in tmc_disable_etf_link()
413 static void *tmc_alloc_etf_buffer(struct coresight_device *csdev, in tmc_alloc_etf_buffer()
442 static int tmc_set_etf_buffer(struct coresight_device *csdev, in tmc_set_etf_buffer()
466 static unsigned long tmc_update_etf_buffer(struct coresight_device *csdev, in tmc_update_etf_buffer()
A 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, 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()
A 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, int inport, in replicator_enable()
146 struct coresight_device *csdev = drvdata->csdev; in dynamic_replicator_disable() local
171 static void replicator_disable(struct coresight_device *csdev, int inport, in replicator_disable()
A 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()
587 static void cti_remove_assoc_from_csdev(struct coresight_device *csdev) in cti_remove_assoc_from_csdev()
662 struct coresight_device *csdev; in cti_cpu_pm_notify() local
798 int cti_enable(struct coresight_device *csdev) in cti_enable()
805 int cti_disable(struct coresight_device *csdev) in cti_disable()
A 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()
A Dultrasoc-smb.c222 static void smb_enable_sysfs(struct coresight_device *csdev) in smb_enable_sysfs()
233 static int smb_enable_perf(struct coresight_device *csdev, void *data) in smb_enable_perf()
259 static int smb_enable(struct coresight_device *csdev, u32 mode, void *data) in smb_enable()
301 static int smb_disable(struct coresight_device *csdev) in smb_disable()
334 static void *smb_alloc_buffer(struct coresight_device *csdev, in smb_alloc_buffer()
397 static unsigned long smb_update_buffer(struct coresight_device *csdev, in smb_update_buffer()
A 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, int inport, in funnel_enable()
105 struct coresight_device *csdev = drvdata->csdev; in dynamic_funnel_disable_hw() local
120 static void funnel_disable(struct coresight_device *csdev, int inport, in funnel_disable()
A 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, u32 mode, void *data) in etb_enable()
351 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()
A Dcoresight-catu.c21 #define csdev_to_catu_drvdata(csdev) \ argument
332 struct coresight_device *csdev; in catu_alloc_etr_buf() local
404 struct coresight_device *csdev = drvdata->csdev; in catu_enable_hw() local
444 static int catu_enable(struct coresight_device *csdev, void *data) in catu_enable()
459 struct coresight_device *csdev = drvdata->csdev; in catu_disable_hw() local
472 static int catu_disable(struct coresight_device *csdev, void *__unused) in catu_disable()
A 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()
A Dcoresight-etm4x-core.c227 static int etm4_cpu_id(struct coresight_device *csdev) in etm4_cpu_id()
397 struct coresight_device *csdev = drvdata->csdev; in etm4_enable_hw() local
630 static int etm4_parse_event_config(struct coresight_device *csdev, in etm4_parse_event_config()
740 static int etm4_enable_perf(struct coresight_device *csdev, in etm4_enable_perf()
780 static int etm4_enable_sysfs(struct coresight_device *csdev) in etm4_enable_sysfs()
825 static int etm4_enable(struct coresight_device *csdev, in etm4_enable()
861 struct coresight_device *csdev = drvdata->csdev; in etm4_disable_hw() local
920 static int etm4_disable_perf(struct coresight_device *csdev, in etm4_disable_perf()
957 static void etm4_disable_sysfs(struct coresight_device *csdev) in etm4_disable_sysfs()
989 static void etm4_disable(struct coresight_device *csdev, in etm4_disable()
[all …]
A Dcoresight-etm-perf.c348 struct coresight_device *csdev; in etm_setup_aux() local
450 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_start() local
539 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_stop() local
727 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink()
800 int etm_perf_add_symlink_sink(struct coresight_device *csdev) in etm_perf_add_symlink_sink()
832 void etm_perf_del_symlink_sink(struct coresight_device *csdev) in etm_perf_del_symlink_sink()
A Dcoresight-tpiu.c60 struct coresight_device *csdev; member
72 static int tpiu_enable(struct coresight_device *csdev, u32 mode, void *__unused) in tpiu_enable()
96 static int tpiu_disable(struct coresight_device *csdev) in tpiu_disable()
A 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()
A Dcoresight-tpda.c57 static int tpda_enable(struct coresight_device *csdev, int inport, int outport) in tpda_enable()
85 static void tpda_disable(struct coresight_device *csdev, int inport, in tpda_disable()
A Dcoresight-tpdm.c45 static int tpdm_enable(struct coresight_device *csdev, in tpdm_enable()
86 static void tpdm_disable(struct coresight_device *csdev, in tpdm_disable()
A 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
A Dcoresight-tpda.h30 struct coresight_device *csdev; member
A Dcoresight-tmc-etr.c1172 static int tmc_enable_etr_sink_sysfs(struct coresight_device *csdev) in tmc_enable_etr_sink_sysfs()
1410 static void *tmc_alloc_etr_buffer(struct coresight_device *csdev, in tmc_alloc_etr_buffer()
1525 tmc_update_etr_buffer(struct coresight_device *csdev, in tmc_update_etr_buffer()
1615 static int tmc_enable_etr_sink_perf(struct coresight_device *csdev, void *data) in tmc_enable_etr_sink_perf()
1668 static int tmc_enable_etr_sink(struct coresight_device *csdev, in tmc_enable_etr_sink()
1682 static int tmc_disable_etr_sink(struct coresight_device *csdev) in tmc_disable_etr_sink()
A Dcoresight-tpdm.h56 struct coresight_device *csdev; member
/linux-6.3-rc2/include/linux/
A Dcoresight.h275 #define source_ops(csdev) csdev->ops->source_ops argument
276 #define sink_ops(csdev) csdev->ops->sink_ops argument
277 #define link_ops(csdev) csdev->ops->link_ops argument
278 #define helper_ops(csdev) csdev->ops->helper_ops argument
279 #define ect_ops(csdev) csdev->ops->ect_ops argument
490 static inline bool coresight_is_percpu_sink(struct coresight_device *csdev) in coresight_is_percpu_sink()
528 static inline void coresight_unregister(struct coresight_device *csdev) {} in coresight_unregister()
530 coresight_enable(struct coresight_device *csdev) { return -ENOSYS; } in coresight_enable()
531 static inline void coresight_disable(struct coresight_device *csdev) {} in coresight_disable()
544 static inline int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device()
[all …]
/linux-6.3-rc2/drivers/scsi/device_handler/
A 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
/linux-6.3-rc2/drivers/comedi/
A Dcomedi_fops.c380 static ssize_t max_read_buffer_kb_show(struct device *csdev, in max_read_buffer_kb_show()
402 static ssize_t max_read_buffer_kb_store(struct device *csdev, in max_read_buffer_kb_store()
436 static ssize_t read_buffer_kb_show(struct device *csdev, in read_buffer_kb_show()
458 static ssize_t read_buffer_kb_store(struct device *csdev, in read_buffer_kb_store()
492 static ssize_t max_write_buffer_kb_show(struct device *csdev, in max_write_buffer_kb_show()
515 static ssize_t max_write_buffer_kb_store(struct device *csdev, in max_write_buffer_kb_store()
549 static ssize_t write_buffer_kb_show(struct device *csdev, in write_buffer_kb_show()
571 static ssize_t write_buffer_kb_store(struct device *csdev, in write_buffer_kb_store()
3239 struct device *csdev; in comedi_alloc_board_minor() local
3297 struct device *csdev; in comedi_alloc_subdevice_minor() local

Completed in 78 milliseconds

12