Searched refs:disabled (Results 76 - 100 of 266) sorted by relevance

1234567891011

/linux-master/arch/arc/kernel/
H A Dhead.S51 ; Unaligned access is disabled at reset, so re-enable early as
58 ; Although disabled at reset, bootloader might have enabled it
/linux-master/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c61 attr.disabled = 1;
/linux-master/sound/pci/hda/
H A Dhda_intel.c936 if (!hda->probe_continued || chip->disabled)
956 if (chip->disabled || hda->init_failed || !chip->running)
1149 if (chip->disabled || hda->init_failed)
1185 bool disabled; local
1191 disabled = (state == VGA_SWITCHEROO_OFF);
1192 if (chip->disabled == disabled)
1196 chip->disabled = disabled;
1197 if (!disabled) {
[all...]
H A Dhda_controller.h144 unsigned int disabled:1; /* disabled by vga_switcheroo */ member in struct:azx
/linux-master/drivers/usb/core/
H A Dport.c57 bool disabled; local
84 disabled = !usb_port_is_power_on(hub, portstatus);
97 return sysfs_emit(buf, "%s\n", disabled ? "1" : "0");
108 bool disabled; local
114 rc = kstrtobool(buf, &disabled);
138 if (disabled && port_dev->child)
141 rc = usb_hub_set_port_power(hdev, hub, port1, !disabled);
143 if (disabled) {
779 /* Set default policy of port-poweroff disabled. */
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h98 bool disabled; member in struct:nouveau_cli::__anon8
163 cli->uvmm.disabled = true;
/linux-master/arch/powerpc/perf/
H A Dcore-fsl-emb.c21 int disabled; member in struct:cpu_hw_events
171 * are soft-disabled, as long as interrupts are hard-enabled.
198 if (!cpuhw->disabled) {
199 cpuhw->disabled = 1;
226 * If we were previously disabled and events were added, then
236 if (!cpuhw->disabled)
239 cpuhw->disabled = 0;
586 * things if requested. Note that interrupts are hard-disabled
/linux-master/drivers/vfio/pci/qat/
H A Dmain.c43 bool disabled; member in struct:qat_vf_migration_file
85 migf->disabled = true;
145 if (migf->disabled) {
185 if (migf->disabled) {
315 if (migf->disabled) {
/linux-master/drivers/accel/habanalabs/common/
H A Dirq.c139 if (hdev->disabled) {
141 "Device disabled but received IRQ %d for CQ %d\n",
176 if (shadow_index_valid && !hdev->disabled) {
537 if (hdev->disabled && !hdev->reset_info.in_compute_reset) {
541 "Device disabled but received an EQ event (%u)\n", event_type);
/linux-master/drivers/mfd/
H A Dmfd-core.c149 bool disabled = false; local
187 /* Skip 'disabled' devices */
189 disabled = true;
204 if (disabled) {
205 /* Ignore 'disabled' devices error free */
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c95 lm_file->disabled = true;
189 if (lm_file->disabled) {
294 if (lm_file->disabled) {
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S208 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
219 | This is the exit point for the 060FPSP when an FPU disabled exception is
222 | the FPU is disabled, and F-Line Illegal instructions. The 060FPSP module
223 | _fpsp_fline() distinguishes between the three and acts appropriately. FPU disabled
/linux-master/include/rdma/
H A Duverbs_std_types.h168 u8 disabled:1; member in struct:uverbs_api_object
/linux-master/tools/perf/tests/
H A Dbp_signal.c120 pe.disabled = 1;
H A Dwp.c160 /* Modify watchpoint with disabled = 1 */
163 new_attr.disabled = 1;
H A Dattr.c107 WRITE_ASS(disabled, "d");
/linux-master/drivers/media/pci/cx88/
H A Dcx88-mpeg.c458 dev->state.disabled = 1;
469 if (dev->state.disabled) {
475 dev->state.disabled = 0;
481 dev->state.disabled = 1;
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Devent.c40 e->attr.disabled = 1;
/linux-master/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c68 e->attr.disabled = 1;
111 else if (strstr(buf, "Indirect branch cache disabled"))
188 * the count cache is disabled. This may be to enable
195 printf("Count cache likely disabled without Linux knowing.\n");
/linux-master/drivers/ata/
H A Dpata_icside.c57 u8 disabled; member in struct:pata_icside_state::__anon125
118 if (!state->port[0].disabled)
120 if (!state->port[1].disabled)
315 state->port[ap->port_no].disabled = 1;
/linux-master/arch/s390/boot/
H A Dhead.S271 .quad 0x0002000180000000,0x1b0 # disabled wait
275 .quad 0x0002000180000000,0x1f0 # disabled wait
299 # the save area and does disabled wait with a faulty address.
319 lpswe __LC_RETURN_PSW # disabled wait
/linux-master/tools/perf/arch/arm64/util/
H A Dperf_regs.c154 .disabled = 1,
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h54 bool disabled; member in struct:am65_cpsw_port
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl.h72 * @disabled: Test is disabled
82 bool disabled; member in struct:resctrl_test
/linux-master/drivers/platform/x86/intel/
H A Dtpmi.c154 * @enabled: Enable state of a feature, 1: enabled, 0: disabled
363 int locked, disabled, read_blocked, write_blocked; local
376 disabled = 'U';
380 disabled = feature_state.enabled ? 'N' : 'Y';
388 pfs->pfs_header.attribute, pfs->vsec_offset, locked, disabled,

Completed in 465 milliseconds

1234567891011