Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/
A Dhwmon.c691 int i, aindex = 0; in hwmon_genattrs() local
717 attrs[aindex++] = a; in hwmon_genattrs()
720 return aindex; in hwmon_genattrs()
726 int ret, i, aindex = 0, nattrs = 0; in __hwmon_create_attrs() local
740 ret = hwmon_genattrs(drvdata, &attrs[aindex], chip->ops, in __hwmon_create_attrs()
746 aindex += ret; in __hwmon_create_attrs()
/linux-6.3-rc2/kernel/dma/
A Dswiotlb.c796 int aindex = index / mem->area_nslabs; in swiotlb_release_slots() local
797 struct io_tlb_area *area = &mem->areas[aindex]; in swiotlb_release_slots()
806 BUG_ON(aindex >= mem->nareas); in swiotlb_release_slots()

Completed in 6 milliseconds