Home
last modified time | relevance | path

Searched defs:_drv (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
Ddevice.h371 #define driver_lock(_drv) (VOID)LOS_MuxLock(&(_drv)->mutex, LOS_WAIT_FOREVER) argument
372 #define driver_unlock(_drv) (VOID)LOS_MuxUnlock(&(_drv)->mutex) argument