/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_dmabuf.c | 201 struct ttm_place place; in vmw_dmabuf_to_start_of_vram() local 205 place = vmw_vram_ne_placement.placement[0]; in vmw_dmabuf_to_start_of_vram() 207 place = vmw_vram_placement.placement[0]; in vmw_dmabuf_to_start_of_vram() 208 place.lpfn = bo->num_pages; in vmw_dmabuf_to_start_of_vram() 211 placement.placement = &place; in vmw_dmabuf_to_start_of_vram() 213 placement.busy_placement = &place; in vmw_dmabuf_to_start_of_vram()
|
D | vmwgfx_gmrid_manager.c | 49 const struct ttm_place *place, in vmw_gmrid_man_get_node() argument
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 57 static inline int ttm_mem_type_from_place(const struct ttm_place *place, in ttm_mem_type_from_place() argument 63 if (place->flags & (1 << i)) { in ttm_mem_type_from_place() 712 const struct ttm_place *place, in ttm_mem_evict_first() argument 725 if (place && (place->fpfn || place->lpfn)) { in ttm_mem_evict_first() 729 if (place->fpfn >= (bo->mem.start + bo->mem.size) || in ttm_mem_evict_first() 730 (place->lpfn && place->lpfn <= bo->mem.start)) { in ttm_mem_evict_first() 784 const struct ttm_place *place, in ttm_bo_mem_force_space() argument 794 ret = (*man->func->get_node)(man, bo, place, mem); in ttm_bo_mem_force_space() 799 ret = ttm_mem_evict_first(bdev, mem_type, place, in ttm_bo_mem_force_space() 837 const struct ttm_place *place, in ttm_bo_mt_compatible() argument [all …]
|
D | ttm_bo_manager.c | 52 const struct ttm_place *place, in ttm_bo_man_get_node() argument 62 lpfn = place->lpfn; in ttm_bo_man_get_node() 70 if (place->flags & TTM_PL_FLAG_TOPDOWN) in ttm_bo_man_get_node() 76 place->fpfn, lpfn, in ttm_bo_man_get_node()
|
/drivers/staging/iio/ |
D | TODO | 64 Initial discussions have taken place, but no actual code 65 is in place as yet. This topic will be reopened on lkml
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 75 const struct ttm_place *place, in nouveau_vram_manager_new() argument 161 const struct ttm_place *place, in nouveau_gart_manager_new() argument 241 const struct ttm_place *place, in nv04_gart_manager_new() argument
|
/drivers/hwmon/ |
D | k8temp.c | 118 int place = attr->index; in show_temp() local 125 temp = TEMP_FROM_REG(data->temp[core][place]) + data->temp_offset; in show_temp()
|
/drivers/gpu/ipu-v3/ |
D | ipu-dp.c | 139 u32 place) in ipu_dp_csc_init() argument 171 reg |= place; in ipu_dp_csc_init()
|
/drivers/net/ethernet/ti/ |
D | tlan.c | 3140 u8 place; in tlan_ee_send_byte() local 3147 for (place = 0x80; place != 0; place >>= 1) { in tlan_ee_send_byte() 3148 if (place & data) in tlan_ee_send_byte() 3201 u8 place; in tlan_ee_receive_byte() local 3210 for (place = 0x80; place; place >>= 1) { in tlan_ee_receive_byte() 3213 *data |= place; in tlan_ee_receive_byte()
|
/drivers/block/paride/ |
D | Transition-notes | 83 it is holding pd_lock. The only place within the area where we 99 also in the area. The only place where ->claimed_cont is made non-NULL is 106 Corollary 1: ps_tq_active can be killed. Indeed, the only place where we
|
/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 396 u8 place = chnl; in get_right_chnl_for_iqk() local 399 for (place = 14; place < sizeof(channel_all); place++) { in get_right_chnl_for_iqk() 400 if (channel_all[place] == chnl) in get_right_chnl_for_iqk() 401 return place-13; in get_right_chnl_for_iqk()
|
/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.c | 935 u8 place = chnl; in _rtl92c_phy_get_rightchnlplace() local 938 for (place = 14; place < sizeof(channel_5g); place++) { in _rtl92c_phy_get_rightchnlplace() 939 if (channel_5g[place] == chnl) { in _rtl92c_phy_get_rightchnlplace() 940 place++; in _rtl92c_phy_get_rightchnlplace() 945 return place; in _rtl92c_phy_get_rightchnlplace() 1410 u8 place = chnl; in rtl92d_get_rightchnlplace_for_iqk() local 1413 for (place = 14; place < sizeof(channel_all); place++) { in rtl92d_get_rightchnlplace_for_iqk() 1414 if (channel_all[place] == chnl) in rtl92d_get_rightchnlplace_for_iqk() 1415 return place - 13; in rtl92d_get_rightchnlplace_for_iqk()
|
/drivers/staging/speakup/ |
D | TODO | 28 The kobjects may have to move to a more proper place in /sys. The
|
D | spkguide.txt | 533 a second one is connected in its place. Then echo the keyword for the 570 place of dectlk. 799 program, and paste that captured text into a different place in the
|
/drivers/net/wireless/p54/ |
D | Kconfig | 61 file is put at the right place. (usually /lib/firmware.)
|
/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.c | 2269 u8 place = chnl; in _get_right_chnl_place_for_iqk() local 2272 for (place = 14; place < sizeof(channel_all); place++) { in _get_right_chnl_place_for_iqk() 2273 if (channel_all[place] == chnl) in _get_right_chnl_place_for_iqk() 2274 return place - 13; in _get_right_chnl_place_for_iqk()
|
/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.c | 2816 u8 place = chnl; in rtl92ee_get_rightchnlplace_for_iqk() local 2819 for (place = 14; place < sizeof(channel_all); place++) { in rtl92ee_get_rightchnlplace_for_iqk() 2820 if (channel_all[place] == chnl) in rtl92ee_get_rightchnlplace_for_iqk() 2821 return place - 13; in rtl92ee_get_rightchnlplace_for_iqk()
|
/drivers/message/i2o/ |
D | Kconfig | 12 place. In order for this to work, you need to have an I2O interface
|
/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 25 will need to place it in /lib/firmware.
|
/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | phy.c | 3652 u8 place = chnl; in _rtl8812ae_get_right_chnl_place_for_iqk() local 3655 for (place = 14; place < sizeof(channel_all); place++) in _rtl8812ae_get_right_chnl_place_for_iqk() 3656 if (channel_all[place] == chnl) in _rtl8812ae_get_right_chnl_place_for_iqk() 3657 return place-13; in _rtl8812ae_get_right_chnl_place_for_iqk()
|
/drivers/staging/rtl8192e/ |
D | license | 170 to copy from a designated place, then offering equivalent access to copy 171 the source code from the same place counts as distribution of the source
|
/drivers/staging/rtl8192u/ |
D | copying | 167 access to copy from a designated place, then offering equivalent 168 access to copy the source code from the same place counts as
|
/drivers/mtd/nand/ |
D | Kconfig | 78 Some platforms place the NAND chip size in a scratch register
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1379 * Scb offset to the value to place in the SCSIID register
|
D | aic79xx.seq | 454 * configurations, the SCB DMA engine may lose its place
|