Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 25 of 25) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dmesh_ps.c409 struct sk_buff_head *frames) in mpsp_qos_null_append() argument
412 struct sk_buff *new_skb, *skb = skb_peek_tail(frames); in mpsp_qos_null_append()
437 __skb_queue_tail(frames, new_skb); in mpsp_qos_null_append()
450 struct sk_buff_head frames; in mps_frame_deliver() local
454 skb_queue_head_init(&frames); in mps_frame_deliver()
469 __skb_queue_tail(&frames, skb); in mps_frame_deliver()
478 if (skb_queue_empty(&frames)) { in mps_frame_deliver()
485 mpsp_qos_null_append(sta, &frames); in mps_frame_deliver()
488 skb_queue_len(&frames), sta->sta.addr); in mps_frame_deliver()
491 skb_queue_walk(&frames, skb) { in mps_frame_deliver()
[all …]
Drx.c1114 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local
1115 struct sk_buff *tail = skb_peek_tail(frames); in ieee80211_rx_reorder_ready()
1134 struct sk_buff_head *frames) in ieee80211_release_reorder_frame() argument
1155 __skb_queue_tail(frames, skb); in ieee80211_release_reorder_frame()
1166 struct sk_buff_head *frames) in ieee80211_release_reorder_frames() argument
1175 frames); in ieee80211_release_reorder_frames()
1192 struct sk_buff_head *frames) in ieee80211_sta_reorder_release() argument
1226 frames); in ieee80211_sta_reorder_release()
1239 frames); in ieee80211_sta_reorder_release()
1272 struct sk_buff_head *frames) in ieee80211_sta_manage_reorder_buf() argument
[all …]
Dsta_info.c1504 struct sk_buff_head *frames, in ieee80211_sta_ps_get_frames() argument
1523 if (skb_queue_empty(frames)) { in ieee80211_sta_ps_get_frames()
1543 __skb_queue_tail(frames, skb); in ieee80211_sta_ps_get_frames()
1565 struct sk_buff_head frames; in ieee80211_sta_ps_deliver_response() local
1571 __skb_queue_head_init(&frames); in ieee80211_sta_ps_deliver_response()
1574 &frames, &driver_release_tids); in ieee80211_sta_ps_deliver_response()
1582 if (skb_queue_empty(&frames) && !driver_release_tids) { in ieee80211_sta_ps_deliver_response()
1616 while ((skb = __skb_dequeue(&frames))) { in ieee80211_sta_ps_deliver_response()
1635 if (more_data || !skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response()
1651 if (!skb_queue_empty(&frames)) in ieee80211_sta_ps_deliver_response()
/device/soc/amlogic/a311d/hardware/media/libamplayer/audio_render/
Damplayer_audio_render_adapter.cpp163 uint32_t frames = 0; in get_latency_from_driver() local
164 if (1 != sscanf(line, "%*[^:]:%u", &frames)) { in get_latency_from_driver()
168 latency = (frames * 1000) / 48000; in get_latency_from_driver()
/device/board/isoftstone/yangfan/kernel/src/incl/uapi/linux/
Drkisp1-config.h369 unsigned char frames; member
Drkisp2-config.h1103 u8 frames; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
Drkisp1-config.h369 unsigned char frames; member
Drkisp2-config.h1103 u8 frames; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
Drkisp1-config.h358 unsigned char frames; member
Dvideodev2.h857 __u8 frames; member
Drkisp2-config.h1084 u8 frames; member
/device/soc/esp/esp32/components/heap/include/
Dheap_trace.inc38 // Caller is 2 stack frames deeper than we care about
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtk_btusb.c720 …c bool rtk_copy_capture_data_to_alsa(struct btusb_data *data, uint8_t *p_data, unsigned int frames) in rtk_copy_capture_data_to_alsa() argument
731 if (pSCOSnd->capture.buffer_pos + frames <= runtime->buffer_size) { in rtk_copy_capture_data_to_alsa()
732 memcpy(dest, p_data, frames * frame_bytes); in rtk_copy_capture_data_to_alsa()
739 (frames - frames1) * frame_bytes); in rtk_copy_capture_data_to_alsa()
742 pSCOSnd->capture.buffer_pos += frames; in rtk_copy_capture_data_to_alsa()
/device/soc/amlogic/a311d/hardware/media/libamcodec/include/yuvplayer/
Dvideodev2.h536 __u8 frames; member
/device/board/isoftstone/yangfan/kernel/src/driv/media/isp/
Disp_params_v1x.c566 arg->frames, CIF_ISP_AWB_FRAMES_V10); in isp_awb_meas_config_v10()
593 reg_val |= CIF_ISP_AWB_SET_FRAMES_V12(arg->frames); in isp_awb_meas_config_v12()
Disp_params_v2x.c1049 arg->frames, CIF_ISP_AWB_FRAMES_V10); in isp_siawb_config()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Disp_params_v1x.c432 rkisp1_iowrite32(params_vdev, arg->frames, CIF_ISP_AWB_FRAMES_V10); in isp_awb_meas_config_v10()
456 reg_val |= CIF_ISP_AWB_SET_FRAMES_V12(arg->frames); in isp_awb_meas_config_v12()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Disp_params_v1x.c566 arg->frames, CIF_ISP_AWB_FRAMES_V10); in isp_awb_meas_config_v10()
593 reg_val |= CIF_ISP_AWB_SET_FRAMES_V12(arg->frames); in isp_awb_meas_config_v12()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
Dvideodev2.h857 __u8 frames; member
/device/board/isoftstone/yangfan/common/mqtt/doc/
DDoxyfileMQTTPacket.in1408 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
DDoxyfileMQTTClient.in1408 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
DDoxyfileMQTTClient-C.in1408 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
/device/board/unionman/unionpi_tiger/kernel/build/
Dlinux-5.10.patch6503 .polling_ms = 50, /* ~3 frames */
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch9746 - * incoming active frames from the Source device with no visible
66694 - * userspace is ready to provide video frames.
66707 + * to provide video frames.