Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c145 static struct ath_frame_info *get_frame_info(struct sk_buff *skb) in get_frame_info() function
212 struct ath_frame_info *fi = get_frame_info(skb); in ath_txq_skb_done()
258 fi = get_frame_info(skb); in ath_tid_pull()
293 fi = get_frame_info(skb); in ath_tx_flush_tid()
319 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
341 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
374 fi = get_frame_info(skb); in ath_tid_drain()
390 struct ath_frame_info *fi = get_frame_info(skb); in ath_tx_set_retry()
576 fi = get_frame_info(skb); in ath_tx_complete_aggr()
876 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_compute_num_delims()
[all …]
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c4051 int (*get_frame_info)(struct atomisp_sub_device *asd, in atomisp_set_fmt_to_isp() local
4128 get_frame_info = atomisp_css_video_get_output_frame_info; in atomisp_set_fmt_to_isp()
4132 get_frame_info = atomisp_css_video_get_output_frame_info; in atomisp_set_fmt_to_isp()
4136 get_frame_info = atomisp_css_preview_get_output_frame_info; in atomisp_set_fmt_to_isp()
4152 get_frame_info = atomisp_css_capture_get_output_frame_info; in atomisp_set_fmt_to_isp()
4192 ret = get_frame_info(asd, output_info); in atomisp_set_fmt_to_isp()