Searched refs:fbs (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/dev/drm/ |
| HD | drm_framebuffer.c | 340 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2() 348 struct list_head fbs; member 355 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn() 357 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn() 393 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb() 418 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb() 419 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb() 599 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release() 611 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) { in drm_fb_release() 613 list_move_tail(&fb->filp_head, &arg.fbs); in drm_fb_release() [all …]
|
| HD | drm_mode_config.c | 106 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
|
| HD | drm_file.c | 336 INIT_LIST_HEAD(&priv->fbs); in drm_open_helper()
|
| /dragonfly/sys/dev/disk/ahci/ |
| HD | ahci_pm.c | 67 u_int32_t fbs; in ahci_pm_port_probe() local 116 fbs = ahci_pread(ap, AHCI_PREG_FBS); in ahci_pm_port_probe() 117 ahci_pwrite(ap, AHCI_PREG_FBS, fbs | AHCI_PREG_FBS_EN); in ahci_pm_port_probe() 118 fbs = ahci_pread(ap, AHCI_PREG_FBS); in ahci_pm_port_probe() 119 if (fbs & AHCI_PREG_FBS_EN) { in ahci_pm_port_probe() 130 ahci_pwrite(ap, AHCI_PREG_FBS, fbs & ~AHCI_PREG_FBS_EN); in ahci_pm_port_probe() 373 fbs = ahci_pread(ap, AHCI_PREG_FBS); in ahci_pm_port_probe() 374 fbs &= ~AHCI_PREG_FBS_DEV; in ahci_pm_port_probe() 375 fbs |= AHCI_PREG_FBS_DEC; in ahci_pm_port_probe() 376 ahci_pwrite(ap, AHCI_PREG_FBS, fbs | AHCI_PREG_FBS_EN); in ahci_pm_port_probe() [all …]
|
| HD | ahci_attach.c | 214 int i, error, msi_enable, rev, fbs; in ahci_pci_attach() local 351 fbs = (cap & AHCI_REG_CAP_FBSS) ? 16 : 1; in ahci_pci_attach() 354 sc->sc_rfis_size = sizeof(struct ahci_rfis) * fbs; in ahci_pci_attach()
|
| /dragonfly/sys/dev/drm/include/drm/ |
| HD | drm_file.h | 261 struct list_head fbs; member
|