Home
last modified time | relevance | path

Searched refs:out_flags (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/gpu/drm/imagination/
A Dpvr_job.c113 u32 out_flags = 0; in convert_geom_flags() local
116 out_flags |= ROGUE_GEOM_FLAGS_FIRSTKICK; in convert_geom_flags()
118 out_flags |= ROGUE_GEOM_FLAGS_LASTKICK; in convert_geom_flags()
120 out_flags |= ROGUE_GEOM_FLAGS_SINGLE_CORE; in convert_geom_flags()
122 return out_flags; in convert_geom_flags()
128 u32 out_flags = 0; in convert_frag_flags() local
145 return out_flags; in convert_frag_flags()
211 u32 out_flags = 0; in convert_compute_flags() local
218 return out_flags; in convert_compute_flags()
249 u32 out_flags = 0; in convert_transfer_flags() local
[all …]
/linux/Documentation/userspace-api/ioctl/
A Dhdio.rst310 DATA If out_flags.b.data is set. DATA will
313 HOB_NSECTOR If out_flags.b.nsector_hob is set
314 HOB_SECTOR If out_flags.b.sector_hob is set
315 HOB_LCYL If out_flags.b.lcyl_hob is set
316 HOB_HCYL If out_flags.b.hcyl_hob is set
317 FEATURE If out_flags.b.feature is set
318 NSECTOR If out_flags.b.nsector is set
319 SECTOR If out_flags.b.sector is set
320 LCYL If out_flags.b.lcyl is set
321 HCYL If out_flags.b.hcyl is set
[all …]
/linux/arch/powerpc/platforms/8xx/
A Dpic.c100 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in mpc8xx_pic_host_xlate() argument
114 *out_flags = map_pic_senses[intspec[1]]; in mpc8xx_pic_host_xlate()
116 *out_flags = IRQ_TYPE_NONE; in mpc8xx_pic_host_xlate()
/linux/arch/powerpc/sysdev/ge/
A Dge_pic.c170 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in gef_pic_host_xlate() argument
175 *out_flags = intspec[1]; in gef_pic_host_xlate()
177 *out_flags = IRQ_TYPE_LEVEL_HIGH; in gef_pic_host_xlate()
/linux/arch/powerpc/platforms/85xx/
A Dsocrates_fpga_pic.c242 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in socrates_fpga_pic_host_xlate() argument
252 *out_flags = IRQ_TYPE_LEVEL_LOW; in socrates_fpga_pic_host_xlate()
254 *out_flags = intspec[1]; in socrates_fpga_pic_host_xlate()
258 *out_flags = fpga_irq->type; in socrates_fpga_pic_host_xlate()
/linux/arch/powerpc/sysdev/
A Di8259.c187 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in i8259_host_xlate() argument
198 *out_flags = map_isa_senses[intspec[1]]; in i8259_host_xlate()
200 *out_flags = IRQ_TYPE_NONE; in i8259_host_xlate()
A Dehv_pic.c220 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in ehv_pic_host_xlate() argument
240 *out_flags = map_of_senses_to_linux_irqtype[intspec[1] & in ehv_pic_host_xlate()
243 *out_flags = IRQ_TYPE_NONE; in ehv_pic_host_xlate()
A Dtsi108_pci.c366 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in pci_irq_host_xlate() argument
369 *out_flags = IRQ_TYPE_LEVEL_HIGH; in pci_irq_host_xlate()
A Dmpic.c1089 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in mpic_host_xlate() argument
1140 *out_flags = map_mpic_senses[intspec[1] & 3]; in mpic_host_xlate()
1156 *out_flags = map_mpic_senses[intspec[1] & mask]; in mpic_host_xlate()
1158 *out_flags = IRQ_TYPE_NONE; in mpic_host_xlate()
1161 intsize, intspec[0], intspec[1], *out_hwirq, *out_flags); in mpic_host_xlate()
/linux/arch/powerpc/sysdev/xics/
A Dxics-common.c360 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in xics_host_xlate() argument
371 *out_flags = IRQ_TYPE_LEVEL_LOW; in xics_host_xlate()
373 *out_flags = IRQ_TYPE_EDGE_RISING; in xics_host_xlate()
375 *out_flags = IRQ_TYPE_LEVEL_LOW; in xics_host_xlate()
/linux/drivers/gpu/drm/i915/display/
A Dintel_fb_pin.c24 unsigned long *out_flags, in intel_fb_pin_to_dpt() argument
110 unsigned long *out_flags) in intel_fb_pin_to_ggtt() argument
203 *out_flags |= PLANE_HAS_FENCE; in intel_fb_pin_to_ggtt()
A Dintel_fb_pin.h22 unsigned long *out_flags);
/linux/arch/powerpc/platforms/52xx/
A Dmpc52xx_pic.c308 unsigned int *out_flags) in mpc52xx_irqhost_xlate() argument
327 *out_flags = IRQ_TYPE_LEVEL_LOW; in mpc52xx_irqhost_xlate()
329 *out_flags = mpc52xx_map_senses[intrvect_type]; in mpc52xx_irqhost_xlate()
A Dmedia5200.c123 unsigned int *out_flags) in media5200_irq_xlate() argument
130 *out_flags = IRQ_TYPE_NONE; in media5200_irq_xlate()
A Dmpc52xx_gpt.c217 unsigned int *out_flags) in mpc52xx_gpt_irq_xlate() argument
229 *out_flags = intspec[0]; in mpc52xx_gpt_irq_xlate()
/linux/arch/powerpc/platforms/powernv/
A Dopal-irqchip.c142 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in opal_event_xlate() argument
145 *out_flags = IRQ_TYPE_LEVEL_HIGH; in opal_event_xlate()
A Dopal.c718 __be64 out_flags; in opal_hmi_exception_early2() local
725 rc = opal_handle_hmi2(&out_flags); in opal_hmi_exception_early2()
729 if (be64_to_cpu(out_flags) & OPAL_HMI_FLAGS_NEW_EVENT) in opal_hmi_exception_early2()
731 if (be64_to_cpu(out_flags) & OPAL_HMI_FLAGS_TOD_TB_FAIL) in opal_hmi_exception_early2()
/linux/arch/powerpc/platforms/cell/
A Dspider-pic.c173 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in spider_host_xlate() argument
181 *out_flags = IRQ_TYPE_LEVEL_HIGH; in spider_host_xlate()
A Dinterrupt.c230 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in iic_host_xlate() argument
263 *out_flags = IRQ_TYPE_EDGE_RISING; in iic_host_xlate()
/linux/drivers/gpu/drm/xe/display/
A Dxe_fb_pin.c354 unsigned long *out_flags) in intel_fb_pin_to_ggtt() argument
356 *out_flags = 0; in intel_fb_pin_to_ggtt()
/linux/arch/powerpc/include/asm/
A Dopal.h197 int64_t opal_handle_hmi2(__be64 *out_flags);
240 __be64 *out_flags,
263 __be64 *out_flags,
/linux/drivers/xen/
A Dgntdev.c727 int out_flags; in gntdev_ioctl_notify() local
748 out_flags = op.action; in gntdev_ioctl_notify()
769 out_flags = map->notify.flags; in gntdev_ioctl_notify()
782 if (out_flags & UNMAP_NOTIFY_SEND_EVENT) in gntdev_ioctl_notify()
/linux/arch/powerpc/sysdev/xive/
A Dcommon.c1313 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in xive_irq_domain_xlate() argument
1324 *out_flags = IRQ_TYPE_LEVEL_LOW; in xive_irq_domain_xlate()
1326 *out_flags = IRQ_TYPE_EDGE_RISING; in xive_irq_domain_xlate()
1328 *out_flags = IRQ_TYPE_LEVEL_LOW; in xive_irq_domain_xlate()
/linux/include/uapi/linux/
A Dhdreg.h63 ide_reg_valid_t out_flags; member
/linux/drivers/net/ethernet/sfc/
A Dmae.c124 u32 out_flags; in efx_mae_start_counters() local
141 out_flags = MCDI_DWORD(outbuf, MAE_COUNTERS_STREAM_START_OUT_FLAGS); in efx_mae_start_counters()
142 if (out_flags & BIT(MC_CMD_MAE_COUNTERS_STREAM_START_OUT_USES_CREDITS_OFST)) { in efx_mae_start_counters()
146 out_flags &= ~BIT(MC_CMD_MAE_COUNTERS_STREAM_START_OUT_USES_CREDITS_OFST); in efx_mae_start_counters()
148 if (out_flags) { in efx_mae_start_counters()
151 out_flags); in efx_mae_start_counters()

Completed in 48 milliseconds

12