| /kernel/linux/linux-5.10/drivers/crypto/ccp/ |
| D | sp-dev.c | 83 /* Need a common routine to manage all interrupts */ in sp_request_ccp_irq() 96 /* Each sub-device can manage it's own interrupt */ in sp_request_ccp_irq() 111 /* Need a common routine to manage all interrupts */ in sp_request_psp_irq() 124 /* Each sub-device can manage it's own interrupt */ in sp_request_psp_irq() 136 /* Using common routine to manage all interrupts */ in sp_free_ccp_irq() 147 /* Each sub-device can manage it's own interrupt */ in sp_free_ccp_irq() 155 /* Using common routine to manage all interrupts */ in sp_free_psp_irq() 166 /* Each sub-device can manage it's own interrupt */ in sp_free_psp_irq()
|
| /kernel/linux/linux-4.19/drivers/crypto/ccp/ |
| D | sp-dev.c | 86 /* Need a common routine to manage all interrupts */ in sp_request_ccp_irq() 99 /* Each sub-device can manage it's own interrupt */ in sp_request_ccp_irq() 114 /* Need a common routine to manage all interrupts */ in sp_request_psp_irq() 127 /* Each sub-device can manage it's own interrupt */ in sp_request_psp_irq() 139 /* Using common routine to manage all interrupts */ in sp_free_ccp_irq() 150 /* Each sub-device can manage it's own interrupt */ in sp_free_ccp_irq() 158 /* Using common routine to manage all interrupts */ in sp_free_psp_irq() 169 /* Each sub-device can manage it's own interrupt */ in sp_free_psp_irq()
|
| /kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
| D | lunmgt.c | 219 * @manage: Manage ioctl data structure. 228 struct dk_cxlflash_manage_lun *manage) in cxlflash_manage_lun() argument 234 u64 flags = manage->hdr.flags; in cxlflash_manage_lun() 238 lli = find_and_create_lun(sdev, manage->wwid); in cxlflash_manage_lun() 240 __func__, get_unaligned_be64(&manage->wwid[0]), in cxlflash_manage_lun() 241 get_unaligned_be64(&manage->wwid[8]), manage->hdr.flags, lli); in cxlflash_manage_lun()
|
| /kernel/linux/linux-4.19/drivers/scsi/cxlflash/ |
| D | lunmgt.c | 223 * @manage: Manage ioctl data structure. 232 struct dk_cxlflash_manage_lun *manage) in cxlflash_manage_lun() argument 238 u64 flags = manage->hdr.flags; in cxlflash_manage_lun() 242 lli = find_and_create_lun(sdev, manage->wwid); in cxlflash_manage_lun() 244 __func__, get_unaligned_be64(&manage->wwid[0]), in cxlflash_manage_lun() 245 get_unaligned_be64(&manage->wwid[8]), manage->hdr.flags, lli); in cxlflash_manage_lun()
|
| /kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
| D | Kconfig | 3 bool "Manage Zram objs with mem_cgroup" 6 Manage Zram objs with mem_cgroup.
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | IRQ-domain.txt | 33 top of the irq_alloc_desc*() API. An irq_domain to manage mapping is 163 controller to manage IRQ allocations and it requires an irq_desc to be 210 CPU Vector irq_domain (root irq_domain to manage CPU vectors) 213 Interrupt Remapping irq_domain (manage irq_remapping entries) 216 IOAPIC irq_domain (manage IOAPIC delivery entries/pins) 258 3) Optionally implement an irq_chip to manage the interrupt controller
|
| /kernel/linux/linux-5.10/Documentation/core-api/irq/ |
| D | irq-domain.rst | 33 top of the irq_alloc_desc*() API. An irq_domain to manage mapping is 163 controller to manage IRQ allocations and it requires an irq_desc to be 210 CPU Vector irq_domain (root irq_domain to manage CPU vectors) 213 Interrupt Remapping irq_domain (manage irq_remapping entries) 216 IOAPIC irq_domain (manage IOAPIC delivery entries/pins) 258 3) Optionally implement an irq_chip to manage the interrupt controller
|
| /kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
| D | dma.rst | 19 manage dma mappings for existing dma-ready buffers (see below). 27 don't manage dma mappings for URBs. 41 IOMMU to manage the DMA mappings. It can cost MUCH more to set up and 129 The calls manage ``urb->transfer_dma`` for you, and set
|
| /kernel/linux/linux-4.19/Documentation/driver-api/usb/ |
| D | dma.rst | 19 manage dma mappings for existing dma-ready buffers (see below). 27 don't manage dma mappings for URBs. 41 IOMMU to manage the DMA mappings. It can cost MUCH more to set up and 129 The calls manage ``urb->transfer_dma`` for you, and set
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/cell/ |
| D | Makefile | 19 spu-manage-$(CONFIG_PPC_CELL_COMMON) += spu_manage.o 25 $(spu-manage-y) \
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
| D | Makefile | 19 spu-manage-$(CONFIG_PPC_CELL_COMMON) += spu_manage.o 25 $(spu-manage-y) \
|
| /kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
| D | Kconfig | 31 This module help to manage firmware on Broadcom BNXT device. The module 32 registers on tee bus and invoke calls to manage firmware on BNXT device.
|
| /kernel/linux/linux-5.10/sound/soc/ |
| D | soc-devres.c | 19 * @dev: Device used to manage component 58 * @dev: Device used to manage component 96 * @dev: Device used to manage card
|
| /kernel/linux/linux-4.19/drivers/soc/qcom/ |
| D | Kconfig | 20 This driver is used to manage Generic Interface (GENI) firmware based 22 driver is also used to manage the common aspects of multiple Serial 70 QCOM Platform specific power driver to manage cores and L2 low power
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | Kconfig | 116 Select this if you want to let the user space manage the 132 Enable this to manage platform thermals using fair-share governor. 137 Enable this to manage platform thermals using a simple linear 144 Enable this to manage platform thermals using bang bang governor. 153 Enable this to let the user space manage the platform thermals. 159 Enable this to manage platform thermals by dynamically
|
| /kernel/linux/linux-4.19/drivers/thermal/ |
| D | Kconfig | 106 Select this if you want to let the user space manage the 122 Enable this to manage platform thermals using fair-share governor. 127 Enable this to manage platform thermals using a simple linear 134 Enable this to manage platform thermals using bang bang governor. 143 Enable this to let the user space manage the platform thermals. 148 Enable this to manage platform thermals by dynamically
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | pci.h | 13 * The following structure is used to manage multiple PCI busses. 19 /* A controller. Used to manage multiple PCI busses. */
|
| /kernel/linux/linux-4.19/arch/alpha/include/asm/ |
| D | pci.h | 13 * The following structure is used to manage multiple PCI busses. 19 /* A controller. Used to manage multiple PCI busses. */
|
| /kernel/linux/linux-4.19/sound/soc/ |
| D | soc-devres.c | 19 * @dev: Device used to manage component 57 * @dev: Device used to manage card
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | opal-flash.c | 31 /* Manage image status values */ 40 /* Manage operation tokens */ 223 * Manage flash routine 233 * Show manage flash status 248 * Manage operations:
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/ |
| D | opal-flash.c | 35 /* Manage image status values */ 44 /* Manage operation tokens */ 227 * Manage flash routine 237 * Show manage flash status 252 * Manage operations:
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
| D | i40iw_vf.c | 45 * i40iw_manage_vf_pble_bp - manage vf pble 76 i40iw_debug_buf(cqp->dev, I40IW_DEBUG_WQE, "MANAGE VF_PBLE_BP WQE", wqe, I40IW_CQP_WQE_SIZE * 8); in i40iw_manage_vf_pble_bp()
|
| /kernel/linux/linux-4.19/drivers/infiniband/hw/i40iw/ |
| D | i40iw_vf.c | 45 * i40iw_manage_vf_pble_bp - manage vf pble 76 i40iw_debug_buf(cqp->dev, I40IW_DEBUG_WQE, "MANAGE VF_PBLE_BP WQE", wqe, I40IW_CQP_WQE_SIZE * 8); in i40iw_manage_vf_pble_bp()
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-stm32.c | 150 pr_debug("SYSCFG init : Do not manage %d interface\n", in stm32mp1_set_mode() 152 /* Do not manage others interfaces */ in stm32mp1_set_mode() 176 pr_debug("SYSCFG init : Do not manage %d interface\n", in stm32mcu_set_mode() 178 /* Do not manage others interfaces */ in stm32mcu_set_mode()
|
| /kernel/linux/linux-5.10/arch/arc/boot/dts/ |
| D | abilis_tb10x.dtsi | 220 tb100-mdscr-manage-tsin; 229 tb100-mdscr-manage-tsin; 234 tb100-mdscr-manage-tsin;
|