Lines Matching refs:data_container

90 	struct aw_data_container *data_container = NULL;  in aw87xxx_update_off_prof()  local
107 data_container = &prof_desc->data_container; in aw87xxx_update_off_prof()
109 profile, data_container->len); in aw87xxx_update_off_prof()
115 ret = aw_dev->ops.pwr_off_func(aw_dev, data_container); in aw87xxx_update_off_prof()
121 ret = aw_dev_default_pwr_off(aw_dev, data_container); in aw87xxx_update_off_prof()
147 struct aw_data_container *data_container = NULL; in aw87xxx_update_profile() local
175 data_container = &prof_desc->data_container; in aw87xxx_update_profile()
177 profile, data_container->len); in aw87xxx_update_profile()
182 ret = aw_dev->ops.pwr_on_func(aw_dev, data_container); in aw87xxx_update_profile()
190 ret = aw_dev_default_pwr_on(aw_dev, data_container); in aw87xxx_update_profile()
262 struct aw_data_container *data_container = NULL; in aw87xxx_esd_update_off_prof() local
273 data_container = &prof_desc->data_container; in aw87xxx_esd_update_off_prof()
275 profile, data_container->len); in aw87xxx_esd_update_off_prof()
281 ret = aw_dev->ops.pwr_off_func(aw_dev, data_container); in aw87xxx_esd_update_off_prof()
287 ret = aw_dev_default_pwr_off(aw_dev, data_container); in aw87xxx_esd_update_off_prof()
310 struct aw_data_container *data_container = NULL; in aw87xxx_esd_update_profile() local
335 data_container = &prof_desc->data_container; in aw87xxx_esd_update_profile()
337 profile, data_container->len); in aw87xxx_esd_update_profile()
340 ret = aw_dev->ops.pwr_on_func(aw_dev, data_container); in aw87xxx_esd_update_profile()
347 ret = aw_dev_default_pwr_on(aw_dev, data_container); in aw87xxx_esd_update_profile()