Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/ath6kl/htc2/
Dhtc_recv.c1449 DevEnableRecv(&target->Device,DEV_ENABLE_RECV_SYNC); in HTCAddReceivePktMultiple()
1485 DevEnableRecv(&target->Device,DEV_ENABLE_RECV_ASYNC); in HTCUnblockRecv()
1545 DevEnableRecv(&target->Device,DEV_ENABLE_RECV_SYNC); in HTCEnableRecv()
/linux-2.6.39/drivers/staging/ath6kl/htc2/AR6000/
Dar6k.h170 int DevEnableRecv(struct ar6k_device *pDev, bool ASyncMode);
Dar6k.c482 int DevEnableRecv(struct ar6k_device *pDev, bool AsyncMode) in DevEnableRecv() function