Searched refs:tpdev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | omap_remoteproc.c | 316 struct platform_device *tpdev; in omap_rproc_enable_timers() local 346 tpdev = of_find_device_by_node(np); in omap_rproc_enable_timers() 347 if (!tpdev) { in omap_rproc_enable_timers() 353 tpdata = dev_get_platdata(&tpdev->dev); in omap_rproc_enable_timers() 354 put_device(&tpdev->dev); in omap_rproc_enable_timers()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | omap_remoteproc.c | 317 struct platform_device *tpdev; in omap_rproc_enable_timers() local 347 tpdev = of_find_device_by_node(np); in omap_rproc_enable_timers() 348 if (!tpdev) { in omap_rproc_enable_timers() 354 tpdata = dev_get_platdata(&tpdev->dev); in omap_rproc_enable_timers() 355 put_device(&tpdev->dev); in omap_rproc_enable_timers()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | super.c | 2701 struct pdev *pdev, *tpdev; in bch_pending_bdevs_cleanup() local 2713 list_for_each_entry_safe(pdev, tpdev, &pending_devs, list) { in bch_pending_bdevs_cleanup() 2727 list_for_each_entry_safe(pdev, tpdev, &pending_devs, list) { in bch_pending_bdevs_cleanup()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | super.c | 2674 struct pdev *pdev, *tpdev; in bch_pending_bdevs_cleanup() local 2686 list_for_each_entry_safe(pdev, tpdev, &pending_devs, list) { in bch_pending_bdevs_cleanup() 2700 list_for_each_entry_safe(pdev, tpdev, &pending_devs, list) { in bch_pending_bdevs_cleanup()
|
Completed in 10 milliseconds