Home
last modified time | relevance | path

Searched refs:fmd (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dmedia-dev.c40 static void __setup_sensor_notification(struct fimc_md *fmd, in __setup_sensor_notification() argument
49 if (!src_inf || WARN_ON(fmd == NULL)) in __setup_sensor_notification()
53 spin_lock_irqsave(&fmd->slock, flags); in __setup_sensor_notification()
55 spin_unlock_irqrestore(&fmd->slock, flags); in __setup_sensor_notification()
68 struct fimc_md *fmd = entity_to_fimc_mdev(me); in fimc_pipeline_prepare() local
121 __setup_sensor_notification(fmd, sensor, p->subdevs[IDX_FIMC]); in fimc_pipeline_prepare()
190 * @fmd: fimc media device
195 struct fimc_md *fmd) in __fimc_pipeline_enable()
201 if (!IS_ERR(fmd->wbclk[CLK_IDX_WB_B]) && p->subdevs[IDX_IS_ISP]) { in __fimc_pipeline_enable()
202 ret = clk_prepare_enable(fmd in __fimc_pipeline_enable()
194 __fimc_pipeline_enable(struct exynos_media_pipeline *ep, struct fimc_md *fmd) __fimc_pipeline_enable() argument
229 struct fimc_md *fmd = entity_to_fimc_mdev(me); __fimc_pipeline_open() local
262 struct fimc_md *fmd; __fimc_pipeline_close() local
297 struct fimc_md *fmd; __fimc_pipeline_s_stream() local
372 fimc_md_pipeline_create( struct fimc_md *fmd) fimc_md_pipeline_create() argument
387 fimc_md_pipelines_free(struct fimc_md *fmd) fimc_md_pipelines_free() argument
398 fimc_md_parse_one_endpoint(struct fimc_md *fmd, struct device_node *ep) fimc_md_parse_one_endpoint() argument
482 fimc_md_parse_port_node(struct fimc_md *fmd, struct device_node *port) fimc_md_parse_port_node() argument
498 fimc_md_register_sensor_entities(struct fimc_md *fmd) fimc_md_register_sensor_entities() argument
577 register_fimc_lite_entity(struct fimc_md *fmd, struct fimc_lite *fimc_lite) register_fimc_lite_entity() argument
606 register_fimc_entity(struct fimc_md *fmd, struct fimc_dev *fimc) register_fimc_entity() argument
637 register_csis_entity(struct fimc_md *fmd, struct platform_device *pdev, struct v4l2_subdev *sd) register_csis_entity() argument
662 register_fimc_is_entity(struct fimc_md *fmd, struct fimc_is *is) register_fimc_is_entity() argument
686 fimc_md_register_platform_entity(struct fimc_md *fmd, struct platform_device *pdev, int plat_entity) fimc_md_register_platform_entity() argument
734 fimc_md_register_platform_entities(struct fimc_md *fmd, struct device_node *parent) fimc_md_register_platform_entities() argument
772 fimc_md_unregister_entities(struct fimc_md *fmd) fimc_md_unregister_entities() argument
813 __fimc_md_create_fimc_sink_links(struct fimc_md *fmd, struct media_entity *source, struct v4l2_subdev *sensor, int pad, int link_mask) __fimc_md_create_fimc_sink_links() argument
881 __fimc_md_create_flite_source_links(struct fimc_md *fmd) __fimc_md_create_flite_source_links() argument
911 __fimc_md_create_fimc_is_links(struct fimc_md *fmd) __fimc_md_create_fimc_is_links() argument
955 fimc_md_create_links(struct fimc_md *fmd) fimc_md_create_links() argument
1060 fimc_md_put_clocks(struct fimc_md *fmd) fimc_md_put_clocks() argument
1080 fimc_md_get_clocks(struct fimc_md *fmd) fimc_md_get_clocks() argument
1241 struct fimc_md *fmd = dev_get_drvdata(dev); fimc_md_sysfs_show() local
1253 struct fimc_md *fmd = dev_get_drvdata(dev); fimc_md_sysfs_store() local
1306 fimc_md_unregister_clk_provider(struct fimc_md *fmd) fimc_md_unregister_clk_provider() argument
1318 fimc_md_register_clk_provider(struct fimc_md *fmd) fimc_md_register_clk_provider() argument
1375 struct fimc_md *fmd = notifier_to_fimc_md(notifier); subdev_notifier_bound() local
1406 struct fimc_md *fmd = notifier_to_fimc_md(notifier); subdev_notifier_complete() local
1434 struct fimc_md *fmd; fimc_md_probe() local
1535 struct fimc_md *fmd = platform_get_drvdata(pdev); fimc_md_remove() local
[all...]
H A Dmedia-dev.h93 struct fimc_md *fmd; member
H A Dfimc-capture.c1425 struct fimc_md *fmd; in fimc_sensor_notify() local
1433 fmd = entity_to_fimc_mdev(&sd->entity); in fimc_sensor_notify()
1435 spin_lock_irqsave(&fmd->slock, flags); in fimc_sensor_notify()
1453 spin_unlock_irqrestore(&fmd->slock, flags); in fimc_sensor_notify()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c39 static void __setup_sensor_notification(struct fimc_md *fmd, in __setup_sensor_notification() argument
48 if (!src_inf || WARN_ON(fmd == NULL)) in __setup_sensor_notification()
52 spin_lock_irqsave(&fmd->slock, flags); in __setup_sensor_notification()
54 spin_unlock_irqrestore(&fmd->slock, flags); in __setup_sensor_notification()
67 struct fimc_md *fmd = entity_to_fimc_mdev(me); in fimc_pipeline_prepare() local
120 __setup_sensor_notification(fmd, sensor, p->subdevs[IDX_FIMC]); in fimc_pipeline_prepare()
189 * @fmd: fimc media device
194 struct fimc_md *fmd) in __fimc_pipeline_enable()
200 if (!IS_ERR(fmd->wbclk[CLK_IDX_WB_B]) && p->subdevs[IDX_IS_ISP]) { in __fimc_pipeline_enable()
201 ret = clk_prepare_enable(fmd in __fimc_pipeline_enable()
193 __fimc_pipeline_enable(struct exynos_media_pipeline *ep, struct fimc_md *fmd) __fimc_pipeline_enable() argument
228 struct fimc_md *fmd = entity_to_fimc_mdev(me); __fimc_pipeline_open() local
261 struct fimc_md *fmd; __fimc_pipeline_close() local
296 struct fimc_md *fmd; __fimc_pipeline_s_stream() local
371 fimc_md_pipeline_create( struct fimc_md *fmd) fimc_md_pipeline_create() argument
386 fimc_md_pipelines_free(struct fimc_md *fmd) fimc_md_pipelines_free() argument
397 fimc_md_parse_one_endpoint(struct fimc_md *fmd, struct device_node *ep) fimc_md_parse_one_endpoint() argument
482 fimc_md_parse_port_node(struct fimc_md *fmd, struct device_node *port) fimc_md_parse_port_node() argument
500 fimc_md_register_sensor_entities(struct fimc_md *fmd) fimc_md_register_sensor_entities() argument
579 register_fimc_lite_entity(struct fimc_md *fmd, struct fimc_lite *fimc_lite) register_fimc_lite_entity() argument
608 register_fimc_entity(struct fimc_md *fmd, struct fimc_dev *fimc) register_fimc_entity() argument
639 register_csis_entity(struct fimc_md *fmd, struct platform_device *pdev, struct v4l2_subdev *sd) register_csis_entity() argument
664 register_fimc_is_entity(struct fimc_md *fmd, struct fimc_is *is) register_fimc_is_entity() argument
688 fimc_md_register_platform_entity(struct fimc_md *fmd, struct platform_device *pdev, int plat_entity) fimc_md_register_platform_entity() argument
736 fimc_md_register_platform_entities(struct fimc_md *fmd, struct device_node *parent) fimc_md_register_platform_entities() argument
774 fimc_md_unregister_entities(struct fimc_md *fmd) fimc_md_unregister_entities() argument
815 __fimc_md_create_fimc_sink_links(struct fimc_md *fmd, struct media_entity *source, struct v4l2_subdev *sensor, int pad, int link_mask) __fimc_md_create_fimc_sink_links() argument
883 __fimc_md_create_flite_source_links(struct fimc_md *fmd) __fimc_md_create_flite_source_links() argument
913 __fimc_md_create_fimc_is_links(struct fimc_md *fmd) __fimc_md_create_fimc_is_links() argument
957 fimc_md_create_links(struct fimc_md *fmd) fimc_md_create_links() argument
1062 fimc_md_put_clocks(struct fimc_md *fmd) fimc_md_put_clocks() argument
1082 fimc_md_get_clocks(struct fimc_md *fmd) fimc_md_get_clocks() argument
1243 struct fimc_md *fmd = dev_get_drvdata(dev); subdev_conf_mode_show() local
1255 struct fimc_md *fmd = dev_get_drvdata(dev); subdev_conf_mode_store() local
1307 fimc_md_unregister_clk_provider(struct fimc_md *fmd) fimc_md_unregister_clk_provider() argument
1319 fimc_md_register_clk_provider(struct fimc_md *fmd) fimc_md_register_clk_provider() argument
1376 struct fimc_md *fmd = notifier_to_fimc_md(notifier); subdev_notifier_bound() local
1407 struct fimc_md *fmd = notifier_to_fimc_md(notifier); subdev_notifier_complete() local
1435 struct fimc_md *fmd; fimc_md_probe() local
1535 struct fimc_md *fmd = platform_get_drvdata(pdev); fimc_md_remove() local
[all...]
H A Dmedia-dev.h92 struct fimc_md *fmd; member
H A Dfimc-capture.c1428 struct fimc_md *fmd; in fimc_sensor_notify() local
1436 fmd = entity_to_fimc_mdev(&sd->entity); in fimc_sensor_notify()
1438 spin_lock_irqsave(&fmd->slock, flags); in fimc_sensor_notify()
1456 spin_unlock_irqrestore(&fmd->slock, flags); in fimc_sensor_notify()
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dspu2.c468 static void spu2_dump_fmd(struct SPU2_FMD *fmd) in spu2_dump_fmd() argument
470 spu2_dump_fmd_ctrl0(le64_to_cpu(fmd->ctrl0)); in spu2_dump_fmd()
471 spu2_dump_fmd_ctrl1(le64_to_cpu(fmd->ctrl1)); in spu2_dump_fmd()
472 spu2_dump_fmd_ctrl2(le64_to_cpu(fmd->ctrl2)); in spu2_dump_fmd()
473 spu2_dump_fmd_ctrl3(le64_to_cpu(fmd->ctrl3)); in spu2_dump_fmd()
510 struct SPU2_FMD *fmd = (struct SPU2_FMD *)buf; in spu2_dump_msg_hdr() local
522 spu2_dump_fmd(fmd); in spu2_dump_msg_hdr()
523 omd = (u8 *)(fmd + 1); in spu2_dump_msg_hdr()
525 ctrl1 = le64_to_cpu(fmd->ctrl1); in spu2_dump_msg_hdr()
553 static int spu2_fmd_init(struct SPU2_FMD *fmd, in spu2_fmd_init() argument
608 spu2_fmd_ctrl0_write(struct SPU2_FMD *fmd, bool is_inbound, bool auth_first, enum spu2_proto_sel protocol, enum spu2_cipher_type cipher_type, enum spu2_cipher_mode cipher_mode, enum spu2_hash_type auth_type, enum spu2_hash_mode auth_mode) spu2_fmd_ctrl0_write() argument
659 spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound, u64 assoc_size, u64 auth_key_len, u64 cipher_key_len, bool gen_iv, bool hash_iv, bool return_iv, u64 ret_iv_len, u64 ret_iv_offset, u64 cipher_iv_len, u64 digest_size, bool return_payload, bool return_md) spu2_fmd_ctrl1_write() argument
730 spu2_fmd_ctrl2_write(struct SPU2_FMD *fmd, u64 cipher_offset, u64 auth_key_len, u64 auth_iv_len, u64 cipher_key_len, u64 cipher_iv_len) spu2_fmd_ctrl2_write() argument
758 spu2_fmd_ctrl3_write(struct SPU2_FMD *fmd, u64 payload_len) spu2_fmd_ctrl3_write() argument
804 struct SPU2_FMD *fmd = (struct SPU2_FMD *)spu_hdr; spu2_payload_length() local
946 struct SPU2_FMD *fmd; spu2_create_request() local
1125 struct SPU2_FMD *fmd; spu2_cipher_req_init() local
1185 struct SPU2_FMD *fmd; spu2_cipher_req_finish() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dspu2.c468 static void spu2_dump_fmd(struct SPU2_FMD *fmd) in spu2_dump_fmd() argument
470 spu2_dump_fmd_ctrl0(le64_to_cpu(fmd->ctrl0)); in spu2_dump_fmd()
471 spu2_dump_fmd_ctrl1(le64_to_cpu(fmd->ctrl1)); in spu2_dump_fmd()
472 spu2_dump_fmd_ctrl2(le64_to_cpu(fmd->ctrl2)); in spu2_dump_fmd()
473 spu2_dump_fmd_ctrl3(le64_to_cpu(fmd->ctrl3)); in spu2_dump_fmd()
510 struct SPU2_FMD *fmd = (struct SPU2_FMD *)buf; in spu2_dump_msg_hdr() local
522 spu2_dump_fmd(fmd); in spu2_dump_msg_hdr()
523 omd = (u8 *)(fmd + 1); in spu2_dump_msg_hdr()
525 ctrl1 = le64_to_cpu(fmd->ctrl1); in spu2_dump_msg_hdr()
546 * @fmd
554 spu2_fmd_init(struct SPU2_FMD *fmd, enum spu2_cipher_type spu2_type, enum spu2_cipher_mode spu2_mode, u32 cipher_key_len, u32 cipher_iv_len) spu2_fmd_init() argument
609 spu2_fmd_ctrl0_write(struct SPU2_FMD *fmd, bool is_inbound, bool auth_first, enum spu2_proto_sel protocol, enum spu2_cipher_type cipher_type, enum spu2_cipher_mode cipher_mode, enum spu2_hash_type auth_type, enum spu2_hash_mode auth_mode) spu2_fmd_ctrl0_write() argument
661 spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound, u64 assoc_size, u64 auth_key_len, u64 cipher_key_len, bool gen_iv, bool hash_iv, bool return_iv, u64 ret_iv_len, u64 ret_iv_offset, u64 cipher_iv_len, u64 digest_size, bool return_payload, bool return_md) spu2_fmd_ctrl1_write() argument
732 spu2_fmd_ctrl2_write(struct SPU2_FMD *fmd, u64 cipher_offset, u64 auth_key_len, u64 auth_iv_len, u64 cipher_key_len, u64 cipher_iv_len) spu2_fmd_ctrl2_write() argument
760 spu2_fmd_ctrl3_write(struct SPU2_FMD *fmd, u64 payload_len) spu2_fmd_ctrl3_write() argument
806 struct SPU2_FMD *fmd = (struct SPU2_FMD *)spu_hdr; spu2_payload_length() local
951 struct SPU2_FMD *fmd; spu2_create_request() local
1128 struct SPU2_FMD *fmd; spu2_cipher_req_init() local
1188 struct SPU2_FMD *fmd; spu2_cipher_req_finish() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c314 struct sti_hqvdp_fmd fmd; member
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c316 struct sti_hqvdp_fmd fmd; member

Completed in 15 milliseconds