You can use the Powershell cmdlet
Get-PnPDevice -FriendlyName '*Real*'
to find Realtek devices.
And you can use the same cmdlet to search for "Wifi", "AMD", "Bluetooth", or other words.
Just replace Real between the astericks with the desired/required word.
E.g.
Get-PnPDevice -FriendlyName '*Blue*'
for Bluetooth PnP Devices.
[Copy and Paste. No need to retype.]
Status Class FriendlyName InstanceId
------ ----- ------------ ----------
Unknown SoftwareComp... Realtek Audio Effects Component SWD\DRIV...
OK AudioEndpoint Realtek HD Audio 2nd output (2- Realtek(R) Audio) SWD\MMDE...
Unknown MEDIA Realtek(R) Audio HDAUDIO\...
OK System System CMOS/real time clock ACPI\PNP...
OK SoftwareComp... Realtek Hardware Support Application SWD\DRIV...
OK AudioEndpoint Microphone (2- Realtek(R) Audio) SWD\MMDE...
Unknown System System CMOS/real time clock ACPI\PNP...
OK SoftwareComp... Realtek Audio Universal Service SWD\DRIV...
OK MEDIA Realtek(R) Audio HDAUDIO\...
Unknown SoftwareComp... Realtek Hardware Support Application SWD\DRIV...
OK Net Realtek Gaming 2.5GbE Family Controller PCI\VEN_...
Unknown SoftwareComp... Realtek Audio Universal Service SWD\DRIV...
OK SoftwareComp... Realtek Audio Effects Component SWD\DRIV...
Unknown Net Realtek PCIe GbE Family Controller PCI\VEN_...
I get this after using
Get-PnPDevice -FriendlyName '*Real*'