| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ctx.c | 574 struct idr *idp; in amdgpu_ctx_mgr_entity_flush() local 577 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush() 580 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_flush() 596 struct idr *idp; in amdgpu_ctx_mgr_entity_fini() local 599 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini() 601 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_fini() 618 struct idr *idp; in amdgpu_ctx_mgr_fini() local 623 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_fini() 625 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_fini()
|
| /Linux-v5.4/drivers/misc/habanalabs/ |
| D | context.c | 228 struct idr *idp; in hl_ctx_mgr_fini() local 231 idp = &mgr->ctx_handles; in hl_ctx_mgr_fini() 233 idr_for_each_entry(idp, ctx, id) in hl_ctx_mgr_fini()
|
| D | command_buffer.c | 376 struct idr *idp; in hl_cb_mgr_fini() local 379 idp = &mgr->cb_handles; in hl_cb_mgr_fini() 381 idr_for_each_entry(idp, cb, id) { in hl_cb_mgr_fini()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | mdesc.c | 342 const u64 *idp; in get_vdev_port_node_info() local 350 idp = mdesc_get_property(md, node, "id", NULL); in get_vdev_port_node_info() 354 if (!idp || !name || !parent_cfg_hdlp) in get_vdev_port_node_info() 357 node_info->vdev_port.id = *idp; in get_vdev_port_node_info() 394 const u64 *idp; in get_ds_port_node_info() local 397 idp = mdesc_get_property(md, node, "id", NULL); in get_ds_port_node_info() 398 if (!idp) in get_ds_port_node_info() 401 node_info->ds_port.id = *idp; in get_ds_port_node_info()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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
|
| /Linux-v5.4/arch/arm/mach-pxa/ |
| D | Makefile | 37 obj-$(CONFIG_ARCH_PXA_IDP) += idp.o
|
| /Linux-v5.4/drivers/fsi/ |
| D | fsi-core.c | 180 uint8_t *idp) in fsi_slave_calc_addr() argument 183 uint8_t id = *idp; in fsi_slave_calc_addr() 199 *idp = id; in fsi_slave_calc_addr()
|
| /Linux-v5.4/drivers/iommu/ |
| D | tegra-smmu.c | 246 static int tegra_smmu_alloc_asid(struct tegra_smmu *smmu, unsigned int *idp) in tegra_smmu_alloc_asid() argument 259 *idp = id; in tegra_smmu_alloc_asid()
|
| /Linux-v5.4/drivers/iio/light/ |
| D | tsl2583.c | 803 const struct i2c_device_id *idp) in tsl2583_probe() argument
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | devices.txt | 661 40 = /dev/inet/idp 674 /dev/idp -> /dev/inet/idp
|
| /Linux-v5.4/tools/power/pm-graph/ |
| D | sleepgraph.py | 986 idv, idp = '', '' 990 idp = ascii(fp.read()).strip() 991 props[dev].altname = '%s:%s' % (idv, idp)
|