Home
last modified time | relevance | path

Searched refs:mdev (Results 1 – 25 of 28) sorted by relevance

12

/include/media/
Dmedia-device.h69 struct media_request *(*req_alloc)(struct media_device *mdev);
217 void media_device_init(struct media_device *mdev);
227 void media_device_cleanup(struct media_device *mdev);
270 int __must_check __media_device_register(struct media_device *mdev,
282 #define media_device_register(mdev) __media_device_register(mdev, THIS_MODULE) argument
292 void media_device_unregister(struct media_device *mdev);
330 int __must_check media_device_register_entity(struct media_device *mdev,
367 void media_device_register_entity_notify(struct media_device *mdev,
378 void media_device_unregister_entity_notify(struct media_device *mdev,
382 #define media_device_for_each_entity(entity, mdev) \ argument
[all …]
Dmedia-dev-allocator.h52 void media_device_delete(struct media_device *mdev, const char *module_name,
60 struct media_device *mdev, const char *module_name, in media_device_delete() argument
Ddvbdev.h123 struct media_device *mdev; member
309 struct media_device *mdev) in dvb_register_media_controller() argument
311 adap->mdev = mdev; in dvb_register_media_controller()
322 return adap->mdev; in dvb_get_media_controller()
Dv4l2-mc.h40 int v4l2_mc_create_media_graph(struct media_device *mdev);
198 static inline int v4l2_mc_create_media_graph(struct media_device *mdev) in v4l2_mc_create_media_graph() argument
Dmedia-request.h63 struct media_device *mdev; member
208 media_request_get_by_fd(struct media_device *mdev, int request_fd);
218 int media_request_alloc(struct media_device *mdev,
232 media_request_get_by_fd(struct media_device *mdev, int request_fd) in media_request_get_by_fd() argument
Dv4l2-device.h47 struct media_device *mdev; member
252 return v4l2_dev->mdev && v4l2_dev->mdev->ops && in v4l2_device_supports_requests()
253 v4l2_dev->mdev->ops->req_queue; in v4l2_device_supports_requests()
Dmedia-entity.h60 struct media_device *mdev; member
110 struct media_device *mdev; member
507 struct media_device *mdev);
681 void media_gobj_create(struct media_device *mdev,
831 int media_create_pad_links(const struct media_device *mdev,
1097 struct media_graph *graph, struct media_device *mdev);
1298 __must_check media_devnode_create(struct media_device *mdev,
Dvideobuf2-dvb.h57 struct media_device *mdev,
Dmedia-devnode.h114 int __must_check media_devnode_register(struct media_device *mdev,
Dvideobuf2-v4l2.h122 int vb2_prepare_buf(struct vb2_queue *q, struct media_device *mdev,
148 int vb2_qbuf(struct vb2_queue *q, struct media_device *mdev,
/include/linux/qat/
Dqat_mig_dev.h18 int qat_vfmig_init(struct qat_mig_dev *mdev);
19 void qat_vfmig_cleanup(struct qat_mig_dev *mdev);
20 void qat_vfmig_reset(struct qat_mig_dev *mdev);
21 int qat_vfmig_open(struct qat_mig_dev *mdev);
22 void qat_vfmig_close(struct qat_mig_dev *mdev);
23 int qat_vfmig_suspend(struct qat_mig_dev *mdev);
24 int qat_vfmig_resume(struct qat_mig_dev *mdev);
25 int qat_vfmig_save_state(struct qat_mig_dev *mdev);
26 int qat_vfmig_save_setup(struct qat_mig_dev *mdev);
27 int qat_vfmig_load_state(struct qat_mig_dev *mdev);
[all …]
/include/linux/mlx5/
Dvport.h39 #define MLX5_VPORT_MANAGER(mdev) \ argument
40 (MLX5_CAP_GEN(mdev, vport_group_manager) && \
41 (MLX5_CAP_GEN(mdev, port_type) == MLX5_CAP_PORT_TYPE_ETH) && \
42 mlx5_core_is_pf(mdev))
58 u8 mlx5_query_vport_state(struct mlx5_core_dev *mdev, u8 opmod, u16 vport);
59 int mlx5_modify_vport_admin_state(struct mlx5_core_dev *mdev, u8 opmod,
61 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
63 int mlx5_query_mac_address(struct mlx5_core_dev *mdev, u8 *addr);
64 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev,
66 void mlx5_query_min_inline(struct mlx5_core_dev *mdev, u8 *min_inline);
[all …]
Ddevice.h1285 #define MLX5_CAP_GEN(mdev, cap) \ argument
1286 MLX5_GET(cmd_hca_cap, mdev->caps.hca[MLX5_CAP_GENERAL]->cur, cap)
1288 #define MLX5_CAP_GEN_64(mdev, cap) \ argument
1289 MLX5_GET64(cmd_hca_cap, mdev->caps.hca[MLX5_CAP_GENERAL]->cur, cap)
1291 #define MLX5_CAP_GEN_MAX(mdev, cap) \ argument
1292 MLX5_GET(cmd_hca_cap, mdev->caps.hca[MLX5_CAP_GENERAL]->max, cap)
1294 #define MLX5_CAP_GEN_2(mdev, cap) \ argument
1295 MLX5_GET(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap)
1297 #define MLX5_CAP_GEN_2_64(mdev, cap) \ argument
1298 MLX5_GET64(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap)
[all …]
Dfs_helpers.h41 static inline bool _mlx5_fs_is_outer_ipv_flow(struct mlx5_core_dev *mdev, in _mlx5_fs_is_outer_ipv_flow() argument
45 int match_ipv = MLX5_CAP_FLOWTABLE_NIC_RX(mdev, in _mlx5_fs_is_outer_ipv_flow()
79 mlx5_fs_is_outer_ipv4_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv4_flow() argument
82 return _mlx5_fs_is_outer_ipv_flow(mdev, match_c, match_v, in mlx5_fs_is_outer_ipv4_flow()
87 mlx5_fs_is_outer_ipv6_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv6_flow() argument
90 return _mlx5_fs_is_outer_ipv_flow(mdev, match_c, match_v, in mlx5_fs_is_outer_ipv6_flow()
Ddriver.h412 struct mlx5_core_dev *mdev; member
564 struct mlx5_core_dev *mdev; member
1053 void mlx5_core_uplink_netdev_set(struct mlx5_core_dev *mdev, struct net_device *netdev);
1054 void mlx5_core_uplink_netdev_event_replay(struct mlx5_core_dev *mdev);
1132 int mlx5_alloc_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg,
1134 void mlx5_free_bfreg(struct mlx5_core_dev *mdev, struct mlx5_sq_bfreg *bfreg);
1178 int mlx5_core_query_vendor_id(struct mlx5_core_dev *mdev, u32 *vendor_id);
1203 struct mlx5_uars_page *mlx5_get_uars_page(struct mlx5_core_dev *mdev);
1204 void mlx5_put_uars_page(struct mlx5_core_dev *mdev, struct mlx5_uars_page *up);
1212 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev);
[all …]
/include/linux/
Dvirtio_pci_modern.h98 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev);
99 u64 vp_modern_get_driver_features(struct virtio_pci_modern_device *mdev);
100 void vp_modern_set_features(struct virtio_pci_modern_device *mdev,
102 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev);
103 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev);
104 void vp_modern_set_status(struct virtio_pci_modern_device *mdev,
106 u16 vp_modern_queue_vector(struct virtio_pci_modern_device *mdev,
108 u16 vp_modern_config_vector(struct virtio_pci_modern_device *mdev,
110 void vp_modern_queue_address(struct virtio_pci_modern_device *mdev,
113 void vp_modern_set_queue_enable(struct virtio_pci_modern_device *mdev,
[all …]
Dmost.h325 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
327 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name);
328 int most_set_cfg_buffer_size(char *mdev, char *mdev_ch, u16 val);
329 int most_set_cfg_subbuffer_size(char *mdev, char *mdev_ch, u16 val);
330 int most_set_cfg_dbr_size(char *mdev, char *mdev_ch, u16 val);
331 int most_set_cfg_num_buffers(char *mdev, char *mdev_ch, u16 val);
332 int most_set_cfg_datatype(char *mdev, char *mdev_ch, char *buf);
333 int most_set_cfg_direction(char *mdev, char *mdev_ch, char *buf);
334 int most_set_cfg_packets_xact(char *mdev, char *mdev_ch, u16 val);
Dmaple.h71 void (*fileerr_handler)(struct maple_device *mdev, void *recvbuf);
72 int (*can_unload)(struct maple_device *mdev);
95 int maple_add_packet(struct maple_device *mdev, u32 function,
97 void maple_clear_dev(struct maple_device *mdev);
Dmcb.h92 int (*probe)(struct mcb_device *mdev, const struct mcb_device_id *id);
93 void (*remove)(struct mcb_device *mdev);
94 void (*shutdown)(struct mcb_device *mdev);
Dmdev.h84 static inline struct device *mdev_dev(struct mdev_device *mdev) in mdev_dev() argument
86 return &mdev->dev; in mdev_dev()
Dvdpa.h98 struct vdpa_mgmt_dev *mdev; member
594 int (*dev_add)(struct vdpa_mgmt_dev *mdev, const char *name,
596 void (*dev_del)(struct vdpa_mgmt_dev *mdev, struct vdpa_device *dev);
597 int (*dev_set_attr)(struct vdpa_mgmt_dev *mdev, struct vdpa_device *dev,
622 int vdpa_mgmtdev_register(struct vdpa_mgmt_dev *mdev);
623 void vdpa_mgmtdev_unregister(struct vdpa_mgmt_dev *mdev);
Dlp.h42 unsigned int mdev; member
/include/net/
Dmctpdevice.h50 void mctp_dev_hold(struct mctp_dev *mdev);
51 void mctp_dev_put(struct mctp_dev *mdev);
Dmctp.h266 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr);
267 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr);
268 void mctp_route_remove_dev(struct mctp_dev *mdev);
293 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
/include/net/mana/
Dmana_auxiliary.h9 struct gdma_dev *mdev; member

12