Home
last modified time | relevance | path

Searched refs:remap (Results 1 – 46 of 46) sorted by relevance

/linux-4.4.14/drivers/staging/fbtft/
Dfb_ssd1351.c69 unsigned remap; in set_var() local
79 remap = 0x60 | (par->bgr << 2); /* Set Colour Depth */ in set_var()
83 write_reg(par, 0xA0, remap | 0x00 | 1<<4); in set_var()
86 write_reg(par, 0xA0, remap | 0x03 | 1<<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-4.4.14/fs/cifs/
Dcifsproto.h251 const struct nls_table *nls_codepage, int remap);
254 const struct nls_table *nls_codepage, int remap);
262 const struct nls_table *nls_codepage, int remap);
268 const struct nls_table *nls_codepage, int remap);
274 struct dfs_info3_param **referrals, int remap);
334 int remap);
364 const struct nls_table *nls_codepage, int remap);
368 const struct nls_table *nls_codepage, int remap);
380 const struct nls_table *nls_codepage, int remap);
385 const struct nls_table *nls_codepage, int remap);
[all …]
Dcifssmb.c789 const struct nls_table *nls_codepage, int remap) in CIFSPOSIXDelFile() argument
809 PATH_MAX, nls_codepage, remap); in CIFSPOSIXDelFile()
871 int remap = cifs_remap(cifs_sb); in CIFSSMBDelFile() local
882 remap); in CIFSSMBDelFile()
917 int remap = cifs_remap(cifs_sb); in CIFSSMBRmDir() local
929 remap); in CIFSSMBRmDir()
962 int remap = cifs_remap(cifs_sb); in CIFSSMBMkDir() local
974 remap); in CIFSSMBMkDir()
1003 int remap) in CIFSPOSIXCreate() argument
1024 PATH_MAX, nls_codepage, remap); in CIFSPOSIXCreate()
[all …]
Dcifs_unicode.c595 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()
Dcifs_unicode.h119 int remap);
Dconnect.c1259 vol->remap = true; in cifs_parse_mount_options()
1369 vol->remap = false; /* disable SFM mapping */ in cifs_parse_mount_options()
1375 vol->remap = true; in cifs_parse_mount_options()
1379 vol->remap = false; in cifs_parse_mount_options()
2855 struct dfs_info3_param **referrals, int remap) in get_dfs_path() argument
2884 nls_codepage, remap); in get_dfs_path()
3286 if (pvolume_info->remap) in cifs_setup_cifs_sb()
Dcifsglob.h477 bool remap:1; /* set to remap seven reserved chars in filenames */ member
/linux-4.4.14/arch/arm/plat-orion/include/plat/
Daddr-map.h41 const int remap; member
50 const u8 attr, const int remap);
/linux-4.4.14/arch/arm/kernel/
Dpatch.c55 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.4.14/drivers/bus/
Dmvebu-mbus.c203 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-4.4.14/Documentation/DocBook/
Dtracepoint.xml.db25 API-trace-block-bio-remap
26 API-trace-block-rq-remap
Dsh.xml.db2 API-sq-remap
Dkernel-api.xml.db123 API-bitmap-remap
212 API-remap-pfn-range
231 API-remap-vmalloc-range-partial
232 API-remap-vmalloc-range
707 API-blk-add-trace-bio-remap
708 API-blk-add-trace-rq-remap
/linux-4.4.14/drivers/mfd/
Dtwl4030-power.c379 u8 remap; in twl4030_configure_resource() local
436 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &remap, in twl4030_configure_resource()
445 remap &= ~OFF_STATE_MASK; in twl4030_configure_resource()
446 remap |= rconfig->remap_off << OFF_STATE_SHIFT; in twl4030_configure_resource()
450 remap &= ~SLEEP_STATE_MASK; in twl4030_configure_resource()
451 remap |= rconfig->remap_sleep << SLEEP_STATE_SHIFT; in twl4030_configure_resource()
455 remap, in twl4030_configure_resource()
/linux-4.4.14/arch/arm/include/asm/
Dpatch.h5 void __patch_text_real(void *addr, unsigned int insn, bool remap);
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dssd1307fb.txt19 - solomon,segment-no-remap: Display needs normal (non-inverted) data column
22 - solomon,com-lrremap: Display uses left-right COM pin remap
/linux-4.4.14/drivers/edac/
De7xxx_edac.c186 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()
De752x_edac.c308 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.4.14/include/linux/
Dmbus.h75 phys_addr_t remap);
/linux-4.4.14/Documentation/video4linux/bttv/
DPROBLEMS18 remap this. E.g.: insmod bttv vidmem=0xfb0 remap=0xfa0
DInsmod-options70 remap, card, radio and pll accept up to four comma-separated arguments
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_cpu.h145 int cfs_cpt_current(struct cfs_cpt_table *cptab, int remap);
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_drv.h213 dma_addr_t *paddr, bool remap);
216 bool remap);
Domap_gem.c740 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()
901 bool remap) in omap_gem_get_pages() argument
904 if (!remap) { in omap_gem_get_pages()
/linux-4.4.14/drivers/regulator/
Dtwl-regulator.c49 u8 remap; member
849 .remap = remap_conf, \
865 .remap = remap_conf, \
923 .remap = remap_conf, \
1202 info->remap); in twlreg_probe()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_cpu.c187 cfs_cpt_current(struct cfs_cpt_table *cptab, int remap) in cfs_cpt_current() argument
/linux-4.4.14/drivers/iommu/
DKconfig12 remap DMA requests and/or remap interrupts from other devices on the
66 PAMU can authorize memory access, remap the memory address, and remap I/O
/linux-4.4.14/arch/arm/
DKconfig-nommu47 If your CPU provides a remap facility which allows the exception
DKconfig.debug526 that remap the internal registers at 0xf1000000.
541 that remap the internal registers at 0xf1000000.
/linux-4.4.14/drivers/pci/host/
Dpci-mvebu.c351 phys_addr_t remap) in mvebu_pcie_add_windows() argument
360 sz, remap); in mvebu_pcie_add_windows()
375 if (remap != MVEBU_MBUS_NO_REMAP) in mvebu_pcie_add_windows()
376 remap += sz; in mvebu_pcie_add_windows()
/linux-4.4.14/Documentation/fb/
Dvesafb.txt164 remap 'n' MiB of video RAM. If 0 or not specified, remap memory
Duvesafb.txt93 Remap 'n' MiB of video RAM. If 0 or not specified, remap memory
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgk104.c1254 struct nvbios_M0209S remap; member
1272 struct nvbios_M0209S *remap = &train->remap; in gk104_ram_train_type() local
1312 remap))) in gk104_ram_train_type()
1316 value->data[i] = remap->data[value->data[i]]; in gk104_ram_train_type()
/linux-4.4.14/Documentation/acpi/
Dvideo_extension.txt70 the keyboard driver as a key type input event, with proper remap, the
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c539 cfs_cpt_current(struct cfs_cpt_table *cptab, int remap) in cfs_cpt_current() argument
545 if (!remap) in cfs_cpt_current()
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt254 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.4.14/drivers/pinctrl/nomadik/
Dpinctrl-nomadik-db8540.c877 DB8540_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1");
948 FUNCTION(remap),
Dpinctrl-nomadik-db8500.c876 DB8500_FUNC_GROUPS(remap, "remap0_oc1_1", "remap1_oc1_1");
935 FUNCTION(remap),
/linux-4.4.14/Documentation/
Dbus-virt-phys-mapping.txt155 * remap framebuffer PCI memory area at 0xFC000000,
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dhead.S51 ;; slightly different. The bug is that you can't remap bit 31 of
/linux-4.4.14/tools/perf/util/
Dsession.c1601 remap: in __perf_session__process_events()
1628 goto remap; in __perf_session__process_events()
/linux-4.4.14/drivers/md/
Ddm-thin.c676 static void remap(struct thin_c *tc, struct bio *bio, dm_block_t block) in remap() function
751 remap(tc, bio, block); in remap_and_issue()
2608 remap(tc, bio, result.block); in thin_bio_map()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dpci.c686 goto remap; in _rtl_pci_init_one_rxdesc()
692 remap: in _rtl_pci_init_one_rxdesc()
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt128 Since we cannot remap, we have two additional constraints:
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME244 servers can remap such characters when an explicit mapping is specified in
473 to the remap range (above 0xF000), which also
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt191 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