Home
last modified time | relevance | path

Searched defs:eps (Results 26 - 50 of 106) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddriver.c432 struct usb_host_endpoint *ep, **eps = NULL; in usb_unbind_interface() local
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dvhci_hcd.c1327 vhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) vhci_alloc_streams() argument
1336 vhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) vhci_free_streams() argument
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddriver.c432 struct usb_host_endpoint *ep, **eps = NULL; in usb_unbind_interface() local
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvhci_hcd.c1296 vhci_alloc_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, unsigned int num_streams, gfp_t mem_flags) vhci_alloc_streams() argument
1305 vhci_free_streams(struct usb_hcd *hcd, struct usb_device *udev, struct usb_host_endpoint **eps, unsigned int num_eps, gfp_t mem_flags) vhci_free_streams() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dusbdevice_fs.h101 unsigned char eps[0]; member
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c334 int float_near_abs_eps(float a, float b, float eps) in float_near_abs_eps() argument
345 int float_near_abs_eps_array(const float *a, const float *b, float eps, in float_near_abs_eps_array() argument
357 int float_near_abs_eps_ulp(float a, float b, float eps, unsigned max_ulp) in float_near_abs_eps_ulp() argument
362 int float_near_abs_eps_array_ulp(const float *a, const float *b, float eps, in float_near_abs_eps_array_ulp() argument
374 int double_near_abs_eps(double a, double b, double eps) in double_near_abs_eps() argument
381 double_near_abs_eps_array(const double *a, const double *b, double eps, unsigned len) double_near_abs_eps_array() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp166 const float eps = 1.0f / float(2 * 256); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp202 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp166 const float eps = 1.0f / float(2 * 256); in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp695 const GLfloat eps = 0.002; in TEST_P() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp202 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp48 const float eps = 0.0001f; in computeScaleAndBias() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp513 const float eps = 0.001f; in operator ()() local
566 T eps in operator ()() local
616 T eps = T(0.001); operator ()() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Duas.c948 struct usb_host_endpoint *eps[4] = { }; in uas_configure_endpoints() local
982 struct usb_host_endpoint *eps[3]; in uas_free_streams() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-dbgcap.h138 struct dbc_ep eps[2]; member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_generic.h339 struct ffs_ep *eps; member
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Draw_gadget.c179 struct raw_ep eps[USB_RAW_EPS_NUM_MAX]; member
[all...]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dusbdevice_fs.h179 unsigned char eps[0]; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dusbdevice_fs.h179 unsigned char eps[0]; member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgcap.h143 struct dbc_ep eps[2]; member
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_generic.h339 struct ffs_ep *eps; member
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Draw_gadget.c180 struct raw_ep eps[USB_RAW_EPS_NUM_MAX]; member
[all...]
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Duas.c950 struct usb_host_endpoint *eps[4] = { }; in uas_configure_endpoints() local
984 struct usb_host_endpoint *eps[3]; in uas_free_streams() local
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dusbdevice_fs.h179 unsigned char eps[]; member
/kernel/linux/linux-6.6/sound/usb/
H A Dmidi2.c84 struct snd_usb_midi2_endpoint *eps[2]; /* USB MIDI endpoints */ member

Completed in 29 milliseconds

12345