Home
last modified time | relevance | path

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

12345678910>>...30

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/accel/
Dtls.h46 static inline bool mlx5_accel_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_tx()
51 static inline bool mlx5_accel_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_rx()
56 static inline bool mlx5_accel_is_ktls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_device()
68 static inline bool mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
81 static inline bool mlx5_accel_is_ktls_tx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_tx()
84 static inline bool mlx5_accel_is_ktls_rx(struct mlx5_core_dev *mdev) in mlx5_accel_is_ktls_rx()
88 mlx5_ktls_create_key(struct mlx5_core_dev *mdev, in mlx5_ktls_create_key()
92 mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) {} in mlx5_ktls_destroy_key()
95 mlx5_accel_is_ktls_device(struct mlx5_core_dev *mdev) { return false; } in mlx5_accel_is_ktls_device()
97 mlx5e_ktls_type_check(struct mlx5_core_dev *mdev, in mlx5e_ktls_type_check()
[all …]
Dtls.c43 int mlx5_accel_tls_add_flow(struct mlx5_core_dev *mdev, void *flow, in mlx5_accel_tls_add_flow()
53 void mlx5_accel_tls_del_flow(struct mlx5_core_dev *mdev, u32 swid, in mlx5_accel_tls_del_flow()
59 int mlx5_accel_tls_resync_rx(struct mlx5_core_dev *mdev, __be32 handle, in mlx5_accel_tls_resync_rx()
65 bool mlx5_accel_is_tls_device(struct mlx5_core_dev *mdev) in mlx5_accel_is_tls_device()
71 u32 mlx5_accel_tls_device_caps(struct mlx5_core_dev *mdev) in mlx5_accel_tls_device_caps()
76 int mlx5_accel_tls_init(struct mlx5_core_dev *mdev) in mlx5_accel_tls_init()
81 void mlx5_accel_tls_cleanup(struct mlx5_core_dev *mdev) in mlx5_accel_tls_cleanup()
88 int mlx5_ktls_create_key(struct mlx5_core_dev *mdev, in mlx5_ktls_create_key()
121 void mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) in mlx5_ktls_destroy_key()
Dipsec.c41 void mlx5_accel_ipsec_init(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_init()
64 void mlx5_accel_ipsec_cleanup(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_cleanup()
74 u32 mlx5_accel_ipsec_device_caps(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_device_caps()
85 unsigned int mlx5_accel_ipsec_counters_count(struct mlx5_core_dev *mdev) in mlx5_accel_ipsec_counters_count()
95 int mlx5_accel_ipsec_counters_read(struct mlx5_core_dev *mdev, u64 *counters, in mlx5_accel_ipsec_counters_read()
106 void *mlx5_accel_esp_create_hw_context(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_hw_context()
128 void mlx5_accel_esp_free_hw_context(struct mlx5_core_dev *mdev, void *context) in mlx5_accel_esp_free_hw_context()
139 mlx5_accel_esp_create_xfrm(struct mlx5_core_dev *mdev, in mlx5_accel_esp_create_xfrm()
/kernel/linux/linux-6.6/drivers/virtio/
Dvirtio_pci_modern_dev.c22 vp_modern_map_capability(struct virtio_pci_modern_device *mdev, int off, in vp_modern_map_capability()
215 int vp_modern_probe(struct virtio_pci_modern_device *mdev) in vp_modern_probe()
367 void vp_modern_remove(struct virtio_pci_modern_device *mdev) in vp_modern_remove()
387 u64 vp_modern_get_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_features()
408 u64 vp_modern_get_driver_features(struct virtio_pci_modern_device *mdev) in vp_modern_get_driver_features()
428 void vp_modern_set_features(struct virtio_pci_modern_device *mdev, in vp_modern_set_features()
446 u32 vp_modern_generation(struct virtio_pci_modern_device *mdev) in vp_modern_generation()
460 u8 vp_modern_get_status(struct virtio_pci_modern_device *mdev) in vp_modern_get_status()
473 void vp_modern_set_status(struct virtio_pci_modern_device *mdev, in vp_modern_set_status()
492 int vp_modern_get_queue_reset(struct virtio_pci_modern_device *mdev, u16 index) in vp_modern_get_queue_reset()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c15 static u8 mlx5e_mpwrq_min_page_shift(struct mlx5_core_dev *mdev) in mlx5e_mpwrq_min_page_shift()
22 u8 mlx5e_mpwrq_page_shift(struct mlx5_core_dev *mdev, struct mlx5e_xsk_param *xsk) in mlx5e_mpwrq_page_shift()
35 mlx5e_mpwrq_umr_mode(struct mlx5_core_dev *mdev, struct mlx5e_xsk_param *xsk) in mlx5e_mpwrq_umr_mode()
104 u8 mlx5e_mpwrq_log_wqe_sz(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_log_wqe_sz()
126 u8 mlx5e_mpwrq_pages_per_wqe(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_pages_per_wqe()
149 u16 mlx5e_mpwrq_umr_wqe_sz(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_umr_wqe_sz()
164 u8 mlx5e_mpwrq_umr_wqebbs(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_umr_wqebbs()
171 u8 mlx5e_mpwrq_mtts_per_wqe(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_mtts_per_wqe()
185 u32 mlx5e_mpwrq_max_num_entries(struct mlx5_core_dev *mdev, in mlx5e_mpwrq_max_num_entries()
208 static u8 mlx5e_mpwrq_max_log_rq_size(struct mlx5_core_dev *mdev, u8 page_shift, in mlx5e_mpwrq_max_log_rq_size()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c76 static bool mlx5_real_time_mode(struct mlx5_core_dev *mdev) in mlx5_real_time_mode()
81 static bool mlx5_npps_real_time_supported(struct mlx5_core_dev *mdev) in mlx5_npps_real_time_supported()
88 static bool mlx5_modify_mtutc_allowed(struct mlx5_core_dev *mdev) in mlx5_modify_mtutc_allowed()
121 struct mlx5_core_dev *mdev; in mlx5_ptp_getmaxphase() local
130 static bool mlx5_is_mtutc_time_adj_cap(struct mlx5_core_dev *mdev, s64 delta) in mlx5_is_mtutc_time_adj_cap()
181 struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev, in read_internal_timer() local
187 static void mlx5_update_clock_info_page(struct mlx5_core_dev *mdev) in mlx5_update_clock_info_page()
217 struct mlx5_core_dev *mdev = container_of(clock, struct mlx5_core_dev, in mlx5_pps_out() local
242 struct mlx5_core_dev *mdev; in mlx5_timestamp_overflow() local
263 static int mlx5_ptp_settime_real_time(struct mlx5_core_dev *mdev, in mlx5_ptp_settime_real_time()
[all …]
Dclock.h36 static inline bool mlx5_is_real_time_rq(struct mlx5_core_dev *mdev) in mlx5_is_real_time_rq()
45 static inline bool mlx5_is_real_time_sq(struct mlx5_core_dev *mdev) in mlx5_is_real_time_sq()
60 static inline int mlx5_clock_get_ptp_index(struct mlx5_core_dev *mdev) in mlx5_clock_get_ptp_index()
90 static inline void mlx5_init_clock(struct mlx5_core_dev *mdev) {} in mlx5_init_clock()
91 static inline void mlx5_cleanup_clock(struct mlx5_core_dev *mdev) {} in mlx5_cleanup_clock()
92 static inline int mlx5_clock_get_ptp_index(struct mlx5_core_dev *mdev) in mlx5_clock_get_ptp_index()
110 static inline cqe_ts_to_ns mlx5_rq_ts_translator(struct mlx5_core_dev *mdev) in mlx5_rq_ts_translator()
116 static inline cqe_ts_to_ns mlx5_sq_ts_translator(struct mlx5_core_dev *mdev) in mlx5_sq_ts_translator()
/kernel/linux/linux-6.6/drivers/staging/most/video/
Dvideo.c51 struct most_video_dev *mdev; member
58 static inline bool data_ready(struct most_video_dev *mdev) in data_ready()
63 static inline struct mbo *get_top_mbo(struct most_video_dev *mdev) in get_top_mbo()
72 struct most_video_dev *mdev = video_drvdata(filp); in comp_vdev_open() local
119 struct most_video_dev *mdev = fh->mdev; in comp_vdev_close() local
155 struct most_video_dev *mdev = fh->mdev; in comp_vdev_read() local
204 struct most_video_dev *mdev = fh->mdev; in comp_vdev_poll() local
228 static int comp_set_format(struct most_video_dev *mdev, unsigned int cmd, in comp_set_format()
246 struct most_video_dev *mdev = fh->mdev; in vidioc_querycap() local
280 struct most_video_dev *mdev = fh->mdev; in vidioc_try_fmt_vid_cap() local
[all …]
/kernel/linux/linux-5.10/drivers/staging/most/video/
Dvideo.c51 struct most_video_dev *mdev; member
58 static inline bool data_ready(struct most_video_dev *mdev) in data_ready()
63 static inline struct mbo *get_top_mbo(struct most_video_dev *mdev) in get_top_mbo()
72 struct most_video_dev *mdev = video_drvdata(filp); in comp_vdev_open() local
119 struct most_video_dev *mdev = fh->mdev; in comp_vdev_close() local
155 struct most_video_dev *mdev = fh->mdev; in comp_vdev_read() local
204 struct most_video_dev *mdev = fh->mdev; in comp_vdev_poll() local
228 static int comp_set_format(struct most_video_dev *mdev, unsigned int cmd, in comp_set_format()
246 struct most_video_dev *mdev = fh->mdev; in vidioc_querycap() local
280 struct most_video_dev *mdev = fh->mdev; in vidioc_try_fmt_vid_cap() local
[all …]
/kernel/linux/linux-5.10/drivers/vfio/mdev/
Dmdev_core.c30 struct device *mdev_parent_dev(struct mdev_device *mdev) in mdev_parent_dev()
36 void *mdev_get_drvdata(struct mdev_device *mdev) in mdev_get_drvdata()
42 void mdev_set_drvdata(struct mdev_device *mdev, void *data) in mdev_set_drvdata()
48 struct device *mdev_dev(struct mdev_device *mdev) in mdev_dev()
60 const guid_t *mdev_uuid(struct mdev_device *mdev) in mdev_uuid()
103 static void mdev_device_remove_common(struct mdev_device *mdev) in mdev_device_remove_common()
126 struct mdev_device *mdev; in mdev_device_remove_cb() local
255 static void mdev_device_free(struct mdev_device *mdev) in mdev_device_free()
267 struct mdev_device *mdev = to_mdev_device(dev); in mdev_device_release() local
276 struct mdev_device *mdev, *tmp; in mdev_device_create() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
Dmgag200_mode.c31 void mgag200_crtc_set_gamma_linear(struct mga_device *mdev, in mgag200_crtc_set_gamma_linear()
68 void mgag200_crtc_set_gamma(struct mga_device *mdev, in mgag200_crtc_set_gamma()
106 static inline void mga_wait_vsync(struct mga_device *mdev) in mga_wait_vsync()
121 static inline void mga_wait_busy(struct mga_device *mdev) in mga_wait_busy()
145 static void mgag200_set_startadd(struct mga_device *mdev, in mgag200_set_startadd()
176 void mgag200_init_registers(struct mga_device *mdev) in mgag200_init_registers()
202 void mgag200_set_mode_regs(struct mga_device *mdev, const struct drm_display_mode *mode) in mgag200_set_mode_regs()
295 static u32 mgag200_calculate_offset(struct mga_device *mdev, in mgag200_calculate_offset()
309 static void mgag200_set_offset(struct mga_device *mdev, in mgag200_set_offset()
326 void mgag200_set_format_regs(struct mga_device *mdev, const struct drm_format_info *format) in mgag200_set_format_regs()
[all …]
Dmgag200_i2c.c38 static int mga_i2c_read_gpio(struct mga_device *mdev) in mga_i2c_read_gpio()
44 static void mga_i2c_set_gpio(struct mga_device *mdev, int mask, int val) in mga_i2c_set_gpio()
54 static inline void mga_i2c_set(struct mga_device *mdev, int mask, int state) in mga_i2c_set()
66 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_setsda() local
73 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_setscl() local
80 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_getsda() local
87 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_getscl() local
98 int mgag200_i2c_init(struct mga_device *mdev, struct mga_i2c_chan *i2c) in mgag200_i2c_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
Dkomeda_dev.c26 struct komeda_dev *mdev = sf->private; in komeda_register_show() local
47 static void komeda_debugfs_init(struct komeda_dev *mdev) in komeda_debugfs_init()
63 struct komeda_dev *mdev = dev_to_mdev(dev); in core_id_show() local
72 struct komeda_dev *mdev = dev_to_mdev(dev); in config_id_show() local
95 struct komeda_dev *mdev = dev_to_mdev(dev); in aclk_hz_show() local
137 static int komeda_parse_dt(struct device *dev, struct komeda_dev *mdev) in komeda_parse_dt()
188 struct komeda_dev *mdev; in komeda_dev_create() local
281 void komeda_dev_destroy(struct komeda_dev *mdev) in komeda_dev_destroy()
322 int komeda_dev_resume(struct komeda_dev *mdev) in komeda_dev_resume()
335 int komeda_dev_suspend(struct komeda_dev *mdev) in komeda_dev_suspend()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_dev.c26 struct komeda_dev *mdev = sf->private; in komeda_register_show() local
58 static void komeda_debugfs_init(struct komeda_dev *mdev) in komeda_debugfs_init()
74 struct komeda_dev *mdev = dev_to_mdev(dev); in core_id_show() local
83 struct komeda_dev *mdev = dev_to_mdev(dev); in config_id_show() local
106 struct komeda_dev *mdev = dev_to_mdev(dev); in aclk_hz_show() local
148 static int komeda_parse_dt(struct device *dev, struct komeda_dev *mdev) in komeda_parse_dt()
200 struct komeda_dev *mdev; in komeda_dev_create() local
294 void komeda_dev_destroy(struct komeda_dev *mdev) in komeda_dev_destroy()
335 int komeda_dev_resume(struct komeda_dev *mdev) in komeda_dev_resume()
348 int komeda_dev_suspend(struct komeda_dev *mdev) in komeda_dev_suspend()
/kernel/linux/linux-6.6/drivers/sh/maple/
Dmaple.c138 struct maple_device *mdev; in maple_release_device() local
156 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
185 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
212 struct maple_device *mdev; in maple_alloc_dev() local
236 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
315 struct maple_device *mdev; in maple_check_matching_driver() local
324 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
330 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
409 struct maple_device *mdev; in check_maple_device() local
421 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local
[all …]
/kernel/linux/linux-5.10/drivers/sh/maple/
Dmaple.c139 struct maple_device *mdev; in maple_release_device() local
157 int maple_add_packet(struct maple_device *mdev, u32 function, u32 command, in maple_add_packet()
186 static struct mapleq *maple_allocq(struct maple_device *mdev) in maple_allocq()
213 struct maple_device *mdev; in maple_alloc_dev() local
237 static void maple_free_dev(struct maple_device *mdev) in maple_free_dev()
316 struct maple_device *mdev; in maple_check_matching_driver() local
325 static void maple_detach_driver(struct maple_device *mdev) in maple_detach_driver()
331 static void maple_attach_driver(struct maple_device *mdev) in maple_attach_driver()
410 struct maple_device *mdev; in check_maple_device() local
422 struct maple_device *mdev = to_maple_dev(device); in setup_maple_commands() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/
Dmgag200_i2c.c36 static int mga_i2c_read_gpio(struct mga_device *mdev) in mga_i2c_read_gpio()
42 static void mga_i2c_set_gpio(struct mga_device *mdev, int mask, int val) in mga_i2c_set_gpio()
52 static inline void mga_i2c_set(struct mga_device *mdev, int mask, int state) in mga_i2c_set()
64 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_setsda() local
71 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_setscl() local
78 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_getsda() local
85 struct mga_device *mdev = to_mga_device(i2c->dev); in mga_gpio_getscl() local
91 struct mga_device *mdev = to_mga_device(dev); in mgag200_i2c_create() local
Dmgag200_mode.c36 struct mga_device *mdev = to_mga_device(dev); in mga_crtc_load_lut() local
87 static inline void mga_wait_vsync(struct mga_device *mdev) in mga_wait_vsync()
102 static inline void mga_wait_busy(struct mga_device *mdev) in mga_wait_busy()
115 static int mgag200_g200_set_plls(struct mga_device *mdev, long clock) in mgag200_g200_set_plls()
186 static int mga_g200se_set_plls(struct mga_device *mdev, long clock) in mga_g200se_set_plls()
308 static int mga_g200wb_set_plls(struct mga_device *mdev, long clock) in mga_g200wb_set_plls()
489 static int mga_g200ev_set_plls(struct mga_device *mdev, long clock) in mga_g200ev_set_plls()
584 static int mga_g200eh_set_plls(struct mga_device *mdev, long clock) in mga_g200eh_set_plls()
717 static int mga_g200er_set_plls(struct mga_device *mdev, long clock) in mga_g200er_set_plls()
799 static int mgag200_crtc_set_plls(struct mga_device *mdev, long clock) in mgag200_crtc_set_plls()
[all …]
/kernel/linux/linux-6.6/drivers/vdpa/virtio_pci/
Dvp_vdpa.c36 struct virtio_pci_modern_device *mdev; member
48 struct virtio_pci_modern_device *mdev; member
78 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_driver_features() local
87 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_driver_features() local
94 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_get_status() local
112 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_free_irq() local
159 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_request_irq() local
214 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_set_status() local
228 struct virtio_pci_modern_device *mdev = vp_vdpa_to_mdev(vp_vdpa); in vp_vdpa_reset() local
282 struct virtio_pci_modern_device *mdev = vdpa_to_mdev(vdpa); in vp_vdpa_set_vq_state() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c43 struct mlx4_en_dev *mdev = in mlx4_en_read_clock() local
61 u64 mlx4_en_get_hwtstamp(struct mlx4_en_dev *mdev, u64 timestamp) in mlx4_en_get_hwtstamp()
74 void mlx4_en_fill_hwtstamps(struct mlx4_en_dev *mdev, in mlx4_en_fill_hwtstamps()
88 void mlx4_en_remove_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_remove_timestamp()
104 void mlx4_en_ptp_overflow_check(struct mlx4_en_dev *mdev) in mlx4_en_ptp_overflow_check()
132 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjfine() local
154 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_adjtime() local
176 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_gettime() local
201 struct mlx4_en_dev *mdev = container_of(ptp, struct mlx4_en_dev, in mlx4_en_phc_settime() local
261 void mlx4_en_init_timestamp(struct mlx4_en_dev *mdev) in mlx4_en_init_timestamp()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dqos.c8 bool mlx5_qos_is_supported(struct mlx5_core_dev *mdev) in mlx5_qos_is_supported()
21 int mlx5_qos_max_leaf_nodes(struct mlx5_core_dev *mdev) in mlx5_qos_max_leaf_nodes()
26 int mlx5_qos_create_leaf_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_create_leaf_node()
44 int mlx5_qos_create_inner_node(struct mlx5_core_dev *mdev, u32 parent_id, in mlx5_qos_create_inner_node()
67 int mlx5_qos_create_root_node(struct mlx5_core_dev *mdev, u32 *id) in mlx5_qos_create_root_node()
72 int mlx5_qos_update_node(struct mlx5_core_dev *mdev, in mlx5_qos_update_node()
88 int mlx5_qos_destroy_node(struct mlx5_core_dev *mdev, u32 id) in mlx5_qos_destroy_node()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/net/mctp/
Ddevice.c32 struct mctp_dev *mdev = rcu_dereference(dev->mctp_ptr); in __mctp_dev_get() local
61 struct mctp_dev *mdev, mctp_eid_t eid, in mctp_fill_addrinfo()
94 static int mctp_dump_dev_addrinfo(struct mctp_dev *mdev, struct sk_buff *skb, in mctp_dump_dev_addrinfo()
119 struct mctp_dev *mdev; in mctp_dump_addrinfo() local
151 static void mctp_addr_notify(struct mctp_dev *mdev, mctp_eid_t eid, int msg_type, in mctp_addr_notify()
189 struct mctp_dev *mdev; in mctp_rtm_newaddr() local
252 struct mctp_dev *mdev; in mctp_rtm_deladdr() local
300 void mctp_dev_hold(struct mctp_dev *mdev) in mctp_dev_hold()
305 void mctp_dev_put(struct mctp_dev *mdev) in mctp_dev_put()
334 struct mctp_dev *mdev; in mctp_add_dev() local
[all …]
/kernel/linux/linux-5.10/drivers/media/mc/
Dmc-device.c81 static struct media_entity *find_entity(struct media_device *mdev, u32 id) in find_entity()
98 static long media_device_enum_entities(struct media_device *mdev, void *arg) in media_device_enum_entities()
151 static long media_device_enum_links(struct media_device *mdev, void *arg) in media_device_enum_links()
200 static long media_device_setup_link(struct media_device *mdev, void *arg) in media_device_setup_link()
230 static long media_device_get_topology(struct media_device *mdev, void *arg) in media_device_get_topology()
373 static long media_device_request_alloc(struct media_device *mdev, void *arg) in media_device_request_alloc()
493 static long media_device_enum_links32(struct media_device *mdev, in media_device_enum_links32()
563 struct media_device *mdev = devnode->media_dev; in show_model() local
581 struct media_device *mdev = entity->graph_obj.mdev; in __media_device_unregister_entity() local
616 int __must_check media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
[all …]
/kernel/linux/linux-6.6/drivers/media/mc/
Dmc-device.c81 static struct media_entity *find_entity(struct media_device *mdev, u32 id) in find_entity()
98 static long media_device_enum_entities(struct media_device *mdev, void *arg) in media_device_enum_entities()
151 static long media_device_enum_links(struct media_device *mdev, void *arg) in media_device_enum_links()
200 static long media_device_setup_link(struct media_device *mdev, void *arg) in media_device_setup_link()
230 static long media_device_get_topology(struct media_device *mdev, void *arg) in media_device_get_topology()
373 static long media_device_request_alloc(struct media_device *mdev, void *arg) in media_device_request_alloc()
493 static long media_device_enum_links32(struct media_device *mdev, in media_device_enum_links32()
563 struct media_device *mdev = devnode->media_dev; in model_show() local
581 struct media_device *mdev = entity->graph_obj.mdev; in __media_device_unregister_entity() local
609 int __must_check media_device_register_entity(struct media_device *mdev, in media_device_register_entity()
[all …]

12345678910>>...30