Home
last modified time | relevance | path

Searched refs:device_caps (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/usb/
H A Dutvfu.c489 cap->device_caps = V4L2_CAP_VIDEO_CAPTURE; in utvfu_querycap()
490 cap->device_caps |= V4L2_CAP_READWRITE | V4L2_CAP_STREAMING; in utvfu_querycap()
491 cap->capabilities = cap->device_caps | V4L2_CAP_DEVICE_CAPS; in utvfu_querycap()
H A Duvideo.c2995 caps->device_caps = V4L2_CAP_VIDEO_CAPTURE in uvideo_querycap()
2998 caps->capabilities = caps->device_caps | V4L2_CAP_DEVICE_CAPS; in uvideo_querycap()
/openbsd/sys/dev/pci/
H A Dixgbe.c435 uint16_t device_caps; in ixgbe_start_hw_generic() local
470 hw->mac.ops.get_device_caps(hw, &device_caps); in ixgbe_start_hw_generic()
471 if (device_caps & IXGBE_DEVICE_CAPS_NO_CROSSTALK_WR) in ixgbe_start_hw_generic()
3583 int32_t ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, uint16_t *device_caps) in ixgbe_get_device_caps_generic() argument
3587 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps); in ixgbe_get_device_caps_generic()
H A Dixgbe.h235 uint16_t *device_caps);
/openbsd/sys/sys/
H A Dvideoio.h3996 u_int32_t device_caps; member