Searched refs:sdvo (Results 1 – 1 of 1) sorted by relevance
21 struct udevice *sdvo = NULL; in disable_igd() local29 dm_pci_bus_find_bdf(TNC_SDVO, &sdvo); in disable_igd()30 if (!igd || !sdvo) in disable_igd()52 dm_pci_write_config32(sdvo, IGD_FD, FUNC_DISABLE); in disable_igd()82 ret = device_remove(sdvo, DM_REMOVE_NORMAL); in disable_igd()85 ret = device_unbind(sdvo); in disable_igd()
Completed in 2 milliseconds