Searched refs:idp (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ctx.c | 569 struct idr *idp; in amdgpu_ctx_mgr_entity_flush() local 572 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush() 575 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_flush() 595 struct idr *idp; in amdgpu_ctx_mgr_entity_fini() local 598 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini() 600 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_fini() 623 struct idr *idp; in amdgpu_ctx_mgr_fini() local 628 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini() 630 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_fini()
|
/drivers/misc/habanalabs/common/ |
D | context.c | 261 struct idr *idp; in hl_ctx_mgr_fini() local 264 idp = &mgr->ctx_handles; in hl_ctx_mgr_fini() 266 idr_for_each_entry(idp, ctx, id) in hl_ctx_mgr_fini()
|
D | command_buffer.c | 567 struct idr *idp; in hl_cb_mgr_fini() local 570 idp = &mgr->cb_handles; in hl_cb_mgr_fini() 572 idr_for_each_entry(idp, cb, id) { in hl_cb_mgr_fini()
|
/drivers/media/pci/saa7134/ |
D | saa7134-tvaudio.c | 368 __u32 idp, nicam, nicam_status; in tvaudio_getstereo() local 376 idp = (saa_readb(SAA7134_IDENT_SIF) & 0xe0) >> 5; in tvaudio_getstereo() 377 audio_dbg(1, "getstereo: fm/stereo: idp=0x%x\n", idp); in tvaudio_getstereo() 378 if (0x03 == (idp & 0x03)) in tvaudio_getstereo() 380 else if (0x05 == (idp & 0x05)) in tvaudio_getstereo() 382 else if (0x01 == (idp & 0x01)) in tvaudio_getstereo()
|
/drivers/input/touchscreen/ |
D | migor_ts.c | 120 const struct i2c_device_id *idp) in migor_ts_probe() argument
|
D | eeti_ts.c | 162 const struct i2c_device_id *idp) in eeti_ts_probe() argument
|
/drivers/fsi/ |
D | fsi-core.c | 186 uint8_t *idp) in fsi_slave_calc_addr() argument 189 uint8_t id = *idp; in fsi_slave_calc_addr() 205 *idp = id; in fsi_slave_calc_addr()
|
/drivers/iommu/ |
D | tegra-smmu.c | 255 static int tegra_smmu_alloc_asid(struct tegra_smmu *smmu, unsigned int *idp) in tegra_smmu_alloc_asid() argument 268 *idp = id; in tegra_smmu_alloc_asid()
|
/drivers/iio/light/ |
D | tsl2583.c | 811 const struct i2c_device_id *idp) in tsl2583_probe() argument
|