Home
last modified time | relevance | path

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

123

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c114 static void amdgpu_sync_keep_later(struct dma_fence **keep, in amdgpu_sync_keep_later() argument
117 if (*keep && dma_fence_is_later(*keep, fence)) in amdgpu_sync_keep_later()
120 dma_fence_put(*keep); in amdgpu_sync_keep_later()
121 *keep = dma_fence_get(fence); in amdgpu_sync_keep_later()
/drivers/net/wireless/marvell/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/net/dsa/sja1105/
Dsja1105_main.c1416 bool keep) in sja1105_static_fdb_change() argument
1427 if (!keep) in sja1105_static_fdb_change()
1447 if (keep) { in sja1105_static_fdb_change()
1593 bool keep; in sja1105et_fdb_del() local
1610 keep = true; in sja1105et_fdb_del()
1612 keep = false; in sja1105et_fdb_del()
1615 index, &l2_lookup, keep); in sja1105et_fdb_del()
1619 return sja1105_static_fdb_change(priv, port, &l2_lookup, keep); in sja1105et_fdb_del()
1718 bool keep; in sja1105pqrs_fdb_del() local
1738 keep = true; in sja1105pqrs_fdb_del()
[all …]
Dsja1105_dynamic_config.c1275 int index, void *entry, bool keep) in sja1105_dynamic_config_write() argument
1294 if (!keep && !(ops->access & OP_DEL)) in sja1105_dynamic_config_write()
1299 cmd.valident = keep; /* If false, deletes entry */ in sja1105_dynamic_config_write()
1315 if (keep) in sja1105_dynamic_config_write()
/drivers/gpu/drm/hisilicon/
DKconfig4 # Please keep this list sorted alphabetically
/drivers/gpu/drm/i915/gt/
Dintel_gt_buffer_pool.c41 static bool pool_free_older_than(struct intel_gt_buffer_pool *pool, long keep) in pool_free_older_than() argument
64 if (!age || jiffies - age < keep) in pool_free_older_than()
/drivers/gpu/drm/nouveau/include/nvif/
Ddriver.h17 bool keep; member
/drivers/iio/common/scmi_sensors/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/iio/multiplexer/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/iio/potentiostat/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/iio/afe/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/iio/orientation/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/iio/addac/
DKconfig4 # When adding new entries keep the list in alphabetical order
/drivers/gpu/drm/nouveau/
Dnouveau_nvif.c119 .keep = false,
/drivers/gpu/drm/vc4/
DKconfig23 the config.txt for the firmware, to keep it from smashing
/drivers/net/wireless/ti/
DKconfig18 # keep last for automatic dependencies
/drivers/iio/position/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/iio/amplifiers/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/staging/media/
DKconfig22 # Please keep them in alphabetic order
/drivers/iio/frequency/
DKconfig8 # When adding new entries keep the list in alphabetical order
/drivers/iio/health/
DKconfig5 # When adding new entries keep the list in alphabetical order
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Didle.fuc60 // keep looping while there's pending messages for any process
/drivers/block/zram/
DKconfig61 With incompressible page, there is no memory saving to keep it
/drivers/iio/buffer/
DKconfig5 # When adding new entries keep the list in alphabetical order

123