• Home
  • Raw
  • Download

Lines Matching refs:driver_caps

276 	(((chip)->driver_caps & AZX_DCAPS_SNOOP_MASK) >> 10)
457 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) { in azx_init_pci()
532 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY; in azx_get_delay_from_lpib()
591 if (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY) in azx_position_ok()
823 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_suspend()
843 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_resume()
886 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_runtime_suspend()
896 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_runtime_suspend()
919 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_runtime_resume()
922 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_runtime_resume()
963 !(chip->driver_caps & AZX_DCAPS_PM_RUNTIME)) in azx_runtime_idle()
1108 if ((chip->driver_caps & AZX_DCAPS_PM_RUNTIME) in azx_free()
1151 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_free()
1249 if (chip->driver_caps & AZX_DCAPS_POSFIX_VIA) { in check_position_fix()
1253 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) { in check_position_fix()
1277 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) { in assign_position_fix()
1368 if (chip->driver_caps & AZX_DCAPS_NO_MSI) { in check_msi()
1392 if (chip->driver_caps & AZX_DCAPS_SNOOP_OFF) in azx_check_snoop_available()
1412 int dev, unsigned int driver_caps, in azx_create() argument
1443 chip->driver_caps = driver_caps; in azx_create()
1444 chip->driver_type = driver_caps & 0xff; in azx_create()
1522 if (chip->driver_caps & AZX_DCAPS_NO_MSI64) { in azx_first_init()
1558 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) { in azx_first_init()
1567 if (chip->driver_caps & AZX_DCAPS_BUFSIZE) in azx_first_init()
1569 else if (chip->driver_caps & AZX_DCAPS_ALIGN_BUFSIZE) in azx_first_init()
1630 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_first_init()
1878 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) in azx_probe()
1909 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) { in azx_probe_continue()
1977 if ((chip->driver_caps & AZX_DCAPS_PM_RUNTIME) || hda->use_vga_switcheroo) in azx_probe_continue()