Searched refs:map (Results 101 - 125 of 2546) sorted by path

1234567891011>>

/linux-master/include/linux/mfd/
H A Dstw481x.h44 * @map: regmap handle to access device registers
48 struct regmap *map; member in struct:stw481x
/linux-master/include/linux/
H A Dmmiotrace.h109 extern void mmio_trace_mapping(struct mmiotrace_map *map);
H A Dsvga.h109 void svga_settile(struct fb_info *info, struct fb_tilemap *map);
/linux-master/include/linux/mtd/
H A Dcfi_endian.h27 #define cpu_to_cfi8(map, x) (x)
28 #define cfi8_to_cpu(map, x) (x)
29 #define cpu_to_cfi16(map, x) _cpu_to_cfi(16, (map)->swap, (x))
30 #define cpu_to_cfi32(map, x) _cpu_to_cfi(32, (map)->swap, (x))
31 #define cpu_to_cfi64(map, x) _cpu_to_cfi(64, (map)->swap, (x))
32 #define cfi16_to_cpu(map, x) _cfi_to_cpu(16, (map)
[all...]
H A Dgen_probe.h11 #include <linux/mtd/map.h>
17 int (*probe_chip)(struct map_info *map, __u32 base,
21 struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp);
H A Dmap.h22 #define map_bankwidth(map) 1
23 #define map_bankwidth_is_1(map) (map_bankwidth(map) == 1)
24 #define map_bankwidth_is_large(map) (0)
25 #define map_words(map) (1)
28 #define map_bankwidth_is_1(map) (0)
34 # define map_bankwidth(map) ((map)->bankwidth)
36 # define map_bankwidth(map) 2
37 # define map_bankwidth_is_large(map) (
129 map_bankwidth(void *map) argument
321 map_word_load(struct map_info *map, const void *ptr) argument
343 map_word_load_partial(struct map_info *map, map_word orig, const unsigned char *buf, int start, int len) argument
373 map_word_ff(struct map_info *map) argument
389 inline_map_read(struct map_info *map, unsigned long ofs) argument
411 inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs) argument
430 inline_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
438 inline_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/linux-master/include/net/sctp/
H A Dtsnmap.h87 void sctp_tsnmap_free(struct sctp_tsnmap *map);
102 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn);
105 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) argument
107 return map->cumulative_tsn_ack_point;
111 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) argument
113 return map->max_tsn_seen;
117 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) argument
119 return map->num_dup_tsns;
123 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) argument
125 map
137 sctp_tsnmap_has_gap(const struct sctp_tsnmap *map) argument
145 sctp_tsnmap_mark_dup(struct sctp_tsnmap *map, __u32 tsn) argument
[all...]
/linux-master/include/pcmcia/
H A Dss.h85 u_char map; member in struct:pccard_io_map
92 u_char map; member in struct:pccard_mem_map
/linux-master/include/sound/
H A Dhda_chmap.h27 * Helpers for producing the channel map TLVs. These can be overridden
67 bool non_pcm, unsigned char *map);
71 int channels, unsigned char *map,
/linux-master/lib/
H A Diommu-helper.c9 unsigned long iommu_area_alloc(unsigned long *map, unsigned long size, argument
19 index = bitmap_find_next_zero_area(map, size, start, nr, align_mask);
25 bitmap_set(map, index, nr);
/linux-master/scripts/
H A Dinsert-sys-cert.c10 * Usage: insert-sys-cert [-s <System.map> -b <vmlinux> -c <certfile>
204 void *map; local
218 map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
219 if (map == MAP_FAILED) {
225 return map;
270 printf("Usage %s [-s <System.map>] -b <vmlinux> -c <certfile>\n", e);
350 err("Please provide a System.map file.\n");
367 warn("System.map is ignored.\n");
/linux-master/sound/pci/oxygen/
H A Doxygen_io.c218 void oxygen_write_i2c(struct oxygen *chip, u8 device, u8 map, u8 data) argument
223 oxygen_write8(chip, OXYGEN_2WIRE_MAP, map);
/linux-master/tools/build/
H A Dfixdep.c47 static void parse_dep_file(void *map, size_t len) argument
49 char *m = map;
125 void *map; local
143 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
144 if ((long) map == -1) {
150 parse_dep_file(map, st.st_size);
152 munmap(map, st.st_size);
/linux-master/tools/perf/ui/browsers/
H A Dmap.h4 struct map;
6 int map__browse(struct map *map);
/linux-master/tools/testing/radix-tree/
H A Dbitmap.c5 void bitmap_clear(unsigned long *map, unsigned int start, int len) argument
7 unsigned long *p = map + BIT_WORD(start);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c95 unsigned int *map; local
99 map = malloc(pages * 4);
100 assert(map);
107 map[i] = (0x40000000 >> (((i + 1) * 2) % 32)) |
111 err = syscall(__NR_subpage_prot, addr, size, map);
116 free(map);
211 perror("failed to map file");
217 printf("testing file map...\n");
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py42 categories = set(map(lambda x: x['category'], testlist))
/linux-master/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs216 map {
/linux-master/
H A DMakefile1003 KBUILD_CPPFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
1073 # INSTALL_PATH specifies where to place the updated kernel and system map
1572 @echo ' (requires a recent binutils and recent build (System.map))'
/linux-master/arch/alpha/include/asm/
H A Dhwrpb.h135 /* virtual->physical map */
138 struct vf_map_struct map[1]; member in struct:crb_struct
/linux-master/arch/alpha/kernel/
H A Dpci_iommu.c14 #include <linux/dma-map-ops.h>
248 /* First check to see if we can use the direct map window. */
411 /* Allocate and map kernel buffer using consistent mode DMA for PCI
548 fall into the direct-map window, use it. */
580 /* If we attempted a direct map above but failed, die. */
666 /* Second, figure out where we're going to map things. */
801 /* If there exists a direct map, and the mask fits either
803 shifted by the map base */
/linux-master/arch/alpha/lib/
H A Dev6-divide.S176 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
182 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
187 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
238 cmovlt $24,$28,$24 /* abs($24) */ # E : Latency 2, extra map slot
244 cmovlt $25,$28,$25 /* abs($25) */ # E : Latency 2, extra map slot
255 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
H A Dev6-memchr.S107 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
112 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
117 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
H A Dev6-memcpy.S118 cmovlt $2, $1, $7 # E : Latency 2, extra map slot - Use
H A Dev67-strrchr.S69 nop # : Latency=2, extra map slot (keep nop with cmov)
72 cmovne t3, t3, t8 # E : Latency=2, extra map slot
90 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot

Completed in 323 milliseconds

1234567891011>>