Home
last modified time | relevance | path

Searched refs:fbs (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dvub300.c332 u16 fbs[8]; /* Function Block Size */ member
856 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width()
858 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width()
860 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width()
862 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width()
864 vub300->fbs[ in snoop_block_size_and_bus_width()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dvub300.c332 u16 fbs[8]; /* Function Block Size */ member
856 vub300->fbs[1] = (cmd_arg << 8) | (0x00FF & vub300->fbs[1]); in snoop_block_size_and_bus_width()
858 vub300->fbs[1] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[1]); in snoop_block_size_and_bus_width()
860 vub300->fbs[2] = (cmd_arg << 8) | (0x00FF & vub300->fbs[2]); in snoop_block_size_and_bus_width()
862 vub300->fbs[2] = (0xFF & cmd_arg) | (0xFF00 & vub300->fbs[2]); in snoop_block_size_and_bus_width()
864 vub300->fbs[ in snoop_block_size_and_bus_width()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_framebuffer.c367 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2()
399 struct list_head fbs; member
406 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn()
408 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn()
443 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb()
458 * we now own the reference that was stored in the fbs list in drm_mode_rmfb()
468 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb()
469 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb()
779 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release()
791 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_hea in drm_fb_release()
[all...]
H A Ddrm_file.c172 INIT_LIST_HEAD(&file->fbs); in drm_file_alloc()
H A Ddrm_mode_config.c111 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_framebuffer.c364 list_add(&fb->filp_head, &file_priv->fbs); in drm_mode_addfb2()
396 struct list_head fbs; member
403 while (!list_empty(&arg->fbs)) { in drm_mode_rmfb_work_fn()
405 list_first_entry(&arg->fbs, typeof(*fb), filp_head); in drm_mode_rmfb_work_fn()
443 list_for_each_entry(fbl, &file_priv->fbs, filp_head) in drm_mode_rmfb()
458 * we now own the reference that was stored in the fbs list in drm_mode_rmfb()
468 INIT_LIST_HEAD(&arg.fbs); in drm_mode_rmfb()
469 list_add_tail(&fb->filp_head, &arg.fbs); in drm_mode_rmfb()
779 INIT_LIST_HEAD(&arg.fbs); in drm_fb_release()
791 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_hea in drm_fb_release()
[all...]
H A Ddrm_mode_config.c114 list_for_each_entry(fb, &file_priv->fbs, filp_head) { in drm_mode_getresources()
H A Ddrm_file.c170 INIT_LIST_HEAD(&file->fbs); in drm_file_alloc()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci.c1687 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() local
1696 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1697 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1698 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1700 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1703 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
1721 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() local
1722 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr()
1724 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { in ahci_error_intr()
2009 u32 fbs in ahci_qc_issue() local
2184 u32 fbs; ahci_enable_fbs() local
2218 u32 fbs; ahci_disable_fbs() local
[all...]
H A Dahci_xgene.c143 u32 fbs; in xgene_ahci_restart_engine() local
163 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
164 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
165 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c1733 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr() local
1741 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1742 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1743 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1745 fbs = readl(port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1748 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
1766 u32 fbs = readl(port_mmio + PORT_FBS); in ahci_error_intr() local
1767 int pmp = fbs >> PORT_FBS_DWE_OFFSET; in ahci_error_intr()
1769 if ((fbs & PORT_FBS_SDE) && (pmp < ap->nr_pmp_links)) { in ahci_error_intr()
2065 u32 fbs in ahci_qc_issue() local
2334 u32 fbs; ahci_enable_fbs() local
2368 u32 fbs; ahci_disable_fbs() local
[all...]
H A Dahci_xgene.c142 u32 fbs; in xgene_ahci_restart_engine() local
162 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
163 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
164 fbs = readl(port_mmio + PORT_FBS); in xgene_ahci_restart_engine()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c168 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in get_overlay_fb()
455 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in store_size()
558 DBG("create sysfs for fbs\n"); in omapfb_create_sysfs()
562 r = device_create_file(fbdev->fbs[i]->dev, in omapfb_create_sysfs()
580 DBG("remove sysfs for fbs\n"); in omapfb_remove_sysfs()
583 device_remove_file(fbdev->fbs[i]->dev, in omapfb_remove_sysfs()
H A Domapfb-main.c1344 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_free_all_fbmem()
1543 r = omapfb_alloc_fbmem_display(fbdev->fbs[i], in omapfb_allocate_all_fbs()
1552 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_allocate_all_fbs()
1832 unregister_framebuffer(fbdev->fbs[i]); in omapfb_free_resources()
1838 fbinfo_cleanup(fbdev, fbdev->fbs[i]); in omapfb_free_resources()
1839 framebuffer_release(fbdev->fbs[i]); in omapfb_free_resources()
1885 fbdev->fbs[i] = fbi; in omapfb_create_framebuffers()
1905 /* assign overlays for the fbs */ in omapfb_create_framebuffers()
1907 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_create_framebuffers()
1924 struct fb_info *fbi = fbdev->fbs[ in omapfb_create_framebuffers()
[all...]
H A Domapfb.h87 struct fb_info *fbs[10]; member
H A Domapfb-ioctl.c233 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in omapfb_setup_mem()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-sysfs.c169 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in get_overlay_fb()
456 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in store_size()
559 DBG("create sysfs for fbs\n"); in omapfb_create_sysfs()
563 r = device_create_file(fbdev->fbs[i]->dev, in omapfb_create_sysfs()
581 DBG("remove sysfs for fbs\n"); in omapfb_remove_sysfs()
584 device_remove_file(fbdev->fbs[i]->dev, in omapfb_remove_sysfs()
H A Domapfb-main.c1344 struct fb_info *fbi = fbdev->fbs[i]; in omapfb_free_all_fbmem()
1543 r = omapfb_alloc_fbmem_display(fbdev->fbs[i], in omapfb_allocate_all_fbs()
1552 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_allocate_all_fbs()
1831 unregister_framebuffer(fbdev->fbs[i]); in omapfb_free_resources()
1837 fbinfo_cleanup(fbdev, fbdev->fbs[i]); in omapfb_free_resources()
1838 framebuffer_release(fbdev->fbs[i]); in omapfb_free_resources()
1883 fbdev->fbs[i] = fbi; in omapfb_create_framebuffers()
1903 /* assign overlays for the fbs */ in omapfb_create_framebuffers()
1905 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]); in omapfb_create_framebuffers()
1922 struct fb_info *fbi = fbdev->fbs[ in omapfb_create_framebuffers()
[all...]
H A Domapfb.h87 struct fb_info *fbs[10]; member
H A Domapfb-ioctl.c233 struct omapfb_info *ofbi2 = FB2OFB(fbdev->fbs[i]); in omapfb_setup_mem()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_file.h295 * @fbs:
300 * Protected by @fbs_lock. Note that the @fbs list holds a reference on
303 struct list_head fbs; member
305 /** @fbs_lock: Protects @fbs. */
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_file.h326 * @fbs:
331 * Protected by @fbs_lock. Note that the @fbs list holds a reference on
334 struct list_head fbs; member
336 /** @fbs_lock: Protects @fbs. */

Completed in 30 milliseconds