Home
last modified time | relevance | path

Searched refs:hw_flags (Results 1 – 13 of 13) sorted by relevance

/drivers/net/ethernet/qlogic/
Dqla3xxx.c182 unsigned long hw_flags; in ql_read_common_reg_l() local
184 spin_lock_irqsave(&qdev->hw_lock, hw_flags); in ql_read_common_reg_l()
186 spin_unlock_irqrestore(&qdev->hw_lock, hw_flags); in ql_read_common_reg_l()
199 unsigned long hw_flags; in ql_read_page0_reg_l() local
201 spin_lock_irqsave(&qdev->hw_lock, hw_flags); in ql_read_page0_reg_l()
207 spin_unlock_irqrestore(&qdev->hw_lock, hw_flags); in ql_read_page0_reg_l()
221 unsigned long hw_flags; in ql_write_common_reg_l() local
223 spin_lock_irqsave(&qdev->hw_lock, hw_flags); in ql_write_common_reg_l()
226 spin_unlock_irqrestore(&qdev->hw_lock, hw_flags); in ql_write_common_reg_l()
529 unsigned long hw_flags; in ql_get_nvram_params() local
[all …]
/drivers/gpu/drm/i915/
Di915_gem_context.c309 u32 hw_flags) in mi_set_context() argument
339 hw_flags); in mi_set_context()
357 u32 hw_flags = 0; in do_switch() local
384 hw_flags |= MI_RESTORE_INHIBIT; in do_switch()
386 hw_flags |= MI_FORCE_RESTORE; in do_switch()
388 ret = mi_set_context(ring, to, hw_flags); in do_switch()
/drivers/media/pci/ivtv/
Divtv-driver.c922 itv->hw_flags |= device; in ivtv_load_and_init_modules()
926 itv->hw_flags |= device; in ivtv_load_and_init_modules()
930 if ((itv->hw_flags & IVTV_HW_IR_ANY) == 0) in ivtv_load_and_init_modules()
944 hw = itv->hw_flags; in ivtv_load_and_init_modules()
974 itv->hw_flags &= ~IVTV_HW_SAA711X; in ivtv_load_and_init_modules()
980 itv->hw_flags |= IVTV_HW_SAA7114; in ivtv_load_and_init_modules()
984 itv->hw_flags |= IVTV_HW_SAA7115; in ivtv_load_and_init_modules()
Divtv-i2c.c185 if (itv->hw_flags & IVTV_HW_IR_TX_ANY) in ivtv_i2c_new_ir()
194 if (itv->hw_flags & IVTV_HW_IR_RX_ANY) in ivtv_i2c_new_ir()
Divtv-streams.c401 if (itv->is_60hz && (itv->hw_flags & IVTV_HW_CX25840)) in ivtv_vbi_setup()
422 if (itv->hw_flags & IVTV_HW_CX25840) { in ivtv_vbi_setup()
Divtv-fileops.c900 if (itv->hw_flags & IVTV_HW_SAA711X) { in ivtv_v4l2_close()
1025 if (itv->hw_flags & IVTV_HW_SAA711X) {
Divtv-driver.h621 u32 hw_flags; /* hardware description of the board */ member
Divtv-ioctl.c1121 if (itv->hw_flags & IVTV_HW_CX25840) in ivtv_s_std_enc()
1518 if (itv->hw_flags & IVTV_HW_TVEEPROM) { in ivtv_log_status()
/drivers/media/pci/cx18/
Dcx18-driver.c864 cx->hw_flags |= device; in cx18_init_subdevs()
869 cx->hw_flags |= device; in cx18_init_subdevs()
879 cx->hw_flags |= device; in cx18_init_subdevs()
883 cx->hw_flags |= device; in cx18_init_subdevs()
888 if (cx->hw_flags & CX18_HW_418_AV) in cx18_init_subdevs()
999 cx->hw_flags |= CX18_HW_GPIO_RESET_CTRL; in cx18_probe()
Dcx18-driver.h589 u32 hw_flags; /* Hardware description of the board */ member
Dcx18-ioctl.c1077 if (cx->hw_flags & CX18_HW_TVEEPROM) { in cx18_log_status()
/drivers/net/ethernet/realtek/
D8139too.c230 u32 hw_flags; member
1015 tp->drv_flags = board_info[ent->driver_data].hw_flags; in rtl8139_init_one()
/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c636 unsigned long hw_flags = 0; in ql_enable_completion_interrupt() local
649 spin_lock_irqsave(&qdev->hw_lock, hw_flags); in ql_enable_completion_interrupt()
655 spin_unlock_irqrestore(&qdev->hw_lock, hw_flags); in ql_enable_completion_interrupt()