Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vboxvideo/
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()
Dhgsmi_ch_setup.h28 u32 host_flags; member
Dvboxvideo.h124 struct vbva_host_flags host_flags; member
Dvbva_base.c171 !(vbva_ctx->vbva->host_flags.host_events & VBVA_F_MODE_ENABLED)) in vbva_buffer_begin_update()
/linux-5.19.10/drivers/scsi/
Dmac_scsi.c447 int host_flags = 0; in mac_scsi_probe() local
490 host_flags |= FLAG_NO_PSEUDO_DMA; in mac_scsi_probe()
492 host_flags |= setup_toshiba_delay > 0 ? FLAG_TOSHIBA_DELAY : 0; in mac_scsi_probe()
494 error = NCR5380_init(instance, host_flags | FLAG_LATE_DMA_SETUP); in mac_scsi_probe()
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()
Dsun3_scsi.c518 int host_flags = 0; in sun3_scsi_probe() local
593 error = NCR5380_init(instance, host_flags); in sun3_scsi_probe()
/linux-5.19.10/drivers/gpu/drm/msm/dsi/
Ddsi.c19 unsigned long host_flags = msm_dsi_host_get_mode_flags(msm_dsi->host); in msm_dsi_is_cmd_mode() local
21 return !(host_flags & MIPI_DSI_MODE_VIDEO); in msm_dsi_is_cmd_mode()
/linux-5.19.10/drivers/scsi/sym53c8xx_2/
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);
Dsym_hipd.h601 #define host_flags phys.head.status[3] macro
Dsym_glue.c177 if (cp->host_flags & HF_SENSE) { in sym_set_cam_result_error()
370 cp->host_flags |= HF_DATA_IN; in sym_setup_data_and_start()
/linux-5.19.10/drivers/mmc/host/
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()