Searched refs:out_flags (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/arch/powerpc/sysdev/
H A Dmpc8xx_pic.c101 irq_hw_number_t *out_hwirq, unsigned int *out_flags) mpc8xx_pic_host_xlate()
115 *out_flags = map_pic_senses[intspec[1]]; mpc8xx_pic_host_xlate()
117 *out_flags = IRQ_TYPE_NONE; mpc8xx_pic_host_xlate()
99 mpc8xx_pic_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) mpc8xx_pic_host_xlate() argument
H A Dehv_pic.c217 irq_hw_number_t *out_hwirq, unsigned int *out_flags) ehv_pic_host_xlate()
237 *out_flags = map_of_senses_to_linux_irqtype[intspec[1] & ehv_pic_host_xlate()
240 *out_flags = IRQ_TYPE_NONE; ehv_pic_host_xlate()
215 ehv_pic_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) ehv_pic_host_xlate() argument
H A Di8259.c189 irq_hw_number_t *out_hwirq, unsigned int *out_flags) i8259_host_xlate()
200 *out_flags = map_isa_senses[intspec[1]]; i8259_host_xlate()
202 *out_flags = IRQ_TYPE_NONE; i8259_host_xlate()
187 i8259_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) i8259_host_xlate() argument
H A Dxilinx_intc.c149 unsigned int *out_flags) xilinx_intc_xlate()
162 *out_flags = xilinx_intc_map_senses[intspec[1]]; xilinx_intc_xlate()
146 xilinx_intc_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) xilinx_intc_xlate() argument
H A Dtsi108_pci.c381 irq_hw_number_t *out_hwirq, unsigned int *out_flags) pci_irq_host_xlate()
384 *out_flags = IRQ_TYPE_LEVEL_HIGH; pci_irq_host_xlate()
379 pci_irq_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) pci_irq_host_xlate() argument
H A Dmpic.c1105 irq_hw_number_t *out_hwirq, unsigned int *out_flags) mpic_host_xlate()
1156 *out_flags = map_mpic_senses[intspec[1] & 3]; mpic_host_xlate()
1172 *out_flags = map_mpic_senses[intspec[1] & mask]; mpic_host_xlate()
1174 *out_flags = IRQ_TYPE_NONE; mpic_host_xlate()
1177 intsize, intspec[0], intspec[1], *out_hwirq, *out_flags); mpic_host_xlate()
1103 mpic_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) mpic_host_xlate() argument
/linux-4.1.27/drivers/ide/
H A Dide-taskfile.c535 if (req_task->out_flags.all) { ide_taskfile_ioctl()
538 if (req_task->out_flags.b.data) ide_taskfile_ioctl()
541 if (req_task->out_flags.b.nsector_hob) ide_taskfile_ioctl()
543 if (req_task->out_flags.b.sector_hob) ide_taskfile_ioctl()
545 if (req_task->out_flags.b.lcyl_hob) ide_taskfile_ioctl()
547 if (req_task->out_flags.b.hcyl_hob) ide_taskfile_ioctl()
550 if (req_task->out_flags.b.error_feature) ide_taskfile_ioctl()
552 if (req_task->out_flags.b.nsector) ide_taskfile_ioctl()
554 if (req_task->out_flags.b.sector) ide_taskfile_ioctl()
556 if (req_task->out_flags.b.lcyl) ide_taskfile_ioctl()
558 if (req_task->out_flags.b.hcyl) ide_taskfile_ioctl()
/linux-4.1.27/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c245 irq_hw_number_t *out_hwirq, unsigned int *out_flags) socrates_fpga_pic_host_xlate()
256 *out_flags = IRQ_TYPE_LEVEL_LOW; socrates_fpga_pic_host_xlate()
258 *out_flags = intspec[1]; socrates_fpga_pic_host_xlate()
262 *out_flags = fpga_irq->type; socrates_fpga_pic_host_xlate()
243 socrates_fpga_pic_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) socrates_fpga_pic_host_xlate() argument
/linux-4.1.27/arch/powerpc/sysdev/ge/
H A Dge_pic.c168 irq_hw_number_t *out_hwirq, unsigned int *out_flags) gef_pic_host_xlate()
173 *out_flags = intspec[1]; gef_pic_host_xlate()
175 *out_flags = IRQ_TYPE_LEVEL_HIGH; gef_pic_host_xlate()
166 gef_pic_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) gef_pic_host_xlate() argument
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmedia5200.c128 unsigned int *out_flags) media5200_irq_xlate()
135 *out_flags = IRQ_TYPE_NONE; media5200_irq_xlate()
125 media5200_irq_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) media5200_irq_xlate() argument
H A Dmpc52xx_pic.c307 unsigned int *out_flags) mpc52xx_irqhost_xlate()
326 *out_flags = IRQ_TYPE_LEVEL_LOW; mpc52xx_irqhost_xlate()
328 *out_flags = mpc52xx_map_senses[intrvect_type]; mpc52xx_irqhost_xlate()
304 mpc52xx_irqhost_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) mpc52xx_irqhost_xlate() argument
H A Dmpc52xx_gpt.c222 unsigned int *out_flags) mpc52xx_gpt_irq_xlate()
234 *out_flags = intspec[0]; mpc52xx_gpt_irq_xlate()
219 mpc52xx_gpt_irq_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) mpc52xx_gpt_irq_xlate() argument
/linux-4.1.27/drivers/xen/
H A Dgntdev.c690 int out_flags; gntdev_ioctl_notify() local
711 out_flags = op.action; gntdev_ioctl_notify()
732 out_flags = map->notify.flags; gntdev_ioctl_notify()
745 if (out_flags & UNMAP_NOTIFY_SEND_EVENT) gntdev_ioctl_notify()
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Dinterrupt.c250 irq_hw_number_t *out_hwirq, unsigned int *out_flags) iic_host_xlate()
283 *out_flags = IRQ_TYPE_EDGE_RISING; iic_host_xlate()
248 iic_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) iic_host_xlate() argument
H A Dspider-pic.c185 irq_hw_number_t *out_hwirq, unsigned int *out_flags) spider_host_xlate()
193 *out_flags = IRQ_TYPE_LEVEL_HIGH; spider_host_xlate()
183 spider_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) spider_host_xlate() argument
/linux-4.1.27/arch/powerpc/sysdev/xics/
H A Dxics-common.c350 irq_hw_number_t *out_hwirq, unsigned int *out_flags) xics_host_xlate()
358 *out_flags = IRQ_TYPE_LEVEL_LOW; xics_host_xlate()
348 xics_host_xlate(struct irq_domain *h, struct device_node *ct, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_flags) xics_host_xlate() argument
/linux-4.1.27/include/uapi/linux/
H A Dhdreg.h62 ide_reg_valid_t out_flags; member in struct:ide_task_request_s
/linux-4.1.27/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c348 goto out_flags; pasemi_mac_setup_csring()
375 out_flags: pasemi_mac_setup_csring()
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.c130 ide_reg_valid_t out_flags; member in struct:mtip_compat_ide_task_request_s
2113 if ((req_task->in_flags.all == 0) && (req_task->out_flags.all & 1)) { exec_drive_taskfile()
2211 if (req_task->out_flags.all & 1) { exec_drive_taskfile()

Completed in 519 milliseconds