/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | exynos-iommu.c | 51 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) 52 #define lv2ent_small(pent) ((*(pent) & 2) == 2) 53 #define lv2ent_large(pent) ((*(pent) & 3) == 1) 100 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) 102 #define spage_phys(pent) (sect_to_phys(*(pent)) 932 sysmmu_pte_t *pent; alloc_lv2entry() local 1018 lv2set_page(sysmmu_pte_t *pent, phys_addr_t paddr, size_t size, int prot, short *pgcnt) lv2set_page() argument 1099 sysmmu_pte_t *pent; exynos_iommu_map() local [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | exynos-iommu.c | 49 #define lv2ent_fault(pent) ((*(pent) & 3) == 0) 50 #define lv2ent_small(pent) ((*(pent) & 2) == 2) 51 #define lv2ent_large(pent) ((*(pent) & 3) == 1) 98 #define lpage_phys(pent) (sect_to_phys(*(pent)) & LPAGE_MASK) 100 #define spage_phys(pent) (sect_to_phys(*(pent)) 1074 sysmmu_pte_t *pent; alloc_lv2entry() local 1160 lv2set_page(sysmmu_pte_t *pent, phys_addr_t paddr, size_t size, int prot, short *pgcnt) lv2set_page() argument 1241 sysmmu_pte_t *pent; exynos_iommu_map() local [all...] |
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | api_shell.c | 280 struct hostent *pent = gethostnameinfo(hname, tmphstbuf, hstbuflen); in get_hostip() local 281 if (pent == NULL || pent->h_addr == NULL) { in get_hostip() 285 ret = memcpy_s(&ip, sizeof(ip), pent->h_addr, sizeof(pent->h_addr)); in get_hostip()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | atmel_pci.c | 40 const struct pci_device_id *pent) in atmel_pci_probe() 39 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) atmel_pci_probe() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | atmel_pci.c | 39 const struct pci_device_id *pent) in atmel_pci_probe() 38 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) atmel_pci_probe() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 746 const struct pci_device_id *pent) in nouveau_drm_probe() 797 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe() 745 nouveau_drm_probe(struct pci_dev *pdev, const struct pci_device_id *pent) nouveau_drm_probe() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 780 const struct pci_device_id *pent) in nouveau_drm_probe() 830 ret = drm_dev_register(drm_dev, pent->driver_data); in nouveau_drm_probe() 779 nouveau_drm_probe(struct pci_dev *pdev, const struct pci_device_id *pent) nouveau_drm_probe() argument
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | api_shell.c | 1594 struct hostent *pent = gethostnameinfo(hname); local 1595 if (pent == NULL || pent->h_addr == NULL) 1597 ret = memcpy_s(&ip, sizeof(ip), pent->h_addr, 4);
|
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 5603 const struct pci_device_id *pent) in airo_pci_probe() 5602 airo_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) airo_pci_probe() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 5600 const struct pci_device_id *pent) in airo_pci_probe() 5599 airo_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) airo_pci_probe() argument
|