Searched refs:region (Results 51 - 75 of 153) sorted by relevance

1234567

/drivers/acpi/acpica/
H A Dexdump.c150 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(region.space_id), "Space Id"},
151 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(region.flags), "Flags"},
152 {ACPI_EXD_NODE, ACPI_EXD_OFFSET(region.node), "Parent Node"},
153 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET(region.address), "Address"},
154 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(region.length), "Length"},
155 {ACPI_EXD_HDLR_LIST, ACPI_EXD_OFFSET(region.handler), "Handler"},
156 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(region.next), "Next"}
545 while (next->region.next) {
551 next = next->region.next;
758 acpi_ut_get_region_name(obj_desc->region
[all...]
H A Dnsdump.c346 acpi_ut_get_region_name(obj_desc->region.
348 if (obj_desc->region.flags & AOPOBJ_DATA_VALID) {
351 (obj_desc->region.address),
352 obj_desc->region.length);
383 region_obj->region.
392 region_obj->region.
/drivers/pnp/
H A Dquirks.c34 dev_err(&dev->dev, "couldn't add ioport region to option set "
44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n",
267 * If the PNP region doesn't overlap the PCI
268 * region at all, there's no problem.
274 * If the PNP region completely encloses (or is
275 * at least as large as) the PCI region, that's
285 * Otherwise, the PNP region overlaps *part* of
286 * the PCI region, and that might prevent a PCI
363 struct pci_bus_region region; local
386 region
[all...]
/drivers/video/fbdev/
H A Dcyber2000fb.c65 unsigned char __iomem *region; member in struct:cfb_info
192 cyber2000fb_copyarea(struct fb_info *info, const struct fb_copyarea *region) argument
199 cfb_copyarea(info, region);
204 cyber2000fb_writew(region->width - 1, CO_REG_PIXWIDTH, cfb);
205 cyber2000fb_writew(region->height - 1, CO_REG_PIXHEIGHT, cfb);
207 src = region->sx + region->sy * cfb->fb.var.xres_virtual;
208 dst = region->dx + region->dy * cfb->fb.var.xres_virtual;
210 if (region
[all...]
H A Dfb-puv3.c119 const struct fb_fillrect *region)
121 int awidth = region->width;
122 int aheight = region->height;
128 int dst_x0 = region->dx;
130 int dst_y0 = region->dy;
160 fg_color = region->color;
179 const struct fb_fillrect *region)
185 sys_fillrect(info, region);
192 memcpy(&modded, region, sizeof(struct fb_fillrect));
118 unifb_prim_fillrect(struct fb_info *info, const struct fb_fillrect *region) argument
178 unifb_fillrect(struct fb_info *info, const struct fb_fillrect *region) argument
/drivers/gpu/drm/nouveau/core/subdev/fb/
H A Dbase.c88 pfb->tile.prog(pfb, i, &pfb->tile.region[i]);
100 pfb->tile.fini(pfb, i, &pfb->tile.region[i]);
/drivers/media/radio/wl128x/
H A Dfmdrv.h101 /* FM region (Europe/US, Japan) info */
151 struct region_info region; /* Current selected band */ member in struct:fm_rx
196 u8 region; member in struct:fmtx_data
H A Dfmdrv_tx.c199 int fm_tx_set_region(struct fmdev *fmdev, u8 region) argument
204 if (region != FM_BAND_EUROPE_US && region != FM_BAND_JAPAN) {
210 payload = (u16)region;
/drivers/video/fbdev/omap/
H A Dlcdc.c632 static int alloc_fbmem(struct omapfb_mem_region *region) argument
642 if (region->size > frame_size)
643 frame_size = region->size;
651 region->size = frame_size;
652 region->paddr = lcdc.vram_phys;
653 region->vaddr = lcdc.vram_virt;
654 region->alloc = 1;
679 return alloc_fbmem(&req_md->region[0]);
/drivers/char/agp/
H A Dcompat_ioctl.h100 int agp_create_segment(struct agp_client *client, struct agp_region *region);
H A Dfrontend.c163 int agp_create_segment(struct agp_client *client, struct agp_region *region) argument
170 seg = kzalloc((sizeof(struct agp_segment_priv) * region->seg_count), GFP_KERNEL);
172 kfree(region->seg_list);
173 region->seg_list = NULL;
176 user_seg = region->seg_list;
178 for (i = 0; i < region->seg_count; i++) {
183 kfree(region->seg_list);
184 region->seg_list = NULL;
192 agp_add_seg_to_client(client, ret_seg, region->seg_count);
/drivers/pci/
H A Dsetup-res.c31 struct pci_bus_region region; local
57 pcibios_resource_to_bus(dev->bus, &region, res);
59 new = region.start | (res->flags & PCI_REGION_FLAG_MASK);
95 new = region.start >> 16 >> 16;
/drivers/video/fbdev/i810/
H A Di810_main.h30 const struct fb_copyarea *region);
/drivers/crypto/qat/qat_common/
H A Dicp_qat_uclo.h117 struct icp_qat_uclo_region *region; member in struct:icp_qat_uclo_page
127 struct icp_qat_uclo_region *region; member in struct:icp_qat_uclo_aeslice
260 char region; member in struct:icp_qat_uof_initmem
H A Dqat_uclo.c82 ae_slice->region = kzalloc(sizeof(*ae_slice->region), GFP_KERNEL);
83 if (!ae_slice->region)
90 ae_slice->page->region = ae_slice->region;
94 kfree(ae_slice->region);
95 ae_slice->region = NULL;
109 kfree(ae_data->ae_slices[i].region);
110 ae_data->ae_slices[i].region = NULL;
369 switch (init_mem->region) {
[all...]
/drivers/gpu/drm/i915/
H A Di915_ioc32.c156 int region; member in struct:drm_i915_mem_alloc32
173 || __put_user(req32.region, &request->region)
/drivers/soc/ti/
H A Dknav_qmss.h186 * struct knav_region: qmss region info
191 * @id: region number
194 * @name: region name
195 * @list: instance in the device's region list
196 * @pools: list of descriptor pools in the region
214 * @region: qmss region info
220 * @region_id: region number
223 * @region_inst: instance in the region's pool list
227 struct knav_region *region; member in struct:knav_pool
[all...]
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c242 } region; member in struct:qlcnic_dump_entry
390 struct __crb *crb = &entry->region.crb;
407 struct __ctrl *ctr = &entry->region.ctrl;
506 struct __mux *mux = &entry->region.mux;
524 struct __queue *que = &entry->region.que;
548 struct __ocm *ocm = &entry->region.ocm;
564 struct __mem *rom = &entry->region.mem;
594 struct __cache *l1 = &entry->region.cache;
620 struct __cache *l2 = &entry->region.cache;
859 struct __mem *mem = &entry->region
[all...]
/drivers/pcmcia/
H A Dyenta_socket.c442 struct pci_bus_region region; local
448 pcibios_resource_to_bus(socket->dev->bus, &region, mem->res);
451 start = region.start;
452 stop = region.end;
693 struct pci_bus_region region; local
709 region.start = config_readl(socket, addr_start) & mask;
710 region.end = config_readl(socket, addr_end) | ~mask;
711 if (region.start && region.end > region
1034 struct pci_bus_region region; local
[all...]
/drivers/infiniband/hw/nes/
H A Dnes_verbs.c105 /* Register the region with the adapter */
1946 /* Register the region with the adapter */
2315 struct ib_umem *region; local
2336 region = ib_umem_get(pd->uobject->context, start, length, acc, 0);
2337 if (IS_ERR(region)) {
2338 return (struct ib_mr *)region;
2344 region->offset, region->page_size);
2346 skip_pages = ((u32)region->offset) >> 12;
2349 ib_umem_release(region);
[all...]
H A Dnes_verbs.h78 struct ib_umem *region; member in struct:nes_mr
/drivers/gpu/drm/udl/
H A Dudl_fb.c297 static void udl_fb_copyarea(struct fb_info *info, const struct fb_copyarea *region) argument
301 sys_copyarea(info, region);
303 udl_handle_damage(&ufbdev->ufb, region->dx, region->dy, region->width,
304 region->height);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c343 static void vmw_fb_copyarea(struct fb_info *info, const struct fb_copyarea *region) argument
345 cfb_copyarea(info, region);
346 vmw_fb_dirty_mark(info->par, region->dx, region->dy,
347 region->width, region->height);
/drivers/md/
H A Ddm-raid1.c20 #include <linux/dm-region-hash.h>
342 * The final region may be smaller than
432 region_t region = dm_rh_bio_to_region(ms->rh, bio); local
434 if (log->type->in_sync(log, region, 0))
541 static inline int region_in_sync(struct mirror_set *ms, region_t region, argument
544 int state = dm_rh_get_state(ms->rh, region, may_block);
550 region_t region; local
555 region = dm_rh_bio_to_region(ms->rh, bio);
559 * We can only read balance if the region is in sync.
561 if (likely(region_in_sync(ms, region,
664 region_t region; local
[all...]
/drivers/video/fbdev/nvidia/
H A Dnv_proto.h59 const struct fb_copyarea *region);

Completed in 555 milliseconds

1234567