| /drivers/dma/ |
| D | txx9dmac.c | 104 const struct txx9dmac_dev *ddev) in __txx9dmac_regs() 110 const struct txx9dmac_dev *ddev) in __txx9dmac_regs32() 115 #define dma64_readl(ddev, name) \ argument 117 #define dma64_writel(ddev, name, val) \ argument 120 #define dma32_readl(ddev, name) \ argument 122 #define dma32_writel(ddev, name, val) \ argument 125 #define dma_readl(ddev, name) \ argument 128 #define dma_writel(ddev, name, val) \ argument 195 struct txx9dmac_dev *ddev = dc->ddev; in txx9dmac_desc_alloc() local 247 struct txx9dmac_dev *ddev = dc->ddev; in txx9dmac_sync_desc_for_cpu() local [all …]
|
| D | txx9dmac.h | 166 struct txx9dmac_dev *ddev; member 191 static inline bool __is_dmac64(const struct txx9dmac_dev *ddev) in __is_dmac64() 250 static inline void txx9dmac_desc_set_INTENT(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_INTENT() 260 static inline void txx9dmac_desc_set_nosimple(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_nosimple() 277 static inline void txx9dmac_desc_set_INTENT(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_INTENT() 290 static inline void txx9dmac_desc_set_nosimple(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_nosimple()
|
| /drivers/gpu/drm/stm/ |
| D | drv.c | 26 static void drv_output_poll_changed(struct drm_device *ddev) in drv_output_poll_changed() 40 static void drv_lastclose(struct drm_device *ddev) in drv_lastclose() 78 static int drv_load(struct drm_device *ddev) in drv_load() 132 static void drv_unload(struct drm_device *ddev) in drv_unload() 150 struct drm_device *ddev; in stm_drm_platform_probe() local 179 struct drm_device *ddev = platform_get_drvdata(pdev); in stm_drm_platform_remove() local
|
| D | ltdc.c | 331 struct drm_device *ddev = arg; in ltdc_irq_thread() local 352 struct drm_device *ddev = arg; in ltdc_irq() local 511 int ltdc_crtc_enable_vblank(struct drm_device *ddev, unsigned int pipe) in ltdc_crtc_enable_vblank() 521 void ltdc_crtc_disable_vblank(struct drm_device *ddev, unsigned int pipe) in ltdc_crtc_disable_vblank() 701 static struct drm_plane *ltdc_plane_create(struct drm_device *ddev, in ltdc_plane_create() 738 static void ltdc_plane_destroy_all(struct drm_device *ddev) in ltdc_plane_destroy_all() 747 static int ltdc_crtc_init(struct drm_device *ddev, struct drm_crtc *crtc) in ltdc_crtc_init() 796 static int ltdc_encoder_init(struct drm_device *ddev) in ltdc_encoder_init() 823 static int ltdc_get_caps(struct drm_device *ddev) in ltdc_get_caps() 856 int ltdc_load(struct drm_device *ddev) in ltdc_load() [all …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_pm.c | 87 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_get_dpm_state() local 106 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_set_dpm_state() local 141 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_get_dpm_forced_performance_level() local 167 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_set_dpm_forced_performance_level() local 231 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_get_pp_num_states() local 254 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_get_pp_cur_state() local 281 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_get_pp_force_state() local 310 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_set_pp_force_state() local 345 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_get_pp_table() local 368 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_set_pp_table() local [all …]
|
| /drivers/staging/vboxvideo/ |
| D | vbox_drv.c | 107 struct drm_device *ddev = pci_get_drvdata(pdev); in vbox_pm_suspend() local 122 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in vbox_pm_resume() local 130 struct drm_device *ddev = pci_get_drvdata(pdev); in vbox_pm_freeze() local 140 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in vbox_pm_thaw() local 147 struct drm_device *ddev = pci_get_drvdata(to_pci_dev(dev)); in vbox_pm_poweroff() local
|
| /drivers/gpu/drm/ast/ |
| D | ast_drv.c | 144 struct drm_device *ddev = pci_get_drvdata(pdev); in ast_pm_suspend() local 158 struct drm_device *ddev = pci_get_drvdata(pdev); in ast_pm_resume() local 165 struct drm_device *ddev = pci_get_drvdata(pdev); in ast_pm_freeze() local 176 struct drm_device *ddev = pci_get_drvdata(pdev); in ast_pm_thaw() local 183 struct drm_device *ddev = pci_get_drvdata(pdev); in ast_pm_poweroff() local
|
| /drivers/gpu/drm/tilcdc/ |
| D | tilcdc_external.c | 102 struct drm_connector *tilcdc_encoder_find_connector(struct drm_device *ddev, in tilcdc_encoder_find_connector() 119 int tilcdc_add_component_encoder(struct drm_device *ddev) in tilcdc_add_component_encoder() 163 int tilcdc_attach_bridge(struct drm_device *ddev, struct drm_bridge *bridge) in tilcdc_attach_bridge() 188 int tilcdc_attach_external_device(struct drm_device *ddev) in tilcdc_attach_external_device()
|
| D | tilcdc_drv.c | 233 struct drm_device *ddev; in tilcdc_init() local 573 struct drm_device *ddev = dev_get_drvdata(dev); in tilcdc_pm_suspend() local 586 struct drm_device *ddev = dev_get_drvdata(dev); in tilcdc_pm_resume() local 614 struct drm_device *ddev = dev_get_drvdata(dev); in tilcdc_unbind() local
|
| /drivers/nfc/ |
| D | nfcsim.c | 211 static int nfcsim_send(struct nfc_digital_dev *ddev, struct sk_buff *skb, in nfcsim_send() 250 static void nfcsim_abort_cmd(struct nfc_digital_dev *ddev) in nfcsim_abort_cmd() 257 static int nfcsim_switch_rf(struct nfc_digital_dev *ddev, bool on) in nfcsim_switch_rf() 266 static int nfcsim_in_configure_hw(struct nfc_digital_dev *ddev, in nfcsim_in_configure_hw() 289 static int nfcsim_in_send_cmd(struct nfc_digital_dev *ddev, in nfcsim_in_send_cmd() 296 static int nfcsim_tg_configure_hw(struct nfc_digital_dev *ddev, in nfcsim_tg_configure_hw() 319 static int nfcsim_tg_send_cmd(struct nfc_digital_dev *ddev, in nfcsim_tg_send_cmd() 326 static int nfcsim_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in nfcsim_tg_listen()
|
| D | port100.c | 961 static void port100_abort_cmd(struct nfc_digital_dev *ddev) in port100_abort_cmd() 1053 static int port100_switch_rf(struct nfc_digital_dev *ddev, bool on) in port100_switch_rf() 1078 static int port100_in_set_rf(struct nfc_digital_dev *ddev, u8 rf) in port100_in_set_rf() 1107 static int port100_in_set_framing(struct nfc_digital_dev *ddev, int param) in port100_in_set_framing() 1149 static int port100_in_configure_hw(struct nfc_digital_dev *ddev, int type, in port100_in_configure_hw() 1212 static int port100_in_send_cmd(struct nfc_digital_dev *ddev, in port100_in_send_cmd() 1235 static int port100_tg_set_rf(struct nfc_digital_dev *ddev, u8 rf) in port100_tg_set_rf() 1264 static int port100_tg_set_framing(struct nfc_digital_dev *ddev, int param) in port100_tg_set_framing() 1306 static int port100_tg_configure_hw(struct nfc_digital_dev *ddev, int type, in port100_tg_configure_hw() 1378 static int port100_tg_send_cmd(struct nfc_digital_dev *ddev, in port100_tg_send_cmd() [all …]
|
| D | trf7970a.c | 431 struct nfc_digital_dev *ddev; member 1126 static int trf7970a_switch_rf(struct nfc_digital_dev *ddev, bool on) in trf7970a_switch_rf() 1341 static int trf7970a_in_configure_hw(struct nfc_digital_dev *ddev, int type, in trf7970a_in_configure_hw() 1462 static int trf7970a_send_cmd(struct nfc_digital_dev *ddev, in trf7970a_send_cmd() 1684 static int trf7970a_tg_configure_hw(struct nfc_digital_dev *ddev, int type, in trf7970a_tg_configure_hw() 1720 static int _trf7970a_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in _trf7970a_tg_listen() 1795 static int trf7970a_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in trf7970a_tg_listen() 1806 static int trf7970a_tg_listen_md(struct nfc_digital_dev *ddev, in trf7970a_tg_listen_md() 1829 static int trf7970a_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in trf7970a_tg_get_rf_tech() 1841 static void trf7970a_abort_cmd(struct nfc_digital_dev *ddev) in trf7970a_abort_cmd()
|
| /drivers/gpu/drm/radeon/ |
| D | radeon_pm.c | 354 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_get_pm_profile() local 370 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_set_pm_profile() local 409 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_get_pm_method() local 423 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_set_pm_method() local 466 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_get_dpm_state() local 480 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_set_dpm_state() local 510 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_get_dpm_forced_performance_level() local 528 struct drm_device *ddev = dev_get_drvdata(dev); in radeon_set_dpm_forced_performance_level() local 670 struct drm_device *ddev = rdev->ddev; in radeon_hwmon_show_temp() local 1642 struct drm_device *ddev = rdev->ddev; in radeon_pm_compute_clocks_old() local [all …]
|
| /drivers/gpu/drm/sti/ |
| D | sti_drv.c | 140 static void sti_output_poll_changed(struct drm_device *ddev) in sti_output_poll_changed() 207 static int sti_init(struct drm_device *ddev) in sti_init() 228 static void sti_cleanup(struct drm_device *ddev) in sti_cleanup() 245 struct drm_device *ddev; in sti_bind() local 292 struct drm_device *ddev = dev_get_drvdata(dev); in sti_unbind() local
|
| /drivers/usb/core/ |
| D | config.c | 51 static void usb_parse_ssp_isoc_endpoint_companion(struct device *ddev, in usb_parse_ssp_isoc_endpoint_companion() 72 static void usb_parse_ss_endpoint_companion(struct device *ddev, int cfgno, in usb_parse_ss_endpoint_companion() 254 static int usb_parse_endpoint(struct device *ddev, int cfgno, in usb_parse_endpoint() 491 static int usb_parse_interface(struct device *ddev, int cfgno, in usb_parse_interface() 601 struct device *ddev = &dev->dev; in usb_parse_configuration() local 856 struct device *ddev = &dev->dev; in usb_get_configuration() local 979 struct device *ddev = &dev->dev; in usb_get_bos_descriptor() local
|
| /drivers/nfc/st95hf/ |
| D | core.c | 232 struct nfc_digital_dev *ddev; member 886 static int st95hf_in_configure_hw(struct nfc_digital_dev *ddev, in st95hf_in_configure_hw() 932 static int st95hf_in_send_cmd(struct nfc_digital_dev *ddev, in st95hf_in_send_cmd() 1009 static int st95hf_tg_configure_hw(struct nfc_digital_dev *ddev, in st95hf_tg_configure_hw() 1016 static int st95hf_tg_send_cmd(struct nfc_digital_dev *ddev, in st95hf_tg_send_cmd() 1025 static int st95hf_tg_listen(struct nfc_digital_dev *ddev, in st95hf_tg_listen() 1033 static int st95hf_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in st95hf_tg_get_rf_tech() 1038 static int st95hf_switch_rf(struct nfc_digital_dev *ddev, bool on) in st95hf_switch_rf() 1054 static void st95hf_abort_cmd(struct nfc_digital_dev *ddev) in st95hf_abort_cmd()
|
| /drivers/gpu/drm/qxl/ |
| D | qxl_object.h | 37 struct drm_device *ddev = bo->gem_base.dev; in qxl_bo_reserve() local 73 struct drm_device *ddev = bo->gem_base.dev; in qxl_bo_wait() local
|
| D | qxl_object.c | 226 struct drm_device *ddev = bo->gem_base.dev; in __qxl_bo_pin() local 249 struct drm_device *ddev = bo->gem_base.dev; in __qxl_bo_unpin() local
|
| /drivers/gpu/drm/rcar-du/ |
| D | rcar_du_drv.c | 297 struct drm_device *ddev = rcdu->ddev; in rcar_du_remove() local 315 struct drm_device *ddev; in rcar_du_probe() local
|
| /drivers/scsi/libsas/ |
| D | sas_init.c | 254 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in transport_sas_phy_reset() local 289 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_enable() local 322 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_reset() local 358 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_set_phy_speed() local
|
| /drivers/gpu/drm/shmobile/ |
| D | shmob_drm_drv.c | 195 struct drm_device *ddev = sdev->ddev; in shmob_drm_remove() local 210 struct drm_device *ddev; in shmob_drm_probe() local
|
| /drivers/gpu/drm/msm/ |
| D | msm_drv.c | 211 struct drm_device *ddev = platform_get_drvdata(pdev); in msm_drm_uninit() local 370 struct drm_device *ddev; in msm_drm_init() local 876 struct drm_device *ddev = dev_get_drvdata(dev); in msm_pm_suspend() local 885 struct drm_device *ddev = dev_get_drvdata(dev); in msm_pm_resume() local 896 struct drm_device *ddev = dev_get_drvdata(dev); in msm_runtime_suspend() local 909 struct drm_device *ddev = dev_get_drvdata(dev); in msm_runtime_resume() local
|
| /drivers/dma/qcom/ |
| D | hidma.c | 111 struct dma_device *ddev = mchan->chan.device; in hidma_process_completed() local 170 struct dma_device *ddev = mchan->chan.device; in hidma_callback() local 198 struct dma_device *ddev; in hidma_chan_init() local
|
| /drivers/macintosh/ |
| D | windfarm_pm91.c | 642 static int wf_smu_probe(struct platform_device *ddev) in wf_smu_probe() 649 static int wf_smu_remove(struct platform_device *ddev) in wf_smu_remove()
|
| /drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_dc.c | 774 struct drm_device *ddev; in atmel_hlcdc_dc_drm_probe() local 802 struct drm_device *ddev = platform_get_drvdata(pdev); in atmel_hlcdc_dc_drm_remove() local
|