| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme_show.c | 81 static void print_data_protect_cap(u8 dpc, int devnum) in print_data_protect_cap() argument 86 dpc & 0x10 ? "yes" : "No"); in print_data_protect_cap() 88 dpc & 0x08 ? "yes" : "No"); in print_data_protect_cap() 90 dpc & 0x04 ? "yes" : "No"); in print_data_protect_cap() 92 dpc & 0x02 ? "yes" : "No"); in print_data_protect_cap() 94 dpc & 0x01 ? "yes" : "No"); in print_data_protect_cap() 126 print_data_protect_cap(id->dpc, ns->devnum); in nvme_print_info()
|
| H A D | nvme.h | 102 __u8 dpc; member
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | portdrv_core.c | 46 u32 *pme, u32 *aer, u32 *dpc) in pcie_message_numbers() argument 84 *dpc = reg16 & PCI_EXP_DPC_IRQ; in pcie_message_numbers() 85 nvec = max(nvec, *dpc + 1); in pcie_message_numbers() 104 u32 pme = 0, aer = 0, dpc = 0; in pcie_port_enable_irq_vec() local 113 nvec = pcie_message_numbers(dev, mask, &pme, &aer, &dpc); in pcie_port_enable_irq_vec() 152 irqs[PCIE_PORT_SERVICE_DPC_SHIFT] = pci_irq_vector(dev, dpc); in pcie_port_enable_irq_vec()
|
| H A D | Makefile | 14 obj-$(CONFIG_PCIE_DPC) += dpc.o
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | osl.c | 845 struct acpi_os_dpc *dpc = container_of(work, struct acpi_os_dpc, work); in acpi_os_execute_deferred() local 847 dpc->function(dpc->context); in acpi_os_execute_deferred() 848 kfree(dpc); in acpi_os_execute_deferred() 1064 struct acpi_os_dpc *dpc; in acpi_os_execute() local 1089 dpc = kzalloc(sizeof(struct acpi_os_dpc), GFP_ATOMIC); in acpi_os_execute() 1090 if (!dpc) in acpi_os_execute() 1093 dpc->function = function; in acpi_os_execute() 1094 dpc->context = context; in acpi_os_execute() 1103 INIT_WORK(&dpc->work, acpi_os_execute_deferred); in acpi_os_execute() 1106 INIT_WORK(&dpc->work, acpi_os_execute_deferred); in acpi_os_execute() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | zte,vou.txt | 21 - compatible: should be "zte,zx296718-dpc" 81 dpc: dpc@0 { 82 compatible = "zte,zx296718-dpc";
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | Makefile | 9 dpc.o \
|
| /OK3568_Linux_fs/kernel/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_utils.h | 71 u32 dpc; member
|
| H A D | hw_atl_a0.c | 740 atomic_inc(&self->dpc); in hw_atl_a0_hw_irq_disable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_hw.h | 99 u64 dpc; member 192 atomic_t dpc; member
|
| H A D | aq_nic.c | 915 data[++i] = stats->dpc; in aq_nic_get_stats() 944 ndev->stats.rx_dropped = stats->dpc; in aq_nic_update_ndev_stats()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/zte/ |
| H A D | zx296718.dtsi | 494 dpc: dpc@0 { label 495 compatible = "zte,zx296718-dpc";
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_acc_types.h | 256 u8 dpc; member
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | pxafb.rst | 70 dpc:DPC
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dbus.h | 406 bool (*dpc)(void *cbarg, bool bounded); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | dbus.h | 385 bool (*dpc)(void *cbarg, bool bounded); member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | dbus.h | 385 bool (*dpc)(void *cbarg, bool bounded); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | dbus.h | 391 bool (*dpc)(void *cbarg, bool bounded); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dbus.h | 402 bool (*dpc)(void *cbarg, bool bounded); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | dbus.h | 385 bool (*dpc)(void *cbarg, bool bounded); member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1296 u8 dpc[240832] __aligned(32); member 1718 u8 dpc; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
| H A D | binary.c | 1734 if (!candidate->enable.dpc && need_dpc) { in __ia_css_binary_find() 1737 __LINE__, candidate->enable.dpc, in __ia_css_binary_find()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | admin-cmd.c | 533 id->dpc = NVME_NS_DPC_PI_FIRST | NVME_NS_DPC_PI_LAST | in nvmet_execute_identify_ns()
|