HomeSort by relevance Sort by last modified time
    Searched refs:bus_info (Results 1 - 25 of 41) sorted by null

1 2

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_QUERYCAP.c 72 ".bus_info = \"%s\", "
78 cap.bus_info,
96 /* cap.bus_info is allowed to be an empty string ("") if no
100 ((char *)cap.bus_info, sizeof(cap.bus_info)));
110 /* Check if the unused bytes of the driver, card and bus_info
119 strncpy((char *)cap2.bus_info, (char *)cap.bus_info,
120 sizeof(cap2.bus_info));
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc 142 if (cap.bus_info[0] != 0) // may not available in all drivers
145 if (deviceUniqueIdUTF8Length >= strlen((const char*) cap.bus_info))
148 memcpy(deviceUniqueIdUTF8, cap.bus_info,
149 strlen((const char*) cap.bus_info));
191 if (cap.bus_info[0] != 0)
193 if (strncmp((const char*) cap.bus_info,
video_capture_linux.cc 87 if (cap.bus_info[0] != 0)
89 if (strncmp((const char*) cap.bus_info,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
media.h 36 char bus_info[32]; member in struct:media_device_info
ethtool.h 67 char bus_info[ETHTOOL_BUSINFO_LEN]; /* Bus info for this IF. */ member in struct:ethtool_drvinfo
    [all...]
videodev2.h 238 __u8 bus_info[32]; /* "PCI:" + pci_name(pci_dev) */ member in struct:v4l2_capability
    [all...]
  /external/autotest/client/profilers/powertop/src/
wireless.c 267 sprintf(rfkill_path,"/sys/bus/pci/devices/%s/rfkill/rfkill0/state", driver.bus_info);
268 sprintf(powersave_path,"/sys/bus/pci/devices/%s/power_level", driver.bus_info);
  /bionic/libc/kernel/uapi/linux/
media.h 29 char bus_info[32]; member in struct:media_device_info
ethtool.h 54 char bus_info[ETHTOOL_BUSINFO_LEN]; member in struct:ethtool_drvinfo
videodev2.h 148 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /external/kernel-headers/original/uapi/linux/
media.h 38 char bus_info[32]; member in struct:media_device_info
ethtool.h 159 * @bus_info: Device bus address. This should match the dev_name()
178 * @bus_info in their get_drvinfo() implementation. The ethtool
186 char bus_info[ETHTOOL_BUSINFO_LEN]; member in struct:ethtool_drvinfo
    [all...]
videodev2.h 410 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
419 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera_hal.cpp 95 bus = reinterpret_cast<char*>(cap.bus_info);
  /external/v4l2_codec2/vda/
videodev2.h 402 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
411 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/
videodev2.h 122 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 227 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
236 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
videodev2.h 127 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h 233 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
242 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
videodev2.h 172 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
videodev2.h 394 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
403 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
videodev2.h 106 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
videodev2.h 233 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
242 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
videodev2.h 121 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 224 * @bus_info: name of the bus (e.g. "PCI:" + pci_name(pci_dev) )
233 __u8 bus_info[32]; member in struct:v4l2_capability
    [all...]

Completed in 1139 milliseconds

1 2