Searched refs:dpc (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | osl.c | 883 struct acpi_os_dpc *dpc = container_of(work, struct acpi_os_dpc, work); in acpi_os_execute_deferred() local 885 dpc->function(dpc->context); in acpi_os_execute_deferred() 886 kfree(dpc); in acpi_os_execute_deferred() 1101 struct acpi_os_dpc *dpc; in acpi_os_execute() local 1126 dpc = kzalloc_obj(struct acpi_os_dpc, GFP_ATOMIC); in acpi_os_execute() 1127 if (!dpc) in acpi_os_execute() 1130 dpc->function = function; in acpi_os_execute() 1131 dpc->context = context; in acpi_os_execute() 1132 INIT_WORK(&dpc->work, acpi_os_execute_deferred); in acpi_os_execute() 1141 ret = queue_work(kacpi_notify_wq, &dpc->work); in acpi_os_execute() [all …]
|
| /linux/drivers/pci/pcie/ |
| H A D | portdrv.c | 58 u32 *pme, u32 *aer, u32 *dpc) in pcie_message_numbers() argument 96 *dpc = FIELD_GET(PCI_EXP_DPC_IRQ, reg16); in pcie_message_numbers() 97 nvec = max(nvec, *dpc + 1); in pcie_message_numbers() 116 u32 pme = 0, aer = 0, dpc = 0; in pcie_port_enable_irq_vec() local 125 nvec = pcie_message_numbers(dev, mask, &pme, &aer, &dpc); in pcie_port_enable_irq_vec() 164 irqs[PCIE_PORT_SERVICE_DPC_SHIFT] = pci_irq_vector(dev, dpc); in pcie_port_enable_irq_vec()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.c | 641 pmbox->stats.dpc = atomic_read(&self->dpc); in hw_atl_utils_mpi_read_stats() 643 pmbox->stats.dpc = hw_atl_rpb_rx_dma_drop_pkt_cnt_get(self); in hw_atl_utils_mpi_read_stats() 902 AQ_SDELTA(dpc); in hw_atl_utils_update_stats()
|
| H A D | hw_atl_b0.c | 1018 atomic_inc(&self->dpc); in hw_atl_b0_hw_irq_disable()
|
| /linux/Documentation/fb/ |
| H A D | pxafb.rst | 70 dpc:DPC
|
| /linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
| H A D | binary.c | 1213 if (!candidate->enable.dpc && need_dpc) { in ia_css_binary_find() 1215 __LINE__, candidate->enable.dpc, descr->enable_dpc); in ia_css_binary_find()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_utils_fw.c | 439 cs->dpc = hw_atl_rpb_rx_dma_drop_pkt_cnt_get(self); in aq_a2_fw_update_stats()
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1296 u8 dpc[240832] __aligned(32); member 1718 u8 dpc; member
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 878 id->dpc = NVME_NS_DPC_PI_FIRST | NVME_NS_DPC_PI_LAST | in nvmet_execute_identify_ns()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.megaraid_sas | 519 2. Added check in megasas_queue_command and dpc/isr routine to see if we have already declared adap…
|
| H A D | ChangeLog.lpfc | 383 while lpfc_do_dpc is running disc_done and the dpc list is
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5321 dpc-native Use native PCIe service for DPC only. May
|
| /linux/ |
| H A D | MAINTAINERS | 20574 F: drivers/pci/pcie/dpc.c
|