Home
last modified time | relevance | path

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

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