Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/ath_hal/
HDah_internal.h100 #define AH_CHIP(_name, _probe, _attach) \ argument
104 .attach = _attach, \
126 #define AH_RF(_name, _probe, _attach) \ argument
130 .attach = _attach, \
/freebsd-14-stable/share/examples/drivers/
HDmake_device_driver.sh522 error = ${1}_attach(device, scp);
615 error = ${1}_attach(device, scp);
637 ${1}_attach(device_t device, struct ${1}_softc * scp)