Searched refs:map (Results 426 - 450 of 2546) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/rc/keymaps/
H A Drc-beelink-mxiii.c7 #include <media/rc-map.h>
35 .map = {
H A Drc-evga-indtube.c8 #include <media/rc-map.h>
35 .map = {
H A Drc-geekbox.c8 #include <media/rc-map.h>
27 .map = {
H A Drc-alink-dtu-m.c8 #include <media/rc-map.h>
34 .map = {
H A Drc-astrometa-t2hybrid.c8 #include <media/rc-map.h>
42 .map = {
H A Drc-dtt200u.c7 #include <media/rc-map.h>
33 .map = {
H A Drc-odroid.c5 #include <media/rc-map.h>
32 .map = {
H A Drc-msi-digivox-ii.c8 #include <media/rc-map.h>
33 .map = {
H A Drc-minix-neo.c5 #include <media/rc-map.h>
33 .map = {
H A Drc-wetek-hub.c4 #include <media/rc-map.h>
31 .map = {
H A Drc-vega-s9x.c5 #include <media/rc-map.h>
32 .map = {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt.h24 #define xe_pt_write(xe, map, idx, data) \
25 xe_map_wr(xe, map, (idx) * sizeof(u64), u64, data)
/linux-master/drivers/auxdisplay/
H A Dline-display.h35 * @map: conversion character mapping
36 * @size: size of the @map
43 } map; member in struct:linedisp_map
74 struct linedisp_map *map; member in struct:linedisp
/linux-master/drivers/rtc/
H A Drtc-pcf2123.c109 struct regmap *map; member in struct:pcf2123_data
126 ret = regmap_read(pcf2123->map, PCF2123_REG_OFFSET, &reg);
172 return regmap_write(pcf2123->map, PCF2123_REG_OFFSET, (unsigned int)reg);
181 ret = regmap_bulk_read(pcf2123->map, PCF2123_REG_SC, rxbuf,
213 ret = regmap_write(pcf2123->map, PCF2123_REG_CTRL1, CTRL1_STOP);
226 ret = regmap_bulk_write(pcf2123->map, PCF2123_REG_SC, txbuf,
232 ret = regmap_write(pcf2123->map, PCF2123_REG_CTRL1, CTRL1_CLEAR);
243 return regmap_update_bits(pcf2123->map, PCF2123_REG_CTRL2, CTRL2_AIE,
254 ret = regmap_bulk_read(pcf2123->map, PCF2123_REG_ALRM_MN, rxbuf,
266 ret = regmap_read(pcf2123->map, PCF2123_REG_CTRL
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv50.c52 void *map; member in struct:nv50_instobj
105 iowrite32_native(data, nv50_instobj(memory)->map + offset);
111 return ioread32_native(nv50_instobj(memory)->map + offset);
133 /* Attempt to allocate BAR2 address-space and map the object
152 emap = eobj->map;
153 eobj->map = NULL;
175 iobj->map = ioremap_wc(device->func->resource_addr(device, 3) +
177 if (!iobj->map) {
203 * unmapping it here, in case we need to map it again later.
205 if (likely(iobj->lru.next) && iobj->map) {
222 void __iomem *map = NULL; local
322 void *map; local
[all...]
/linux-master/drivers/mtd/maps/
H A Duclinux.c21 #include <linux/mtd/map.h>
57 struct map_info *map = mtd->priv; local
58 *virt = map->virt + from;
60 *phys = map->phys + from;
/linux-master/drivers/mtd/devices/
H A Dslram.c12 modprobe slram map=<name>,<start>,<end/offset>
22 With slram it's only possible to map a contiguous memory region. Therefore
66 static char *map[SLRAM_MAX_DEVICES_PARAMS]; variable
68 module_param_array(map, charp, NULL, 0);
69 MODULE_PARM_DESC(map, "List of memory regions to map. \"map=<name>, <start>, <length / end>\"");
71 static char *map; variable
269 map = str;
285 if (!map) {
[all...]
/linux-master/sound/soc/codecs/
H A Dadau7118.h8 /* register map */
22 int adau7118_probe(struct device *dev, struct regmap *map, bool hw_mode);
/linux-master/drivers/clk/versatile/
H A Dclk-icst.h40 struct regmap *map,
/linux-master/arch/arm/mach-s3c/
H A Dmach-s3c64xx-dt.c8 #include <asm/mach/map.h>
12 #include "map.h"
/linux-master/arch/microblaze/mm/
H A Dconsistent.c14 #include <linux/dma-map-ops.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dumem.h19 void *map; member in union:nvkm_umem::__anon102
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtimer_mim.c39 static int timer_cb1(void *map, int *key, struct hmap_elem *val);
41 static int timer_cb2(void *map, int *key, struct hmap_elem *val) argument
51 /* callback for inner hash map */
52 static int timer_cb1(void *map, int *key, struct hmap_elem *val) argument
58 /* Do a lookup to make sure 'map' and 'key' pointers are correct */
59 bpf_map_lookup_elem(map, key);
/linux-master/include/uapi/linux/
H A Dmap_to_14segment.h31 * Register a map variable, and fill it with a character set:
39 * In device drivers it is recommended, if required, to make the char map
85 static __inline__ int map_to_seg14(struct seg14_conversion_map *map, int c) argument
87 if (c < 0 || c >= sizeof(map->table) / sizeof(map->table[0]))
90 return __be16_to_cpu(map->table[c]);
/linux-master/drivers/gpu/host1x/
H A Djob.h38 struct host1x_bo_mapping *map; member in struct:host1x_job_unpin_data

Completed in 618 milliseconds

<<11121314151617181920>>