Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/ft1000/ft1000-usb/
Dft1000_usb.h17 struct app_info_block { struct
18 u32 nTxMsg; // DPRAM msg sent to DSP with app_id
19 u32 nRxMsg; // DPRAM msg rcv from dsp with app_id
20 u32 nTxMsgReject; // DPRAM msg rejected due to DSP doorbell set
21 u32 nRxMsgMiss; // DPRAM msg dropped due to overflow
22 struct fown_struct *fileobject;// Application's file object
23 u16 app_id; // Application id
24 int DspBCMsgFlag;
25 int NumOfMsg; // number of messages queued up
26 wait_queue_head_t wait_dpram_msg;
[all …]