/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/ |
H A D | tag.c | 32 unsigned int exp_id, in sh_css_create_tag_descr() 40 tag_descr->exp_id = exp_id; in sh_css_create_tag_descr() 56 unsigned int exp_id; in sh_css_encode_tag_descr() local 76 exp_id = tag->exp_id; in sh_css_encode_tag_descr() 78 if (exp_id != 0) { in sh_css_encode_tag_descr() 79 /* we encode either an exp_id or capture data */ in sh_css_encode_tag_descr() 82 encoded_tag = TAG_EXP | (exp_id & 0xFF) << TAG_EXP_ID_SHIFT; in sh_css_encode_tag_descr() 29 sh_css_create_tag_descr(int num_captures, unsigned int skip, int offset, unsigned int exp_id, struct sh_css_tag_descr *tag_descr) sh_css_create_tag_descr() argument
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_shared/host/ |
H A D | tag.c | 32 unsigned int exp_id, in sh_css_create_tag_descr() 40 tag_descr->exp_id = exp_id; in sh_css_create_tag_descr() 56 unsigned int exp_id; in sh_css_encode_tag_descr() local 76 exp_id = tag->exp_id; in sh_css_encode_tag_descr() 78 if (exp_id != 0) { in sh_css_encode_tag_descr() 79 /* we encode either an exp_id or capture data */ in sh_css_encode_tag_descr() 82 encoded_tag = TAG_EXP | (exp_id & 0xFF) << TAG_EXP_ID_SHIFT; in sh_css_encode_tag_descr() 29 sh_css_create_tag_descr(int num_captures, unsigned int skip, int offset, unsigned int exp_id, struct sh_css_tag_descr *tag_descr) sh_css_create_tag_descr() argument
|
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_modem_ops.c | 97 md->exp_id |= int_sta; in t7xx_pci_mhccif_isr() 98 if (md->exp_id & D2H_INT_EXCEPTION_INIT) { in t7xx_pci_mhccif_isr() 103 md->exp_id &= ~D2H_INT_EXCEPTION_INIT; in t7xx_pci_mhccif_isr() 106 } else if (md->exp_id & D2H_INT_PORT_ENUM) { in t7xx_pci_mhccif_isr() 107 md->exp_id &= ~D2H_INT_PORT_ENUM; in t7xx_pci_mhccif_isr() 114 if ((md->exp_id & D2H_INT_ASYNC_MD_HK) && !(mask & D2H_INT_ASYNC_MD_HK)) { in t7xx_pci_mhccif_isr() 115 md->exp_id &= ~D2H_INT_ASYNC_MD_HK; in t7xx_pci_mhccif_isr() 315 if (md->exp_id & event_id) in t7xx_wait_hif_ex_hk_event() 570 md->exp_id |= int_sta; in t7xx_md_event_notify() 571 if (md->exp_id in t7xx_md_event_notify() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_ioctl32.h | 53 u32 exp_id; member 66 u32 exp_id; member 77 u32 exp_id; /* exposure ID */ member 86 u32 exp_id; member 278 u32 exp_id; member
|
H A D | atomisp_compat_ioctl32.c | 122 assign_in_user(&kp->exp_id, &up->exp_id) || in get_atomisp_dis_statistics32() 190 assign_in_user(&up->exp_id, &kp->exp_id)) in put_atomisp_dis_statistics32() 248 assign_in_user(&kp->exp_id, &up->exp_id) || in get_atomisp_dvs_6axis_config32() 278 assign_in_user(&kp->exp_id, &up->exp_id) || in get_atomisp_3a_statistics32() 297 assign_in_user(&up->exp_id, &kp->exp_id) || in put_atomisp_3a_statistics32() [all...] |
H A D | atomisp_cmd.h | 377 void atomisp_eof_event(struct atomisp_sub_device *asd, uint8_t exp_id); 395 int atomisp_exp_id_unlock(struct atomisp_sub_device *asd, int *exp_id); 396 int atomisp_exp_id_capture(struct atomisp_sub_device *asd, int *exp_id); 401 int atomisp_set_raw_buffer_bitmap(struct atomisp_sub_device *asd, int exp_id);
|
H A D | ia_css_stream_public.h | 354 /* @brief Specify which raw frame to tag based on exp_id found in frame info 357 * @param[in] exp_id The exposure id of the raw frame to tag. 366 unsigned int exp_id); 564 * @param[in] exp_id exposure id that uniquely identifies the locked Raw Frame Buffer 572 ia_css_unlock_raw_frame(struct ia_css_stream *stream, uint32_t exp_id);
|
H A D | atomisp_cmd.c | 409 void atomisp_eof_event(struct atomisp_sub_device *asd, uint8_t exp_id) in atomisp_eof_event() argument 414 event.u.frame_sync.frame_sequence = exp_id; in atomisp_eof_event() 420 uint8_t exp_id) in atomisp_3a_stats_ready_event() 425 event.u.frame_sync.frame_sequence = exp_id; in atomisp_3a_stats_ready_event() 608 atomisp_eof_event(asd, eof_event.event.exp_id); in atomisp_isr() 610 "%s ISYS event: EOF exp_id %d, asd %d\n", in atomisp_isr() 611 __func__, eof_event.event.exp_id, in atomisp_isr() 956 atomisp_3a_stats_ready_event(asd, buffer.css_buffer.exp_id); in atomisp_buf_done() 958 dev_dbg(isp->dev, "%s: s3a stat with exp_id %d is ready\n", in atomisp_buf_done() 959 __func__, s3a_buf->s3a_data->exp_id); in atomisp_buf_done() 419 atomisp_3a_stats_ready_event(struct atomisp_sub_device *asd, uint8_t exp_id) atomisp_3a_stats_ready_event() argument 6465 __checking_exp_id(struct atomisp_sub_device *asd, int exp_id) __checking_exp_id() argument 6495 atomisp_set_raw_buffer_bitmap(struct atomisp_sub_device *asd, int exp_id) atomisp_set_raw_buffer_bitmap() argument 6542 __is_raw_buffer_locked(struct atomisp_sub_device *asd, int exp_id) __is_raw_buffer_locked() argument 6559 __clear_raw_buffer_bitmap(struct atomisp_sub_device *asd, int exp_id) __clear_raw_buffer_bitmap() argument 6579 atomisp_exp_id_capture(struct atomisp_sub_device *asd, int *exp_id) atomisp_exp_id_capture() argument 6600 atomisp_exp_id_unlock(struct atomisp_sub_device *asd, int *exp_id) atomisp_exp_id_unlock() argument [all...] |
H A D | ia_css_metadata.h | 47 u32 exp_id; member
|
H A D | ia_css_buffer.h | 57 unsigned int exp_id; member
|
H A D | ia_css_event_public.h | 107 u8 exp_id; member
|
H A D | ia_css_3a.h | 52 u32 exp_id; /** exposure id, to match statistics to a frame, member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_ioctl32.h | 53 u32 exp_id; member 66 u32 exp_id; member 209 u32 exp_id; member
|
H A D | atomisp_cmd.h | 282 void atomisp_eof_event(struct atomisp_sub_device *asd, uint8_t exp_id); 297 int atomisp_exp_id_unlock(struct atomisp_sub_device *asd, int *exp_id); 298 int atomisp_exp_id_capture(struct atomisp_sub_device *asd, int *exp_id);
|
H A D | ia_css_stream_public.h | 343 /* @brief Specify which raw frame to tag based on exp_id found in frame info 346 * @param[in] exp_id The exposure id of the raw frame to tag. 355 unsigned int exp_id); 553 * @param[in] exp_id exposure id that uniquely identifies the locked Raw Frame Buffer 561 ia_css_unlock_raw_frame(struct ia_css_stream *stream, uint32_t exp_id);
|
H A D | atomisp_cmd.c | 366 void atomisp_eof_event(struct atomisp_sub_device *asd, uint8_t exp_id) in atomisp_eof_event() argument 371 event.u.frame_sync.frame_sequence = exp_id; in atomisp_eof_event() 377 uint8_t exp_id) in atomisp_3a_stats_ready_event() 382 event.u.frame_sync.frame_sequence = exp_id; in atomisp_3a_stats_ready_event() 516 atomisp_eof_event(&isp->asd, eof_event.event.exp_id); in atomisp_isr() 517 dev_dbg_ratelimited(isp->dev, "ISYS event: EOF exp_id %d\n", in atomisp_isr() 518 eof_event.event.exp_id); in atomisp_isr() 723 atomisp_3a_stats_ready_event(asd, buffer.css_buffer.exp_id); in atomisp_buf_done() 725 dev_dbg(isp->dev, "%s: s3a stat with exp_id %d is ready\n", in atomisp_buf_done() 726 __func__, s3a_buf->s3a_data->exp_id); in atomisp_buf_done() 376 atomisp_3a_stats_ready_event(struct atomisp_sub_device *asd, uint8_t exp_id) atomisp_3a_stats_ready_event() argument 4545 __checking_exp_id(struct atomisp_sub_device *asd, int exp_id) __checking_exp_id() argument 4575 __is_raw_buffer_locked(struct atomisp_sub_device *asd, int exp_id) __is_raw_buffer_locked() argument 4592 __clear_raw_buffer_bitmap(struct atomisp_sub_device *asd, int exp_id) __clear_raw_buffer_bitmap() argument 4612 atomisp_exp_id_capture(struct atomisp_sub_device *asd, int *exp_id) atomisp_exp_id_capture() argument 4635 atomisp_exp_id_unlock(struct atomisp_sub_device *asd, int *exp_id) atomisp_exp_id_unlock() argument [all...] |
H A D | ia_css_metadata.h | 47 u32 exp_id; member
|
H A D | ia_css_buffer.h | 57 unsigned int exp_id; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | tag_public.h | 30 unsigned int exp_id,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_shared/ |
H A D | tag_global.h | 44 * exp_id Exposure id of the RAW frame to tag. 46 * NOTE: Either exp_id = 0 or all other fields are 0 54 unsigned int exp_id; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
H A D | tag_public.h | 30 unsigned int exp_id,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_shared/ |
H A D | tag_global.h | 44 * exp_id Exposure id of the RAW frame to tag. 46 * NOTE: Either exp_id = 0 or all other fields are 0 54 unsigned int exp_id; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/tagger/interface/ |
H A D | ia_css_tagger_common.h | 37 u8 exp_id; /* exp_id of frame, for debugging only */ member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/tagger/interface/ |
H A D | ia_css_tagger_common.h | 37 u8 exp_id; /* exp_id of frame, for debugging only */ member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp.h | 245 u32 exp_id; member 276 u32 exp_id; /* exposure ID */ member 285 u32 exp_id; /* exposure ID */ member 298 u32 exp_id; /* exposure ID */ member 455 u32 exp_id; member
|