Home
last modified time | relevance | path

Searched refs:etr_table (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c444 static void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) in tmc_etr_sg_table_dump() argument
449 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_dump()
452 etr_table->hwaddr, true); in tmc_etr_sg_table_dump()
484 static void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) {} in tmc_etr_sg_table_dump() argument
494 static void tmc_etr_sg_table_populate(struct etr_sg_table *etr_table) in tmc_etr_sg_table_populate() argument
504 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_populate()
576 struct etr_sg_table *etr_table; in tmc_init_etr_sg_table() local
578 etr_table = kzalloc(sizeof(*etr_table), GFP_KERNEL); in tmc_init_etr_sg_table()
579 if (!etr_table) in tmc_init_etr_sg_table()
776 struct etr_sg_table *etr_table; tmc_etr_alloc_sg_buf() local
791 struct etr_sg_table *etr_table = etr_buf->private; tmc_etr_free_sg_buf() local
802 struct etr_sg_table *etr_table = etr_buf->private; tmc_etr_get_data_sg_buf() local
810 struct etr_sg_table *etr_table = etr_buf->private; tmc_etr_sync_sg_buf() local
[all...]