Home
last modified time | relevance | path

Searched refs:fdev (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c63 fdev = kzalloc(sizeof(*fdev), GFP_KERNEL); in mlx5_fpga_device_alloc()
64 if (!fdev) in mlx5_fpga_device_alloc()
69 return fdev; in mlx5_fpga_device_alloc()
186 if (!fdev) in mlx5_fpga_device_start()
225 mlx5_eq_notifier_register(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_start()
226 mlx5_eq_notifier_register(fdev->mdev, &fdev->fpga_qp_err_nb); in mlx5_fpga_device_start()
244 mlx5_eq_notifier_unregister(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_start()
266 if (!fdev) in mlx5_fpga_init()
282 if (!fdev) in mlx5_fpga_device_stop()
304 mlx5_eq_notifier_unregister(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_stop()
[all …]
H A Dconn.c413 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq() local
503 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq() local
517 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_qp() local
675 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_init_qp() local
701 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp() local
735 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp() local
761 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect() local
827 conn->fdev = fdev; in mlx5_fpga_conn_create()
961 fdev->conn_res.uar = mlx5_get_uars_page(fdev->mdev); in mlx5_fpga_conn_device_init()
990 mlx5_put_uars_page(fdev->mdev, fdev->conn_res.uar); in mlx5_fpga_conn_device_init()
[all …]
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create() argument
72 if (!fdev->mdev) in mlx5_fpga_mem_read_i2c()
78 err = mlx5_fpga_access_reg(fdev->mdev, actual_size, in mlx5_fpga_mem_read_i2c()
82 mlx5_fpga_err(fdev, "Failed to read over I2C: %d\n", in mlx5_fpga_mem_read_i2c()
104 if (!fdev->mdev) in mlx5_fpga_mem_write_i2c()
110 err = mlx5_fpga_access_reg(fdev->mdev, actual_size, in mlx5_fpga_mem_write_i2c()
114 mlx5_fpga_err(fdev, "Failed to write FPGA crspace\n"); in mlx5_fpga_mem_write_i2c()
131 ret = mlx5_fpga_mem_read_i2c(fdev, size, addr, buf); in mlx5_fpga_mem_read()
136 mlx5_fpga_warn(fdev, "Unexpected read access_type %u\n", in mlx5_fpga_mem_read()
152 ret = mlx5_fpga_mem_write_i2c(fdev, size, addr, buf); in mlx5_fpga_mem_write()
[all …]
H A Dipsec.c227 if (!fdev || !fdev->ipsec) in mlx5_fpga_ipsec_cmd_exec()
238 context->dev = fdev; in mlx5_fpga_ipsec_cmd_exec()
339 if (!fdev->ipsec) in mlx5_fpga_ipsec_device_caps()
366 if (!fdev || !fdev->ipsec) in mlx5_fpga_ipsec_counters_count()
383 if (!fdev || !fdev->ipsec) in mlx5_fpga_ipsec_counters_read()
1276 fdev->ipsec = kzalloc(sizeof(*fdev->ipsec), GFP_KERNEL); in mlx5_fpga_ipsec_init()
1277 if (!fdev->ipsec) in mlx5_fpga_ipsec_init()
1280 fdev->ipsec->fdev = fdev; in mlx5_fpga_ipsec_init()
1282 err = mlx5_fpga_get_sbu_caps(fdev, sizeof(fdev->ipsec->caps), in mlx5_fpga_ipsec_init()
1332 kfree(fdev->ipsec); in mlx5_fpga_ipsec_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c63 fdev = kzalloc(sizeof(*fdev), GFP_KERNEL); in mlx5_fpga_device_alloc()
64 if (!fdev) in mlx5_fpga_device_alloc()
69 return fdev; in mlx5_fpga_device_alloc()
186 if (!fdev) in mlx5_fpga_device_start()
225 mlx5_eq_notifier_register(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_start()
226 mlx5_eq_notifier_register(fdev->mdev, &fdev->fpga_qp_err_nb); in mlx5_fpga_device_start()
244 mlx5_eq_notifier_unregister(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_start()
266 if (!fdev) in mlx5_fpga_init()
282 if (!fdev) in mlx5_fpga_device_stop()
304 mlx5_eq_notifier_unregister(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_stop()
[all …]
H A Dconn.c413 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq() local
503 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq() local
517 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_qp() local
675 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_init_qp() local
701 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp() local
735 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp() local
761 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect() local
827 conn->fdev = fdev; in mlx5_fpga_conn_create()
961 fdev->conn_res.uar = mlx5_get_uars_page(fdev->mdev); in mlx5_fpga_conn_device_init()
990 mlx5_put_uars_page(fdev->mdev, fdev->conn_res.uar); in mlx5_fpga_conn_device_init()
[all …]
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create() argument
72 if (!fdev->mdev) in mlx5_fpga_mem_read_i2c()
78 err = mlx5_fpga_access_reg(fdev->mdev, actual_size, in mlx5_fpga_mem_read_i2c()
82 mlx5_fpga_err(fdev, "Failed to read over I2C: %d\n", in mlx5_fpga_mem_read_i2c()
104 if (!fdev->mdev) in mlx5_fpga_mem_write_i2c()
110 err = mlx5_fpga_access_reg(fdev->mdev, actual_size, in mlx5_fpga_mem_write_i2c()
114 mlx5_fpga_err(fdev, "Failed to write FPGA crspace\n"); in mlx5_fpga_mem_write_i2c()
131 ret = mlx5_fpga_mem_read_i2c(fdev, size, addr, buf); in mlx5_fpga_mem_read()
136 mlx5_fpga_warn(fdev, "Unexpected read access_type %u\n", in mlx5_fpga_mem_read()
152 ret = mlx5_fpga_mem_write_i2c(fdev, size, addr, buf); in mlx5_fpga_mem_write()
[all …]
H A Dipsec.c227 if (!fdev || !fdev->ipsec) in mlx5_fpga_ipsec_cmd_exec()
238 context->dev = fdev; in mlx5_fpga_ipsec_cmd_exec()
339 if (!fdev->ipsec) in mlx5_fpga_ipsec_device_caps()
366 if (!fdev || !fdev->ipsec) in mlx5_fpga_ipsec_counters_count()
383 if (!fdev || !fdev->ipsec) in mlx5_fpga_ipsec_counters_read()
1276 fdev->ipsec = kzalloc(sizeof(*fdev->ipsec), GFP_KERNEL); in mlx5_fpga_ipsec_init()
1277 if (!fdev->ipsec) in mlx5_fpga_ipsec_init()
1280 fdev->ipsec->fdev = fdev; in mlx5_fpga_ipsec_init()
1282 err = mlx5_fpga_get_sbu_caps(fdev, sizeof(fdev->ipsec->caps), in mlx5_fpga_ipsec_init()
1332 kfree(fdev->ipsec); in mlx5_fpga_ipsec_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c63 fdev = kzalloc(sizeof(*fdev), GFP_KERNEL); in mlx5_fpga_device_alloc()
64 if (!fdev) in mlx5_fpga_device_alloc()
69 return fdev; in mlx5_fpga_device_alloc()
186 if (!fdev) in mlx5_fpga_device_start()
225 mlx5_eq_notifier_register(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_start()
226 mlx5_eq_notifier_register(fdev->mdev, &fdev->fpga_qp_err_nb); in mlx5_fpga_device_start()
244 mlx5_eq_notifier_unregister(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_start()
266 if (!fdev) in mlx5_fpga_init()
282 if (!fdev) in mlx5_fpga_device_stop()
304 mlx5_eq_notifier_unregister(fdev->mdev, &fdev->fpga_err_nb); in mlx5_fpga_device_stop()
[all …]
H A Dconn.c413 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_cq() local
503 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_wq() local
517 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_create_qp() local
675 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_init_qp() local
701 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rtr_qp() local
735 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_rts_qp() local
761 struct mlx5_fpga_device *fdev = conn->fdev; in mlx5_fpga_conn_connect() local
827 conn->fdev = fdev; in mlx5_fpga_conn_create()
961 fdev->conn_res.uar = mlx5_get_uars_page(fdev->mdev); in mlx5_fpga_conn_device_init()
990 mlx5_put_uars_page(fdev->mdev, fdev->conn_res.uar); in mlx5_fpga_conn_device_init()
[all …]
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create() argument
72 if (!fdev->mdev) in mlx5_fpga_mem_read_i2c()
78 err = mlx5_fpga_access_reg(fdev->mdev, actual_size, in mlx5_fpga_mem_read_i2c()
82 mlx5_fpga_err(fdev, "Failed to read over I2C: %d\n", in mlx5_fpga_mem_read_i2c()
104 if (!fdev->mdev) in mlx5_fpga_mem_write_i2c()
110 err = mlx5_fpga_access_reg(fdev->mdev, actual_size, in mlx5_fpga_mem_write_i2c()
114 mlx5_fpga_err(fdev, "Failed to write FPGA crspace\n"); in mlx5_fpga_mem_write_i2c()
131 ret = mlx5_fpga_mem_read_i2c(fdev, size, addr, buf); in mlx5_fpga_mem_read()
136 mlx5_fpga_warn(fdev, "Unexpected read access_type %u\n", in mlx5_fpga_mem_read()
152 ret = mlx5_fpga_mem_write_i2c(fdev, size, addr, buf); in mlx5_fpga_mem_write()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/
H A Dst_fdma.c34 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_get() local
68 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_put() local
102 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_ch_sta_update() local
352 struct st_fdma_dev *fdev = fchan->fdev; in config_reqctrl() local
755 fdev = devm_kzalloc(&pdev->dev, sizeof(*fdev), GFP_KERNEL); in st_fdma_probe()
756 if (!fdev) in st_fdma_probe()
765 fdev->chans = devm_kcalloc(&pdev->dev, fdev->nr_channels, in st_fdma_probe()
767 if (!fdev->chans) in st_fdma_probe()
785 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()
797 fchan->fdev = fdev; in st_fdma_probe()
[all …]
H A Dfsldma.c1006 gsr = (fdev->feature & FSL_DMA_BIG_ENDIAN) ? in_be32(fdev->regs) in fsldma_ctrl_irq()
1034 if (fdev->irq) { in fsldma_free_irqs()
1036 free_irq(fdev->irq, fdev); in fsldma_free_irqs()
1056 if (fdev->irq) { in fsldma_request_irqs()
1134 if (!fdev->feature) in fsl_dma_chan_probe()
1220 fdev = kzalloc(sizeof(*fdev), GFP_KERNEL); in fsldma_of_probe()
1221 if (!fdev) { in fsldma_of_probe()
1231 if (!fdev->regs) { in fsldma_of_probe()
1297 if (fdev->chan[i]) in fsldma_of_probe()
1303 kfree(fdev); in fsldma_of_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/
H A Dst_fdma.c34 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_get() local
68 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_put() local
102 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_ch_sta_update() local
352 struct st_fdma_dev *fdev = fchan->fdev; in config_reqctrl() local
755 fdev = devm_kzalloc(&pdev->dev, sizeof(*fdev), GFP_KERNEL); in st_fdma_probe()
756 if (!fdev) in st_fdma_probe()
765 fdev->chans = devm_kcalloc(&pdev->dev, fdev->nr_channels, in st_fdma_probe()
767 if (!fdev->chans) in st_fdma_probe()
785 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()
797 fchan->fdev = fdev; in st_fdma_probe()
[all …]
H A Dfsldma.c1006 gsr = (fdev->feature & FSL_DMA_BIG_ENDIAN) ? in_be32(fdev->regs) in fsldma_ctrl_irq()
1034 if (fdev->irq) { in fsldma_free_irqs()
1036 free_irq(fdev->irq, fdev); in fsldma_free_irqs()
1056 if (fdev->irq) { in fsldma_request_irqs()
1134 if (!fdev->feature) in fsl_dma_chan_probe()
1220 fdev = kzalloc(sizeof(*fdev), GFP_KERNEL); in fsldma_of_probe()
1221 if (!fdev) { in fsldma_of_probe()
1231 if (!fdev->regs) { in fsldma_of_probe()
1297 if (fdev->chan[i]) in fsldma_of_probe()
1303 kfree(fdev); in fsldma_of_probe()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/
H A Dst_fdma.c34 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_get() local
68 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_dreq_put() local
102 struct st_fdma_dev *fdev = fchan->fdev; in st_fdma_ch_sta_update() local
352 struct st_fdma_dev *fdev = fchan->fdev; in config_reqctrl() local
755 fdev = devm_kzalloc(&pdev->dev, sizeof(*fdev), GFP_KERNEL); in st_fdma_probe()
756 if (!fdev) in st_fdma_probe()
765 fdev->chans = devm_kcalloc(&pdev->dev, fdev->nr_channels, in st_fdma_probe()
767 if (!fdev->chans) in st_fdma_probe()
785 fdev->slim_rproc = st_slim_rproc_alloc(pdev, fdev->fw_name); in st_fdma_probe()
797 fchan->fdev = fdev; in st_fdma_probe()
[all …]
H A Dfsldma.c1006 gsr = (fdev->feature & FSL_DMA_BIG_ENDIAN) ? in_be32(fdev->regs) in fsldma_ctrl_irq()
1034 if (fdev->irq) { in fsldma_free_irqs()
1036 free_irq(fdev->irq, fdev); in fsldma_free_irqs()
1056 if (fdev->irq) { in fsldma_request_irqs()
1134 if (!fdev->feature) in fsl_dma_chan_probe()
1220 fdev = kzalloc(sizeof(*fdev), GFP_KERNEL); in fsldma_of_probe()
1221 if (!fdev) { in fsldma_of_probe()
1231 if (!fdev->regs) { in fsldma_of_probe()
1297 if (fdev->chan[i]) in fsldma_of_probe()
1303 kfree(fdev); in fsldma_of_probe()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevnfwd.c44 if (target && !fdev->finalize) in gx_device_set_target()
148 gx_device *tdev = fdev->target; in gx_forward_close_device()
161 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
173 gx_device *tdev = fdev->target; in gx_forward_sync_output()
183 gx_device *tdev = fdev->target; in gx_forward_output_page()
197 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
208 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
219 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
232 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
247 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevnfwd.c44 if (target && !fdev->finalize) in gx_device_set_target()
148 gx_device *tdev = fdev->target; in gx_forward_close_device()
161 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
173 gx_device *tdev = fdev->target; in gx_forward_sync_output()
183 gx_device *tdev = fdev->target; in gx_forward_output_page()
197 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
208 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
219 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
232 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
247 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevnfwd.c41 if (target && !fdev->finalize) in gx_device_set_target()
130 gx_device *tdev = fdev->target; in gx_forward_close_device()
143 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
155 gx_device *tdev = fdev->target; in gx_forward_sync_output()
165 gx_device *tdev = fdev->target; in gx_forward_output_page()
179 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
190 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
201 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
214 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
229 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevnfwd.c41 if (target && !fdev->finalize) in gx_device_set_target()
130 gx_device *tdev = fdev->target; in gx_forward_close_device()
143 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
155 gx_device *tdev = fdev->target; in gx_forward_sync_output()
165 gx_device *tdev = fdev->target; in gx_forward_output_page()
179 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
190 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
201 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
214 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
229 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevnfwd.c44 if (target && !fdev->finalize) in gx_device_set_target()
142 gx_device *tdev = fdev->target; in gx_forward_close_device()
155 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
167 gx_device *tdev = fdev->target; in gx_forward_sync_output()
177 gx_device *tdev = fdev->target; in gx_forward_output_page()
191 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
202 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
213 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
226 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
241 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevnfwd.c44 if (target && !fdev->finalize) in gx_device_set_target()
142 gx_device *tdev = fdev->target; in gx_forward_close_device()
155 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
167 gx_device *tdev = fdev->target; in gx_forward_sync_output()
177 gx_device *tdev = fdev->target; in gx_forward_output_page()
191 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
202 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
213 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
226 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
241 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevnfwd.c45 if (target && !fdev->finalize) in gx_device_set_target()
118 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
130 gx_device *tdev = fdev->target; in gx_forward_sync_output()
140 gx_device *tdev = fdev->target; in gx_forward_output_page()
155 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
166 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
177 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
190 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
205 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
219 gx_device *tdev = fdev->target; in gx_forward_copy_color()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevnfwd.c45 if (target && !fdev->finalize) in gx_device_set_target()
118 gx_device *tdev = fdev->target; in gx_forward_get_initial_matrix()
130 gx_device *tdev = fdev->target; in gx_forward_sync_output()
140 gx_device *tdev = fdev->target; in gx_forward_output_page()
155 gx_device *tdev = fdev->target; in gx_forward_map_rgb_color()
166 gx_device *tdev = fdev->target; in gx_forward_map_color_rgb()
177 gx_device *tdev = fdev->target; in gx_forward_fill_rectangle()
190 gx_device *tdev = fdev->target; in gx_forward_tile_rectangle()
205 gx_device *tdev = fdev->target; in gx_forward_copy_mono()
219 gx_device *tdev = fdev->target; in gx_forward_copy_color()
[all …]

12345678910