/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 260 struct ib_uverbs_query_device_resp base; member 436 struct ib_uverbs_create_cq_resp base; member 658 struct ib_uverbs_create_qp_resp base; member 754 struct ib_uverbs_modify_qp base; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | intel_memory_region.c | 185 if (obj->base.size != target) { in igt_mock_contiguous() 186 pr_err("%s obj->base.size(%zx) != target(%llx)\n", __func__, in igt_mock_contiguous() 187 obj->base.size, target); in igt_mock_contiguous() 351 unsigned long n = obj->base.size >> PAGE_SHIFT; in igt_cpu_check() 366 pr_err("base[%u]=%08x, val=%08x\n", in igt_cpu_check() 621 offset = igt_random_offset(&prng, 0, obj->base.size, in igt_lmem_write_cpu()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_cmd.h | 639 * guestPtr base address that will be accessed or written to during this 1401 PPN64 base; member 1593 * This command allows the guest to specify the base PPN of the 1657 PPN32 base; member 1677 * Define a memory object (Mob) in the OTable with a PPN64 base. 1685 PPN64 base; member 1692 * Redefine an object in the OTable with PPN64 base. 1700 PPN64 base; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fb.c | 199 (void) ttm_bo_reserve(&vbo->base, false, false, NULL); in vmw_fb_dirty_flush() 256 ttm_bo_unreserve(&vbo->base); in vmw_fb_dirty_flush() 551 par->set_fb = &vfb->base; in vmw_fb_kms_framebuffer() 739 info->apertures->ranges[0].base = vmw_priv->vram_start; in vmw_fb_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpdma.c | 282 return ioread32(vpdma->base + offset); in read_reg() 287 iowrite32(value, vpdma->base + offset); in write_reg() 1159 vpdma->base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in vpdma_create() 1160 if (!vpdma->base) { in vpdma_create()
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_ines.c | 169 void __iomem *base; member 207 clock->base = addr; in ines_clock_init() 208 clock->regs = clock->base; in ines_clock_init() 212 port_addr = (unsigned long) clock->base + in ines_clock_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_crtc.c | 30 struct drm_crtc base; member 60 #define to_tilcdc_crtc(x) container_of(x, struct tilcdc_crtc, base) 575 struct drm_crtc *crtc = &tilcdc_crtc->base; in tilcdc_crtc_recover_work() 1018 crtc = &tilcdc_crtc->base; in tilcdc_crtc_create()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | stm32_rproc.c | 239 if (stm32_rproc_pa_to_da(rproc, rmem->base, &da) < 0) { in stm32_rproc_parse_memory_regions() 242 &rmem->base); in stm32_rproc_parse_memory_regions() 250 (dma_addr_t)rmem->base, in stm32_rproc_parse_memory_regions() 263 rmem->base, in stm32_rproc_parse_memory_regions()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/ |
H A D | Makefile | 46 pci/base/circbuf/src/circbuf.o \ 47 pci/base/refcount/src/refcount.o \ 186 -I$(atomisp)/pci/base/circbuf/interface/ \ 187 -I$(atomisp)/pci/base/refcount/interface/ \
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 151 struct nand_controller base; member 880 nand_controller_init(&nfc->base); in vf610_nfc_probe() 881 nfc->base.ops = &vf610_nfc_controller_ops; in vf610_nfc_probe() 882 chip->controller = &nfc->base; in vf610_nfc_probe()
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd.h | 541 u16 base; 555 u16 base; 823 return ring->base + ring->obj_size * n; 829 return ring->base + ring->obj_size * n;
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpdma.c | 282 return ioread32(vpdma->base + offset); in read_reg() 287 iowrite32(value, vpdma->base + offset); in write_reg() 1158 vpdma->base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in vpdma_create() 1159 if (!vpdma->base) { in vpdma_create()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 36 static dma_addr_t ocelot_fdma_idx_dma(dma_addr_t base, u16 idx) in ocelot_fdma_idx_dma() argument 38 return base + idx * sizeof(struct ocelot_fdma_dcb); in ocelot_fdma_idx_dma() 41 static u16 ocelot_fdma_dma_idx(dma_addr_t base, dma_addr_t dma) in ocelot_fdma_dma_idx() argument 43 return (dma - base) / sizeof(struct ocelot_fdma_dcb); in ocelot_fdma_dma_idx()
|
H A D | ocelot_stats.c | 260 enum ocelot_reg base; member 332 err = ocelot_bulk_read(ocelot, region->base, region->buf, in ocelot_port_update_stats() 924 region->base = layout[i].reg; in ocelot_prepare_stats_regions() 937 ocelot_reg_to_target_addr(ocelot, region->base, &target, in ocelot_prepare_stats_regions()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/ |
H A D | ether3.c | 768 priv(dev)->base = ecardm_iomap(ec, ECARD_RES_MEMC, 0, 0); in ether3_probe() 769 if (!priv(dev)->base) { in ether3_probe() 774 ec->irqaddr = priv(dev)->base + data->base_offset; in ether3_probe() 777 priv(dev)->seeq = priv(dev)->base + data->base_offset; in ether3_probe()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | zmap.c | 123 unsigned int vcnt, base, lo, lobits, encodebits, nblk, eofs; in unpack_compacted_index() local 142 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index() 143 in = m->kaddr + base; in unpack_compacted_index() 145 i = (eofs - base) >> amortizedshift; in unpack_compacted_index()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_kern.c | 403 loff_t base = page_offset(page); in hostfs_writepage() local 413 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count); in hostfs_writepage() 421 if (base > inode->i_size) in hostfs_writepage() 422 inode->i_size = base; in hostfs_writepage()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | imx_dsp_rproc.c | 653 if (imx_dsp_rproc_sys_to_da(priv, rmem->base, rmem->size, &da)) { in imx_dsp_rproc_add_carveout() 658 cpu_addr = devm_ioremap_wc(dev, rmem->base, rmem->size); in imx_dsp_rproc_add_carveout() 661 dev_err(dev, "failed to map memory %p\n", &rmem->base); in imx_dsp_rproc_add_carveout() 666 mem = rproc_mem_entry_init(dev, (void __force *)cpu_addr, (dma_addr_t)rmem->base, in imx_dsp_rproc_add_carveout()
|
H A D | xlnx_r5_remoteproc.c | 338 * The exception vector pointers (EVP) refer to the base-address of in zynqmp_r5_rproc_start() 340 * starts at the base-address and subsequent vectors are on 4-byte in zynqmp_r5_rproc_start() 461 rmem->base, in add_mem_regions_carveout() 466 (dma_addr_t)rmem->base, in add_mem_regions_carveout() 467 rmem->size, rmem->base, in add_mem_regions_carveout() 481 it.node->name, rmem->base, rmem->size); in add_mem_regions_carveout()
|
H A D | stm32_rproc.c | 232 if (stm32_rproc_pa_to_da(rproc, rmem->base, &da) < 0) { in stm32_rproc_prepare() 235 &rmem->base); in stm32_rproc_prepare() 243 (dma_addr_t)rmem->base, in stm32_rproc_prepare() 256 rmem->base, in stm32_rproc_prepare()
|
H A D | ti_k3_dsp_remoteproc.c | 407 * resource table at the base of the DDR region reserved for firmware usage. 606 kproc->rmem[i].bus_addr = rmem->base; in k3_dsp_reserved_mem_init() 608 kproc->rmem[i].dev_addr = (u32)rmem->base; in k3_dsp_reserved_mem_init() 610 kproc->rmem[i].cpu_addr = ioremap_wc(rmem->base, rmem->size); in k3_dsp_reserved_mem_init() 613 i + 1, &rmem->base, &rmem->size); in k3_dsp_reserved_mem_init()
|
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | core.c | 56 * @base: reset control for compatibility with reset control API functions 61 struct reset_control base; member 196 return container_of(rstc, struct reset_control_array, base); in rstc_to_array() 1197 resets->base.array = true; in of_reset_control_array_get() 1199 return &resets->base; in of_reset_control_array_get()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | acornfb.c | 997 void *base; in acornfb_probe() local 1004 base = dma_alloc_wc(current_par.dev, size, &handle, in acornfb_probe() 1006 if (base == NULL) { in acornfb_probe() 1011 fb_info.screen_base = base; in acornfb_probe()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/ |
H A D | Makefile | 40 pci/base/circbuf/src/circbuf.o \ 41 pci/base/refcount/src/refcount.o \ 172 -I$(atomisp)/pci/base/circbuf/interface/ \ 173 -I$(atomisp)/pci/base/refcount/interface/ \
|
/kernel/linux/linux-6.6/drivers/soc/apple/ |
H A D | rtkit.c | 155 u32 base = FIELD_GET(APPLE_RTKIT_MGMT_EPMAP_BASE, msg); in apple_rtkit_management_rx_epmap() local 158 "RTKit: received endpoint bitmap 0x%lx with base 0x%x\n", in apple_rtkit_management_rx_epmap() 159 bitmap, base); in apple_rtkit_management_rx_epmap() 162 ep = 32 * base + i; in apple_rtkit_management_rx_epmap() 167 reply = FIELD_PREP(APPLE_RTKIT_MGMT_EPMAP_BASE, base); in apple_rtkit_management_rx_epmap()
|