Searched refs:hw_ids (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_platform.cpp | 86 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 D | mpp_service.h | 124 void check_mpp_service_cap(RK_U32 *codec_type, RK_U32 *hw_ids, MppServiceCmdCap *cap);
|
| /OK3568_Linux_fs/external/mpp/osal/driver/ |
| H A D | mpp_service.c | 110 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 D | tsens-v0_1.c | 510 .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 D | tsens-v1.c | 387 .hw_ids = (unsigned int[]){0, 1, 2, 4, 5, 6, 7, 8, 9, 10},
|
| H A D | tsens.h | 522 unsigned int *hw_ids; member
|
| H A D | tsens.c | 1034 if (data->hw_ids) in tsens_probe() 1035 priv->sensor[i].hw_id = data->hw_ids[i]; in tsens_probe()
|