Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 46) sorted by relevance

12

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c90 static void amdgpu_sync_keep_later(struct fence **keep, struct fence *fence) in amdgpu_sync_keep_later() argument
92 if (*keep && fence_is_later(*keep, fence)) in amdgpu_sync_keep_later()
95 fence_put(*keep); in amdgpu_sync_keep_later()
96 *keep = fence_get(fence); in amdgpu_sync_keep_later()
/drivers/net/wireless/libertas/
DREADME199 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/
Dnotify.c91 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/nouveau/include/nvif/
Ddriver.h14 bool keep; member
/drivers/iio/amplifiers/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/iio/potentiometer/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/gpu/drm/vc4/
DKconfig13 the config.txt for the firmware, to keep it from smashing
/drivers/net/wireless/ti/
DKconfig13 # keep last for automatic dependencies
/drivers/iio/orientation/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/iio/buffer/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/iio/trigger/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/gpu/drm/nouveau/
Dnouveau_nvif.c133 .keep = false,
/drivers/staging/rdma/
DKconfig22 # Please keep entries in alphabetic order
/drivers/iio/frequency/
DKconfig7 # When adding new entries keep the list in alphabetical order
/drivers/staging/iio/Documentation/
Dtrigger.txt22 triggers to keep track of what they have created.
/drivers/staging/media/
DKconfig21 # Please keep them in alphabetic order
/drivers/staging/fsl-mc/
DTODO21 to evolve, so minor updates are needed to keep in sync with binary
/drivers/iio/imu/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/staging/slicoss/
DTODO20 - don't keep private linked list of drivers.
/drivers/net/wireless/iwlwifi/mvm/
Dd3.c1641 bool keep; in iwl_mvm_query_wakeup_reasons() local
1680 keep = iwl_mvm_setup_connection_keep(mvm, vif, fw_status); in iwl_mvm_query_wakeup_reasons()
1683 return keep; in iwl_mvm_query_wakeup_reasons()
1873 bool keep = false; in __iwl_mvm_resume() local
1905 keep = iwl_mvm_query_wakeup_reasons(mvm, vif); in __iwl_mvm_resume()
1907 if (keep) in __iwl_mvm_resume()
1922 iwl_mvm_d3_disconnect_iter, keep ? vif : NULL); in __iwl_mvm_resume()
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Didle.fuc60 // keep looping while there's pending messages for any process
/drivers/lguest/
DREADME11 So get comfortable and keep your wits about you (both quick and humorous).
/drivers/iio/magnetometer/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/staging/iio/
DTODO72 files. (avoided at the moment to keep the driver set
/drivers/tty/serial/8250/
DKconfig44 keep the 8250_core.* options around until they revert the changes
325 argument. If you read this, please keep this option disabled and
328 to keep this option enabled. Otherwise people might complain about a

12