| /drivers/misc/cb710/ |
| A D | debug.c | 13 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 D | selftest.c | 54 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 D | macros.rs | 145 #[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 D | dchubbub.h | 192 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 D | hubp.h | 262 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 D | i915_selftest.c | 328 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 D | gp100.c | 69 intr->func->allow(intr, i, intr->mask[i]); in gp100_mc_intr_rearm() 87 .allow = gp100_mc_intr_allow,
|
| A D | gt215.c | 78 .allow = gt215_mc_intr_allow,
|
| /drivers/usb/serial/ |
| A D | oti6858.c | 267 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 D | dm-cache-policy-internal.h | 107 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 D | dm-cache-policy.h | 136 void (*allow_migrations)(struct dm_cache_policy *p, bool allow);
|
| /drivers/thermal/intel/int340x_thermal/ |
| A D | Kconfig | 27 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 D | dbexec.c | 513 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 D | Kconfig | 66 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 D | Kconfig | 34 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 D | Kconfig.profile | 62 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 D | vlv_suspend.c | 328 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 D | Kconfig.debug | 4 # 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 D | BUGS-parport | 3 o lp doesn't allow you to read status while printing is in progress (is
|
| /drivers/vhost/ |
| A D | Kconfig | 103 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 D | Kconfig | 12 kernel patch and allow a lot more flexibility.
|
| /drivers/gpu/drm/nouveau/nvkm/core/ |
| A D | intr.c | 94 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 D | Kconfig | 5 depends on MMC || !MMC # do not allow WFX=y if MMC=m
|
| /drivers/gpu/drm/nouveau/include/nvkm/core/ |
| A D | intr.h | 25 void (*allow)(struct nvkm_intr *, int leaf, u32 mask); member
|
| /drivers/misc/bcm-vk/ |
| A D | Kconfig | 24 Select this option to enable tty support to allow console
|