Searched refs:device (Results 1 - 25 of 488) sorted by last modified time

1234567891011>>

/include/uapi/linux/
H A Dblktrace_api.h106 __u32 device; /* device number */ member in struct:blk_io_trace
H A Dedd.h115 __u8 device; member in struct:edd_device_params::__anon1754::__anon1755
122 __u8 device; member in struct:edd_device_params::__anon1754::__anon1756
157 __u8 device; member in struct:edd_device_params::__anon1754::__anon1763
173 __u8 device; member in struct:edd_info
H A Dfd.h73 unsigned int device,head,track; member in struct:format_descr
H A Dmedia.h2 * Multimedia device API
88 __u32 device; member in struct:media_entity_desc::__anon1948::__anon1951
93 /* Sub-device specifications */
H A Dnetrom.h27 char device[16]; member in struct:nr_route_struct
H A Drose.h69 char device[16]; member in struct:rose_route_struct
H A Dsoundcard.h445 * of the associated synthesizer device. There is no limit to the size
450 * When a SEQ_FULLSIZE message is written to the device, it must
456 * Set the key field of the structure to FM_PATCH. The device field is used to
457 * route the patch to the corresponding device.
475 short device; /* Synth# (0-4) */ member in struct:sbi_instrument
482 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:synth_info
504 #define SYNTH_CAP_INPUT 0x00000004 /* Input (MIDI) device */
517 int device; /* 0-N. INITIALIZE BEFORE CALLING */ member in struct:midi_info
704 int offs; /* If required by the device (0 if not used) */
809 #define SOUND_MIXER_DEVMASK 0xfe /* Arg contains a bit for each supported device */
[all...]
H A Dtelephony.h64 * device installed in your system. The PHONECTL_CAPABILITIES ioctl
66 * device has. The PHONECTL_CAPABILITIES_LIST will fill an array of
69 * a TRUE if the device has that capability, otherwise it returns false.
74 device, enumerator in enum:__anon2232
H A Dx25.h74 char device[200-sizeof(unsigned long)]; member in struct:x25_subscrip_struct
96 char device[200]; member in struct:x25_route_struct
/include/uapi/sound/
H A Dasound.h96 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */
97 SNDRV_HWDEP_IFACE_FW_FIREWORKS, /* Echo Audio Fireworks based device */
98 SNDRV_HWDEP_IFACE_FW_BEBOB, /* BridgeCo BeBoB based device */
105 unsigned int device; /* WR: device number */ member in struct:snd_hwdep_info
148 SNDRV_PCM_CLASS_GENERIC = 0, /* standard mono or stereo device */
149 SNDRV_PCM_CLASS_MULTI, /* multichannel device */
297 unsigned int device; /* RO/WR (control): device number */ member in struct:snd_pcm_info
302 unsigned char name[80]; /* name of this device */
576 unsigned int device; /* RO/WR (control): device number */ member in struct:snd_rawmidi_info
649 int device; member in struct:snd_timer_id
834 unsigned int device; /* device/client number */ member in struct:snd_ctl_elem_id
[all...]
/include/video/
H A Dadf.h18 #include <linux/device.h>
78 * display device
93 * @mappings: in-device mapping state for each buffer
139 * @open: handle opening the object's device node
183 struct device dev;
196 * struct adf_device_quirks - common display device quirks
211 * struct adf_device_ops - display device implementation ops
213 * @owner: device's module
215 * @quirks: device's quirks (see &struct adf_device_quirks)
257 /* required if any of the device'
[all...]
H A Dexynos_mipi_dsim.h18 #include <linux/device.h>
198 * @dev: driver model representation of the device.
199 * @id: unique device id.
207 * @dsim_lcd_dev: pointer to activated ddi device.
222 struct device *dev;
296 * device structure for mipi-dsi based lcd panel.
298 * @name: name of the device to use with this device, or an
300 * @dev: driver model representation of the device.
301 * @id: id of device t
[all...]
H A Dmmp_disp.h190 struct device *dev;
227 struct device *dev;
309 struct device *dev;
H A Domapdss.h23 #include <linux/device.h>
334 int (*set_min_bus_tput)(struct device *dev, unsigned long r);
711 struct device *dev;
761 /* used to match device to driver */
H A Dpxa168fb.h66 struct device *dev;
H A Dsh_mobile_hdmi.h15 struct device;
H A Dtgafb.h2 * linux/drivers/video/tgafb.h -- DEC 21030 TGA frame buffer device
199 /* PCI/TC device. */
200 struct device *dev;
H A Dudlfb.h37 struct device *gdev; /* &udev->dev */
43 bool virtualized; /* true when physical usb device not present */
H A Dw100fb.h22 unsigned long w100fb_get_hsynclen(struct device *dev);
/include/xen/
H A Dballoon.h35 struct device;
37 extern int register_xen_selfballooning(struct device *dev);
39 static inline int register_xen_selfballooning(struct device *dev)
H A Dswiotlb-xen.h10 *xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size,
15 xen_swiotlb_free_coherent(struct device *hwdev, size_t size,
19 extern dma_addr_t xen_swiotlb_map_page(struct device *dev, struct page *page,
24 extern void xen_swiotlb_unmap_page(struct device *hwdev, dma_addr_t dev_addr,
28 xen_swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl,
33 xen_swiotlb_unmap_sg_attrs(struct device *hwdev, struct scatterlist *sgl,
38 xen_swiotlb_sync_single_for_cpu(struct device *hwdev, dma_addr_t dev_addr,
42 xen_swiotlb_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg,
46 xen_swiotlb_sync_single_for_device(struct device *hwdev, dma_addr_t dev_addr,
50 xen_swiotlb_sync_sg_for_device(struct device *hwde
[all...]
H A Dxenbus.h37 #include <linux/device.h>
63 /* A xenbus device. */
70 struct device dev;
76 static inline struct xenbus_device *to_xenbus_device(struct device *dev)
83 /* .../device/<device_type>/<identifier> */
84 char devicetype[32]; /* General class of device. */
/include/xen/interface/
H A Dplatform.h226 uint8_t device; /* %dl: bios device number */ member in struct:xenpf_firmware_info::__anon2426::__anon2427
238 uint8_t device; /* bios device number */ member in struct:xenpf_firmware_info::__anon2426::__anon2428
/include/acpi/
H A Dacpi_bus.h29 #include <linux/device.h>
138 void (*bind)(struct device *phys_dev);
139 void (*unbind)(struct device *phys_dev);
160 typedef int (*acpi_op_add) (struct acpi_device * device);
161 typedef int (*acpi_op_remove) (struct acpi_device * device);
162 typedef void (*acpi_op_notify) (struct acpi_device * device, u32 event);
170 #define ACPI_DRIVER_ALL_NOTIFY_EVENTS 0x1 /* system AND device events */
253 const char *acpi_device_hid(struct acpi_device *device);
319 struct device *dev;
336 struct device *de
494 struct acpi_device * device; member in struct:acpi_pci_root
[all...]
H A Dacpixf.h577 acpi_install_notify_handler(acpi_handle device,
583 acpi_remove_notify_handler(acpi_handle device,
589 device,
599 device,
719 acpi_get_vendor_resource(acpi_handle device,
726 acpi_get_current_resources(acpi_handle device,
731 acpi_get_possible_resources(acpi_handle device,
746 acpi_walk_resources(acpi_handle device, char *name,
750 acpi_set_current_resources(acpi_handle device,
754 acpi_get_irq_routing_table(acpi_handle device,
[all...]

Completed in 260 milliseconds

1234567891011>>