Home
last modified time | relevance | path

Searched refs:smb_attach (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/smbus/
H A Dsmb.c55 static int smb_attach(device_t);
62 DEVMETHOD(device_attach, smb_attach),
104 smb_attach(device_t dev) in smb_attach() function