Home
last modified time | relevance | path

Searched defs:ddev (Results 26 – 50 of 161) sorted by relevance

1234567

/Linux-v6.6/drivers/gpu/drm/tidss/
Dtidss_drv.c98 static void tidss_release(struct drm_device *ddev) in tidss_release()
121 struct drm_device *ddev; in tidss_probe() local
204 struct drm_device *ddev = &tidss->ddev; in tidss_remove() local
Dtidss_kms.c26 struct drm_device *ddev = old_state->dev; in tidss_atomic_commit_tail() local
51 static int tidss_atomic_check(struct drm_device *ddev, in tidss_atomic_check()
250 struct drm_device *ddev = &tidss->ddev; in tidss_modeset_init() local
/Linux-v6.6/drivers/nfc/st95hf/
Dcore.c220 struct nfc_digital_dev *ddev; member
870 static int st95hf_in_configure_hw(struct nfc_digital_dev *ddev, in st95hf_in_configure_hw()
916 static int st95hf_in_send_cmd(struct nfc_digital_dev *ddev, in st95hf_in_send_cmd()
990 static int st95hf_tg_configure_hw(struct nfc_digital_dev *ddev, in st95hf_tg_configure_hw()
997 static int st95hf_tg_send_cmd(struct nfc_digital_dev *ddev, in st95hf_tg_send_cmd()
1006 static int st95hf_tg_listen(struct nfc_digital_dev *ddev, in st95hf_tg_listen()
1014 static int st95hf_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in st95hf_tg_get_rf_tech()
1019 static int st95hf_switch_rf(struct nfc_digital_dev *ddev, bool on) in st95hf_switch_rf()
1035 static void st95hf_abort_cmd(struct nfc_digital_dev *ddev) in st95hf_abort_cmd()
/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_irq.c22 struct drm_device *ddev = arg; in ls7a2000_dc_irq_handler() local
50 struct drm_device *ddev = arg; in ls7a1000_dc_irq_handler() local
Dlsdc_i2c.c101 static void lsdc_destroy_i2c(struct drm_device *ddev, void *data) in lsdc_destroy_i2c()
117 int lsdc_create_i2c_chan(struct drm_device *ddev, in lsdc_create_i2c_chan()
Dlsdc_debugfs.c36 struct drm_device *ddev = node->minor->dev; in lsdc_show_mm() local
99 struct drm_device *ddev = minor->dev; in lsdc_debugfs_init() local
Dlsdc_gfxpll.c141 static void loongson_gfxpll_fini(struct drm_device *ddev, void *data) in loongson_gfxpll_fini()
173 int loongson_gfxpll_create(struct drm_device *ddev, in loongson_gfxpll_create()
/Linux-v6.6/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c199 struct drm_device *ddev; in tilcdc_init() local
501 struct drm_device *ddev = dev_get_drvdata(dev); in tilcdc_pm_suspend() local
514 struct drm_device *ddev = dev_get_drvdata(dev); in tilcdc_pm_resume() local
534 struct drm_device *ddev = dev_get_drvdata(dev); in tilcdc_unbind() local
/Linux-v6.6/drivers/nfc/
Dport100.c955 static void port100_abort_cmd(struct nfc_digital_dev *ddev) in port100_abort_cmd()
1047 static int port100_switch_rf(struct nfc_digital_dev *ddev, bool on) in port100_switch_rf()
1072 static int port100_in_set_rf(struct nfc_digital_dev *ddev, u8 rf) in port100_in_set_rf()
1101 static int port100_in_set_framing(struct nfc_digital_dev *ddev, int param) in port100_in_set_framing()
1143 static int port100_in_configure_hw(struct nfc_digital_dev *ddev, int type, in port100_in_configure_hw()
1206 static int port100_in_send_cmd(struct nfc_digital_dev *ddev, in port100_in_send_cmd()
1229 static int port100_tg_set_rf(struct nfc_digital_dev *ddev, u8 rf) in port100_tg_set_rf()
1258 static int port100_tg_set_framing(struct nfc_digital_dev *ddev, int param) in port100_tg_set_framing()
1300 static int port100_tg_configure_hw(struct nfc_digital_dev *ddev, int type, in port100_tg_configure_hw()
1372 static int port100_tg_send_cmd(struct nfc_digital_dev *ddev, in port100_tg_send_cmd()
[all …]
Dtrf7970a.c428 struct nfc_digital_dev *ddev; member
1123 static int trf7970a_switch_rf(struct nfc_digital_dev *ddev, bool on) in trf7970a_switch_rf()
1338 static int trf7970a_in_configure_hw(struct nfc_digital_dev *ddev, int type, in trf7970a_in_configure_hw()
1459 static int trf7970a_send_cmd(struct nfc_digital_dev *ddev, in trf7970a_send_cmd()
1681 static int trf7970a_tg_configure_hw(struct nfc_digital_dev *ddev, int type, in trf7970a_tg_configure_hw()
1717 static int _trf7970a_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in _trf7970a_tg_listen()
1792 static int trf7970a_tg_listen(struct nfc_digital_dev *ddev, u16 timeout, in trf7970a_tg_listen()
1803 static int trf7970a_tg_listen_md(struct nfc_digital_dev *ddev, in trf7970a_tg_listen_md()
1826 static int trf7970a_tg_get_rf_tech(struct nfc_digital_dev *ddev, u8 *rf_tech) in trf7970a_tg_get_rf_tech()
1838 static void trf7970a_abort_cmd(struct nfc_digital_dev *ddev) in trf7970a_abort_cmd()
/Linux-v6.6/drivers/gpu/drm/omapdrm/
Domap_drv.c303 static void omap_disconnect_pipelines(struct drm_device *ddev) in omap_disconnect_pipelines()
322 static int omap_connect_pipelines(struct drm_device *ddev) in omap_connect_pipelines()
541 static void omap_modeset_fini(struct drm_device *ddev) in omap_modeset_fini()
674 struct drm_device *ddev; in omapdrm_init() local
764 struct drm_device *ddev = priv->ddev; in omapdrm_cleanup() local
/Linux-v6.6/drivers/dma/
Dtxx9dmac.h163 struct txx9dmac_dev *ddev; member
188 static inline bool __is_dmac64(const struct txx9dmac_dev *ddev) in __is_dmac64()
247 static inline void txx9dmac_desc_set_INTENT(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_INTENT()
257 static inline void txx9dmac_desc_set_nosimple(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_nosimple()
274 static inline void txx9dmac_desc_set_INTENT(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_INTENT()
287 static inline void txx9dmac_desc_set_nosimple(struct txx9dmac_dev *ddev, in txx9dmac_desc_set_nosimple()
/Linux-v6.6/drivers/gpu/drm/renesas/shmobile/
Dshmob_drm_drv.c178 struct drm_device *ddev = sdev->ddev; in shmob_drm_remove() local
192 struct drm_device *ddev; in shmob_drm_probe() local
/Linux-v6.6/drivers/fpga/
Ddfl.c252 dfl_match_one_device(const struct dfl_device_id *id, struct dfl_device *ddev) in dfl_match_one_device()
262 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_match() local
283 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_probe() local
291 struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_remove() local
299 const struct dfl_device *ddev = to_dfl_dev(dev); in dfl_bus_uevent() local
308 struct dfl_device *ddev = to_dfl_dev(dev); in type_show() local
317 struct dfl_device *ddev = to_dfl_dev(dev); in feature_id_show() local
341 struct dfl_device *ddev = to_dfl_dev(dev); in release_dfl_dev() local
359 struct dfl_device *ddev; in dfl_dev_add() local
453 struct dfl_device *ddev; in dfl_devs_add() local
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vram_mgr.c93 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_vram_total_show() local
110 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_vis_vram_total_show() local
128 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_vram_used_show() local
147 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_vis_vram_used_show() local
166 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_vram_vendor() local
Damdgpu_xgmi.c321 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_xgmi_show_device_id() local
332 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_xgmi_show_num_hops() local
347 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_xgmi_show_num_links() local
363 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_xgmi_show_error() local
Damdgpu_gtt_mgr.c47 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_gtt_total_show() local
67 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_gtt_used_show() local
/Linux-v6.6/drivers/scsi/libsas/
Dsas_init.c242 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in transport_sas_phy_reset() local
277 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_enable() local
311 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_phy_reset() local
348 struct domain_device *ddev = sas_find_dev_by_rphy(rphy); in sas_set_phy_speed() local
/Linux-v6.6/drivers/gpu/drm/imx/dcss/
Ddcss-dev.c256 struct drm_device *ddev = dcss_drv_dev_to_drm(dev); in dcss_dev_suspend() local
276 struct drm_device *ddev = dcss_drv_dev_to_drm(dev); in dcss_dev_resume() local
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dumr.c493 struct device *ddev = &dev->mdev->pdev->dev; in mlx5r_umr_unmap_free_xlt() local
506 struct device *ddev = &dev->mdev->pdev->dev; in mlx5r_umr_create_xlt() local
614 struct device *ddev = &dev->mdev->pdev->dev; in mlx5r_umr_update_mr_pas() local
696 struct device *ddev = &dev->mdev->pdev->dev; in mlx5r_umr_update_xlt() local
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c27 static int panfrost_ioctl_get_param(struct drm_device *ddev, void *data, struct drm_file *file) in panfrost_ioctl_get_param()
554 struct drm_device *ddev; in panfrost_probe() local
620 struct drm_device *ddev = pfdev->ddev; in panfrost_remove() local
/Linux-v6.6/drivers/memory/
Ddfl-emif.c189 struct dfl_device *ddev = to_dfl_dev(de->dev); in dfl_emif_visible() local
221 static int dfl_emif_probe(struct dfl_device *ddev) in dfl_emif_probe()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_drv.c202 struct drm_device *ddev = priv->dev; in msm_drm_uninit() local
392 static void msm_deinit_vram(struct drm_device *ddev) in msm_deinit_vram()
408 struct drm_device *ddev; in msm_drm_init() local
1108 struct drm_device *ddev = priv ? priv->dev : NULL; in msm_pm_prepare() local
1119 struct drm_device *ddev = priv ? priv->dev : NULL; in msm_pm_complete() local
/Linux-v6.6/drivers/gpu/drm/qxl/
Dqxl_object.h37 struct drm_device *ddev = bo->tbo.base.dev; in qxl_bo_reserve() local
/Linux-v6.6/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c748 struct drm_device *ddev; in atmel_hlcdc_dc_drm_probe() local
778 struct drm_device *ddev = platform_get_drvdata(pdev); in atmel_hlcdc_dc_drm_remove() local

1234567