Searched refs:_pdev (Results 1 – 2 of 2) sorted by relevance
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 867 #define pci_pool_create(_name, _pdev, _size, _align, _alloc) \ argument 868 dma_pool_create(_name, &(_pdev)->dev, _size, _align, _alloc) 890 #define pci_set_dma_mask(_pdev, mask) dma_set_mask(&(_pdev)->dev, (mask)) argument 891 #define pci_dma_mapping_error(_pdev, _dma_addr) \ argument 892 dma_mapping_error(&(_pdev)->dev, _dma_addr) 893 #define pci_set_consistent_dma_mask(_pdev, _mask) \ argument 894 dma_set_coherent_mask(&(_pdev)->dev, (_mask)) 1480 #define for_each_pci_dev(_pdev) \ argument 1481 while ((_pdev = linuxkpi_pci_get_device(PCI_ANY_ID, PCI_ANY_ID, _pdev)) != NULL)
|
| /src/sys/sys/ |
| H A D | conf.h | 286 void dev_depends(struct cdev *_pdev, struct cdev *_cdev); 304 struct cdev *make_dev_alias(struct cdev *_pdev, const char *_fmt, ...) 306 int make_dev_alias_p(int _flags, struct cdev **_cdev, struct cdev *_pdev, 309 struct cdev *_pdev, struct cdev *_old_alias,
|