Home
last modified time | relevance | path

Searched refs:top (Results 1 – 10 of 10) sorted by relevance

/include/media/
A Dv4l2-rect.h64 if (r->top < boundary->top) in v4l2_rect_map_inside()
65 r->top = boundary->top; in v4l2_rect_map_inside()
68 if (r->top + r->height > boundary->top + boundary->height) in v4l2_rect_map_inside()
69 r->top = boundary->top + boundary->height - r->height; in v4l2_rect_map_inside()
95 return r1->top == r2->top && r1->left == r2->left; in v4l2_rect_same_position()
123 r->top = max(r1->top, r2->top); in v4l2_rect_intersect()
154 r->top = ((r->top - from->top) * to->height) / from->height; in v4l2_rect_scale()
181 if (r1->top >= r2->top + r2->height || in v4l2_rect_overlap()
182 r2->top >= r1->top + r1->height) in v4l2_rect_overlap()
197 if (r1->left < r2->left || r1->top < r2->top) in v4l2_rect_enclosed()
[all …]
A Dtuner.h150 #define TDA9887_TOP(top) (TDA9887_TOP_SET | \ argument
151 (((16 + (top)) & 0x1f) << 8))
A Dmedia-entity.h97 int top; member
/include/uapi/drm/
A Dqxl_drm.h99 __u32 top; member
/include/linux/
A Dconsole.h101 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
A Dpci.h1654 void pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *),
/include/trace/events/
A Drxrpc.h1079 __field(rxrpc_seq_t, top)
1086 __entry->top = call->tx_top;
1093 __entry->top)
1899 __field(rxrpc_seq_t, top)
1914 __entry->top = call->tx_top;
1936 __entry->top - __entry->hard_ack,
/include/linux/sched/
A Dsignal.h662 void walk_process_tree(struct task_struct *top, proc_visitor, void *);
/include/drm/
A Ddrm_connector.h895 unsigned int top; member
/include/uapi/linux/
A Dvideodev2.h444 __s32 top; member

Completed in 50 milliseconds