Searched refs:ats (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Diov.c729 struct pci_ats *ats; local
735 ats = kzalloc(sizeof(*ats), GFP_KERNEL);
736 if (!ats)
739 ats->pos = pos;
740 ats->stu = ps;
742 ats->qdep = PCI_ATS_CAP_QDEP(cap) ? PCI_ATS_CAP_QDEP(cap) :
744 dev->ats = ats;
751 kfree(dev->ats);
[all...]
H A Dpci.h288 return dev->ats && dev->ats->is_enabled;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.h43 time_t ats[TZ_MAX_TIMES]; member in struct:state
H A Dtimezone.c236 atp = sp->ats;
564 if (statism.timecnt == 0 || localwhen < statism.ats[0])
569 if (localwhen < statism.ats[timetype])
602 if (statism.timecnt == 0 || univt < statism.ats[0])
607 if (univt < statism.ats[timetype])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.h45 time_t ats[TZ_MAX_TIMES]; member in struct:state
H A Dtimezone.c238 atp = sp->ats;
566 if (statism.timecnt == 0 || localwhen < statism.ats[0])
571 if (localwhen < statism.ats[timetype])
604 if (statism.timecnt == 0 || univt < statism.ats[0])
609 if (univt < statism.ats[timetype])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci.h337 struct pci_ats *ats; /* Address Translation Service */ member in struct:pci_dev
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c4222 struct timespec ats = get_atimespec(psbuf); local
4223 if ((timespec_compare(&ts[0], &ats) == 0) && (timespec_compare(&ts[1], &mts) == 0)) {

Completed in 212 milliseconds