Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_platform.cpp86 RK_U32 hw_ids[32]; member in MppPlatformService
135 check_mpp_service_cap(&vcodec_type, hw_ids, cap); in MppPlatformService()
147 hw_id = hw_ids[client_type]; in get_hw_id()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_service.h124 void check_mpp_service_cap(RK_U32 *codec_type, RK_U32 *hw_ids, MppServiceCmdCap *cap);
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c110 void check_mpp_service_cap(RK_U32 *codec_type, RK_U32 *hw_ids, MppServiceCmdCap *cap) in check_mpp_service_cap() argument
124 memset(hw_ids, 0, sizeof(RK_U32) * 32); in check_mpp_service_cap()
182 hw_ids[i] = val; in check_mpp_service_cap()
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens-v0_1.c510 .hw_ids = (unsigned int []){0, 1, 2, 4, 5 },
525 .hw_ids = (unsigned int []){ 0, 1, 2, 3, 5, 6, 7, 8, 9, 10 },
H A Dtsens-v1.c387 .hw_ids = (unsigned int[]){0, 1, 2, 4, 5, 6, 7, 8, 9, 10},
H A Dtsens.h522 unsigned int *hw_ids; member
H A Dtsens.c1034 if (data->hw_ids) in tsens_probe()
1035 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()