Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah_internal.h102 #define AH_CHIP(_name, _probe, _attach) \ argument
106 .attach = _attach, \
128 #define AH_RF(_name, _probe, _attach) \ argument
132 .attach = _attach, \
/freebsd-13.1/share/examples/drivers/
H A Dmake_device_driver.sh529 error = ${1}_attach(device, scp);
622 error = ${1}_attach(device, scp);
644 ${1}_attach(device_t device, struct ${1}_softc * scp)