Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c431 u32 error_flag; //Error type member
465 u32 error_flag; member
732 info->error_flag = windsor->error_flag; in vpu_windsor_unpack_pic_info()
/linux/include/linux/qed/
H A Deth_common.h299 u8 error_flag; member
/linux/sound/hda/codecs/
H A Dca0132.c2186 unsigned int error_flag, unsigned int data_size) in extract_scp_header()
2191 header |= (error_flag & 0x01) << 26; in extract_scp_header()
2210 unsigned int *error_flag, unsigned int *data_size)
2214 if (error_flag)
2215 *error_flag = (header >> 26) & 0x01;
2166 make_scp_header(unsigned int target_id,unsigned int source_id,unsigned int get_flag,unsigned int req,unsigned int device_flag,unsigned int resp_flag,unsigned int error_flag,unsigned int data_size) make_scp_header() argument
2190 extract_scp_header(unsigned int header,unsigned int * target_id,unsigned int * source_id,unsigned int * get_flag,unsigned int * req,unsigned int * device_flag,unsigned int * resp_flag,unsigned int * error_flag,unsigned int * data_size) extract_scp_header() argument