Home
last modified time | relevance | path

Searched defs:fdev (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/net-p2p/btpd/btpd-0.16/evloop/
H A Devloop.h17 struct fdev { struct
32 struct fdev { argument
49 int fdev_new(struct fdev *ev, int fd, uint16_t flags, evloop_cb_t cb, argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c61 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_device_alloc() local
108 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check()
139 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb()
166 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); in fpga_err_event() local
173 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); in fpga_qp_err_event() local
180 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start() local
256 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_init() local
277 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop() local
313 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_cleanup() local
334 static int mlx5_fpga_event(struct mlx5_fpga_device *fdev, in mlx5_fpga_event()
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create()
61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c()
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c()
124 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read()
145 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write()
166 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
H A Dtls.c69 static void mlx5_fpga_tls_cmd_complete(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_complete()
86 struct mlx5_fpga_device *fdev, in mlx5_fpga_cmd_send_complete()
99 static void mlx5_fpga_tls_cmd_send(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_send()
164 struct mlx5_fpga_device *fdev, in mlx_tls_kfree_complete()
172 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_teardown_completion()
306 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_setup_completion()
382 struct mlx5_fpga_device *fdev = (struct mlx5_fpga_device *)cb_arg; in mlx5_fpga_tls_hw_qp_recv_cb() local
406 static int mlx5_fpga_tls_get_caps(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_get_caps()
448 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_init() local
500 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_cleanup() local
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
812 struct mlx5_fpga_conn *mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_conn_create()
951 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_init()
997 void mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_cleanup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c61 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_device_alloc() local
108 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check()
139 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb()
166 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); in fpga_err_event() local
173 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); in fpga_qp_err_event() local
180 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start() local
256 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_init() local
277 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop() local
313 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_cleanup() local
334 static int mlx5_fpga_event(struct mlx5_fpga_device *fdev, in mlx5_fpga_event()
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create()
61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c()
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c()
124 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read()
145 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write()
166 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
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
812 struct mlx5_fpga_conn *mlx5_fpga_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_conn_create()
951 int mlx5_fpga_conn_device_init(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_init()
997 void mlx5_fpga_conn_device_cleanup(struct mlx5_fpga_device *fdev) in mlx5_fpga_conn_device_cleanup()
H A Dtls.c69 static void mlx5_fpga_tls_cmd_complete(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_complete()
86 struct mlx5_fpga_device *fdev, in mlx5_fpga_cmd_send_complete()
99 static void mlx5_fpga_tls_cmd_send(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_send()
164 struct mlx5_fpga_device *fdev, in mlx_tls_kfree_complete()
172 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_teardown_completion()
306 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_setup_completion()
382 struct mlx5_fpga_device *fdev = (struct mlx5_fpga_device *)cb_arg; in mlx5_fpga_tls_hw_qp_recv_cb() local
406 static int mlx5_fpga_tls_get_caps(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_get_caps()
448 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_init() local
500 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_cleanup() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c61 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_device_alloc() local
108 static int mlx5_fpga_device_load_check(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_load_check()
139 static int mlx5_fpga_device_brb(struct mlx5_fpga_device *fdev) in mlx5_fpga_device_brb()
166 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_err_nb); in fpga_err_event() local
173 struct mlx5_fpga_device *fdev = mlx5_nb_cof(nb, struct mlx5_fpga_device, fpga_qp_err_nb); in fpga_qp_err_event() local
180 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_start() local
256 struct mlx5_fpga_device *fdev = NULL; in mlx5_fpga_init() local
277 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_device_stop() local
313 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_cleanup() local
334 static int mlx5_fpga_event(struct mlx5_fpga_device *fdev, in mlx5_fpga_event()
H A Dsdk.c41 mlx5_fpga_sbu_conn_create(struct mlx5_fpga_device *fdev, in mlx5_fpga_sbu_conn_create()
61 static int mlx5_fpga_mem_read_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_read_i2c()
93 static int mlx5_fpga_mem_write_i2c(struct mlx5_fpga_device *fdev, size_t size, in mlx5_fpga_mem_write_i2c()
124 int mlx5_fpga_mem_read(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_read()
145 int mlx5_fpga_mem_write(struct mlx5_fpga_device *fdev, size_t size, u64 addr, in mlx5_fpga_mem_write()
166 int mlx5_fpga_get_sbu_caps(struct mlx5_fpga_device *fdev, int size, void *buf) in mlx5_fpga_get_sbu_caps()
H A Dtls.c69 static void mlx5_fpga_tls_cmd_complete(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_complete()
86 struct mlx5_fpga_device *fdev, in mlx5_fpga_cmd_send_complete()
99 static void mlx5_fpga_tls_cmd_send(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_cmd_send()
164 struct mlx5_fpga_device *fdev, in mlx_tls_kfree_complete()
172 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_teardown_completion()
306 struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_setup_completion()
382 struct mlx5_fpga_device *fdev = (struct mlx5_fpga_device *)cb_arg; in mlx5_fpga_tls_hw_qp_recv_cb() local
406 static int mlx5_fpga_tls_get_caps(struct mlx5_fpga_device *fdev, in mlx5_fpga_tls_get_caps()
448 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_init() local
500 struct mlx5_fpga_device *fdev = mdev->fpga; in mlx5_fpga_tls_cleanup() local
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevnfwd.c35 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
129 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_close_device() local
142 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
154 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
164 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
178 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
189 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
200 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
213 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
228 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevnfwd.c35 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
129 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_close_device() local
142 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
154 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
164 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
178 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
189 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
200 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
213 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
228 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevnfwd.c38 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
147 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_close_device() local
160 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
172 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
182 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
196 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
207 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
218 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
231 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
246 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevnfwd.c38 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
147 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_close_device() local
160 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
172 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
182 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
196 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
207 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
218 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
231 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
246 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevnfwd.c38 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
141 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_close_device() local
154 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
166 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
176 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
190 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
201 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
212 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
225 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
240 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevnfwd.c38 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
141 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_close_device() local
154 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
166 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
176 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
190 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
201 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
212 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
225 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
240 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevnfwd.c39 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
117 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
129 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
139 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
154 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
165 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
176 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
189 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
204 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
218 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_color() local
[all …]
H A Dgdevfax.c63 gx_device_fax *const fdev = (gx_device_fax *)dev; in gdev_fax_get_params() local
74 gx_device_fax *const fdev = (gx_device_fax *)dev; in gdev_fax_put_params() local
107 const gx_device_fax *fdev, in gdev_fax_init_state_adjust()
126 gdev_fax_init_state(stream_CFE_state *ss, const gx_device_fax *fdev) in gdev_fax_init_state()
131 gdev_fax_init_fax_state(stream_CFE_state *ss, const gx_device_fax *fdev) in gdev_fax_init_fax_state()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevnfwd.c39 gx_device_set_target(gx_device_forward *fdev, gx_device *target) in gx_device_set_target()
117 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_get_initial_matrix() local
129 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_sync_output() local
139 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_output_page() local
154 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_rgb_color() local
165 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_map_color_rgb() local
176 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_fill_rectangle() local
189 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_tile_rectangle() local
204 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_mono() local
218 gx_device_forward * const fdev = (gx_device_forward *)dev; in gx_forward_copy_color() local
[all …]
H A Dgdevfax.c63 gx_device_fax *const fdev = (gx_device_fax *)dev; in gdev_fax_get_params() local
74 gx_device_fax *const fdev = (gx_device_fax *)dev; in gdev_fax_put_params() local
107 const gx_device_fax *fdev, in gdev_fax_init_state_adjust()
126 gdev_fax_init_state(stream_CFE_state *ss, const gx_device_fax *fdev) in gdev_fax_init_state()
131 gdev_fax_init_fax_state(stream_CFE_state *ss, const gx_device_fax *fdev) in gdev_fax_init_fax_state()
/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
127 struct st_fdma_dev *fdev = dev_id; in st_fdma_irq_handler() local
169 struct st_fdma_dev *fdev = ofdma->of_dma_data; in st_fdma_of_xlate() local
352 struct st_fdma_dev *fdev = fchan->fdev; in config_reqctrl() local
714 struct st_fdma_dev *fdev) in st_fdma_parse_dt()
727 static void st_fdma_free(struct st_fdma_dev *fdev) in st_fdma_free()
741 struct st_fdma_dev *fdev; in st_fdma_probe() local
854 struct st_fdma_dev *fdev = platform_get_drvdata(pdev); in st_fdma_remove() local
/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
127 struct st_fdma_dev *fdev = dev_id; in st_fdma_irq_handler() local
169 struct st_fdma_dev *fdev = ofdma->of_dma_data; in st_fdma_of_xlate() local
352 struct st_fdma_dev *fdev = fchan->fdev; in config_reqctrl() local
714 struct st_fdma_dev *fdev) in st_fdma_parse_dt()
727 static void st_fdma_free(struct st_fdma_dev *fdev) in st_fdma_free()
741 struct st_fdma_dev *fdev; in st_fdma_probe() local
854 struct st_fdma_dev *fdev = platform_get_drvdata(pdev); in st_fdma_remove() local
/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
127 struct st_fdma_dev *fdev = dev_id; in st_fdma_irq_handler() local
169 struct st_fdma_dev *fdev = ofdma->of_dma_data; in st_fdma_of_xlate() local
352 struct st_fdma_dev *fdev = fchan->fdev; in config_reqctrl() local
714 struct st_fdma_dev *fdev) in st_fdma_parse_dt()
727 static void st_fdma_free(struct st_fdma_dev *fdev) in st_fdma_free()
741 struct st_fdma_dev *fdev; in st_fdma_probe() local
854 struct st_fdma_dev *fdev = platform_get_drvdata(pdev); in st_fdma_remove() local

1234567