Searched refs:device (Results 451 - 475 of 13846) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/pcmcia/
H A Dpxa2xx_base.h3 void pxa2xx_configure_sockets(struct device *dev, struct pcmcia_low_level *ops);
H A Dmax1600.h23 struct device *dev;
27 int max1600_init(struct device *dev, struct max1600 **ptr,
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/
H A Dnfp_xpb.h22 #define NFP_XPB_DEVICE(island, slave, device) \
25 (((device) & 0x3f) << 16))
/linux-master/include/linux/
H A Dmdio-mux.h12 #include <linux/device.h>
16 * @dev The device owning the MDIO mux
17 * @mux_node The device node of the MDIO mux
23 int mdio_mux_init(struct device *dev,
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 Dirq_sim.h10 #include <linux/device.h>
21 struct irq_domain *devm_irq_domain_create_sim(struct device *dev,
/linux-master/include/linux/mfd/
H A Dwm8400.h21 int (*platform_init)(struct device *dev);
24 int wm8400_register_regulator(struct device *dev, int reg,
H A Dbcm590xx.h12 #include <linux/device.h>
21 struct device *dev;
/linux-master/drivers/media/i2c/
H A Daptina-pll.h37 struct device;
39 int aptina_pll_calculate(struct device *dev,
/linux-master/sound/soc/codecs/
H A Dadav80x.h13 struct device;
16 int adav80x_bus_probe(struct device *dev, struct regmap *regmap);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_gdp.h17 struct device;
20 struct device *dev, int desc,
H A Dsti_vid.h13 * @dev: driver device
18 struct device *dev;
26 struct sti_vid *sti_vid_create(struct device *dev, struct drm_device *drm_dev,
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0000.h8 __u64 device; member in struct:nvif_client_v0
18 __u64 device[]; member in struct:nvif_client_devlist_v0
/linux-master/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,
/linux-master/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) { }
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.c6 #include <linux/device.h>
24 void *wil_platform_init(struct device *dev, struct wil_platform_ops *ops,
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr)
9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr)
/linux-master/arch/powerpc/include/asm/
H A Ddma-direct.h5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr)
10 static inline phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv1a.c38 nv1a_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
41 return nv04_devinit_new_(&nv1a_devinit, device, type, inst, pinit);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf119.c37 gf119_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
40 return nvkm_i2c_new_(&gf119_i2c, device, type, inst, pi2c);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgk104.c38 gk104_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
41 return nvkm_mmu_new_(&gk104_mmu, device, type, inst, pmmu);
H A Dgk20a.c38 gk20a_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
41 return nvkm_mmu_new_(&gk20a_mmu, device, type, inst, pmmu);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/vp/
H A Dg84.c39 g84_vp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
42 return nvkm_xtensa_new_(&g84_vp, device, type, inst, true, 0x00f000, pengine);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgk20a.c37 gk20a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) argument
39 return gf100_fb_new_(&gk20a_fb, device, type, inst, pfb);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dgp100.c41 gp100_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
44 return nvkm_pci_new_(&gp100_pci_func, device, type, inst, ppci);

Completed in 202 milliseconds

<<11121314151617181920>>