Searched refs:trg (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iio/trigger/
H A Dstm32-lptimer-trigger.c28 const char *trg; member in struct:stm32_lptim_trigger
61 trig = devm_iio_trigger_alloc(priv->dev, "%s", priv->trg);
88 priv->trg = stm32_lptim_triggers[index];
/linux-master/drivers/mtd/nand/raw/
H A Dmxc_nand.c190 static void memcpy32_fromio(void *trg, const void __iomem *src, size_t size) argument
193 u32 *t = trg;
200 static void memcpy16_fromio(void *trg, const void __iomem *src, size_t size) argument
203 u16 *t = trg;
207 if (PTR_ALIGN(trg, 4) == trg && IS_ALIGNED(size, 4)) {
208 memcpy32_fromio(trg, src, size);
216 static inline void memcpy32_toio(void __iomem *trg, const void *src, int size) argument
219 __iowrite32_copy(trg, src, size / 4);
222 static void memcpy16_toio(void __iomem *trg, cons argument
[all...]
/linux-master/mm/
H A Dhugetlb.c580 struct file_region *iter, *trg = NULL; local
590 list_for_each_entry_safe(iter, trg, head, link) {
641 struct file_region *trg = NULL, *rg = NULL; variable in typeref:struct:file_region
667 trg = kmalloc(sizeof(*trg), GFP_KERNEL);
668 if (!trg)
670 list_add(&trg->link, &allocated_regions);
682 list_for_each_entry_safe(rg, trg, &allocated_regions, link) {
835 struct file_region *rg, *trg; local
841 list_for_each_entry_safe(rg, trg, hea
1119 struct file_region *rg, *trg; local
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c262 coresight_simple_reg32(trg, TMC_TRG),
H A Dcoresight-etb10.c663 coresight_simple_reg32(trg, ETB_TRG),

Completed in 138 milliseconds