Searched refs:map (Results 151 - 175 of 484) sorted by relevance

1234567891011>>

/drivers/media/rc/keymaps/
H A Drc-pixelview.c13 #include <media/rc-map.h>
61 .map = {
H A Drc-powercolor-real-angel.c13 #include <media/rc-map.h>
60 .map = {
H A Drc-proteus-2309.c13 #include <media/rc-map.h>
48 .map = {
H A Drc-purpletv.c13 #include <media/rc-map.h>
60 .map = {
H A Drc-pv951.c13 #include <media/rc-map.h>
57 .map = {
H A Drc-real-audio-220-32-keys.c13 #include <media/rc-map.h>
57 .map = {
H A Drc-streamzap.c12 #include <media/rc-map.h>
61 .map = {
H A Drc-tbs-nec.c13 #include <media/rc-map.h>
54 .map = {
H A Drc-technisat-usb2.c32 #include <media/rc-map.h>
72 .map = {
H A Drc-terratec-slim.c21 #include <media/rc-map.h>
58 .map = {
H A Drc-tivo.c11 #include <media/rc-map.h>
77 .map = {
H A Drc-total-media-in-hand.c21 #include <media/rc-map.h>
64 .map = {
H A Drc-trekstor.c21 #include <media/rc-map.h>
59 .map = {
H A Drc-tt-1500.c13 #include <media/rc-map.h>
61 .map = {
H A Drc-videomate-s350.c13 #include <media/rc-map.h>
64 .map = {
H A Drc-videomate-tv-pvr.c13 #include <media/rc-map.h>
66 .map = {
H A Drc-winfast-usbii-deluxe.c13 #include <media/rc-map.h>
61 .map = {
/drivers/pnp/
H A Dsupport.c144 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR))
149 if (test_bit(i, irq->map.bits))
163 if (!dma->map)
168 if (dma->map & (1 << i))
174 "flags %#x", dma->map, dma->flags);
/drivers/infiniband/hw/qib/
H A Dqib_keys.c193 while (off >= mr->map[m]->segs[n].length) {
194 off -= mr->map[m]->segs[n].length;
203 isge->vaddr = mr->map[m]->segs[n].vaddr + off;
204 isge->length = mr->map[m]->segs[n].length - off;
287 while (off >= mr->map[m]->segs[n].length) {
288 off -= mr->map[m]->segs[n].length;
297 sge->vaddr = mr->map[m]->segs[n].vaddr + off;
298 sge->length = mr->map[m]->segs[n].length - off;
348 mr->map[m]->segs[n].vaddr = (void *) page_list[i];
349 mr->map[
[all...]
/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c51 void __iomem *map; member in struct:fsl_pq_mdio_priv
257 void __iomem *map; local
295 map = ioremap(addr, size);
296 if (!map) {
300 priv->map = map;
306 map -= offsetof(struct fsl_pq_mdio, miimcfg);
307 regs = map;
380 iounmap(priv->map);
399 iounmap(priv->map);
[all...]
/drivers/power/
H A Dtest_power.c230 static int map_get_value(struct battery_property_map *map, const char *key, argument
243 while (map->key) {
244 if (strncasecmp(map->key, buf, MAX_KEYLENGTH) == 0)
245 return map->value;
246 map++;
253 static const char *map_get_key(struct battery_property_map *map, int value, argument
256 while (map->key) {
257 if (map->value == value)
258 return map->key;
259 map
[all...]
/drivers/input/
H A Dsparse-keymap.c176 struct key_entry *map, *entry; local
183 map = kcalloc(map_size, sizeof (struct key_entry), GFP_KERNEL);
184 if (!map)
187 memcpy(map, keymap, map_size * sizeof (struct key_entry));
190 entry = &map[i];
218 dev->keycode = map;
226 kfree(map);
/drivers/media/video/ivtv/
H A Divtv-udma.c52 if (PageHighMem(dma->map[map_offset])) {
60 src = kmap_atomic(dma->map[map_offset], KM_BOUNCE_READ) + offset;
67 sg_set_page(&dma->SGlist[map_offset], dma->map[map_offset], len, offset);
129 user_dma.uaddr, user_dma.page_count, 0, 1, dma->map, NULL);
133 IVTV_DEBUG_WARN("failed to map user pages, returned %d instead of %d\n",
137 put_page(dma->map[i]);
148 put_page(dma->map[i]);
188 put_page(dma->map[i]);
/drivers/video/console/
H A Dtileblit.c133 struct fb_tilemap map; local
144 map.width = vc->vc_font.width;
145 map.height = vc->vc_font.height;
146 map.depth = 1;
147 map.length = (ops->p->userfont) ?
149 map.data = ops->p->fontdata;
150 info->tileops->fb_settile(info, &map);
/drivers/misc/
H A Dhmc6352.c43 const char *map)
51 if (val >= strlen(map))
54 ret = compass_command(c, map[val]);
42 compass_store(struct device *dev, const char *buf, size_t count, const char *map) argument

Completed in 291 milliseconds

1234567891011>>