Home
last modified time | relevance | path

Searched defs:mdev (Results 1 – 16 of 16) sorted by relevance

/include/media/
Dmedia-device.h203 struct media_entity_enum *ent_enum, struct media_device *mdev) in media_entity_enum_init()
291 #define media_device_register(mdev) __media_device_register(mdev, THIS_MODULE) argument
391 #define media_device_for_each_entity(entity, mdev) \ argument
395 #define media_device_for_each_intf(intf, mdev) \ argument
399 #define media_device_for_each_pad(pad, mdev) \ argument
403 #define media_device_for_each_link(link, mdev) \ argument
441 static inline int media_device_register(struct media_device *mdev) in media_device_register()
445 static inline void media_device_unregister(struct media_device *mdev) in media_device_unregister()
448 static inline int media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
457 struct media_device *mdev, in media_device_register_entity_notify()
[all …]
Dmedia-dev-allocator.h60 struct media_device *mdev, const char *module_name, in media_device_delete()
Dv4l2-mc.h189 static inline int v4l2_mc_create_media_graph(struct media_device *mdev) in v4l2_mc_create_media_graph()
Dmedia-request.h63 struct media_device *mdev; member
232 media_request_get_by_fd(struct media_device *mdev, int request_fd) in media_request_get_by_fd()
Ddvbdev.h119 struct media_device *mdev; member
305 struct media_device *mdev) in dvb_register_media_controller()
Dv4l2-device.h49 struct media_device *mdev; member
Dmedia-entity.h58 struct media_device *mdev; member
/include/linux/mlx5/
Ddevice.h1223 #define MLX5_CAP_GEN(mdev, cap) \ argument
1226 #define MLX5_CAP_GEN_64(mdev, cap) \ argument
1229 #define MLX5_CAP_GEN_MAX(mdev, cap) \ argument
1232 #define MLX5_CAP_GEN_2(mdev, cap) \ argument
1235 #define MLX5_CAP_GEN_2_64(mdev, cap) \ argument
1238 #define MLX5_CAP_GEN_2_MAX(mdev, cap) \ argument
1241 #define MLX5_CAP_ETH(mdev, cap) \ argument
1245 #define MLX5_CAP_ETH_MAX(mdev, cap) \ argument
1249 #define MLX5_CAP_IPOIB_ENHANCED(mdev, cap) \ argument
1253 #define MLX5_CAP_ROCE(mdev, cap) \ argument
[all …]
Dfs_helpers.h81 static inline bool _mlx5_fs_is_outer_ipv_flow(struct mlx5_core_dev *mdev, in _mlx5_fs_is_outer_ipv_flow()
119 mlx5_fs_is_outer_ipv4_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv4_flow()
127 mlx5_fs_is_outer_ipv6_flow(struct mlx5_core_dev *mdev, const u32 *match_c, in mlx5_fs_is_outer_ipv6_flow()
Daccel.h110 struct mlx5_core_dev *mdev; member
143 static inline u32 mlx5_accel_ipsec_device_caps(struct mlx5_core_dev *mdev) { return 0; } in mlx5_accel_ipsec_device_caps()
146 mlx5_accel_esp_create_xfrm(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_xfrm()
Dvport.h39 #define MLX5_VPORT_MANAGER(mdev) \ argument
Deswitch.h12 #define MLX5_ESWITCH_MANAGER(mdev) MLX5_CAP_GEN(mdev, eswitch_manager) argument
Ddriver.h405 struct mlx5_core_dev *mdev; member
553 struct mlx5_core_dev *mdev; member
/include/linux/
Dmdev.h38 static inline void mdev_set_iommu_device(struct mdev_device *mdev, in mdev_set_iommu_device()
44 static inline struct device *mdev_get_iommu_device(struct mdev_device *mdev) in mdev_get_iommu_device()
154 static inline void *mdev_get_drvdata(struct mdev_device *mdev) in mdev_get_drvdata()
158 static inline void mdev_set_drvdata(struct mdev_device *mdev, void *data) in mdev_set_drvdata()
162 static inline const guid_t *mdev_uuid(struct mdev_device *mdev) in mdev_uuid()
176 static inline struct device *mdev_dev(struct mdev_device *mdev) in mdev_dev()
Dlp.h42 unsigned int mdev; member
Dvdpa.h81 struct vdpa_mgmt_dev *mdev; member