Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_pci_set_master
Function
rt_pci_set_master
components/drivers/pci/pci.c:249–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
void rt_pci_set_master(struct rt_pci_device *pdev)
250
{
251
if (pdev)
252
{
253
pci_set_master(pdev, RT_TRUE);
254
}
255
}
256
257
void rt_pci_clear_master(struct rt_pci_device *pdev)
258
{
Callers
3
host_bridge_probe
Function · 0.85
pci_nvme_probe
Function · 0.85
pci_ahci_probe
Function · 0.85
Calls
1
pci_set_master
Function · 0.85
Tested by
no test coverage detected