Searched defs:driver (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/libva/test/vainfo/
H A Dvainfo.c90 const char *driver; local
116 driver = vaQueryVendorString(va_dpy);
117 printf("%s: Driver version: %s\n", name, driver ? driver : "<unknown>");
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h3 * Based on wlioctl.h (for Broadcom 802.11abg driver).
36 /* Linux network driver ioctl encoding */
44 uint driver; /* to identify target driver */ member in struct:dhd_ioctl
53 /* per-driver magic numbers */
/hardware/samsung_slsi/exynos5/include/
H A Dmedia.h27 char driver[16]; member in struct:media_device_info
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dmedia.h33 char driver[16]; member in struct:media_device_info
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c440 * Determine whether the DRM kernel driver has been loaded.
442 * \return 1 if the DRM driver is loaded, 0 otherwise.
445 * Determine the presence of the kernel driver by attempting to open the 0
522 * \param name driver name.
527 * This function opens the first minor number that matches the driver name and
554 * Open the first minor number that matches the driver name and isn't
583 char *driver, *pt, *devstring; local
592 for (driver = pt = buf; *pt && *pt != ' '; ++pt)
596 if (!strcmp(driver, name)) { /* Match */
621 * \param name driver nam
[all...]
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h766 unsigned char driver[16]; member in struct:snd_ctl_card_info
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h71 * Section for driver hardware dependent interface - /dev/snd/hw? *
113 unsigned int version; /* R: driver-specific version */
114 unsigned char id[32]; /* R: driver-specific ID string */
126 unsigned long driver_data; /* W: driver-specific data */
433 #define SNDRV_PCM_SYNC_PTR_APPL (1<<1) /* get appl_ptr from driver (r/w op) */
434 #define SNDRV_PCM_SYNC_PTR_AVAIL_MIN (1<<2) /* get avail_min from driver */
759 * Section for driver control interface - /dev/snd/control? *
769 unsigned char driver[16]; /* Driver name */ member in struct:snd_ctl_card_info
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h119 __u8 driver[16]; member in struct:v4l2_capability
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h87 V4L2_FIELD_ANY = 0, /* driver can choose from none,
222 * @driver: name of the driver module (e.g. "bttv")
231 __u8 driver[16]; member in struct:v4l2_capability
584 #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
658 * Contains data exchanged by application and driver using one of the Streaming
729 * @fd: file descriptor associated with DMABUF (set by driver)
848 * an application and a driver.
1322 /* IDs reserved for driver specific controls */
1535 /* Play format requirements (returned by the driver)
[all...]
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h108 V4L2_FIELD_ANY = 0, /* driver can choose from none,
242 * @driver: name of the driver module (e.g. "bttv")
251 __u8 driver[16]; member in struct:v4l2_capability
568 #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
640 * Contains data exchanged by application and driver using one of the Streaming
801 * an application and a driver.
1234 /* IDs reserved for driver specific controls */
1629 /* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
1670 /* MPEG-class control IDs specific to the Samsung MFC 5.1 driver a
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h132 __u8 driver[16]; member in struct:v4l2_capability
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h108 V4L2_FIELD_ANY = 0, /* driver can choose from none,
241 * @driver: name of the driver module (e.g. "bttv")
250 __u8 driver[16]; member in struct:v4l2_capability
592 #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
659 * Contains data exchanged by application and driver using one of the Streaming
830 * an application and a driver.
1234 /* IDs reserved for driver specific controls */
1635 /* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
1676 /* MPEG-class control IDs specific to the Samsung MFC 5.1 driver a
[all...]
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h132 __u8 driver[16]; member in struct:v4l2_capability
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h108 V4L2_FIELD_ANY = 0, /* driver can choose from none,
241 * @driver: name of the driver module (e.g. "bttv")
250 __u8 driver[16]; member in struct:v4l2_capability
592 #define V4L2_JPEG_MARKER_APP (1<<7) /* App segment, driver will
659 * Contains data exchanged by application and driver using one of the Streaming
840 * an application and a driver.
1244 /* IDs reserved for driver specific controls */
1646 /* MPEG-class control IDs specific to the CX2341x driver as defined by V4L2 */
1687 /* MPEG-class control IDs specific to the Samsung MFC 5.1 driver a
[all...]

Completed in 853 milliseconds