/linux-4.1.27/drivers/staging/fbtft/ |
D | fb_ssd1351.c | 74 unsigned remap; in set_var() local 86 remap = 0x60 | (par->bgr << 2); /* Set Colour Depth */ in set_var() 90 write_reg(par, 0xA0, remap | 0x00 | 1<<4); in set_var() 93 write_reg(par, 0xA0, remap | 0x03 | 1<<4); in set_var() 96 write_reg(par, 0xA0, remap | 0x02); in set_var() 99 write_reg(par, 0xA0, remap | 0x01); in set_var()
|
/linux-4.1.27/fs/cifs/ |
D | cifsproto.h | 253 const struct nls_table *nls_codepage, int remap); 256 const struct nls_table *nls_codepage, int remap); 264 const struct nls_table *nls_codepage, int remap); 270 const struct nls_table *nls_codepage, int remap); 276 struct dfs_info3_param **referrals, int remap); 336 int remap); 366 const struct nls_table *nls_codepage, int remap); 370 const struct nls_table *nls_codepage, int remap); 382 const struct nls_table *nls_codepage, int remap); 387 const struct nls_table *nls_codepage, int remap); [all …]
|
D | cifssmb.c | 788 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument 808 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile() 870 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local 881 remap); in CIFSSMBDelFile() 916 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local 928 remap); in CIFSSMBRmDir() 961 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local 973 remap); in CIFSSMBMkDir() 1002 int remap) in CIFSPOSIXCreate() argument 1023 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate() [all …]
|
D | cifs_unicode.c | 595 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16() argument 607 cifsConvertToUTF16(dst, src, strlen(src), cp, remap); in cifs_strndup_to_utf16()
|
D | cifs_unicode.h | 119 int remap);
|
D | connect.c | 1242 vol->remap = true; in cifs_parse_mount_options() 1352 vol->remap = false; /* disable SFM mapping */ in cifs_parse_mount_options() 1358 vol->remap = true; in cifs_parse_mount_options() 1362 vol->remap = false; in cifs_parse_mount_options() 2774 struct dfs_info3_param **referrals, int remap) in get_dfs_path() argument 2803 nls_codepage, remap); in get_dfs_path() 3205 if (pvolume_info->remap) in cifs_setup_cifs_sb()
|
D | cifsglob.h | 468 bool remap:1; /* set to remap seven reserved chars in filenames */ member
|
/linux-4.1.27/arch/arm/plat-orion/include/plat/ |
D | addr-map.h | 41 const int remap; member 50 const u8 attr, const int remap);
|
/linux-4.1.27/arch/arm/kernel/ |
D | patch.c | 55 void __kprobes __patch_text_real(void *addr, unsigned int insn, bool remap) in __patch_text_real() argument 64 if (remap) in __patch_text_real() 79 if (twopage && remap) in __patch_text_real()
|
/linux-4.1.27/drivers/bus/ |
D | mvebu-mbus.c | 176 u64 *remap) in mvebu_mbus_read_window() argument 199 if (remap) { in mvebu_mbus_read_window() 206 *remap = ((u64)remap_hi << 32) | remap_low; in mvebu_mbus_read_window() 208 *remap = 0; in mvebu_mbus_read_window() 303 phys_addr_t remap, u8 target, in mvebu_mbus_setup_window() argument 335 if (remap == MVEBU_MBUS_NO_REMAP) in mvebu_mbus_setup_window() 338 remap_addr = remap; in mvebu_mbus_setup_window() 348 phys_addr_t remap, u8 target, in mvebu_mbus_alloc_window() argument 353 if (remap == MVEBU_MBUS_NO_REMAP) { in mvebu_mbus_alloc_window() 360 size, remap, in mvebu_mbus_alloc_window() [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | twl4030-power.c | 376 u8 remap; in twl4030_configure_resource() local 433 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &remap, in twl4030_configure_resource() 442 remap &= ~OFF_STATE_MASK; in twl4030_configure_resource() 443 remap |= rconfig->remap_off << OFF_STATE_SHIFT; in twl4030_configure_resource() 447 remap &= ~SLEEP_STATE_MASK; in twl4030_configure_resource() 448 remap |= rconfig->remap_sleep << SLEEP_STATE_SHIFT; in twl4030_configure_resource() 452 remap, in twl4030_configure_resource()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | patch.h | 5 void __patch_text_real(void *addr, unsigned int insn, bool remap);
|
/linux-4.1.27/drivers/edac/ |
D | e7xxx_edac.c | 186 u32 remap; in ctl_page_to_phys() local 195 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys() 197 if (remap < pvt->remaplimit) in ctl_page_to_phys() 198 return remap; in ctl_page_to_phys()
|
D | e752x_edac.c | 308 u32 remap; in ctl_page_to_phys() local 319 remap = (page - pvt->tolm) + pvt->remapbase; in ctl_page_to_phys() 321 if (remap < pvt->remaplimit) in ctl_page_to_phys() 322 return remap; in ctl_page_to_phys()
|
/linux-4.1.27/include/linux/ |
D | mbus.h | 70 phys_addr_t remap);
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | PROBLEMS | 18 remap this. E.g.: insmod bttv vidmem=0xfb0 remap=0xfa0
|
D | Insmod-options | 70 remap, card, radio and pll accept up to four comma-separated arguments
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_cpu.h | 145 int cfs_cpt_current(struct cfs_cpt_table *cptab, int remap);
|
/linux-4.1.27/drivers/regulator/ |
D | twl-regulator.c | 49 u8 remap; member 849 .remap = remap_conf, \ 865 .remap = remap_conf, \ 923 .remap = remap_conf, \ 1202 info->remap); in twlreg_probe()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 240 dma_addr_t *paddr, bool remap); 243 bool remap);
|
D | omap_gem.c | 740 dma_addr_t *paddr, bool remap) in omap_gem_get_paddr() argument 748 if (remap && is_shmem(obj) && priv->has_dmm) { in omap_gem_get_paddr() 903 bool remap) in omap_gem_get_pages() argument 906 if (!remap) { in omap_gem_get_pages()
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 12 remap DMA requests and/or remap interrupts from other devices on the 59 PAMU can authorize memory access, remap the memory address, and remap I/O
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_cpu.c | 187 cfs_cpt_current(struct cfs_cpt_table *cptab, int remap) in cfs_cpt_current() argument
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-mvebu.c | 319 phys_addr_t remap) in mvebu_pcie_add_windows() argument 328 sz, remap); in mvebu_pcie_add_windows() 343 if (remap != MVEBU_MBUS_NO_REMAP) in mvebu_pcie_add_windows() 344 remap += sz; in mvebu_pcie_add_windows()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig-nommu | 47 If your CPU provides a remap facility which allows the exception
|
D | Kconfig.debug | 503 that remap the internal registers at 0xf1000000. 518 that remap the internal registers at 0xf1000000.
|
/linux-4.1.27/Documentation/fb/ |
D | vesafb.txt | 164 remap 'n' MiB of video RAM. If 0 or not specified, remap memory
|
D | uvesafb.txt | 93 Remap 'n' MiB of video RAM. If 0 or not specified, remap memory
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 1175 struct nvbios_M0209S remap; member 1193 struct nvbios_M0209S *remap = &train->remap; in gk104_ram_train_type() local 1233 remap))) in gk104_ram_train_type() 1237 value->data[i] = remap->data[value->data[i]]; in gk104_ram_train_type()
|
/linux-4.1.27/Documentation/acpi/ |
D | video_extension.txt | 70 the keyboard driver as a key type input event, with proper remap, the
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 539 cfs_cpt_current(struct cfs_cpt_table *cptab, int remap) in cfs_cpt_current() argument 545 if (!remap) in cfs_cpt_current()
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 254 remapped to the new set of allowed nodes. That remap may not 260 With this flag, the remap is done so that the node numbers from 271 then the remap wraps around to the beginning of the nodemask and, 286 policy is intended to manage. Let the kernel then remap to the
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
D | pinctrl-nomadik-db8540.c | 899 DB8540_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1"); 970 FUNCTION(remap),
|
D | pinctrl-nomadik-db8500.c | 895 DB8500_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1"); 954 FUNCTION(remap),
|
/linux-4.1.27/Documentation/ |
D | bus-virt-phys-mapping.txt | 155 * remap framebuffer PCI memory area at 0xFC000000,
|
/linux-4.1.27/tools/perf/util/ |
D | session.c | 1347 remap: in __perf_session__process_events() 1374 goto remap; in __perf_session__process_events()
|
/linux-4.1.27/drivers/md/ |
D | dm-thin.c | 563 static void remap(struct thin_c *tc, struct bio *bio, dm_block_t block) in remap() function 638 remap(tc, bio, block); in remap_and_issue() 2358 remap(tc, bio, result.block); in thin_bio_map()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 51 ;; slightly different. The bug is that you can't remap bit 31 of
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | pci.c | 686 goto remap; in _rtl_pci_init_one_rxdesc() 692 remap: in _rtl_pci_init_one_rxdesc()
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 128 Since we cannot remap, we have two additional constraints:
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 244 servers can remap such characters when an explicit mapping is specified in 473 to the remap range (above 0xF000), which also
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 191 input layer support accepts the standard IOCTLs to remap the keycodes 359 used as a helper to remap keys, only. They are particularly useful when
|