Searched refs:sdvo (Results 1 – 1 of 1) sorted by relevance
21 struct udevice *igd, *sdvo; in disable_igd() local30 ret = dm_pci_bus_find_bdf(TNC_SDVO, &sdvo); in disable_igd()33 if (!sdvo) in disable_igd()55 dm_pci_write_config32(sdvo, IGD_FD, FUNC_DISABLE); in disable_igd()85 ret = device_remove(sdvo, DM_REMOVE_NORMAL); in disable_igd()88 ret = device_unbind(sdvo); in disable_igd()
Completed in 3 milliseconds