/drivers/video/ |
D | pxa168fb.h | 235 #define CFG_GRA_SWAPRB(swap) ((swap) << 12) argument 237 #define CFG_GRA_SWAPUV(swap) ((swap) << 11) argument 239 #define CFG_GRA_SWAPYU(swap) ((swap) << 10) argument 252 #define CFG_DMA_SWAPRB(swap) ((swap) << 4) argument 254 #define CFG_DMA_SWAPUV(swap) ((swap) << 3) argument 256 #define CFG_DMA_SWAPYU(swap) ((swap) << 2) argument
|
/drivers/staging/wlan-ng/ |
D | p80211wep.c | 199 swap(i, j); in wep_decrypt() 208 swap(i, j); in wep_decrypt() 223 swap(i, j); in wep_decrypt() 278 swap(i, j); in wep_encrypt() 288 swap(i, j); in wep_encrypt() 302 swap(i, j); in wep_encrypt()
|
/drivers/hid/ |
D | hid-sony.c | 74 swap(rd[41], rd[42]); in sony_raw_event() 75 swap(rd[43], rd[44]); in sony_raw_event() 76 swap(rd[45], rd[46]); in sony_raw_event() 77 swap(rd[47], rd[48]); in sony_raw_event()
|
/drivers/staging/zcache/ |
D | Kconfig | 2 bool "Dynamic compression of swap pages and clean pagecache pages" 13 memory to store clean page cache pages and swap in RAM,
|
/drivers/staging/ramster/ |
D | Kconfig | 9 dynamically and symmetrically instead of swapping to a local swap 12 zcache, compresses swap pages into local RAM, but then remotifies
|
/drivers/net/fddi/skfp/ |
D | pmf.c | 561 const char *swap ; in smt_add_para() local 641 swap = NULL; in smt_add_para() 685 swap = "IIIIIIIIIIII" ; in smt_add_para() 689 swap = "I" ; in smt_add_para() 691 swap = "II" ; in smt_add_para() 694 swap = "IIIIIIIIIIIIIIIIIIIIIIII" ; in smt_add_para() 893 if (!swap) in smt_add_para() 894 swap = pt->p_swap ; /* pointer to swap string */ in smt_add_para() 899 while ((c = *swap++)) { in smt_add_para() 1084 const char *swap ; in smt_set_para() local [all …]
|
/drivers/i2c/busses/ |
D | i2c-puv3.c | 126 unsigned char swap; in puv3_i2c_xfer() local 163 swap = pmsg->buf[0]; in puv3_i2c_xfer() 165 pmsg->buf[1] = swap; in puv3_i2c_xfer()
|
/drivers/input/touchscreen/ |
D | mc13783_ts.c | 64 swap(a0, a1); \ 66 swap(a1, a2); \ 68 swap(a0, a1); \
|
D | synaptics_i2c_rmi.c | 194 swap(pos[f][0], pos[f][1]); in synaptics_ts_work_func() 449 swap(max_x, max_y); in synaptics_ts_probe()
|
/drivers/media/video/ |
D | btcx-risc.c | 167 struct v4l2_clip swap; in btcx_sort_clips() local 175 swap = clips[j]; in btcx_sort_clips() 177 clips[j+1] = swap; in btcx_sort_clips()
|
/drivers/staging/zram/ |
D | Kconfig | 16 It has several use cases, for example: /tmp storage, use as swap
|
D | zram.txt | 12 use as swap disks, various caches under /var and maybe many more :)
|
/drivers/staging/omapdrm/ |
D | TODO | 10 of interest in case you have a swap partition/file.. which a lot of
|
/drivers/s390/block/ |
D | Kconfig | 10 or zSeries as a disk. This is useful as a _fast_ swap device if you
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 439 INIT_LIST_HEAD(&fbo->swap); in ttm_buffer_object_transfer() 555 BUG_ON(!list_empty(&bo->swap)); in ttm_bo_kmap()
|
D | ttm_bo.c | 189 list_add_tail(&bo->swap, &bo->glob->swap_lru); in ttm_bo_add_to_lru() 199 if (!list_empty(&bo->swap)) { in ttm_bo_del_from_lru() 200 list_del_init(&bo->swap); in ttm_bo_del_from_lru() 1208 INIT_LIST_HEAD(&bo->swap); in ttm_bo_init() 1810 struct ttm_buffer_object, swap); in ttm_bo_swapout()
|
/drivers/net/wireless/mwifiex/ |
D | wmm.c | 240 swap(tmp[j - 1], tmp[j]); in mwifiex_wmm_setup_queue_priorities() 241 swap(priv->wmm.queue_priority[j - 1], in mwifiex_wmm_setup_queue_priorities() 246 swap(priv->wmm.queue_priority[j - 1], in mwifiex_wmm_setup_queue_priorities()
|
/drivers/cpufreq/ |
D | longhaul.c | 509 swap(longhaul_table[j].frequency, in longhaul_get_ranges() 511 swap(longhaul_table[j].index, in longhaul_get_ranges()
|
/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 854 swap(_a[0], _b[0]); in gfar_swap() 855 swap(_a[1], _b[1]); in gfar_swap() 856 swap(_a[2], _b[2]); in gfar_swap() 857 swap(_a[3], _b[3]); in gfar_swap()
|
/drivers/net/ethernet/apple/ |
D | bmac.c | 176 __u32 swap; in dbdma_ld32() local 177 __asm__ volatile ("lwbrx %0,0,%1" : "=r" (swap) : "r" (a)); in dbdma_ld32() 178 return swap; in dbdma_ld32()
|
/drivers/staging/vme/ |
D | vme_api.txt | 167 unsigned int mask, unsigned int compare, unsigned int swap, 172 the value of swap is written the specified offset.
|
D | vme.c | 593 unsigned int compare, unsigned int swap, loff_t offset) in vme_master_rmw() argument 610 return bridge->master_rmw(image, mask, compare, swap, offset); in vme_master_rmw()
|
/drivers/media/common/ |
D | saa7146_hlp.c | 610 vdma1.base_page = sfmt->swap; in saa7146_set_position() 726 vdma1.base_page = buf->pt[0].dma | ME1 | sfmt->swap; in calculate_video_dma_grab_packed()
|
/drivers/atm/ |
D | zatm.c | 1153 unsigned short cmd,int offset,int swap) in eprom_try_esi() argument 1164 eprom_get_byte(zatm_dev,buf+i+swap,cmd); in eprom_try_esi() 1165 eprom_get_byte(zatm_dev,buf+i+1-swap,cmd); in eprom_try_esi()
|
/drivers/xen/ |
D | Kconfig | 27 large swap device should not enable self-ballooning.
|