Lines Matching defs:name
188 if (r->name == NULL)
189 r->name = dev_name(&pdev->dev);
487 pr_debug("omap_device: %s: registering\n", pdev->name);
564 * @name: const char * name of the reset line
566 * Set the hardreset line identified by @name on the IP blocks
573 int omap_device_assert_hardreset(struct platform_device *pdev, const char *name)
580 ret = omap_hwmod_assert_hardreset(od->hwmods[i], name);
591 * @name: const char * name of the reset line
593 * Release the hardreset line identified by @name on the IP blocks
601 const char *name)
608 ret = omap_hwmod_deassert_hardreset(od->hwmods[i], name);
617 * omap_device_get_by_hwmod_name() - convert a hwmod name to
619 * @oh_name: name of the hwmod device
629 WARN(1, "%s: no hwmod name!\n", __func__);