/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | mcp77.c | 38 mcp77_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in mcp77_mmu_new() argument 40 return nvkm_mmu_new_(&mcp77_mmu, device, index, pmmu); in mcp77_mmu_new()
|
H A D | gk104.c | 38 gk104_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gk104_mmu_new() argument 40 return nvkm_mmu_new_(&gk104_mmu, device, index, pmmu); in gk104_mmu_new()
|
H A D | gk20a.c | 38 gk20a_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in gk20a_mmu_new() argument 40 return nvkm_mmu_new_(&gk20a_mmu, device, index, pmmu); in gk20a_mmu_new()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | bcdc.h | 11 void brcmf_proto_bcdc_txflowblock(struct device *dev, bool state); 12 void brcmf_proto_bcdc_txcomplete(struct device *dev, struct sk_buff *txp,
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.h | 5 struct device; 10 struct wireless_dev *lbs_cfg_alloc(struct device *dev);
|
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-dma-contig.h | 27 int vb2_dma_contig_set_max_seg_size(struct device *dev, unsigned int size); 28 static inline void vb2_dma_contig_clear_max_seg_size(struct device *dev) { } in vb2_dma_contig_clear_max_seg_size()
|
/kernel/linux/linux-5.10/include/linux/platform_data/media/ |
H A D | camera-mx3.h | 11 #include <linux/device.h> 33 * @dma_dev: IPU DMA device to match against in channel allocation 38 struct device *dma_dev;
|
/kernel/linux/linux-5.10/include/linux/phy/tegra/ |
H A D | xusb.h | 10 struct device; 12 struct tegra_xusb_padctl *tegra_xusb_padctl_get(struct device *dev);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sys_soc.h | 9 #include <linux/device.h> 22 * soc_device_register - register SoC as a device 29 * soc_device_unregister - unregister SoC device 30 * @dev: SoC device to be unregistered 35 * soc_device_to_device - helper function to fetch struct device 36 * @soc: Previously registered SoC device container 38 struct device *soc_device_to_device(struct soc_device *soc);
|
H A D | sound.h | 11 struct device; 13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
|
H A D | pm-trace.h | 22 struct device; 23 extern void set_trace_device(struct device *);
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | video-mx3fb.h | 10 #include <linux/device.h> 39 * @dma_dev: pointer to the dma-device, used for dma-slave connection 43 struct device *dma_dev;
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | adav80x.h | 13 struct device; 16 int adav80x_bus_probe(struct device *dev, struct regmap *regmap);
|
H A D | adau7118.h | 6 struct device; 22 int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode);
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | l3.h | 23 struct device; 26 int l3_set_gpio_ops(struct device *dev, struct l3_pins *adap);
|
/kernel/linux/linux-5.10/include/xen/arm/ |
H A D | page-coherent.h | 8 static inline void *xen_alloc_coherent_pages(struct device *hwdev, size_t size, in xen_alloc_coherent_pages() 14 static inline void xen_free_coherent_pages(struct device *hwdev, size_t size, in xen_free_coherent_pages()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_marshall.h | 14 void ib_copy_qp_attr_to_user(struct ib_device *device, 18 void ib_copy_ah_attr_to_user(struct ib_device *device,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gp100.c | 43 gp100_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gp100_disp_new() argument 45 return nv50_disp_new_(&gp100_disp, device, index, pdisp); in gp100_disp_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gt215.c | 47 gt215_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt215_gr_new() argument 49 return nv50_gr_new_(>215_gr, device, index, pgr); in gt215_gr_new()
|
H A D | gt200.c | 46 gt200_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt200_gr_new() argument 48 return nv50_gr_new_(>200_gr, device, index, pgr); in gt200_gr_new()
|
H A D | mcp89.c | 47 mcp89_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in mcp89_gr_new() argument 49 return nv50_gr_new_(&mcp89_gr, device, index, pgr); in mcp89_gr_new()
|
H A D | mcp79.c | 45 mcp79_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in mcp79_gr_new() argument 47 return nv50_gr_new_(&mcp79_gr, device, index, pgr); in mcp79_gr_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv49.c | 42 nv49_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv49_fb_new() argument 44 return nvkm_fb_new_(&nv49_fb, device, index, pfb); in nv49_fb_new()
|
H A D | nv47.c | 42 nv47_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv47_fb_new() argument 44 return nvkm_fb_new_(&nv47_fb, device, index, pfb); in nv47_fb_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gk20a.c | 35 gk20a_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gk20a_bar_new() argument 37 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar); in gk20a_bar_new()
|