Home
last modified time | relevance | path

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

12

/include/media/
A Dmedia-device.h217 void media_device_init(struct media_device *mdev);
227 void media_device_cleanup(struct media_device *mdev);
282 #define media_device_register(mdev) __media_device_register(mdev, THIS_MODULE) argument
382 #define media_device_for_each_entity(entity, mdev) \ argument
386 #define media_device_for_each_intf(intf, mdev) \ argument
390 #define media_device_for_each_pad(pad, mdev) \ argument
394 #define media_device_for_each_link(link, mdev) \ argument
406 void media_device_pci_init(struct media_device *mdev,
454 struct media_device *mdev, in media_device_register_entity_notify() argument
459 struct media_device *mdev, in media_device_unregister_entity_notify() argument
[all …]
A 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
A 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()
A 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
A 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
A 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()
A 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,
A Dvideobuf2-dvb.h57 struct media_device *mdev,
A Dmedia-devnode.h114 int __must_check media_devnode_register(struct media_device *mdev,
/include/linux/qat/
A 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/
A Dvirtio_pci_modern.h108 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features() argument
112 vp_modern_get_extended_features(mdev, features_array); in vp_modern_get_features()
122 vp_modern_get_driver_extended_features(mdev, features_array); in vp_modern_get_driver_features()
134 vp_modern_set_extended_features(mdev, features_array); in vp_modern_set_features()
137 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev);
138 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev);
139 void vp_modern_set_status(struct virtio_pci_modern_device *mdev,
159 int vp_modern_probe(struct virtio_pci_modern_device *mdev);
160 void vp_modern_remove(struct virtio_pci_modern_device *mdev);
163 u16 vp_modern_avq_num(struct virtio_pci_modern_device *mdev);
[all …]
A 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);
A 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);
A 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);
A Dmdev.h84 static inline struct device *mdev_dev(struct mdev_device *mdev) in mdev_dev() argument
86 return &mdev->dev; in mdev_dev()
A 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);
A Dlp.h42 unsigned int mdev; member
/include/linux/mlx5/
A 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))
61 int mlx5_query_nic_vport_mac_address(struct mlx5_core_dev *mdev,
64 int mlx5_query_nic_vport_min_inline(struct mlx5_core_dev *mdev,
77 int mlx5_modify_nic_vport_node_guid(struct mlx5_core_dev *mdev,
104 int mlx5_query_nic_vport_promisc(struct mlx5_core_dev *mdev,
109 int mlx5_modify_nic_vport_promisc(struct mlx5_core_dev *mdev,
117 int mlx5_nic_vport_enable_roce(struct mlx5_core_dev *mdev);
[all …]
A Ddevice.h1288 #define MLX5_CAP_GEN(mdev, cap) \ argument
1297 #define MLX5_CAP_GEN_2(mdev, cap) \ argument
1306 #define MLX5_CAP_ETH(mdev, cap) \ argument
1314 #define MLX5_CAP_ROCE(mdev, cap) \ argument
1375 #define MLX5_CAP_ESW(mdev, cap) \ argument
1405 #define MLX5_CAP_ODP(mdev, cap)\ argument
1419 #define MLX5_CAP_QOS(mdev, cap)\ argument
1422 #define MLX5_CAP_DEBUG(mdev, cap)\ argument
1452 #define MLX5_CAP_FPGA(mdev, cap) \ argument
1464 #define MLX5_CAP_TLS(mdev, cap) \ argument
[all …]
A 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()
A Ddriver.h416 struct mlx5_core_dev *mdev; member
538 struct mlx5_core_dev *mdev; member
1184 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev);
1192 int mlx5_rdma_rn_get_params(struct mlx5_core_dev *mdev,
1324 if (!(MLX5_CAP_GEN_64(mdev, general_obj_types) & in mlx5e_is_macsec_device()
1328 if (!MLX5_CAP_GEN(mdev, log_max_dek)) in mlx5e_is_macsec_device()
1331 if (!MLX5_CAP_MACSEC(mdev, log_max_macsec_offload)) in mlx5e_is_macsec_device()
1334 if (!MLX5_CAP_FLOWTABLE_NIC_RX(mdev, macsec_decrypt) || in mlx5e_is_macsec_device()
1357 if (((MLX5_CAP_GEN_2(mdev, flow_table_type_2_type) & in mlx5_is_macsec_roce_supported()
1360 !mlx5e_is_macsec_device(mdev) || !mdev->macsec_fs) in mlx5_is_macsec_roce_supported()
[all …]
A Deswitch.h13 #define MLX5_ESWITCH_MANAGER(mdev) MLX5_CAP_GEN(mdev, eswitch_manager) argument
/include/net/
A Dmctpdevice.h52 void mctp_dev_hold(struct mctp_dev *mdev);
53 void mctp_dev_put(struct mctp_dev *mdev);
A Dmctp.h303 int mctp_route_add_local(struct mctp_dev *mdev, mctp_eid_t addr);
304 int mctp_route_remove_local(struct mctp_dev *mdev, mctp_eid_t addr);
305 void mctp_route_remove_dev(struct mctp_dev *mdev);
330 void mctp_neigh_remove_dev(struct mctp_dev *mdev);
/include/net/mana/
A Dmana_auxiliary.h9 struct gdma_dev *mdev; member

Completed in 53 milliseconds

12