Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c148 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 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()
H 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()
H 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
H A Dcoresight-tmc-etr.c1237 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 Dcoresight-kunit-tests.c11 struct coresight_device *csdev = devm_kcalloc(dev, 1, in coresight_test_device() local
H A Dcoresight-tpda.h36 struct coresight_device *csdev; member
H A Dcoresight-config.h207 struct coresight_device *csdev; member
232 struct coresight_device *csdev; member
H A Dcoresight-syscfg.h72 struct coresight_device *csdev; member
H A Dcoresight-cti.h177 struct coresight_device *csdev; member
H A Dcoresight-platform.c130 struct coresight_device *csdev = NULL; in coresight_find_csdev_by_fwnode() local
H A Dcoresight-etm.h234 struct coresight_device *csdev; member
/linux/drivers/scsi/device_handler/
H 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/drivers/comedi/
H A 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()
3355 struct device *csdev; in comedi_alloc_board_minor() local
3413 struct device *csdev; in comedi_alloc_subdevice_minor() local