Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/aw88395/
H A Daw88395_data_type.h137 int prof_type; member
H A Daw88395_lib.c772 aw_dev->prof_info.prof_type = AW88395_DEV_TYPE_ID; in aw_get_dde_type_info()
774 aw_dev->prof_info.prof_type = AW88395_DEV_DEFAULT_TYPE_ID; in aw_get_dde_type_info()
872 switch (aw_dev->prof_info.prof_type) { in aw_dev_parse_scene_count_v1()
880 dev_err(aw_dev->dev, "unsupported prof_type[%x]", aw_dev->prof_info.prof_type); in aw_dev_parse_scene_count_v1()
992 switch (aw_dev->prof_info.prof_type) { in aw_dev_parse_by_hdr_v1()
1001 aw_dev->prof_info.prof_type); in aw_dev_parse_by_hdr_v1()
H A Daw88395_device.c1635 aw_dev->prof_info.prof_type = AW88395_DEV_NONE_TYPE_ID; in aw_dev_init()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c777 enum ice_prof_type prof_type; in ice_get_sw_fv_bitmap() local
786 prof_type = ice_get_sw_prof_type(hw, fv, offset); in ice_get_sw_fv_bitmap()
788 if (req_profs & prof_type) in ice_get_sw_fv_bitmap()
H A Dice_switch.c5290 enum ice_prof_type prof_type; in ice_get_compat_fv_bitmap() local
5296 prof_type = ICE_PROF_NON_TUN; in ice_get_compat_fv_bitmap()
5299 prof_type = ICE_PROF_TUN_ALL; in ice_get_compat_fv_bitmap()
5303 prof_type = ICE_PROF_TUN_UDP; in ice_get_compat_fv_bitmap()
5306 prof_type = ICE_PROF_TUN_GRE; in ice_get_compat_fv_bitmap()
5309 prof_type = ICE_PROF_TUN_GTPU; in ice_get_compat_fv_bitmap()
5312 prof_type = ICE_PROF_TUN_GTPC; in ice_get_compat_fv_bitmap()
5316 prof_type = ICE_PROF_ALL; in ice_get_compat_fv_bitmap()
5320 ice_get_sw_fv_bitmap(hw, prof_type, bm); in ice_get_compat_fv_bitmap()
/openbmc/linux/sound/soc/codecs/
H A Daw88261.c1230 aw_dev->prof_info.prof_type = AW88395_DEV_NONE_TYPE_ID; in aw88261_init()