Home
last modified time | relevance | path

Searched refs:host_flags (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/vboxvideo/
A Dvbox_irq.c39 u32 host_flags = vbox_get_flags(vbox); in vbox_irq_handler() local
41 if (!(host_flags & HGSMIHOSTFLAGS_IRQ)) in vbox_irq_handler()
50 if (host_flags & in vbox_irq_handler()
52 !(host_flags & HGSMIHOSTFLAGS_VSYNC)) in vbox_irq_handler()
A Dhgsmi_ch_setup.h28 u32 host_flags; member
A Dvboxvideo.h124 struct vbva_host_flags host_flags; member
A Dvbva_base.c171 !(vbva_ctx->vbva->host_flags.host_events & VBVA_F_MODE_ENABLED)) in vbva_buffer_begin_update()
/linux/drivers/scsi/
A Dmac_scsi.c446 int host_flags = 0; in mac_scsi_probe() local
489 host_flags |= FLAG_NO_PSEUDO_DMA; in mac_scsi_probe()
491 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in mac_scsi_probe()
493 error = NCR5380_init(instance, host_flags | FLAG_LATE_DMA_SETUP); in mac_scsi_probe()
A Datari_scsi.c722 int host_flags = 0; in atari_scsi_probe() local
796 host_flags |= IS_A_TT() ? 0 : FLAG_LATE_DMA_SETUP; in atari_scsi_probe()
797 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in atari_scsi_probe()
799 error = NCR5380_init(instance, host_flags); in atari_scsi_probe()
A Dsun3_scsi.c518 int host_flags = 0; in sun3_scsi_probe() local
593 error = NCR5380_init(instance, host_flags); in sun3_scsi_probe()
/linux/drivers/gpu/drm/msm/dsi/
A Ddsi.c18 unsigned long host_flags = msm_dsi_host_get_mode_flags(msm_dsi->host); in msm_dsi_is_cmd_mode() local
20 return !(host_flags & MIPI_DSI_MODE_VIDEO); in msm_dsi_is_cmd_mode()
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.c1481 np->last_cp->host_flags |= HF_HINT_IARB;
2985 cp->host_flags &= ~HF_HINT_IARB;
3034 u_char h_flags = cp->host_flags;
3153 cp->host_flags = (HF_SENSE|HF_DATA_IN);
3655 if (cp->host_flags & HF_SENSE) {
3758 if (cp->host_flags & HF_SENSE)
3885 if (cp->host_flags & HF_SENSE) {
4585 if (cp->host_flags & HF_SENSE)
5251 cp->host_flags = 0;
5371 cp->host_status, cp->ssss_status, cp->host_flags);
A Dsym_hipd.h601 #define host_flags phys.head.status[3] macro
A Dsym_glue.c178 if (cp->host_flags & HF_SENSE) { in sym_set_cam_result_error()
371 cp->host_flags |= HF_DATA_IN; in sym_setup_data_and_start()
/linux/drivers/mmc/host/
A Dsdhci.c3778 int host_flags = host->flags; in sdhci_runtime_resume_host() local
3780 if (host_flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) { in sdhci_runtime_resume_host()
3795 if ((host_flags & SDHCI_PV_ENABLED) && in sdhci_runtime_resume_host()

Completed in 34 milliseconds