Searched refs:frame_buf (Results 1 – 6 of 6) 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 …]
|
| /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 | 4146 u8 *frame_buf) in ieee80211_set_disassoc() argument 4161 if (frame_buf) in ieee80211_set_disassoc() 4162 memset(frame_buf, 0, IEEE80211_DEAUTH_FRAME_LEN); in ieee80211_set_disassoc() 4167 if (WARN_ON_ONCE(tx && !frame_buf)) in ieee80211_set_disassoc() 4239 reason, true, frame_buf); in ieee80211_set_disassoc() 4245 } else if (frame_buf) { in ieee80211_set_disassoc() 4248 reason, false, frame_buf); in ieee80211_set_disassoc() 4671 u8 frame_buf[IEEE80211_DEAUTH_FRAME_LEN]; in __ieee80211_disconnect() local 4705 true, frame_buf); in __ieee80211_disconnect() 4712 ieee80211_report_disconnect(sdata, frame_buf, sizeof(frame_buf), true, in __ieee80211_disconnect() [all …]
|
| H A D | util.c | 1207 bool send_frame, u8 *frame_buf) in ieee80211_send_deauth_disassoc() argument 1211 struct ieee80211_mgmt *mgmt = (void *)frame_buf; in ieee80211_send_deauth_disassoc()
|
| /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()
|