Searched refs:device (Results 51 - 75 of 13734) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/accel/
H A Dkxsd9.h2 #include <linux/device.h>
8 int kxsd9_common_probe(struct device *dev,
11 void kxsd9_common_remove(struct device *dev);
/linux-master/drivers/ufs/core/
H A Dufs-sysfs.h10 struct device;
12 void ufs_sysfs_add_nodes(struct device *dev);
13 void ufs_sysfs_remove_nodes(struct device *dev);
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Duser.c23 #include <nvif/device.h>
28 nvif_user_dtor(struct nvif_device *device) argument
30 if (device->user.func) {
31 nvif_object_dtor(&device->user.object);
32 device->user.func = NULL;
37 nvif_user_ctor(struct nvif_device *device, const char *name) argument
51 if (device->user.func)
54 cid = nvif_mclass(&device->object, users);
58 ret = nvif_object_ctor(&device->object, name ? name : "nvifUsermode",
60 &device
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dg98.c32 struct nvkm_device *device = init->subdev.device; local
33 u32 r001540 = nvkm_rd32(device, 0x001540);
34 u32 r00154c = nvkm_rd32(device, 0x00154c);
37 nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0);
38 nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
39 nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0);
43 nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
45 nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
47 nvkm_subdev_disable(device, NVKM_ENGINE_SE
60 g98_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) argument
[all...]
H A Dmcp89.c32 struct nvkm_device *device = init->subdev.device; local
33 u32 r001540 = nvkm_rd32(device, 0x001540);
34 u32 r00154c = nvkm_rd32(device, 0x00154c);
37 nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0);
38 nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0);
42 nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0);
44 nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0);
46 nvkm_subdev_disable(device, NVKM_ENGINE_VIC, 0);
48 nvkm_subdev_disable(device, NVKM_ENGINE_C
61 mcp89_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) argument
[all...]
/linux-master/drivers/clk/samsung/
H A Dclk-exynos-arm64.h17 void exynos_arm64_register_cmu(struct device *dev,
20 int exynos_arm64_cmu_suspend(struct device *dev);
21 int exynos_arm64_cmu_resume(struct device *dev);
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_firmware.h23 #include <linux/device.h>
34 struct device;
51 ia_css_load_firmware(struct device *dev, const struct ia_css_env *env,
/linux-master/include/linux/iio/
H A Dbuffer-dmaengine.h11 struct device;
13 struct iio_buffer *iio_dmaengine_buffer_alloc(struct device *dev,
16 int devm_iio_dmaengine_buffer_setup(struct device *dev,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
H A Dg98.c31 struct nvkm_device *device = mspdec->engine.subdev.device; local
32 nvkm_wr32(device, 0x085010, 0x0000ffd2);
33 nvkm_wr32(device, 0x08501c, 0x0000fff2);
46 g98_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_mspdec_new_(&g98_mspdec, device, type, inst, pengine);
H A Dgf100.c31 struct nvkm_device *device = mspdec->engine.subdev.device; local
32 nvkm_wr32(device, 0x085010, 0x0000fff2);
33 nvkm_wr32(device, 0x08501c, 0x0000fff2);
46 gf100_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_mspdec_new_(&gf100_mspdec, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
H A Dg98.c31 struct nvkm_device *device = msppp->engine.subdev.device; local
32 nvkm_wr32(device, 0x086010, 0x0000ffd2);
33 nvkm_wr32(device, 0x08601c, 0x0000fff2);
46 g98_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msppp_new_(&g98_msppp, device, type, inst, pengine);
H A Dgf100.c31 struct nvkm_device *device = msppp->engine.subdev.device; local
32 nvkm_wr32(device, 0x086010, 0x0000fff2);
33 nvkm_wr32(device, 0x08601c, 0x0000fff2);
46 gf100_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msppp_new_(&gf100_msppp, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dg98.c31 struct nvkm_device *device = msvld->engine.subdev.device; local
32 nvkm_wr32(device, 0x084010, 0x0000ffd2);
33 nvkm_wr32(device, 0x08401c, 0x0000fff2);
46 g98_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msvld_new_(&g98_msvld, device, type, inst, pengine);
H A Dgf100.c31 struct nvkm_device *device = msvld->engine.subdev.device; local
32 nvkm_wr32(device, 0x084010, 0x0000fff2);
33 nvkm_wr32(device, 0x08401c, 0x0000fff2);
46 gf100_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
49 return nvkm_msvld_new_(&gf100_msvld, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dgm107.c31 struct nvkm_device *device = fuse->subdev.device; local
32 return nvkm_rd32(device, 0x021100 + addr);
41 gm107_fuse_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
44 if (nvkm_gsp_rm(device->gsp))
47 return nvkm_fuse_new_(&gm107_fuse, device, type, inst, pfuse);
/linux-master/include/linux/
H A Dpm_runtime.h11 #include <linux/device.h>
67 extern int pm_generic_runtime_suspend(struct device *dev);
68 extern int pm_generic_runtime_resume(struct device *dev);
69 extern int pm_runtime_force_suspend(struct device *dev);
70 extern int pm_runtime_force_resume(struct device *dev);
72 extern int __pm_runtime_idle(struct device *dev, int rpmflags);
73 extern int __pm_runtime_suspend(struct device *dev, int rpmflags);
74 extern int __pm_runtime_resume(struct device *dev, int rpmflags);
75 extern int pm_runtime_get_if_active(struct device *dev);
76 extern int pm_runtime_get_if_in_use(struct device *de
[all...]
H A Dvexpress.h10 #include <linux/device.h>
15 struct regmap *devm_regmap_init_vexpress_config(struct device *dev);
/linux-master/drivers/iio/gyro/
H A Dbmg160.h7 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
9 void bmg160_core_remove(struct device *dev);
/linux-master/arch/s390/include/asm/
H A Dpnet.h11 #include <linux/device.h>
14 int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
/linux-master/include/linux/platform_data/
H A Dtda9950.h4 struct device;
7 struct device *parent;
H A Domap1_bl.h5 #include <linux/device.h>
9 int (*set_power)(struct device *dev, int state);
/linux-master/sound/soc/sunxi/
H A Dsun8i-adda-pr-regmap.h6 struct regmap *sun8i_adda_pr_regmap_init(struct device *dev,
/linux-master/sound/soc/samsung/
H A Ddma.h15 int samsung_asoc_dma_platform_register(struct device *dev, dma_filter_fn filter,
17 struct device *dma_dev);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_cursor.h11 struct device;
14 struct device *dev, int desc,
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_pm.h13 int rtl92e_suspend(struct device *dev_d);
14 int rtl92e_resume(struct device *dev_d);

Completed in 203 milliseconds

1234567891011>>