Searched refs:keep (Results 1 – 25 of 51) sorted by relevance
123
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 103 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument 106 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later() 109 dma_fence_put(*keep); in amdgpu_sync_keep_later() 110 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
|
/drivers/net/wireless/marvell/libertas/ |
D | README | 199 keep=[0 or 1] keep the previous scan results (1), discard (0) 206 The type field will default to 3 (Any) and the keep field will default 216 3) Scan all available channels (B/G, A bands) for a specific BSSID, keep 218 echo "bssid=00:50:43:20:12:82 keep=1" > setuserscan 223 echo "type=1 keep=1" > setuserscan 225 All entries in the scan table (not just the new scan data when keep=1)
|
/drivers/gpu/drm/nouveau/nvif/ |
D | notify.c | 91 nvif_notify_func(struct nvif_notify *notify, bool keep) in nvif_notify_func() argument 96 if (!keep) in nvif_notify_func() 136 ret = nvif_notify_func(notify, client->driver->keep); in nvif_notify()
|
/drivers/gpu/drm/hisilicon/ |
D | Kconfig | 3 # Please keep this list sorted alphabetically
|
/drivers/iio/multiplexer/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | driver.h | 17 bool keep; member
|
/drivers/iio/amplifiers/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/iio/potentiostat/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/iio/orientation/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/gpu/drm/cirrus/ |
D | Kconfig | 12 and can't keep up with todays needs. More background:
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_nvif.c | 119 .keep = false,
|
/drivers/gpu/drm/vc4/ |
D | Kconfig | 20 the config.txt for the firmware, to keep it from smashing
|
/drivers/staging/fsl-mc/ |
D | TODO | 8 to evolve, so minor updates are needed to keep in sync with binary
|
/drivers/net/wireless/ti/ |
D | Kconfig | 17 # keep last for automatic dependencies
|
/drivers/iio/frequency/ |
D | Kconfig | 7 # When adding new entries keep the list in alphabetical order
|
/drivers/iio/counter/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/staging/iio/Documentation/ |
D | trigger.txt | 22 triggers to keep track of what they have created.
|
/drivers/staging/media/ |
D | Kconfig | 21 # Please keep them in alphabetic order
|
/drivers/iio/buffer/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/block/zram/ |
D | Kconfig | 23 With incompressible page, there is no memory saving to keep it
|
/drivers/iio/imu/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/iio/health/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | d3.c | 1831 bool keep; in iwl_mvm_query_wakeup_reasons() local 1866 keep = iwl_mvm_setup_connection_keep(mvm, vif, fw_status); in iwl_mvm_query_wakeup_reasons() 1869 return keep; in iwl_mvm_query_wakeup_reasons() 2077 bool keep = false; in __iwl_mvm_resume() local 2136 keep = iwl_mvm_query_wakeup_reasons(mvm, vif); in __iwl_mvm_resume() 2138 if (keep) in __iwl_mvm_resume() 2153 iwl_mvm_d3_disconnect_iter, keep ? vif : NULL); in __iwl_mvm_resume()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | idle.fuc | 60 // keep looping while there's pending messages for any process
|
/drivers/iio/trigger/ |
D | Kconfig | 4 # When adding new entries keep the list in alphabetical order
|
123