Home
last modified time | relevance | path

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

/include/media/
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()
125 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect()
127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect()
149 r->left = r->top = r->width = r->height = 0; in v4l2_rect_scale()
154 r->top = ((r->top - from->top) * to->height) / from->height; in v4l2_rect_scale()
[all …]
Dtuner.h150 #define TDA9887_TOP(top) (TDA9887_TOP_SET | \ argument
151 (((16 + (top)) & 0x1f) << 8))
Dmedia-entity.h97 int top; member
/include/uapi/drm/
Dqxl_drm.h99 __u32 top; member
/include/linux/
Dconsole.h101 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
Dpci.h1651 void pci_walk_bus(struct pci_bus *top, int (*cb)(struct pci_dev *, void *),
1653 void pci_walk_bus_locked(struct pci_bus *top, int (*cb)(struct pci_dev *, void *),
/include/linux/sched/
Dsignal.h669 void walk_process_tree(struct task_struct *top, proc_visitor, void *);
/include/drm/
Ddrm_connector.h885 unsigned int top; member
/include/trace/events/
Drxrpc.h1587 __field(rxrpc_seq_t, top)
1597 __entry->top = call->tx_top;
1614 __entry->top - __entry->hard_ack,
/include/uapi/linux/
Dvideodev2.h436 __s32 top; member