Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_xcvr.c21 #define FSL_XCVR_CAPDS_SIZE 256 macro
58 u8 cap_ds[FSL_XCVR_CAPDS_SIZE];
151 uinfo->count = FSL_XCVR_CAPDS_SIZE; in fsl_xcvr_type_capds_bytes_info()
162 memcpy(ucontrol->value.bytes.data, xcvr->cap_ds, FSL_XCVR_CAPDS_SIZE); in fsl_xcvr_capds_get()
173 memcpy(xcvr->cap_ds, ucontrol->value.bytes.data, FSL_XCVR_CAPDS_SIZE); in fsl_xcvr_capds_put()
928 FSL_XCVR_CAPDS_SIZE); in fsl_xcvr_load_firmware()