| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_offscreen.c | 46 ExaOffscreenArea *prev = 0, *area; in ExaOffscreenValidate() local 50 for (area = pExaScr->info->offScreenAreas; area; area = area->next) { in ExaOffscreenValidate() 51 assert(area->offset >= area->base_offset && in ExaOffscreenValidate() 52 area->offset < (area->base_offset + area->size)); in ExaOffscreenValidate() 54 assert(prev->base_offset + prev->size == area->base_offset); in ExaOffscreenValidate() 55 prev = area; in ExaOffscreenValidate() 64 ExaOffscreenKickOut(ScreenPtr pScreen, ExaOffscreenArea * area) in ExaOffscreenKickOut() argument 66 if (area->save) in ExaOffscreenKickOut() 67 (*area->save) (pScreen, area); in ExaOffscreenKickOut() 68 return exaOffscreenFree(pScreen, area); in ExaOffscreenKickOut() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_cppcore.c | 57 * @waitq: area wait queue 86 struct nfp_cpp_area *area; member 93 struct mutex mutex; /* Lock for the area's refcount */ 132 struct nfp_cpp_area *area = in __release_cpp_area() local 134 struct nfp_cpp *cpp = nfp_cpp_area_cpp(area); in __release_cpp_area() 136 if (area->cpp->op->area_cleanup) in __release_cpp_area() 137 area->cpp->op->area_cleanup(area); in __release_cpp_area() 140 __resource_del(&area->resource); in __release_cpp_area() 142 kfree(area); in __release_cpp_area() 145 static void nfp_cpp_area_put(struct nfp_cpp_area *area) in nfp_cpp_area_put() argument [all …]
|
| H A D | nfp_cpp.h | 40 /* Max size of area it should be safe to request */ 219 void nfp_cpp_area_free(struct nfp_cpp_area *area); 220 int nfp_cpp_area_acquire(struct nfp_cpp_area *area); 221 int nfp_cpp_area_acquire_nonblocking(struct nfp_cpp_area *area); 222 void nfp_cpp_area_release(struct nfp_cpp_area *area); 223 void nfp_cpp_area_release_free(struct nfp_cpp_area *area); 224 int nfp_cpp_area_read(struct nfp_cpp_area *area, unsigned long offset, 226 int nfp_cpp_area_write(struct nfp_cpp_area *area, unsigned long offset, 228 size_t nfp_cpp_area_size(struct nfp_cpp_area *area); 232 struct resource *nfp_cpp_area_resource(struct nfp_cpp_area *area); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | tcm.h | 48 /* 1d or 2d area */ 50 bool is2d; /* whether area is 1d or 2d */ 69 struct tcm_area *area); 70 s32 (*reserve_1d)(struct tcm *tcm, u32 slots, struct tcm_area *area); 71 s32 (*free)(struct tcm *tcm, struct tcm_area *area); 85 * area pointer is NULL 111 * Reserves a 2D area in the container. 114 * @param height Height(in pages) of area to be reserved. 115 * @param width Width(in pages) of area to be reserved. 116 * @param align Alignment requirement for top-left corner of area. Not [all …]
|
| H A D | tcm-sita.c | 64 /* found a long enough free area */ in r2l_b2t_1d() 130 /* assume the area is free until we find an overlap */ in l2r_t2b() 133 /* check subsequent rows to see if complete area is free */ in l2r_t2b() 154 /* set area as in-use. iterate over rows */ in l2r_t2b() 163 struct tcm_area *area) in sita_reserve_1d() argument 171 area->p0.x = pos % tcm->width; in sita_reserve_1d() 172 area->p0.y = pos / tcm->width; in sita_reserve_1d() 173 area->p1.x = (pos + num_slots - 1) % tcm->width; in sita_reserve_1d() 174 area->p1.y = (pos + num_slots - 1) / tcm->width; in sita_reserve_1d() 183 struct tcm_area *area) in sita_reserve_2d() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | area.hpp | 45 #include <boost/geometry/strategies/area.hpp> 60 namespace detail { namespace area namespace 97 // if not, there is no (zero) area in apply() 129 }} // namespace detail::area 144 struct area : detail::calculate_null struct 155 struct area<Geometry, box_tag> : detail::area::box_area struct 160 struct area<Ring, ring_tag> struct 161 : detail::area::ring_area 170 struct area<Polygon, polygon_tag> : detail::calculate_polygon_sum struct 177 detail::area::ring_area in apply() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | grant-table.c | 26 struct vm_struct *area; member 40 *__shared = shared = gnttab_shared_vm_area.area->addr; in arch_gnttab_map_shared() 62 *__shared = shared = gnttab_status_vm_area.area->addr; in arch_gnttab_map_status() 81 if (shared == gnttab_status_vm_area.area->addr) in arch_gnttab_unmap() 96 struct gnttab_vm_area *area = data; in gnttab_apply() local 98 area->ptes[area->idx++] = pte; in gnttab_apply() 102 static int arch_gnttab_valloc(struct gnttab_vm_area *area, unsigned nr_frames) in arch_gnttab_valloc() argument 104 area->ptes = kmalloc_array(nr_frames, sizeof(*area->ptes), GFP_KERNEL); in arch_gnttab_valloc() 105 if (area->ptes == NULL) in arch_gnttab_valloc() 107 area->area = get_vm_area(PAGE_SIZE * nr_frames, VM_IOREMAP); in arch_gnttab_valloc() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmalloc.c | 158 * unmap_kernel_range_noflush - unmap kernel VM area 159 * @start: start of the VM area to unmap 160 * @size: size of the VM area to unmap 162 * Unmap PFN_UP(@size) pages at @addr. The VM area @addr and @size specify 276 * map_kernel_range_noflush - map kernel VM area with the specified pages 277 * @addr: start of the VM area to map 278 * @size: size of the VM area to map 282 * Map PFN_UP(@size) pages at @addr. The VM area @addr and @size specify should 444 * find a lowest match of free area. 737 * free area is inserted. If VA has been merged, it is [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86fbman.c | 131 xf86FreeOffscreenArea(FBAreaPtr area) in xf86FreeOffscreenArea() argument 135 if (!area) in xf86FreeOffscreenArea() 142 (FBManagerFuncsPtr) dixLookupPrivate(&area->pScreen->devPrivates, in xf86FreeOffscreenArea() 146 (*funcs->FreeOffscreenArea) (area); in xf86FreeOffscreenArea() 273 FBArea area; member 280 FBAreaPtr area; /* only used if allocation came from XY area */ member 354 FBAreaPtr area = NULL; in AllocateArea() local 378 area = &(link->area); in AllocateArea() 386 if (!area && !removeCB) { in AllocateArea() 390 if (!link->area.RemoveAreaCallback) { in AllocateArea() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | ras.c | 109 struct ptcal_area *area; in cbe_ptcal_enable_on_node() local 116 area = kmalloc(sizeof(*area), GFP_KERNEL); in cbe_ptcal_enable_on_node() 117 if (!area) in cbe_ptcal_enable_on_node() 120 area->nid = nid; in cbe_ptcal_enable_on_node() 121 area->order = order; in cbe_ptcal_enable_on_node() 122 area->pages = __alloc_pages_node(area->nid, in cbe_ptcal_enable_on_node() 124 area->order); in cbe_ptcal_enable_on_node() 126 if (!area->pages) { in cbe_ptcal_enable_on_node() 128 __func__, area->nid); in cbe_ptcal_enable_on_node() 133 * We move the ptcal area to the middle of the allocated in cbe_ptcal_enable_on_node() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0083-libweston-add-weston_renderer-resize_output.patch | 26 addresses only the interior area instead of the whole buffer. 48 + weston_renderer_resize_output(&output->base, &fb_size, &area); 65 + .width = area.width, 66 + .height = area.height 86 + * \param area The composited area inside the framebuffer, excluding 88 + * the composited area. 93 + const struct weston_geometry *area) 103 + if (!r->resize_output(output, fb_size, area ?: &def)) { 131 + const struct weston_geometry *area); 143 + const struct weston_geometry *area); [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0082-libweston-add-weston_renderer-resize_output.patch | 26 addresses only the interior area instead of the whole buffer. 48 + weston_renderer_resize_output(&output->base, &fb_size, &area); 65 + .width = area.width, 66 + .height = area.height 86 + * \param area The composited area inside the framebuffer, excluding 88 + * the composited area. 93 + const struct weston_geometry *area) 103 + if (!r->resize_output(output, fb_size, area ?: &def)) { 131 + const struct weston_geometry *area); 143 + const struct weston_geometry *area); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | dnfb.c | 109 static void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); 149 void dnfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in dnfb_copyarea() argument 157 incr = (area->dy <= area->sy) ? 1 : -1; in dnfb_copyarea() 159 src = (ushort *)(info->screen_base + area->sy * info->fix.line_length + in dnfb_copyarea() 160 (area->sx >> 4)); in dnfb_copyarea() 161 dest = area->dy * (info->fix.line_length >> 1) + (area->dx >> 4); in dnfb_copyarea() 164 y_delta = (info->fix.line_length * 8) - area->sx - area->width; in dnfb_copyarea() 165 x_end = area->dx + area->width - 1; in dnfb_copyarea() 166 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1; in dnfb_copyarea() 167 start_mask = 0xffff0000 >> (area->dx & 0xf); in dnfb_copyarea() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kcov.c | 54 /* The lock protects mode, size, area and t. */ 60 void *area; member 65 /* Size of remote area (in long's). */ 132 struct kcov_remote_area *area; in kcov_remote_area_get() local 136 area = list_entry(pos, struct kcov_remote_area, list); in kcov_remote_area_get() 137 if (area->size == size) { in kcov_remote_area_get() 138 list_del(&area->list); in kcov_remote_area_get() 139 return area; in kcov_remote_area_get() 146 static void kcov_remote_area_put(struct kcov_remote_area *area, in kcov_remote_area_put() argument 149 INIT_LIST_HEAD(&area->list); in kcov_remote_area_put() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | fb.c | 33 DEFINE_RES_MEM_NAMED(0x70000000u, 0x4000000, "vrfb-area-0"), 34 DEFINE_RES_MEM_NAMED(0x74000000u, 0x4000000, "vrfb-area-1"), 35 DEFINE_RES_MEM_NAMED(0x78000000u, 0x4000000, "vrfb-area-2"), 36 DEFINE_RES_MEM_NAMED(0x7c000000u, 0x4000000, "vrfb-area-3"), 41 DEFINE_RES_MEM_NAMED(0x70000000u, 0x4000000, "vrfb-area-0"), 42 DEFINE_RES_MEM_NAMED(0x74000000u, 0x4000000, "vrfb-area-1"), 43 DEFINE_RES_MEM_NAMED(0x78000000u, 0x4000000, "vrfb-area-2"), 44 DEFINE_RES_MEM_NAMED(0x7c000000u, 0x4000000, "vrfb-area-3"), 45 DEFINE_RES_MEM_NAMED(0xe0000000u, 0x4000000, "vrfb-area-4"), 46 DEFINE_RES_MEM_NAMED(0xe4000000u, 0x4000000, "vrfb-area-5"), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/ |
| H A D | ia_css_ynr2_types.h | 31 u16 edge_sense_gain_0; /** Sensitivity of edge in dark area. 34 u16 edge_sense_gain_1; /** Sensitivity of edge in bright area. 37 u16 corner_sense_gain_0; /** Sensitivity of corner in dark area. 40 u16 corner_sense_gain_1; /** Sensitivity of corner in bright area. 56 u16 coring_pos_0; /** Coring threshold for positive edge in dark area. 59 u16 coring_pos_1; /** Coring threshold for positive edge in bright area. 62 u16 coring_neg_0; /** Coring threshold for negative edge in dark area. 65 u16 coring_neg_1; /** Coring threshold for negative edge in bright area. 68 u16 gain_pos_0; /** Gain for positive edge in dark area. 71 u16 gain_pos_1; /** Gain for positive edge in bright area. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | Transition-notes | 23 consider the following area: 49 1) at any time at most one thread of execution can be in that area or 60 (1) can become not true if some thread enters that area while another is there. 62 In the first case the thread was already in the area. In the second, 66 area. 67 c) pi_do_claimed() is called by pd.c only from the area. 68 d) ps_tq_int() can enter the area only when the thread is holding 71 e) do_pd_{read,write}* could be called only from the area. The only 77 f) pi_wake_up() can enter the area only when the thread is holding 82 Indeed, pd_busy is reset only in the area and thread that resets [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-snap-persistent.c | 113 void *area; member 116 * An area of zeros used to clear the next area. 121 * An area used for header. The header can be written 128 * Used to keep track of which metadata area the data in 155 * metadata area. 176 * a single metadata area. in alloc_area() 178 ps->area = vmalloc(len); in alloc_area() 179 if (!ps->area) in alloc_area() 196 vfree(ps->area); in alloc_area() 204 vfree(ps->area); in free_area() [all …]
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | memalloc.c | 35 dmab->area = dma_alloc_coherent(dmab->dev.dev, size, &dmab->addr, in snd_malloc_dev_pages() 38 if (dmab->area && dmab->dev.type == SNDRV_DMA_TYPE_DEV_UC) in snd_malloc_dev_pages() 39 set_memory_wc((unsigned long)dmab->area, in snd_malloc_dev_pages() 49 set_memory_wb((unsigned long)dmab->area, in snd_free_dev_pages() 52 dma_free_coherent(dmab->dev.dev, dmab->bytes, dmab->area, dmab->addr); in snd_free_dev_pages() 68 dmab->area = NULL; in snd_malloc_dev_iram() 80 dmab->area = gen_pool_dma_alloc_align(pool, size, &dmab->addr, in snd_malloc_dev_iram() 92 if (pool && dmab->area) in snd_free_dev_iram() 93 gen_pool_free(pool, (unsigned long)dmab->area, dmab->bytes); in snd_free_dev_iram() 114 * snd_dma_alloc_pages - allocate the buffer area according to the given type [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | mem_encrypt_boot.S | 36 /* Set up a one page stack in the non-encrypted memory area */ 42 movq %rdi, %r10 /* Encrypted area */ 43 movq %rsi, %r11 /* Decrypted area */ 44 movq %rdx, %r12 /* Area length */ 53 movq %r10, %rdi /* Encrypted area */ 54 movq %r11, %rsi /* Decrypted area */ 56 movq %r12, %rcx /* Area length */ 79 * routine is defined here and then copied to an area outside 87 * RCX - length of area 92 * The area will be encrypted by copying from the non-encrypted [all …]
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0007-Added-rga-Acceleration-rga-copy-instead-of-memcpy.patch | 53 @@ -876,14 +876,55 @@ void drm_flush(lv_disp_drv_t *disp_drv, const lv_area_t *area, lv_color_t *co… 58 + lv_coord_t w = (area->x2 - area->x1 + 1); 59 + lv_coord_t h = (area->y2 - area->y1 + 1); 86 + int area_w = area->x2 - area->x1 + 1; 87 + int area_h = area->y2 - area->y1 + 1; 95 + rga_set_rect(&dst.rect, area->x1, area->y1, area_w, area_h, lcd_ws, lcd_hs, format); 100 for(y = area->y1; y <= area->y2; y++) { 101 int area_w = area->x2 - area->x1 + 1; 102 lv_color_t *disp = (lv_color_t*)(drm_buff + (y * lcd_sw + area->x1) * 4);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_accel.c | 356 void fbcon_sis_copyarea(struct fb_info *info, const struct fb_copyarea *area) in fbcon_sis_copyarea() argument 361 int width = area->width; in fbcon_sis_copyarea() 362 int height = area->height; in fbcon_sis_copyarea() 369 cfb_copyarea(info, area); in fbcon_sis_copyarea() 374 area->sx >= vxres || area->sy >= vyres || in fbcon_sis_copyarea() 375 area->dx >= vxres || area->dy >= vyres) in fbcon_sis_copyarea() 379 if((area->sx + width) > vxres) width = vxres - area->sx; in fbcon_sis_copyarea() 380 if((area->dx + width) > vxres) width = vxres - area->dx; in fbcon_sis_copyarea() 381 if((area->sy + height) > vyres) height = vyres - area->sy; in fbcon_sis_copyarea() 382 if((area->dy + height) > vyres) height = vyres - area->dy; in fbcon_sis_copyarea() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | geo.cpp | 68 bool LatLngBounds::contains(const LatLngBounds& area, LatLng::WrapMode wrap /*= LatLng::Unwrapped*/… in contains() argument 69 bool containsLatitude = area.north() <= north() && area.south() >= south(); in contains() 74 bool containsUnwrapped = area.east() <= east() && area.west() >= west(); in contains() 79 LatLngBounds other(area.sw.wrapped(), area.ne.wrapped()); in contains() 80 if (crossesAntimeridian() & !area.crossesAntimeridian()) { in contains() 90 bool LatLngBounds::intersects(const LatLngBounds area, LatLng::WrapMode wrap /*= LatLng::Unwrapped*… in intersects() argument 91 bool latitudeIntersects = area.north() > south() && area.south() < north(); in intersects() 96 bool longitudeIntersects = area.east() > west() && area.west() < east(); in intersects() 101 LatLngBounds other(area.sw.wrapped(), area.ne.wrapped()); in intersects() 103 return area.crossesAntimeridian() || in intersects()
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | 3270.rst | 201 The driver defines three areas on the 3270 screen: the log area, the 202 input area, and the status area. 204 The log area takes up all but the bottom two lines of the screen. The 206 down. When it fills, the status area changes from "Linux Running" to 210 The input area extends from the beginning of the second-to-last screen 211 line to the start of the status area. You type commands in this area 214 The status area initializes to "Linux Running" to give you a warm 215 fuzzy feeling. When the log area fills up and output awaits, it 219 the input area to toggle between "Linux More..." and "Linux Holding", 231 Other things you may do when the log area fills up are: hit PA2 to [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/renesas/ |
| H A D | rcar-sysc.h | 16 #define PD_CPU BIT(0) /* Area contains main CPU core */ 17 #define PD_SCU BIT(1) /* Area contains SCU and L2 cache */ 18 #define PD_NO_CR BIT(2) /* Area lacks PWR{ON,OFF}CR registers */ 20 #define PD_CPU_CR PD_CPU /* CPU area has CR (R-Car H1) */ 21 #define PD_CPU_NOCR PD_CPU | PD_NO_CR /* CPU area lacks CR (R-Car Gen2/3) */ 22 #define PD_ALWAYS_ON PD_NO_CR /* Always-on area */ 26 * Description of a Power Area 31 u16 chan_offs; /* Offset of PWRSR register for this area */ 40 * SoC-specific Power Area Description 76 * Helpers for fixing up power area tables depending on SoC revision
|