Searched refs:top (Results 1 – 10 of 10) sorted by relevance
| /include/media/ |
| D | v4l2-rect.h | 64 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 …]
|
| D | tuner.h | 150 #define TDA9887_TOP(top) (TDA9887_TOP_SET | \ argument 151 (((16 + (top)) & 0x1f) << 8))
|
| D | media-entity.h | 97 int top; member
|
| /include/uapi/drm/ |
| D | qxl_drm.h | 99 __u32 top; member
|
| /include/linux/ |
| D | console.h | 101 bool (*con_scroll)(struct vc_data *vc, unsigned int top,
|
| D | pci.h | 1651 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/ |
| D | signal.h | 669 void walk_process_tree(struct task_struct *top, proc_visitor, void *);
|
| /include/drm/ |
| D | drm_connector.h | 885 unsigned int top; member
|
| /include/trace/events/ |
| D | rxrpc.h | 1587 __field(rxrpc_seq_t, top) 1597 __entry->top = call->tx_top; 1614 __entry->top - __entry->hard_ack,
|
| /include/uapi/linux/ |
| D | videodev2.h | 436 __s32 top; member
|