/linux-4.1.27/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 | 294 if (dev->int_err != 0 || dev->int_type != in s5p_mfc_init_hw() 298 dev->int_err, dev->int_type); in s5p_mfc_init_hw() 345 if (dev->int_err != 0 || dev->int_type != in s5p_mfc_sleep() 349 dev->int_type); in s5p_mfc_sleep() 440 if (dev->int_err != 0 || dev->int_type != in s5p_mfc_wakeup() 444 dev->int_type); in s5p_mfc_wakeup()
|
D | s5p_mfc_common.h | 316 int int_type; member 570 int int_type; member
|
D | s5p_mfc.c | 93 ctx->int_type = reason; in wake_up_ctx() 103 dev->int_type = reason; in wake_up_dev() 540 ctx->int_type = reason; in s5p_mfc_handle_init_buffers() 584 ctx->int_type = reason; in s5p_mfc_handle_stream_complete() 704 ctx->int_type = reason; in s5p_mfc_irq()
|
/linux-4.1.27/drivers/scsi/ |
D | qlogicfas408.h | 82 int int_type; /* type of irq, 2 for ISA board, 0 for PCMCIA */ member 91 #define REG1 ( outb( inb( qbase + 0xd ) | 0x80 , qbase + 0xd ), outb( 0xb4 | int_type, qbase + 0xd … 113 int qlogicfas408_get_chip_type(int qbase, int int_type); 114 void qlogicfas408_setup(int qbase, int id, int int_type); 115 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-4.1.27/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-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-gpio-defs.h | 55 uint64_t int_type:1; member 63 uint64_t int_type:1; 77 uint64_t int_type:1; member 85 uint64_t int_type:1; 102 uint64_t int_type:1; member 110 uint64_t int_type:1; 470 uint64_t int_type:1; member 478 uint64_t int_type:1;
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-zynq.c | 373 u32 int_type, int_pol, int_any; in zynq_gpio_set_irq_type() local 380 int_type = readl_relaxed(gpio->base_addr + in zynq_gpio_set_irq_type() 393 int_type |= BIT(bank_pin_num); in zynq_gpio_set_irq_type() 398 int_type |= BIT(bank_pin_num); in zynq_gpio_set_irq_type() 403 int_type |= BIT(bank_pin_num); in zynq_gpio_set_irq_type() 407 int_type &= ~BIT(bank_pin_num); in zynq_gpio_set_irq_type() 411 int_type &= ~BIT(bank_pin_num); in zynq_gpio_set_irq_type() 418 writel_relaxed(int_type, in zynq_gpio_set_irq_type()
|
D | gpio-dwapb.c | 62 u32 int_type; member 620 ctx->int_type = dwapb_read(gpio, GPIO_INTTYPE_LEVEL); in dwapb_gpio_suspend() 659 dwapb_write(gpio, GPIO_INTTYPE_LEVEL, ctx->int_type); in dwapb_gpio_resume()
|
/linux-4.1.27/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-4.1.27/arch/x86/math-emu/ |
D | errors.c | 307 int i, int_type; in FPU_exception() local 309 int_type = 0; /* Needed only to stop compiler warnings */ in FPU_exception() 311 int_type = n - EX_INTERNAL; in FPU_exception() 348 int_type); in FPU_exception()
|
/linux-4.1.27/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-4.1.27/arch/ia64/kernel/ |
D | iosapic.c | 861 iosapic_register_platform_intr (u32 int_type, unsigned int gsi, in iosapic_register_platform_intr() argument 870 switch (int_type) { in iosapic_register_platform_intr() 896 int_type); in iosapic_register_platform_intr() 905 int_type < ARRAY_SIZE(name) ? name[int_type] : "unknown", in iosapic_register_platform_intr() 906 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-4.1.27/arch/ia64/include/asm/ |
D | acpi.h | 76 int acpi_request_vector (u32 int_type);
|
D | iosapic.h | 99 extern int __init iosapic_register_platform_intr (u32 int_type,
|
/linux-4.1.27/drivers/s390/cio/ |
D | ioasm.h | 19 __u32 int_type : 3; member
|
/linux-4.1.27/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 47 char int_type[10]; member 257 return sprintf(buf, "%s", config->int_type); in pcie_gadget_show_int_type() 286 strcpy(config->int_type, buf); in pcie_gadget_store_int_type() 603 PCIE_GADGET_TARGET_ATTR_RW(int_type);
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 19 int_type ...used to configure and read type of supported
|
/linux-4.1.27/drivers/clocksource/ |
D | exynos_mct.c | 596 static void __init mct_init_dt(struct device_node *np, unsigned int int_type) in mct_init_dt() argument 600 mct_int_type = int_type; in mct_init_dt()
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | qlogic_stub.c | 121 priv->int_type = INT_TYPE; in qlogic_detect()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | if_spi.c | 807 u16 int_type, port_reg; in if_spi_h2c() local 811 int_type = IF_SPI_CIC_TX_DOWNLOAD_OVER; in if_spi_h2c() 815 int_type = IF_SPI_CIC_CMD_DOWNLOAD_OVER; in if_spi_h2c()
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 3851 int_type : 3, member 4100 irte.fields.int_type = apic->irq_delivery_mode; in setup_ioapic_entry() 4203 irte.fields.int_type = apic->irq_delivery_mode; in compose_msi_msg()
|
/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 2802 int int_type = svm->vmcb->control.exit_int_info & in task_switch_interception() local 2848 int_type == SVM_EXITINTINFO_TYPE_SOFT || in task_switch_interception() 2849 (int_type == SVM_EXITINTINFO_TYPE_EXEPT && in task_switch_interception() 2853 if (int_type != SVM_EXITINTINFO_TYPE_SOFT) in task_switch_interception()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 638 cfg.s.int_type = (t & IRQ_TYPE_EDGE_BOTH) != 0; in octeon_irq_gpio_setup()
|