Searched refs:hnddma_t (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/include/
H A Dhnddma.h18 typedef const struct hnddma_pub hnddma_t; typedef in typeref:struct:hnddma_pub
21 typedef void (*di_detach_t)(hnddma_t *dmah);
22 typedef bool (*di_txreset_t)(hnddma_t *dmah);
23 typedef bool (*di_rxreset_t)(hnddma_t *dmah);
24 typedef bool (*di_rxidle_t)(hnddma_t *dmah);
25 typedef void (*di_txinit_t)(hnddma_t *dmah);
26 typedef bool (*di_txenabled_t)(hnddma_t *dmah);
27 typedef void (*di_rxinit_t)(hnddma_t *dmah);
28 typedef void (*di_txsuspend_t)(hnddma_t *dmah);
29 typedef void (*di_txresume_t)(hnddma_t *dma
[all...]
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dhnddma.c42 struct hnddma_pub hnddma; /* exported structure, don't use hnddma_t,
293 hnddma_t *
478 return ((hnddma_t *)di);
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc47xx.c56 hnddma_t *di; /* dma engine software state */

Completed in 30 milliseconds