Home
last modified time | relevance | path

Searched refs:device (Results 4951 - 4975 of 25400) sorted by relevance

1...<<191192193194195196197198199200>>...1016

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmcp77.c38 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 Dgk104.c38 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 Dgk20a.c38 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 Dbcdc.h11 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 Dcfg.h5 struct device;
10 struct wireless_dev *lbs_cfg_alloc(struct device *dev);
/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-dma-contig.h27 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 Dcamera-mx3.h11 #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 Dxusb.h10 struct device;
12 struct tegra_xusb_padctl *tegra_xusb_padctl_get(struct device *dev);
/kernel/linux/linux-5.10/include/linux/
H A Dsys_soc.h9 #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 Dsound.h11 struct device;
13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev);
H A Dpm-trace.h22 struct device;
23 extern void set_trace_device(struct device *);
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dvideo-mx3fb.h10 #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 Dadav80x.h13 struct device;
16 int adav80x_bus_probe(struct device *dev, struct regmap *regmap);
H A Dadau7118.h6 struct device;
22 int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode);
/kernel/linux/linux-5.10/include/sound/
H A Dl3.h23 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 Dpage-coherent.h8 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 Dib_marshall.h14 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 Dgp100.c43 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 Dgt215.c47 gt215_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt215_gr_new() argument
49 return nv50_gr_new_(&gt215_gr, device, index, pgr); in gt215_gr_new()
H A Dgt200.c46 gt200_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gt200_gr_new() argument
48 return nv50_gr_new_(&gt200_gr, device, index, pgr); in gt200_gr_new()
H A Dmcp89.c47 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 Dmcp79.c45 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 Dnv49.c42 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 Dnv47.c42 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 Dgk20a.c35 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()

Completed in 11 milliseconds

1...<<191192193194195196197198199200>>...1016