| /OK3568_Linux_fs/kernel/drivers/net/ethernet/arc/ |
| H A D | emac_arc.c | 21 struct device *dev = &pdev->dev; in emac_arc_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 269 struct drm_device *dev = connector->dev; in dm_mst_atomic_best_encoder() local 342 struct drm_device *dev = adev_to_drm(adev); in dm_dp_create_fake_mst_encoders() local 368 struct drm_device *dev = master->base.dev; in dm_dp_add_mst_connector() local
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-etm3x-core.c | 825 struct device *dev = &adev->dev; in etm_probe() local 941 static int etm_runtime_suspend(struct device *dev) in etm_runtime_suspend() 951 static int etm_runtime_resume(struct device *dev) in etm_runtime_resume()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-pch.c | 90 struct device *dev; member 413 static int __maybe_unused pch_gpio_suspend(struct device *dev) in pch_gpio_suspend() 425 static int __maybe_unused pch_gpio_resume(struct device *dev) in pch_gpio_resume()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-write.c | 369 struct nvm_tgt_dev *dev = pblk->dev; in pblk_submit_meta_io() local 437 struct nvm_tgt_dev *dev = pblk->dev; in pblk_valid_meta_ppa() local 522 struct nvm_tgt_dev *dev = pblk->dev; in pblk_submit_io_set() local
|
| /OK3568_Linux_fs/kernel/include/soc/tegra/ |
| H A D | mc.h | 87 tegra_smmu_probe(struct device *dev, const struct tegra_smmu_soc *soc, in tegra_smmu_probe() 104 tegra_gart_probe(struct device *dev, struct tegra_mc *mc) in tegra_gart_probe() 166 struct device *dev; member
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | ak4458.c | 46 struct device *dev; member 649 static int __maybe_unused ak4458_runtime_suspend(struct device *dev) in ak4458_runtime_suspend() 665 static int __maybe_unused ak4458_runtime_resume(struct device *dev) in ak4458_runtime_resume()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3188.c | 585 static int rk3188_clk_ofdata_to_platdata(struct udevice *dev) in rk3188_clk_ofdata_to_platdata() 596 static int rk3188_clk_probe(struct udevice *dev) in rk3188_clk_probe() 625 static int rk3188_clk_bind(struct udevice *dev) in rk3188_clk_bind()
|
| /OK3568_Linux_fs/kernel/drivers/usb/image/ |
| H A D | mdc800.c | 126 struct usb_device * dev; // Device Data member 274 struct device *dev = &mdc800->dev->dev; in mdc800_usb_irq() local 426 struct usb_device *dev = interface_to_usbdev (intf); in mdc800_usb_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/iio/dac/ |
| H A D | ad5380.c | 369 static int ad5380_probe(struct device *dev, struct regmap *regmap, in ad5380_probe() 447 static int ad5380_remove(struct device *dev) in ad5380_remove() 463 static bool ad5380_reg_false(struct device *dev, unsigned int reg) in ad5380_reg_false()
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | llcp_sock.c | 64 struct nfc_dev *dev; in llcp_sock_bind() local 150 struct nfc_dev *dev; in llcp_raw_sock_bind() local 659 struct nfc_dev *dev; in llcp_sock_connect() local
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-hix5hd2.c | 88 struct device *dev; member 480 static int hix5hd2_i2c_runtime_suspend(struct device *dev) in hix5hd2_i2c_runtime_suspend() 489 static int hix5hd2_i2c_runtime_resume(struct device *dev) in hix5hd2_i2c_runtime_resume()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_cmd.c | 135 int mlx5dr_cmd_query_flow_table(struct mlx5_core_dev *dev, in mlx5dr_cmd_query_flow_table() 484 static int mlx5dr_cmd_set_extended_dest(struct mlx5_core_dev *dev, in mlx5dr_cmd_set_extended_dest() 521 int mlx5dr_cmd_set_fte(struct mlx5_core_dev *dev, in mlx5dr_cmd_set_fte()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | gbefb.c | 1063 static ssize_t gbefb_show_memsize(struct device *dev, struct device_attribute *attr, char *buf) in gbefb_show_memsize() 1077 static void gbefb_remove_sysfs(struct device *dev) in gbefb_remove_sysfs() 1083 static void gbefb_create_sysfs(struct device *dev) in gbefb_create_sysfs()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | spitz.c | 617 static int spitz_mci_setpower(struct device *dev, unsigned int vdd) in spitz_mci_setpower() 659 static int spitz_ohci_init(struct device *dev) in spitz_ohci_init() 673 static void spitz_ohci_exit(struct device *dev) in spitz_ohci_exit()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | da9150-fg.c | 74 struct device *dev; member 418 static struct da9150_fg_pdata *da9150_fg_dt_pdata(struct device *dev) in da9150_fg_dt_pdata() 447 struct device *dev = &pdev->dev; in da9150_fg_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_job.c | 25 #define job_write(dev, reg, data) writel(data, dev->iomem + (reg)) argument 26 #define job_read(dev, reg) readl(dev->iomem + (reg)) argument 56 struct drm_device *dev; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_ddp.c | 102 struct device *dev; member 187 struct mtk_disp_mutex *mtk_disp_mutex_get(struct device *dev, unsigned int id) in mtk_disp_mutex_get() 358 struct device *dev = &pdev->dev; in mtk_ddp_probe() local
|
| H A D | mtk_disp_ovl.c | 328 static int mtk_disp_ovl_bind(struct device *dev, struct device *master, in mtk_disp_ovl_bind() 345 static void mtk_disp_ovl_unbind(struct device *dev, struct device *master, in mtk_disp_ovl_unbind() 361 struct device *dev = &pdev->dev; in mtk_disp_ovl_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | hiddev.c | 569 struct usb_device *dev = hid_to_usb_dev(hid); in hiddev_ioctl_string() local 640 struct usb_device *dev = hid_to_usb_dev(hid); in hiddev_ioctl() local 860 static char *hiddev_devnode(struct device *dev, umode_t *mode) in hiddev_devnode()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_q6v5_pas.c | 48 struct device *dev; member 302 static int adsp_pds_attach(struct device *dev, struct device **devs, in adsp_pds_attach() 342 struct device *dev = adsp->dev; in adsp_pds_detach() local
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | bt-bmc.c | 60 struct device dev; member 399 struct device *dev = &pdev->dev; in bt_bmc_config_irq() local 430 struct device *dev; in bt_bmc_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-ftpci100.c | 123 struct device *dev; member 380 struct device *dev = p->dev; in faraday_pci_parse_map_dma_ranges() local 422 struct device *dev = &pdev->dev; in faraday_pci_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_scaler.c | 60 struct device *dev; member 317 struct device *dev = scl->dev; in rk618_scaler_bridge_attach() local 355 struct device *dev = &pdev->dev; in rk618_scaler_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_xgmac.c | 382 struct device *dev = &pdata->pdev->dev; in xgene_enet_reset() local 436 struct device *dev = &pdata->pdev->dev; in xgene_enet_shutdown() local 462 struct device *dev = &pdata->pdev->dev; in xgene_enet_gpio_lookup() local
|