Searched refs:inhibit (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| A D | intel_lrc.c | 764 bool inhibit) in init_common_regs() argument 770 if (inhibit) in init_common_regs() 839 bool inhibit) in __lrc_init_regs() argument 852 if (inhibit) in __lrc_init_regs() 855 set_offsets(regs, reg_offsets(engine), engine, inhibit); in __lrc_init_regs() 857 init_common_regs(regs, ce, engine, inhibit); in __lrc_init_regs() 867 bool inhibit) in lrc_init_regs() argument 869 __lrc_init_regs(ce->lrc_reg_state, ce, engine, inhibit); in lrc_init_regs() 907 bool inhibit = true; in lrc_init_state() local 915 inhibit = false; in lrc_init_state() [all …]
|
| /linux/Documentation/input/ |
| A D | input-programming.rst | 179 inhibit and uninhibit operations, respectively. Indeed, the meaning of close() 183 Calling the device's close() method on inhibit (if there are users) allows the 189 input handlers. Userspace might want to inhibit a device in anticipation before 202 is not aware of input-specific inhibit (nor should it be). Composite devices
|
| /linux/drivers/soc/fsl/dpio/ |
| A D | qbman-portal.h | 202 void qbman_swp_interrupt_set_inhibit(struct qbman_swp *p, int inhibit);
|
| A D | qbman-portal.c | 434 void qbman_swp_interrupt_set_inhibit(struct qbman_swp *p, int inhibit) in qbman_swp_interrupt_set_inhibit() argument 436 qbman_write_register(p, QBMAN_CINH_SWP_IIR, inhibit ? 0xffffffff : 0); in qbman_swp_interrupt_set_inhibit()
|
| /linux/Documentation/driver-api/i3c/ |
| A D | protocol.rst | 91 Masters are allowed to inhibit interrupts if they want to. This inhibition
|
| /linux/arch/arm/boot/dts/ |
| A D | imx51-zii-rdu1.dts | 697 * inhibit execution of any write request to
|
| /linux/Documentation/admin-guide/mm/ |
| A D | memory-hotplug.rst | 221 page tables, are unmovable, page migration can fail and, therefore, inhibit
|
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx.reg | 55 * from the driver code, and this keyword inhibit generation
|
| A D | aic79xx.reg | 84 * from the driver code, and this keyword inhibit generation
|
| /linux/Documentation/filesystems/caching/ |
| A D | netfs-api.rst | 278 of memory; this will inhibit caching with this tag.
|
| /linux/arch/x86/kvm/ |
| A D | x86.c | 10672 bool inhibit = false; in kvm_arch_vcpu_guestdbg_update_apicv_inhibit() local 10680 inhibit = true; in kvm_arch_vcpu_guestdbg_update_apicv_inhibit() 10684 __kvm_request_apicv_update(kvm, !inhibit, APICV_INHIBIT_REASON_BLOCKIRQ); in kvm_arch_vcpu_guestdbg_update_apicv_inhibit()
|
Completed in 45 milliseconds