Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dxmit.c146 static struct ath_frame_info *get_frame_info(struct sk_buff *skb) in get_frame_info() function
214 struct ath_frame_info *fi = get_frame_info(skb); in ath_txq_skb_done()
259 fi = get_frame_info(skb); in ath_tid_pull()
294 fi = get_frame_info(skb); in ath_tx_flush_tid()
321 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
344 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
378 fi = get_frame_info(skb); in ath_tid_drain()
394 struct ath_frame_info *fi = get_frame_info(skb); in ath_tx_set_retry()
581 fi = get_frame_info(skb); in ath_tx_complete_aggr()
881 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_compute_num_delims()
[all …]
/linux-6.6.21/arch/mips/kernel/
Dprocess.c405 static int get_frame_info(struct mips_frame_info *info) in get_frame_info() function
512 get_frame_info(&schedule_mfi); in frame_info_init()
611 leaf = get_frame_info(&info); in unwind_stack_by_address()
/linux-6.6.21/drivers/staging/media/atomisp/pci/
Datomisp_cmd.c4049 int (*get_frame_info)(struct atomisp_sub_device *asd, in atomisp_set_fmt_to_isp() local
4127 get_frame_info = atomisp_css_video_get_output_frame_info; in atomisp_set_fmt_to_isp()
4131 get_frame_info = atomisp_css_video_get_output_frame_info; in atomisp_set_fmt_to_isp()
4135 get_frame_info = atomisp_css_preview_get_output_frame_info; in atomisp_set_fmt_to_isp()
4151 get_frame_info = atomisp_css_capture_get_output_frame_info; in atomisp_set_fmt_to_isp()
4191 ret = get_frame_info(asd, output_info); in atomisp_set_fmt_to_isp()