Searched refs:device_caps (Results 1 – 5 of 5) sorted by relevance
489 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()
2995 caps->device_caps = V4L2_CAP_VIDEO_CAPTURE in uvideo_querycap()2998 caps->capabilities = caps->device_caps | V4L2_CAP_DEVICE_CAPS; in uvideo_querycap()
435 uint16_t device_caps; in ixgbe_start_hw_generic() local470 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() argument3587 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps); in ixgbe_get_device_caps_generic()
235 uint16_t *device_caps);
3996 u_int32_t device_caps; member