Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Dxmit.c140 static struct ath_frame_info *get_frame_info(struct sk_buff *skb) in get_frame_info() function
208 struct ath_frame_info *fi = get_frame_info(skb); in ath_txq_skb_done()
253 fi = get_frame_info(skb); in ath_tid_pull()
288 fi = get_frame_info(skb); in ath_tx_flush_tid()
315 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
338 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
372 fi = get_frame_info(skb); in ath_tid_drain()
388 struct ath_frame_info *fi = get_frame_info(skb); in ath_tx_set_retry()
573 fi = get_frame_info(skb); in ath_tx_complete_aggr()
873 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_compute_num_delims()
[all …]
/Linux-v6.1/arch/mips/kernel/
Dprocess.c404 static int get_frame_info(struct mips_frame_info *info) in get_frame_info() function
511 get_frame_info(&schedule_mfi); in frame_info_init()
610 leaf = get_frame_info(&info); in unwind_stack_by_address()
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c4736 int (*get_frame_info)(struct atomisp_sub_device *asd, in atomisp_set_fmt_to_isp() local
4857 get_frame_info = atomisp_css_video_get_output_frame_info; in atomisp_set_fmt_to_isp()
4862 get_frame_info = in atomisp_set_fmt_to_isp()
4870 get_frame_info = in atomisp_set_fmt_to_isp()
4878 get_frame_info = in atomisp_set_fmt_to_isp()
4892 get_frame_info = atomisp_css_preview_get_output_frame_info; in atomisp_set_fmt_to_isp()
4917 get_frame_info = atomisp_css_capture_get_output_frame_info; in atomisp_set_fmt_to_isp()
4971 ret = get_frame_info(asd, output_info); in atomisp_set_fmt_to_isp()