Home | History | Annotate | Download | only in mfd

Lines Matching refs:u32

42   u32 type;
44 u32 action;
49 u32 action_sz;
50 u32 freq_plan;
51 u32 osr;
55 u32 path_type;
56 u32 setting_sz;
69 u32 img_sz;
74 u32 size;
75 u32 writes[];
82 int(* codec_setpath) (struct adie_codec_path * path_ptr, u32 freq_plan, u32 osr);
84 int(* codec_proceed_stage) (struct adie_codec_path * path_ptr, u32 state);
85 u32(* codec_freq_supported) (struct adie_codec_dev_profile * profile, u32 requested_freq);
86 int(* codec_enable_sidetone) (struct adie_codec_path * rx_path_ptr, u32 enable);
87 int(* codec_enable_anc) (struct adie_codec_path * rx_path_ptr, u32 enable, struct adie_codec_anc_data * calibration_writes);
89 int(* codec_set_device_digital_volume) (struct adie_codec_path * path_ptr, u32 num_channels, u32 vol_percentage);
90 int(* codec_set_device_analog_volume) (struct adie_codec_path * path_ptr, u32 num_channels, u32 volume);