Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 135) sorted by relevance

123456

/drivers/misc/cb710/
A Ddebug.c13 static const u16 allow[CB710_REG_COUNT/16] = { variable
17 static const char *const prefix[ARRAY_SIZE(allow)] = {
26 return ((allow[block] >> offset) & mask) == mask; in allow_reg_read()
35 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
63 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
/drivers/dma-buf/
A Dselftest.c54 bool allow = true; in apply_subtest_filter() local
58 allow = false; in apply_subtest_filter()
69 if (allow) in apply_subtest_filter()
77 if (allow) in apply_subtest_filter()
82 result = allow; in apply_subtest_filter()
/drivers/gpu/nova-core/regs/
A Dmacros.rs145 #[allow(dead_code)]
190 #[allow(dead_code)]
205 #[allow(clippy::eq_op)]
216 #[allow(clippy::eq_op)]
320 #[allow(dead_code)]
352 #[allow(dead_code)]
/drivers/gpu/drm/amd/display/dc/inc/hw/
A Ddchubbub.h192 void (*allow_self_refresh_control)(struct hubbub *hubbub, bool allow);
202 void (*force_pstate_change_control)(struct hubbub *hubbub, bool force, bool allow);
224 void (*force_usr_retraining_allow)(struct hubbub *hubbub, bool allow);
A Dhubp.h262 void (*hubp_update_force_pstate_disallow)(struct hubp *hubp, bool allow);
263 void (*hubp_update_force_cursor_pstate_disallow)(struct hubp *hubp, bool allow);
/drivers/gpu/drm/i915/selftests/
A Di915_selftest.c328 bool allow = true; in apply_subtest_filter() local
332 allow = false; in apply_subtest_filter()
343 if (allow) in apply_subtest_filter()
351 if (allow) in apply_subtest_filter()
356 result = allow; in apply_subtest_filter()
/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
A Dgp100.c69 intr->func->allow(intr, i, intr->mask[i]); in gp100_mc_intr_rearm()
87 .allow = gp100_mc_intr_allow,
A Dgt215.c78 .allow = gt215_mc_intr_allow,
/drivers/usb/serial/
A Doti6858.c267 u8 *allow; in send_data() local
287 allow = kmalloc(1, GFP_KERNEL); in send_data()
288 if (!allow) in send_data()
295 count, 0, allow, 1, 100); in send_data()
296 if (result != 1 || *allow != 0) in send_data()
298 kfree(allow); in send_data()
/drivers/md/
A Ddm-cache-policy-internal.h107 static inline void policy_allow_migrations(struct dm_cache_policy *p, bool allow) in policy_allow_migrations() argument
109 return p->allow_migrations(p, allow); in policy_allow_migrations()
A Ddm-cache-policy.h136 void (*allow_migrations)(struct dm_cache_policy *p, bool allow);
/drivers/thermal/intel/int340x_thermal/
A DKconfig27 information to allow the user to select his laptop to run without
42 the display thermal device is to allow control of the display
/drivers/acpi/acpica/
A Ddbexec.c513 u8 allow; in acpi_db_method_thread() local
576 allow = 0; in acpi_db_method_thread()
584 allow = 1; in acpi_db_method_thread()
589 if (allow) { in acpi_db_method_thread()
/drivers/firmware/qcom/
A DKconfig66 Various Qualcomm SoCs do not allow direct access to EFI variables.
71 operations to allow the kernel accessing EFI variables, and via that also
/drivers/rapidio/
A DKconfig34 ports for Input/Output direction to allow other traffic
74 provides socket-like interface to allow sharing of single RapidIO
/drivers/gpu/drm/i915/
A DKconfig.profile62 HW will be reset to allow the more important context to execute.
80 before the timer expires, the HW will be reset to allow the more
114 the GPU, we allow the innocent contexts also on the system to quiesce.
A Dvlv_suspend.c328 static int vlv_allow_gt_wake(struct drm_i915_private *i915, bool allow) in vlv_allow_gt_wake() argument
336 allow ? VLV_GTLC_ALLOWWAKEREQ : 0); in vlv_allow_gt_wake()
340 val = allow ? mask : 0; in vlv_allow_gt_wake()
/drivers/gpu/drm/xe/
A DKconfig.debug4 # As this may inadvertently break the build, only allow the user
82 Choose this option to allow the driver to perform selftests under
/drivers/parport/
A DBUGS-parport3 o lp doesn't allow you to read status while printing is in progress (is
/drivers/vhost/
A DKconfig103 VHOST_GET_FORK_FROM_OWNER. These allow userspace applications
106 Also expose module parameter 'fork_from_owner_default' to allow users
/drivers/hid/bpf/
A DKconfig12 kernel patch and allow a lot more flexibility.
/drivers/gpu/drm/nouveau/nvkm/core/
A Dintr.c94 if (intr->func->allow) { in nvkm_intr_allow_locked()
97 intr->func->allow(intr, leaf, mask); in nvkm_intr_allow_locked()
331 intr->func->allow(intr, i, intr->mask[i]); in nvkm_intr_rearm()
/drivers/net/wireless/silabs/wfx/
A DKconfig5 depends on MMC || !MMC # do not allow WFX=y if MMC=m
/drivers/gpu/drm/nouveau/include/nvkm/core/
A Dintr.h25 void (*allow)(struct nvkm_intr *, int leaf, u32 mask); member
/drivers/misc/bcm-vk/
A DKconfig24 Select this option to enable tty support to allow console

Completed in 42 milliseconds

123456