Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 5 of 5) sorted by relevance

/include/media/
Dv4l2-rect.h80 const struct v4l2_rect *r2) in v4l2_rect_same_size()
93 const struct v4l2_rect *r2) in v4l2_rect_same_position()
106 const struct v4l2_rect *r2) in v4l2_rect_equal()
119 const struct v4l2_rect *r2) in v4l2_rect_intersect()
166 const struct v4l2_rect *r2) in v4l2_rect_overlap()
195 struct v4l2_rect *r2) in v4l2_rect_enclosed()
/include/net/
Dgeneve.h32 u8 r2:1; member
36 u8 r2:1; member
/include/linux/
Dioport.h231 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains()
241 static inline bool resource_overlaps(struct resource *r1, struct resource *r2) in resource_overlaps()
247 resource_intersection(struct resource *r1, struct resource *r2, struct resource *r) in resource_intersection()
257 resource_union(struct resource *r1, struct resource *r2, struct resource *r) in resource_union()
/include/math-emu/
Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
/include/drm/
Ddrm_rect.h206 const struct drm_rect *r2) in drm_rect_equals()