/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_intr.c | 29 (dev->int_cond && (dev->int_type == command in s5p_mfc_wait_for_done_dev() 30 || dev->int_type == S5P_MFC_R2H_CMD_ERR_RET)), in s5p_mfc_wait_for_done_dev() 34 dev->int_type, command); in s5p_mfc_wait_for_done_dev() 41 dev->int_type, command); in s5p_mfc_wait_for_done_dev() 42 if (dev->int_type == S5P_MFC_R2H_CMD_ERR_RET) in s5p_mfc_wait_for_done_dev() 50 dev->int_type = 0; in s5p_mfc_clean_dev_int_flags() 61 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx() 62 || ctx->int_type == S5P_MFC_R2H_CMD_ERR_RET)), in s5p_mfc_wait_for_done_ctx() 66 (ctx->int_cond && (ctx->int_type == command in s5p_mfc_wait_for_done_ctx() 67 || ctx->int_type == S5P_MFC_R2H_CMD_ERR_RET)), in s5p_mfc_wait_for_done_ctx() [all …]
|
D | s5p_mfc_ctrl.c | 270 if (dev->int_err != 0 || dev->int_type != in s5p_mfc_init_hw() 274 dev->int_err, dev->int_type); in s5p_mfc_init_hw() 321 if (dev->int_err != 0 || dev->int_type != in s5p_mfc_sleep() 325 dev->int_type); in s5p_mfc_sleep() 416 if (dev->int_err != 0 || dev->int_type != in s5p_mfc_wakeup() 420 dev->int_type); in s5p_mfc_wakeup()
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | btf_dumper.c | 76 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits() argument 81 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits() 87 total_bits_offset = bit_offset + BTF_INT_OFFSET(int_type); in btf_dumper_int_bits() 116 __u32 *int_type; in btf_dumper_int() local 119 int_type = (__u32 *)(t + 1); in btf_dumper_int() 120 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int() 122 if (bit_offset || BTF_INT_OFFSET(*int_type) || in btf_dumper_int() 124 btf_dumper_int_bits(*int_type, bit_offset, data, jw, in btf_dumper_int() 129 switch (BTF_INT_ENCODING(*int_type)) { in btf_dumper_int() 131 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | qlogicfas408.h | 83 int int_type; /* type of irq, 2 for ISA board, 0 for PCMCIA */ member 92 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd … 114 int qlogicfas408_get_chip_type(int qbase, int int_type); 115 void qlogicfas408_setup(int qbase, int id, int int_type); 116 int qlogicfas408_detect(int qbase, int int_type);
|
D | qlogicfas408.c | 82 int int_type = priv->int_type; in ql_zap() local 216 int int_type = priv->int_type; in ql_icmd() local 271 int int_type = priv->int_type; in ql_pcmd() local 533 int qlogicfas408_get_chip_type(int qbase, int int_type) in qlogicfas408_get_chip_type() argument 543 void qlogicfas408_setup(int qbase, int id, int int_type) in qlogicfas408_setup() argument 567 int qlogicfas408_detect(int qbase, int int_type) in qlogicfas408_detect() argument 581 int int_type = priv->int_type; in qlogicfas408_disable_ints() local
|
D | qlogicfas.c | 107 priv->int_type = INT_TYPE; in __qlogicfas_detect()
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_intr.c | 40 ctx->int_cond, ctx->int_type); in mtk_vcodec_wait_for_done_ctx() 44 ctx->int_type); in mtk_vcodec_wait_for_done_ctx() 49 ctx->int_type = 0; in mtk_vcodec_wait_for_done_ctx()
|
D | mtk_vcodec_drv.h | 287 int int_type; member 362 int int_type; member
|
/Linux-v4.19/drivers/bus/ |
D | omap_l3_smx.c | 179 int int_type; in omap3_l3_app_irq() local 182 int_type = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in omap3_l3_app_irq() 183 if (!int_type) { in omap3_l3_app_irq() 200 base = l3->rt + omap3_l3_bases[int_type][err_source]; in omap3_l3_app_irq() 208 clear = (L3_AGENT_STATUS_CLEAR_IA << int_type) | in omap3_l3_app_irq()
|
/Linux-v4.19/include/linux/dma/ |
D | sprd-dma.h | 7 #define SPRD_DMA_FLAGS(req_mode, int_type) \ argument 8 ((req_mode) << SPRD_DMA_REQ_SHIFT | (int_type))
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-gpio-defs.h | 56 uint64_t int_type:1; member 64 uint64_t int_type:1; 79 uint64_t int_type:1; member 87 uint64_t int_type:1; 104 uint64_t int_type:1; member 112 uint64_t int_type:1; 474 uint64_t int_type:1; member 482 uint64_t int_type:1;
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-zynq.c | 110 u32 int_type[ZYNQMP_GPIO_MAX_BANK]; member 461 u32 int_type, int_pol, int_any; in zynq_gpio_set_irq_type() local 469 int_type = readl_relaxed(gpio->base_addr + in zynq_gpio_set_irq_type() 482 int_type |= BIT(bank_pin_num); in zynq_gpio_set_irq_type() 487 int_type |= BIT(bank_pin_num); in zynq_gpio_set_irq_type() 492 int_type |= BIT(bank_pin_num); in zynq_gpio_set_irq_type() 496 int_type &= ~BIT(bank_pin_num); in zynq_gpio_set_irq_type() 500 int_type &= ~BIT(bank_pin_num); in zynq_gpio_set_irq_type() 507 writel_relaxed(int_type, in zynq_gpio_set_irq_type() 625 gpio->context.int_type[bank_num] = in zynq_gpio_save_context() [all …]
|
/Linux-v4.19/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 34 int_type :type of supported interrupt 47 int_type :write interrupt type to be configured and (int_type could be 92 # echo INTA >> int_type 114 # echo MSI >> int_type
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.h | 357 void nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx); 358 void nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx); 359 void nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx); 360 int nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx);
|
D | nicvf_queues.c | 1727 static u64 nicvf_int_type_to_mask(int int_type, int q_idx) in nicvf_int_type_to_mask() argument 1731 switch (int_type) { in nicvf_int_type_to_mask() 1761 void nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_enable_intr() argument 1763 u64 mask = nicvf_int_type_to_mask(int_type, q_idx); in nicvf_enable_intr() 1775 void nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_disable_intr() argument 1777 u64 mask = nicvf_int_type_to_mask(int_type, q_idx); in nicvf_disable_intr() 1789 void nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_clear_intr() argument 1791 u64 mask = nicvf_int_type_to_mask(int_type, q_idx); in nicvf_clear_intr() 1803 int nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) in nicvf_is_intr_enabled() argument 1805 u64 mask = nicvf_int_type_to_mask(int_type, q_idx); in nicvf_is_intr_enabled()
|
/Linux-v4.19/arch/x86/math-emu/ |
D | errors.c | 308 int i, int_type; in FPU_exception() local 310 int_type = 0; /* Needed only to stop compiler warnings */ in FPU_exception() 312 int_type = n - EX_INTERNAL; in FPU_exception() 349 int_type); in FPU_exception()
|
/Linux-v4.19/drivers/mfd/ |
D | rc5t583-irq.c | 28 enum int_type { enum 89 u8 int_type; member 99 .int_type = _int_type, \ 192 if ((data->int_type & GPIO_INT) && (type & IRQ_TYPE_EDGE_BOTH)) { in rc5t583_irq_set_type()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | iosapic.c | 862 iosapic_register_platform_intr (u32 int_type, unsigned int gsi, in iosapic_register_platform_intr() argument 871 switch (int_type) { in iosapic_register_platform_intr() 897 int_type); in iosapic_register_platform_intr() 906 int_type < ARRAY_SIZE(name) ? name[int_type] : "unknown", in iosapic_register_platform_intr() 907 int_type, gsi, (trigger == IOSAPIC_EDGE ? "edge" : "level"), in iosapic_register_platform_intr()
|
D | acpi.c | 149 int acpi_request_vector(u32 int_type) in acpi_request_vector() argument 153 if (int_type < ACPI_MAX_PLATFORM_INTERRUPTS) { in acpi_request_vector() 155 vector = platform_intr_list[int_type]; in acpi_request_vector()
|
/Linux-v4.19/drivers/dma/ |
D | sprd-dma.c | 431 enum sprd_dma_int_type int_type, in sprd_dma_check_trans_done() argument 434 if (int_type == SPRD_DMA_NO_INT) in sprd_dma_check_trans_done() 437 if (int_type >= req_mode + 1) in sprd_dma_check_trans_done() 450 enum sprd_dma_int_type int_type; in dma_irq_handle() local 460 int_type = sprd_dma_get_int_type(schan); in dma_irq_handle() 467 trans_done = sprd_dma_check_trans_done(sdesc, int_type, in dma_irq_handle()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | acpi.h | 76 int acpi_request_vector (u32 int_type);
|
D | iosapic.h | 96 extern int __init iosapic_register_platform_intr (u32 int_type,
|
/Linux-v4.19/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 47 char int_type[10]; member 260 return sprintf(buf, "%s", to_target(item)->int_type); in pcie_gadget_int_type_show() 289 strcpy(config->int_type, buf); in pcie_gadget_int_type_store() 575 CONFIGFS_ATTR(pcie_gadget_, int_type);
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 19 int_type ...used to configure and read type of supported
|
/Linux-v4.19/drivers/clocksource/ |
D | exynos_mct.c | 569 static int __init mct_init_dt(struct device_node *np, unsigned int int_type) in mct_init_dt() argument 574 mct_int_type = int_type; in mct_init_dt()
|