Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_internal.h98 #define AH_CHIP(_name, _probe, _attach) \ argument
102 .attach = _attach \
118 #define AH_RF(_name, _probe, _attach) \ argument
122 .attach = _attach \
/freebsd-11-stable/share/examples/drivers/
HDmake_device_driver.sh529 error = ${1}_attach(device, scp);
622 error = ${1}_attach(device, scp);
644 ${1}_attach(device_t device, struct ${1}_softc * scp)