Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dhwmon.c690 int i, aindex = 0; in hwmon_genattrs() local
716 attrs[aindex++] = a; in hwmon_genattrs()
719 return aindex; in hwmon_genattrs()
725 int ret, i, aindex = 0, nattrs = 0; in __hwmon_create_attrs() local
739 ret = hwmon_genattrs(drvdata, &attrs[aindex], chip->ops, in __hwmon_create_attrs()
745 aindex += ret; in __hwmon_create_attrs()
/linux-6.1.9/kernel/dma/
Dswiotlb.c788 int aindex = index / mem->area_nslabs; in swiotlb_release_slots() local
789 struct io_tlb_area *area = &mem->areas[aindex]; in swiotlb_release_slots()
798 BUG_ON(aindex >= mem->nareas); in swiotlb_release_slots()