Home
last modified time | relevance | path

Searched refs:get_frame_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dxmit.c140 static struct ath_frame_info *get_frame_info(struct sk_buff *skb) in get_frame_info() function
167 struct ath_frame_info *fi = get_frame_info(skb); in ath_txq_skb_done()
212 fi = get_frame_info(skb); in ath_tid_pull()
247 fi = get_frame_info(skb); in ath_tx_flush_tid()
274 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
297 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
331 fi = get_frame_info(skb); in ath_tid_drain()
347 struct ath_frame_info *fi = get_frame_info(skb); in ath_tx_set_retry()
532 fi = get_frame_info(skb); in ath_tx_complete_aggr()
832 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_compute_num_delims()
[all …]
/Linux-v5.15/arch/mips/kernel/
Dprocess.c403 static int get_frame_info(struct mips_frame_info *info) in get_frame_info() function
510 get_frame_info(&schedule_mfi); in frame_info_init()
609 leaf = get_frame_info(&info); in unwind_stack_by_address()
/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c5191 int (*get_frame_info)(struct atomisp_sub_device *asd, in atomisp_set_fmt_to_isp() local
5307 get_frame_info = atomisp_css_video_get_output_frame_info; in atomisp_set_fmt_to_isp()
5312 get_frame_info = in atomisp_set_fmt_to_isp()
5320 get_frame_info = in atomisp_set_fmt_to_isp()
5328 get_frame_info = in atomisp_set_fmt_to_isp()
5340 get_frame_info = atomisp_css_preview_get_output_frame_info; in atomisp_set_fmt_to_isp()
5365 get_frame_info = atomisp_css_capture_get_output_frame_info; in atomisp_set_fmt_to_isp()
5418 ret = get_frame_info(asd, output_info); in atomisp_set_fmt_to_isp()