/linux-2.6.39/drivers/dma/ ! |
D | txx9dmac.c | 102 const struct txx9dmac_dev *ddev) in __txx9dmac_regs() 108 const struct txx9dmac_dev *ddev) in __txx9dmac_regs32() 113 #define dma64_readl(ddev, name) \ argument 115 #define dma64_writel(ddev, name, val) \ argument 118 #define dma32_readl(ddev, name) \ argument 120 #define dma32_writel(ddev, name, val) \ argument 123 #define dma_readl(ddev, name) \ argument 126 #define dma_writel(ddev, name, val) \ argument 193 struct txx9dmac_dev *ddev = dc->ddev; in txx9dmac_desc_alloc() local 245 struct txx9dmac_dev *ddev = dc->ddev; in txx9dmac_sync_desc_for_cpu() local [all …]
|
D | txx9dmac.h | 166 struct txx9dmac_dev *ddev; member 192 static inline bool __is_dmac64(const struct txx9dmac_dev *ddev) in __is_dmac64() 251 static inline void txx9dmac_desc_set_INTENT(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_INTENT() 261 static inline void txx9dmac_desc_set_nosimple(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_nosimple() 278 static inline void txx9dmac_desc_set_INTENT(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_INTENT() 291 static inline void txx9dmac_desc_set_nosimple(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_nosimple()
|
D | dw_dmac_regs.h | 197 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma()
|
D | at_hdmac_regs.h | 257 static inline struct at_dma *to_at_dma(struct dma_device *ddev) in to_at_dma()
|
D | pch_dma.c | 151 static inline struct pch_dma *to_pd(struct dma_device *ddev) in to_pd()
|
/linux-2.6.39/drivers/gpu/drm/radeon/ ! |
D | radeon_pm.c | 337 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in radeon_get_pm_profile() local 353 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in radeon_set_pm_profile() local 387 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in radeon_get_pm_method() local 400 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in radeon_set_pm_method() local 434 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in radeon_hwmon_show_temp() local 666 struct drm_device *ddev = rdev->ddev; in radeon_pm_compute_clocks() local
|
D | radeon_cs.c | 37 struct drm_device *ddev = p->rdev->ddev; in radeon_cs_parser_relocs() local
|
D | rs600.c | 184 struct drm_device *ddev = rdev->ddev; in rs600_pm_prepare() local 202 struct drm_device *ddev = rdev->ddev; in rs600_pm_finish() local
|
D | radeon_device.c | 684 struct drm_device *ddev, in radeon_device_init()
|
D | evergreen.c | 139 struct drm_device *ddev = rdev->ddev; in evergreen_pm_prepare() local 157 struct drm_device *ddev = rdev->ddev; in evergreen_pm_finish() local
|
D | r100.c | 318 struct drm_device *ddev = rdev->ddev; in r100_pm_prepare() local 342 struct drm_device *ddev = rdev->ddev; in r100_pm_finish() local
|
D | radeon.h | 1156 struct drm_device *ddev; member
|
/linux-2.6.39/drivers/usb/core/ ! |
D | config.c | 48 static void usb_parse_ss_endpoint_companion(struct device *ddev, int cfgno, in usb_parse_ss_endpoint_companion() 144 static int usb_parse_endpoint(struct device *ddev, int cfgno, int inum, in usb_parse_endpoint() 301 static int usb_parse_interface(struct device *ddev, int cfgno, in usb_parse_interface() 411 struct device *ddev = &dev->dev; in usb_parse_configuration() local 659 struct device *ddev = &dev->dev; in usb_get_configuration() local
|
/linux-2.6.39/drivers/scsi/libsas/ ! |
D | sas_init.c | 187 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_enable() local 213 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_reset() local 249 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_set_phy_speed() local
|
D | sas_ata.c | 750 struct domain_device *ddev = sdev_to_domain_dev(sdev); in sas_ata_strategy_handler() local 764 struct domain_device *ddev = cmd_to_domain_dev(cmd); in sas_ata_timed_out() local 790 struct domain_device *ddev = cmd_to_domain_dev(cmd); in sas_ata_eh() local
|
/linux-2.6.39/drivers/macintosh/ ! |
D | windfarm_pm91.c | 642 static int wf_smu_probe(struct platform_device *ddev) in wf_smu_probe() 649 static int __devexit wf_smu_remove(struct platform_device *ddev) in wf_smu_remove()
|
D | windfarm_pm81.c | 718 static int wf_smu_probe(struct platform_device *ddev) in wf_smu_probe() 725 static int __devexit wf_smu_remove(struct platform_device *ddev) in wf_smu_remove()
|
D | windfarm_pm121.c | 984 static int pm121_probe(struct platform_device *ddev) in pm121_probe() 991 static int __devexit pm121_remove(struct platform_device *ddev) in pm121_remove()
|
/linux-2.6.39/drivers/video/display/ ! |
D | display-sysfs.c | 177 void display_device_unregister(struct display_device *ddev) in display_device_unregister()
|
/linux-2.6.39/fs/partitions/ ! |
D | check.c | 425 struct device *ddev = disk_to_dev(disk); in add_partition() local
|
/linux-2.6.39/fs/xfs/linux-2.6/ ! |
D | xfs_super.c | 716 struct block_device *ddev = mp->m_super->s_bdev; in xfs_open_devices() local
|
/linux-2.6.39/block/ ! |
D | genhd.c | 512 struct device *ddev = disk_to_dev(disk); in register_disk() local
|
/linux-2.6.39/drivers/s390/net/ ! |
D | qeth_core_main.c | 3759 struct ccw_device *ddev; in qeth_determine_capabilities() local
|
/linux-2.6.39/drivers/net/wireless/hostap/ ! |
D | hostap_wlan.h | 650 struct net_device *ddev; /* main data device */ member
|