Searched refs:frame_buf (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vpu-enc.c | 134 struct frame_buffer frame_buf; in start_encode() local 142 memset(&frame_buf, 0, sizeof(struct frame_buffer)); in start_encode() 176 frame_buf.buf_y = in start_encode() 178 frame_buf.buf_cb = frame_buf.buf_y + luma_size; in start_encode() 179 frame_buf.buf_cr = frame_buf.buf_cb + chroma_size; in start_encode() 181 frame_buf.buf_y = in start_encode() 183 frame_buf.buf_cb = in start_encode() 185 frame_buf.buf_cr = frame_buf.buf_cb + chroma_size; in start_encode() 187 frame_buf.buf_y = in start_encode() 189 frame_buf.buf_cb = in start_encode() [all …]
|
| H A D | wave5-vpu-dec.c | 1009 struct frame_buffer *frame = &inst->frame_buf[i]; in wave5_prepare_fb() 1053 struct frame_buffer *frame = &inst->frame_buf[non_linear_num + i]; in wave5_prepare_fb()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | util.c | 360 u8 frame_buf[100]; in mwifiex_host_mlme_disconnect() local 361 struct ieee80211_mgmt *mgmt = (struct ieee80211_mgmt *)frame_buf; in mwifiex_host_mlme_disconnect() 363 memset(frame_buf, 0, sizeof(frame_buf)); in mwifiex_host_mlme_disconnect() 385 cfg80211_rx_mlme_mgmt(priv->netdev, frame_buf, 26); in mwifiex_host_mlme_disconnect() 390 0, frame_buf, 26, 0); in mwifiex_host_mlme_disconnect()
|
| /linux/net/mac80211/ |
| H A D | mlme.c | 4119 u8 *frame_buf) in ieee80211_set_disassoc() argument 4134 if (frame_buf) in ieee80211_set_disassoc() 4135 memset(frame_buf, 0, IEEE80211_DEAUTH_FRAME_LEN); in ieee80211_set_disassoc() 4140 if (WARN_ON_ONCE(tx && !frame_buf)) in ieee80211_set_disassoc() 4212 reason, true, frame_buf); in ieee80211_set_disassoc() 4218 } else if (frame_buf) { in ieee80211_set_disassoc() 4221 reason, false, frame_buf); in ieee80211_set_disassoc() 4644 u8 frame_buf[IEEE80211_DEAUTH_FRAME_LEN]; in __ieee80211_disconnect() local 4678 true, frame_buf); in __ieee80211_disconnect() 4685 ieee80211_report_disconnect(sdata, frame_buf, sizeof(frame_buf), true, in __ieee80211_disconnect() [all …]
|
| H A D | ibss.c | 1239 u8 frame_buf[IEEE80211_DEAUTH_FRAME_LEN]; in ieee80211_ibss_sta_expire() local 1249 true, frame_buf); in ieee80211_ibss_sta_expire()
|
| H A D | util.c | 1195 bool send_frame, u8 *frame_buf) in ieee80211_send_deauth_disassoc() argument 1199 struct ieee80211_mgmt *mgmt = (void *)frame_buf; in ieee80211_send_deauth_disassoc()
|
| H A D | ieee80211_i.h | 2625 bool send_frame, u8 *frame_buf);
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 89 const u8 *frame_buf; member 5933 parse->frame_buf = ptr; in ath11k_wmi_tlv_mgmt_rx_parse() 5960 frame = parse.frame_buf; in ath11k_pull_mgmt_rx_params_tlv()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 125 const u8 *frame_buf; member 6230 parse->frame_buf = ptr; in ath12k_wmi_tlv_mgmt_rx_parse() 6256 frame = parse.frame_buf; in ath12k_pull_mgmt_rx_params_tlv()
|