Home
last modified time | relevance | path

Searched refs:timer_pdev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-omap-dmtimer.c311 struct platform_device *timer_pdev; in pwm_omap_dmtimer_probe() local
323 timer_pdev = of_find_device_by_node(timer); in pwm_omap_dmtimer_probe()
324 if (!timer_pdev) { in pwm_omap_dmtimer_probe()
330 timer_pdata = dev_get_platdata(&timer_pdev->dev); in pwm_omap_dmtimer_probe()
379 omap->dm_timer_pdev = timer_pdev; in pwm_omap_dmtimer_probe()
423 put_device(&timer_pdev->dev); in pwm_omap_dmtimer_probe()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c921 struct pci_dev *timer_pdev; in enetc_get_phc_index_by_pdev() local
939 timer_pdev = pci_get_domain_bus_and_slot(pci_domain_nr(bus), in enetc_get_phc_index_by_pdev()
941 if (!timer_pdev) in enetc_get_phc_index_by_pdev()
944 phc_index = ptp_clock_index_by_dev(&timer_pdev->dev); in enetc_get_phc_index_by_pdev()
945 pci_dev_put(timer_pdev); in enetc_get_phc_index_by_pdev()