Searched refs:device (Results 251 - 275 of 13734) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dptp_mock.h11 struct device;
16 struct mock_phc *mock_phc_create(struct device *dev);
22 static inline struct mock_phc *mock_phc_create(struct device *dev)
H A Dblk-pm.h6 struct device;
13 extern void blk_pm_runtime_init(struct request_queue *q, struct device *dev);
20 struct device *dev) {}
H A Dgpio_keys.h7 struct device;
44 * describing buttons attached to the device
48 * @enable: platform hook for enabling the device
49 * @disable: platform hook for disabling the device
50 * @name: input device name
57 int (*enable)(struct device *dev);
58 void (*disable)(struct device *dev);
H A Dcontainer.h12 #include <linux/device.h>
18 struct device dev;
22 static inline struct container_dev *to_container_dev(struct device *dev)
H A Dpm_wakeup.h27 * @wakeirq: Optional device specific wakeirq
39 * @dev: Struct device for sysfs statistics about the wakeup source.
61 struct device *dev;
77 static inline bool device_can_wakeup(struct device *dev)
82 static inline bool device_may_wakeup(struct device *dev)
87 static inline bool device_wakeup_path(struct device *dev)
92 static inline void device_set_wakeup_path(struct device *dev)
102 extern struct wakeup_source *wakeup_source_register(struct device *dev,
109 extern int device_wakeup_enable(struct device *dev);
110 extern int device_wakeup_disable(struct device *de
[all...]
/linux-master/include/drm/
H A Ddrm_sysfs.h6 struct device;
10 int drm_class_device_register(struct device *dev);
11 void drm_class_device_unregister(struct device *dev);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc_message.h11 struct device;
31 intel_hdcp_gsc_initiate_session(struct device *dev, struct hdcp_port_data *data,
34 intel_hdcp_gsc_verify_receiver_cert_prepare_km(struct device *dev,
42 intel_hdcp_gsc_verify_hprime(struct device *dev, struct hdcp_port_data *data,
45 intel_hdcp_gsc_store_pairing_info(struct device *dev, struct hdcp_port_data *data,
48 intel_hdcp_gsc_initiate_locality_check(struct device *dev,
52 intel_hdcp_gsc_verify_lprime(struct device *dev, struct hdcp_port_data *data,
54 int intel_hdcp_gsc_get_session_key(struct device *dev,
58 intel_hdcp_gsc_repeater_check_flow_prepare_ack(struct device *dev,
64 int intel_hdcp_gsc_verify_mprime(struct device *de
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dga100.c37 ga100_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_nvdec_new(&ga100_nvdec, device, type, inst, pnvdec);
H A Dad102.c37 ad102_nvdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_nvdec_new(&ad102_nvdec, device, type, inst, pnvdec);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/
H A Dga102.c37 ga102_nvenc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_nvenc_new(&ga102_nvenc, device, type, inst, pnvenc);
H A Dad102.c37 ad102_nvenc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_nvenc_new(&ad102_nvenc, device, type, inst, pnvenc);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvjpg/
H A Dad102.c37 ad102_nvjpg_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_nvjpg_new(&ad102_nvjpg, device, type, inst, pengine);
H A Dga100.c37 ga100_nvjpg_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_nvjpg_new(&ga100_nvjpg, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ofa/
H A Dad102.c37 ad102_ofa_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_ofa_new(&ad102_ofa, device, type, inst, pengine);
H A Dga100.c37 ga100_ofa_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_ofa_new(&ga100_ofa, device, type, inst, pengine);
H A Dga102.c37 ga102_ofa_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 if (nvkm_gsp_rm(device->gsp))
41 return r535_ofa_new(&ga102_ofa, device, type, inst, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgm200.c34 gm200_privring_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
37 if (nvkm_gsp_rm(device->gsp))
40 return nvkm_subdev_new_(&gm200_privring, device, type, inst, pprivring);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dad102.c40 ad102_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) argument
42 if (nvkm_gsp_rm(device->gsp))
43 return r535_gr_new(&ad102_gr, device, type, inst, pgr);
H A Dnv44.c34 struct nvkm_device *device = gr->base.engine.subdev.device; local
35 struct nvkm_fifo *fifo = device->fifo;
41 switch (device->chipset) {
44 nvkm_wr32(device, NV20_PGRAPH_TSIZE(i), tile->pitch);
45 nvkm_wr32(device, NV20_PGRAPH_TLIMIT(i), tile->limit);
46 nvkm_wr32(device, NV20_PGRAPH_TILE(i), tile->addr);
53 nvkm_wr32(device, NV47_PGRAPH_TSIZE(i), tile->pitch);
54 nvkm_wr32(device, NV47_PGRAPH_TLIMIT(i), tile->limit);
55 nvkm_wr32(device, NV47_PGRAPH_TIL
105 nv44_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dlpass-macro-common.h22 struct device *macro_pd;
23 struct device *dcodec_pd;
26 struct lpass_macro *lpass_macro_pds_init(struct device *dev);
/linux-master/drivers/firewire/
H A Dcore-device.c11 #include <linux/device.h>
192 static const struct ieee1394_device_id *unit_match(struct device *dev,
208 static bool is_fw_unit(const struct device *dev);
210 static int fw_unit_match(struct device *dev, struct device_driver *drv)
216 static int fw_unit_probe(struct device *dev)
224 static void fw_unit_remove(struct device *dev)
243 static int fw_unit_uevent(const struct device *dev, struct kobj_uevent_env *env)
264 int fw_device_enable_phys_dma(struct fw_device *device) argument
266 int generation = device->generation;
268 /* device
451 struct fw_device *device = fw_device(dev->parent); local
466 struct fw_device *device = fw_device(dev); local
480 struct fw_device *device = fw_device(dev); local
493 struct fw_device *device = fw_device(dev); local
523 struct fw_device *device = fw_device(dev); local
552 read_rom(struct fw_device *device, int generation, int index, u32 *data) argument
584 read_config_rom(struct fw_device *device, int generation) argument
766 create_units(struct fw_device *device) argument
807 shutdown_unit(struct device *device, void *data) argument
827 struct fw_device *device; local
841 fw_schedule_device_work(struct fw_device *device, unsigned long delay) argument
865 struct fw_device *device = local
894 struct fw_device *device = fw_device(dev); local
938 struct fw_device *device = local
1000 set_broadcast_channel(struct fw_device *device, int generation) argument
1060 struct fw_device *device = local
1178 reread_config_rom(struct fw_device *device, int generation, bool *changed) argument
1205 struct fw_device *device = local
1272 struct fw_device *device = container_of(to_delayed_work(work), local
1279 struct fw_device *device; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowramin.c33 struct nvkm_device *device = bios->subdev.device; local
37 *(u32 *)&bios->data[i] = nvkm_rd32(device, 0x700000 + i);
48 struct nvkm_device *device = priv->bios->subdev.device; local
49 nvkm_wr32(device, 0x001700, priv->bar0);
58 struct nvkm_device *device = subdev->device; local
63 if (device->card_type < NV_50)
67 if (device
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgf100.c35 struct nvkm_device *device = subdev->device; local
40 ret = nvbios_pll_parse(device->bios, type, &info);
53 nvkm_mask(device, info.reg + 0x0c, 0x00000000, 0x00000100);
54 nvkm_wr32(device, info.reg + 0x04, (P << 16) | (N << 8) | M);
55 nvkm_wr32(device, info.reg + 0x10, fN << 16);
69 struct nvkm_device *device = init->subdev.device; local
70 u32 r022500 = nvkm_rd32(device, 0x022500);
73 nvkm_subdev_disable(device, NVKM_ENGINE_DIS
95 struct nvkm_device *device = subdev->device; local
114 gf100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) argument
[all...]
H A Dnv04.c39 struct nvkm_device *device = subdev->device; local
45 fb = fbmem_init(device);
52 nvkm_wrvgas(device, 0, 1, nvkm_rdvgas(device, 0, 1) | 0x20);
53 nvkm_mask(device, NV04_PFB_DEBUG_0, 0, NV04_PFB_DEBUG_0_REFRESH_OFF);
55 nvkm_mask(device, NV04_PFB_BOOT_0, ~0,
66 nvkm_mask(device, NV04_PFB_BOOT_0,
69 nvkm_mask(device, NV04_PFB_DEBUG_0,
76 nvkm_mask(device, NV04_PFB_BOOT_
146 struct nvkm_device *device = init->subdev.device; local
201 struct nvkm_device *device = init->subdev.device; local
286 struct nvkm_device *device = init->subdev.device; local
404 struct nvkm_device *device = subdev->device; local
437 nv04_devinit_new_(const struct nvkm_devinit_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) argument
461 nv04_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_devinit **pinit) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbusgf119.c36 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; local
37 nvkm_mask(device, bus->addr, 0x00000001, state ? 0x00000001 : 0);
44 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; local
45 nvkm_mask(device, bus->addr, 0x00000002, state ? 0x00000002 : 0);
52 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; local
53 return !!(nvkm_rd32(device, bus->addr) & 0x00000010);
60 struct nvkm_device *device local
68 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; local
[all...]

Completed in 200 milliseconds

<<11121314151617181920>>