Searched refs:swap (Results 1 - 25 of 52) sorted by relevance

123

/drivers/video/
H A Dpxa168fb.h235 #define CFG_GRA_SWAPRB(swap) ((swap) << 12)
237 #define CFG_GRA_SWAPUV(swap) ((swap) << 11)
239 #define CFG_GRA_SWAPYU(swap) ((swap) << 10)
252 #define CFG_DMA_SWAPRB(swap) ((swap) << 4)
254 #define CFG_DMA_SWAPUV(swap) ((swap) <<
[all...]
/drivers/staging/wlan-ng/
H A Dp80211wep.c199 swap(i, j);
208 swap(i, j);
223 swap(i, j);
278 swap(i, j);
288 swap(i, j);
302 swap(i, j);
/drivers/hid/
H A Dhid-sony.c74 swap(rd[41], rd[42]);
75 swap(rd[43], rd[44]);
76 swap(rd[45], rd[46]);
77 swap(rd[47], rd[48]);
/drivers/i2c/busses/
H A Di2c-puv3.c126 unsigned char swap; local
163 swap = pmsg->buf[0];
165 pmsg->buf[1] = swap;
/drivers/input/touchscreen/
H A Dmc13783_ts.c64 swap(a0, a1); \
66 swap(a1, a2); \
68 swap(a0, a1); \
H A Dsynaptics_i2c_rmi.c194 swap(pos[f][0], pos[f][1]);
449 swap(max_x, max_y);
/drivers/net/fddi/skfp/
H A Dpmf.c219 * DON't swap 320B,320F,3210: they are already swapped in swap_para()
561 const char *swap ; local
641 swap = NULL;
685 swap = "IIIIIIIIIIII" ;
689 swap = "I" ;
691 swap = "II" ;
694 swap = "IIIIIIIIIIIIIIIIIIIIIIII" ;
893 if (!swap)
894 swap = pt->p_swap ; /* pointer to swap strin
1084 const char *swap ; local
[all...]
/drivers/media/video/
H A Dbtcx-risc.c167 struct v4l2_clip swap; local
175 swap = clips[j];
177 clips[j+1] = swap;
/drivers/staging/android/
H A Dlowmemorykiller.c38 #include <linux/swap.h>
/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c439 INIT_LIST_HEAD(&fbo->swap);
555 BUG_ON(!list_empty(&bo->swap));
H A Dttm_tt.c38 #include <linux/swap.h>
348 swap_storage = shmem_file_setup("ttm swap",
352 pr_err("Failed allocating swap storage\n");
H A Dttm_bo.c189 list_add_tail(&bo->swap, &bo->glob->swap_lru);
199 if (!list_empty(&bo->swap)) {
200 list_del_init(&bo->swap);
1208 INIT_LIST_HEAD(&bo->swap);
1789 * A buffer object shrink method that tries to swap out the first
1810 struct ttm_buffer_object, swap);
1823 * to re-check that nobody removed us from the swap-list while
/drivers/xen/
H A Dprivcmd.c18 #include <linux/swap.h>
H A Dxen-selfballoon.c34 * that the kernel swap subsystem assumes swapping occurs to a disk,
54 * systems without a sufficiently large swap device configured; for best
55 * results, it is recommended that total swap be increased by the size
72 #include <linux/swap.h>
145 * transfers pages from the "swap device" (frontswap) back into kernel
/drivers/net/wireless/mwifiex/
H A Dwmm.c240 swap(tmp[j - 1], tmp[j]);
241 swap(priv->wmm.queue_priority[j - 1],
246 swap(priv->wmm.queue_priority[j - 1],
/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c854 swap(_a[0], _b[0]);
855 swap(_a[1], _b[1]);
856 swap(_a[2], _b[2]);
857 swap(_a[3], _b[3]);
/drivers/virtio/
H A Dvirtio_balloon.c24 #include <linux/swap.h>
/drivers/cpufreq/
H A Dlonghaul.c509 swap(longhaul_table[j].frequency,
511 swap(longhaul_table[j].index,
/drivers/atm/
H A Dzatm.c1153 unsigned short cmd,int offset,int swap)
1164 eprom_get_byte(zatm_dev,buf+i+swap,cmd);
1165 eprom_get_byte(zatm_dev,buf+i+1-swap,cmd);
1152 eprom_try_esi(struct atm_dev *dev, unsigned short cmd,int offset,int swap) argument
/drivers/net/ethernet/apple/
H A Dbmac.c176 __u32 swap; local
177 __asm__ volatile ("lwbrx %0,0,%1" : "=r" (swap) : "r" (a));
178 return swap;
/drivers/base/
H A Dnode.c18 #include <linux/swap.h>
/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c391 sdata, wqe->wr.wr.atomic.swap);
/drivers/tty/
H A Dsysrq.c35 #include <linux/swap.h>
/drivers/media/common/
H A Dsaa7146_hlp.c610 vdma1.base_page = sfmt->swap;
726 vdma1.base_page = buf->pt[0].dma | ME1 | sfmt->swap;
/drivers/staging/vme/
H A Dvme.c593 unsigned int compare, unsigned int swap, loff_t offset)
610 return bridge->master_rmw(image, mask, compare, swap, offset);
592 vme_master_rmw(struct vme_resource *resource, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument

Completed in 726 milliseconds

123