/Linux-v5.15/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 70 - fsl,sdma-event-remap : Register bits of sdma event remap, the format is 102 Using the fsl,sdma-event-remap property: 108 /* SDMA events remap for SAI1_RX and SAI1_TX */ 109 fsl,sdma-event-remap = <0 15 1>, <0 16 1>; 112 The fsl,sdma-event-remap property in this case has two values: 114 SDMA remap. Bit 15 of GPR0 selects between UART4_RX and SAI1_RX. 117 SDMA remap. Bit 16 of GPR0 selects between UART4_TX and SAI1_TX.
|
/Linux-v5.15/drivers/staging/fbtft/ |
D | fb_ssd1351.c | 69 unsigned int remap; in set_var() local 79 remap = 0x60 | (par->bgr << 2); /* Set Colour Depth */ in set_var() 83 write_reg(par, 0xA0, remap | 0x00 | BIT(4)); in set_var() 86 write_reg(par, 0xA0, remap | 0x03 | BIT(4)); in set_var() 89 write_reg(par, 0xA0, remap | 0x02); in set_var() 92 write_reg(par, 0xA0, remap | 0x01); in set_var()
|
/Linux-v5.15/drivers/platform/x86/intel/int3472/ |
D | intel_skl_int3472_discrete.c | 124 const struct int3472_gpio_function_remap *remap; in skl_int3472_map_gpio_to_sensor() local 126 for (remap = sensor_config->function_maps; remap->documented; remap++) { in skl_int3472_map_gpio_to_sensor() 127 if (!strcmp(func, remap->documented)) { in skl_int3472_map_gpio_to_sensor() 128 func = remap->actual; in skl_int3472_map_gpio_to_sensor()
|
/Linux-v5.15/fs/cifs/ |
D | dfs_cache.h | 34 int remap, const char *path, struct dfs_info3_param *ref, 39 const struct nls_table *cp, int remap, const char *path, 48 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap);
|
D | cifsproto.h | 323 const struct nls_table *nls_codepage, int remap); 326 const struct nls_table *nls_codepage, int remap); 334 const struct nls_table *nls_codepage, int remap); 340 const struct nls_table *nls_codepage, int remap); 345 const struct nls_table *nls_codepage, int remap, 401 int remap); 432 const struct nls_table *nls_codepage, int remap); 436 const struct nls_table *nls_codepage, int remap); 448 const struct nls_table *nls_codepage, int remap); 453 const struct nls_table *nls_codepage, int remap); [all …]
|
D | cifssmb.c | 732 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 752 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 815 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local 826 remap); in CIFSSMBDelFile() 859 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local 871 remap); in CIFSSMBRmDir() 903 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local 915 remap); in CIFSSMBMkDir() 942 int remap) in CIFSPOSIXCreate() argument 963 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() [all …]
|
D | cifs_unicode.c | 617 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16() argument 629 cifsConvertToUTF16(dst, src, strlen(src), cp, remap); in cifs_strndup_to_utf16()
|
D | dfs_cache.c | 188 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap) in dfs_cache_canonical_path() argument 198 tmp = (char *)cifs_strndup_to_utf16(path, strlen(path), &plen, cp, remap); in dfs_cache_canonical_path() 945 int remap, const char *path, struct dfs_info3_param *ref, in dfs_cache_find() argument 952 npath = dfs_cache_canonical_path(path, cp, remap); in dfs_cache_find() 1046 const struct nls_table *cp, int remap, const char *path, in dfs_cache_update_tgthint() argument 1054 npath = dfs_cache_canonical_path(path, cp, remap); in dfs_cache_update_tgthint()
|
/Linux-v5.15/Documentation/xtensa/ |
D | mmu.rst | 87 | remap area 1 | 90 | remap area 2 | 130 | remap area 1 | 133 | remap area 2 | 174 | remap area 1 | 177 | remap area 2 |
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx6sx-sdb-sai.dts | 24 /* SDMA event remap for SAI1 */ 25 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
D | imx6sx-sdb-mqs.dts | 46 /* SDMA event remap for SAI1 */ 47 fsl,sdma-event-remap = <0 15 1>, <0 16 1>;
|
/Linux-v5.15/arch/arm/kernel/ |
D | patch.c | 58 void __kprobes __patch_text_real(void *addr, unsigned int insn, bool remap) in __patch_text_real() argument 67 if (remap) in __patch_text_real() 80 if (twopage && remap) in __patch_text_real()
|
/Linux-v5.15/arch/arm/plat-orion/include/plat/ |
D | addr-map.h | 41 const int remap; member 50 const u8 attr, const int remap);
|
/Linux-v5.15/drivers/bus/ |
D | mvebu-mbus.c | 203 u64 *remap) in mvebu_mbus_read_window() argument 226 if (remap) { in mvebu_mbus_read_window() 233 *remap = ((u64)remap_hi << 32) | remap_low; in mvebu_mbus_read_window() 235 *remap = 0; in mvebu_mbus_read_window() 330 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument 362 if (remap == MVEBU_MBUS_NO_REMAP) in mvebu_mbus_setup_window() 365 remap_addr = remap; in mvebu_mbus_setup_window() 375 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument 380 if (remap == MVEBU_MBUS_NO_REMAP) { in mvebu_mbus_alloc_window() 387 size, remap, in mvebu_mbus_alloc_window() [all …]
|
/Linux-v5.15/drivers/pci/controller/ |
D | pci-mvebu.c | 81 phys_addr_t remap; member 309 phys_addr_t remap) in mvebu_pcie_add_windows() argument 318 sz, remap); in mvebu_pcie_add_windows() 333 if (remap != MVEBU_MBUS_NO_REMAP) in mvebu_pcie_add_windows() 334 remap += sz; in mvebu_pcie_add_windows() 343 if (desired->base == cur->base && desired->remap == cur->remap && in mvebu_pcie_set_window() 363 desired->size, desired->remap); in mvebu_pcie_set_window() 394 desired.remap = ((conf->iobase & 0xF0) << 8) | in mvebu_pcie_handle_iobase_change() 396 desired.base = port->pcie->io.start + desired.remap; in mvebu_pcie_handle_iobase_change() 399 desired.remap) + in mvebu_pcie_handle_iobase_change() [all …]
|
D | pci-aardvark.c | 228 phys_addr_t remap; member 425 phys_addr_t match, phys_addr_t remap, in advk_pcie_set_ob_win() argument 431 advk_writel(pcie, lower_32_bits(remap), OB_WIN_REMAP_LS(win_num)); in advk_pcie_set_ob_win() 432 advk_writel(pcie, upper_32_bits(remap), OB_WIN_REMAP_MS(win_num)); in advk_pcie_set_ob_win() 569 pcie->wins[i].match, pcie->wins[i].remap, in advk_pcie_setup_hw() 1456 pcie->wins[pcie->wins_count].remap = start - entry->offset; in advk_pcie_probe() 1459 if (pcie->wins[pcie->wins_count].remap & (win_size - 1)) in advk_pcie_probe()
|
/Linux-v5.15/drivers/mfd/ |
D | twl4030-power.c | 378 u8 remap; in twl4030_configure_resource() local 435 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &remap, in twl4030_configure_resource() 444 remap &= ~OFF_STATE_MASK; in twl4030_configure_resource() 445 remap |= rconfig->remap_off << OFF_STATE_SHIFT; in twl4030_configure_resource() 449 remap &= ~SLEEP_STATE_MASK; in twl4030_configure_resource() 450 remap |= rconfig->remap_sleep << SLEEP_STATE_SHIFT; in twl4030_configure_resource() 454 remap, in twl4030_configure_resource()
|
/Linux-v5.15/drivers/regulator/ |
D | twl-regulator.c | 45 u8 remap; member 469 .remap = remap_conf, \ 487 .remap = remap_conf, \ 507 .remap = remap_conf, \ 643 twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_REMAP, info->remap); in twlreg_probe()
|
/Linux-v5.15/drivers/edac/ |
D | e7xxx_edac.c | 185 u32 remap; in ctl_page_to_phys() local 194 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys() 196 if (remap < pvt->remaplimit) in ctl_page_to_phys() 197 return remap; in ctl_page_to_phys()
|
/Linux-v5.15/arch/arm/include/asm/ |
D | patch.h | 6 void __patch_text_real(void *addr, unsigned int insn, bool remap);
|
/Linux-v5.15/kernel/dma/ |
D | Makefile | 11 obj-$(CONFIG_DMA_REMAP) += remap.o
|
/Linux-v5.15/drivers/scsi/qla2xxx/ |
D | qla_edif.c | 3303 a->tx_len = a->tx_byte_count = sp->remap.req.len; in qla_parse_auth_els_ctl() 3304 a->tx_addr = sp->remap.req.dma; in qla_parse_auth_els_ctl() 3305 a->rx_len = a->rx_byte_count = sp->remap.rsp.len; in qla_parse_auth_els_ctl() 3306 a->rx_addr = sp->remap.rsp.dma; in qla_parse_auth_els_ctl() 3384 sp->remap.req.len = bsg_job->request_payload.payload_len; in qla_edif_process_els() 3385 sp->remap.req.buf = dma_pool_alloc(ha->purex_dma_pool, in qla_edif_process_els() 3386 GFP_KERNEL, &sp->remap.req.dma); in qla_edif_process_els() 3387 if (!sp->remap.req.buf) { in qla_edif_process_els() 3396 sp->remap.rsp.len = bsg_job->reply_payload.payload_len; in qla_edif_process_els() 3397 sp->remap.rsp.buf = dma_pool_alloc(ha->purex_dma_pool, in qla_edif_process_els() [all …]
|
/Linux-v5.15/include/linux/ |
D | mbus.h | 93 phys_addr_t remap);
|
/Linux-v5.15/drivers/gpu/drm/omapdrm/ |
D | omap_gem.h | 78 bool remap);
|
/Linux-v5.15/include/uapi/linux/ |
D | userfaultfd.h | 112 } remap; member
|