Home
last modified time | relevance | path

Searched defs:device (Results 926 – 950 of 2052) sorted by relevance

1...<<31323334353637383940>>...83

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dfd.c22 static void *fd_init(char *str, int device, const struct chan_opts *opts) in fd_init()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dcommon.hpp92 namespace device namespace
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsproto.h382 dev_t device; member
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape.h125 struct tape_device *device; /* tape device of this request */ member
243 tape_do_io_free(struct tape_device *device, struct tape_request *request) in tape_do_io_free()
253 tape_do_io_async_free(struct tape_device *device, struct tape_request *request) in tape_do_io_async_free()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86pciBus.c261 xf86ParsePciBusString(const char *busID, int *bus, int *device, int *func) in xf86ParsePciBusString()
335 xf86ComparePciBusString(const char *busID, int bus, int device, int func) in xf86ComparePciBusString()
584 int bus, device, func; in xf86PciIsolateDevice() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dreada.c71 struct btrfs_device *device; member
780 struct btrfs_device *device; in reada_start_for_fsdevs() local
845 struct btrfs_device *device; in dump_devs() local
H A Ddev-replace.c243 struct btrfs_device *device; in btrfs_init_dev_replace_tgtdev() local
442 static char* btrfs_dev_name(struct btrfs_device *device) in btrfs_dev_name()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhw.c61 char *device; member
366 fbdevHWProbe(struct pci_device *pPci, char *device, char **namep) in fbdevHWProbe()
382 fbdevHWInit(ScrnInfoPtr pScrn, struct pci_device *pPci, char *device) in fbdevHWInit()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dmtd_dataflash.c585 static char *otp_setup(struct mtd_info *device, char revision) in otp_setup()
603 static char *otp_setup(struct mtd_info *device, char revision) in otp_setup()
619 struct mtd_info *device; in add_dataflash_otp() local
/OK3568_Linux_fs/kernel/sound/drivers/
H A Dserial-u16550.c765 static int snd_uart16550_dev_free(struct snd_device *device) in snd_uart16550_dev_free()
858 static int snd_uart16550_rmidi(struct snd_uart16550 *uart, int device, in snd_uart16550_rmidi()
1001 struct platform_device *device; in alsa_card_serial_init() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dwndwgv100.c133 struct nvkm_device *device = chan->disp->base.engine.subdev.device; in gv100_disp_wndw_intr() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dmemnv50.c42 struct nvkm_device *device = mmu->subdev.device; in nv50_mem_map() local
/OK3568_Linux_fs/u-boot/tools/gdb/
H A Dserial.c65 serialopen(char *device, speed_t speed) in serialopen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c1017 queueEventList(DeviceIntPtr device, InternalEvent *events, int nevents) in queueEventList()
1046 QueueKeyboardEvents(DeviceIntPtr device, int type, in QueueKeyboardEvents()
1285 QueuePointerEvents(DeviceIntPtr device, int type, in QueuePointerEvents()
1733 QueueProximityEvents(DeviceIntPtr device, int type, const ValuatorMask *mask) in QueueProximityEvents()
1841 QueueTouchEvents(DeviceIntPtr device, int type, in QueueTouchEvents()
/OK3568_Linux_fs/kernel/sound/core/
H A Dsgbuf.c54 void *snd_malloc_sgbuf_pages(struct device *device, in snd_malloc_sgbuf_pages()
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dsw_device.h31 struct iio_dev *device; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergv100.c42 struct nvkm_device *device = dmaobj->base.dma->engine.subdev.device; in gv100_dmaobj_bind() local
H A Duser.c75 struct nvkm_device *device = dma->engine.subdev.device; in nvkm_dmaobj_ctor() local
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dacpiphp_ibm.c78 struct acpi_device *device; member
423 struct acpi_device *device; in ibm_acpiphp_init() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_common.c263 unsigned int device = PCI_SLOT(devfn); in sun4v_read_pci_cfg() local
296 unsigned int device = PCI_SLOT(devfn); in sun4v_write_pci_cfg() local
/OK3568_Linux_fs/kernel/drivers/media/platform/davinci/
H A Ddm355_ccdc.c188 static int ccdc_open(struct device *device) in ccdc_open()
193 static int ccdc_close(struct device *device) in ccdc_close()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci.c289 unsigned int device, in pci_find_config()
342 unsigned short vendor, device, class; in pci_hose_scan_bus() local
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore.h139 static inline struct fw_device *fw_device_get(struct fw_device *device) in fw_device_get()
146 static inline void fw_device_put(struct fw_device *device) in fw_device_put()
/OK3568_Linux_fs/kernel/drivers/powercap/
H A Dpowercap_sys.c186 ssize_t (*show)(struct device *, in create_constraint_attribute()
188 ssize_t (*store)(struct device *, in create_constraint_attribute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c57 int device; member

1...<<31323334353637383940>>...83