Home
last modified time | relevance | path

Searched refs:frames (Results 101 - 125 of 583) sorted by relevance

12345678910>>...24

/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument
42 if (WARN_ON(frames > refresh)) in sharp_wait_frames()
45 msleep(1000 / (refresh / frames)); in sharp_wait_frames()
240 /* wait for 6 frames before continuing */ in sharp_panel_prepare()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
H A Dia_css_tnr.host.h51 const struct ia_css_frame * const *frames);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
H A Dia_css_tnr.host.h47 const struct ia_css_frame * const *frames);
/kernel/linux/linux-5.10/sound/usb/
H A Dpcm.c1409 unsigned int stride, frames, bytes, oldptr; in retire_capture_urb() local
1434 frames = bytes / stride; in retire_capture_urb()
1436 bytes = frames * stride; in retire_capture_urb()
1439 bytes = frames * stride; in retire_capture_urb()
1450 frames = (bytes + (oldptr % stride)) / stride; in retire_capture_urb()
1451 subs->transfer_done += frames; in retire_capture_urb()
1592 unsigned int counts, frames, bytes; in prepare_playback_urb() local
1598 frames = 0; in prepare_playback_urb()
1611 urb->iso_frame_desc[i].offset = frames * ep->stride; in prepare_playback_urb()
1613 frames in prepare_playback_urb()
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dpcm.c1270 unsigned int stride, frames, bytes, oldptr; in retire_capture_urb() local
1295 frames = bytes / stride; in retire_capture_urb()
1297 bytes = frames * stride; in retire_capture_urb()
1300 bytes = frames * stride; in retire_capture_urb()
1311 frames = (bytes + (oldptr % stride)) / stride; in retire_capture_urb()
1312 subs->transfer_done += frames; in retire_capture_urb()
1477 unsigned int frames, bytes; in prepare_playback_urb() local
1486 frames = 0; in prepare_playback_urb()
1511 urb->iso_frame_desc[i].offset = frames * stride; in prepare_playback_urb()
1513 frames in prepare_playback_urb()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dpktcdvd.c546 static struct packet_data *pkt_alloc_packet_data(int frames) in pkt_alloc_packet_data() argument
555 pkt->frames = frames; in pkt_alloc_packet_data()
556 pkt->w_bio = bio_kmalloc(frames, GFP_KERNEL); in pkt_alloc_packet_data()
560 for (i = 0; i < frames / FRAMES_PER_PAGE; i++) { in pkt_alloc_packet_data()
569 for (i = 0; i < frames; i++) { in pkt_alloc_packet_data()
578 for (i = 0; i < frames; i++) in pkt_alloc_packet_data()
581 for (i = 0; i < frames / FRAMES_PER_PAGE; i++) in pkt_alloc_packet_data()
598 for (i = 0; i < pkt->frames; i++) in pkt_free_packet_data()
600 for (i = 0; i < pkt->frames / FRAMES_PER_PAG in pkt_free_packet_data()
[all...]
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_dma.c610 * whole frames. Each frame occupies two slots in the FIFO. The in fsl_dma_hw_params()
707 snd_pcm_uframes_t frames; in fsl_dma_pointer() local
743 frames = bytes_to_frames(runtime, position - dma_private->dma_buf_phys); in fsl_dma_pointer()
749 if (frames == runtime->buffer_size) in fsl_dma_pointer()
750 frames = 0; in fsl_dma_pointer()
752 return frames; in fsl_dma_pointer()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/tabs/router/
H A Dindex.js26 var frames = [
482 var animation = function3.animate(frames, options);
517 var animation = function3.animate(frames, options);
552 var animation = function3.animate(frames, options);
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/tabs/router/
H A Dindex.js26 var frames = [
482 var animation = function3.animate(frames, options);
517 var animation = function3.animate(frames, options);
552 var animation = function3.animate(frames, options);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/tabs/router/
H A Dindex.js26 var frames = [
482 var animation = function3.animate(frames, options);
517 var animation = function3.animate(frames, options);
552 var animation = function3.animate(frames, options);
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/tabs/router/
H A Dindex.js26 var frames = [
482 var animation = function3.animate(frames, options);
517 var animation = function3.animate(frames, options);
552 var animation = function3.animate(frames, options);
/kernel/linux/linux-5.10/drivers/block/
H A Dpktcdvd.c522 static struct packet_data *pkt_alloc_packet_data(int frames) in pkt_alloc_packet_data() argument
531 pkt->frames = frames; in pkt_alloc_packet_data()
532 pkt->w_bio = bio_kmalloc(GFP_KERNEL, frames); in pkt_alloc_packet_data()
536 for (i = 0; i < frames / FRAMES_PER_PAGE; i++) { in pkt_alloc_packet_data()
545 for (i = 0; i < frames; i++) { in pkt_alloc_packet_data()
556 for (i = 0; i < frames; i++) { in pkt_alloc_packet_data()
563 for (i = 0; i < frames / FRAMES_PER_PAGE; i++) in pkt_alloc_packet_data()
580 for (i = 0; i < pkt->frames; i++) { in pkt_free_packet_data()
585 for (i = 0; i < pkt->frames / FRAMES_PER_PAG in pkt_free_packet_data()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.h22 struct xdp_frame **frames, u32 flags);
/kernel/linux/linux-5.10/include/uapi/linux/can/
H A Dbcm.h60 * @count: number of frames to send before changing interval.
61 * @ival1: interval for the first @count frames.
62 * @ival2: interval for the following frames.
63 * @can_id: CAN ID of frames to be sent or received.
64 * @nframes: number of frames appended to the message head.
65 * @frames: array of CAN frames.
74 struct can_frame frames[0]; member
/kernel/linux/linux-6.6/include/uapi/linux/can/
H A Dbcm.h60 * @count: number of frames to send before changing interval.
61 * @ival1: interval for the first @count frames.
62 * @ival2: interval for the following frames.
63 * @can_id: CAN ID of frames to be sent or received.
64 * @nframes: number of frames appended to the message head.
65 * @frames: array of CAN frames.
74 struct can_frame frames[]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/
H A Dbcm.h34 struct can_frame frames[0]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/
H A Dbcm.h34 struct can_frame frames[0]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/
H A Dbcm.h21 struct can_frame frames[0]; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dnamei.c306 static void dx_release(struct dx_frame *frames);
318 struct dx_frame *frames,
933 static void dx_release(struct dx_frame *frames) in dx_release() argument
939 if (frames[0].bh == NULL) in dx_release()
942 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release()
946 if (frames[i].bh == NULL) in dx_release()
948 brelse(frames[i].bh); in dx_release()
949 frames[i].bh = NULL; in dx_release()
972 struct dx_frame *frames, in ext4_htree_next_block()
991 if (p == frames) in ext4_htree_next_block()
970 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext4_htree_next_block() argument
1133 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_htree_fill_tree() local
1683 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_dx_find_entry() local
2165 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; make_indexed_dir() local
2410 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_dx_add_entry() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dnamei.c307 static void dx_release(struct dx_frame *frames);
321 struct dx_frame *frames,
969 static void dx_release(struct dx_frame *frames) in dx_release() argument
975 if (frames[0].bh == NULL) in dx_release()
978 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release()
982 if (frames[i].bh == NULL) in dx_release()
984 brelse(frames[i].bh); in dx_release()
985 frames[i].bh = NULL; in dx_release()
1008 struct dx_frame *frames, in ext4_htree_next_block()
1027 if (p == frames) in ext4_htree_next_block()
1006 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) ext4_htree_next_block() argument
1187 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_htree_fill_tree() local
1782 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_dx_find_entry() local
2231 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; make_indexed_dir() local
2491 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; ext4_dx_add_entry() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Drx.c68 * frames after we've sent the frame to monitoring. We in ieee80211_clean_skb()
70 * frames with it present, due to the assumption of a in ieee80211_clean_skb()
884 * Sequence numbers for management frames, QoS data in ieee80211_parse_qos()
885 * frames with a broadcast/multicast address in the in ieee80211_parse_qos()
886 * Address 1 field, and all non-QoS data frames sent in ieee80211_parse_qos()
914 * boundary. In the case of regular frames, this simply means aligning the
921 * With A-MSDU frames, however, the payload data address must yield two modulo
922 * four because there are 14-byte 802.3 headers within the A-MSDU frames that
1094 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local
1095 struct sk_buff *tail = skb_peek_tail(frames); in ieee80211_rx_reorder_ready()
1111 ieee80211_release_reorder_frame(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, int index, struct sk_buff_head *frames) ieee80211_release_reorder_frame() argument
1143 ieee80211_release_reorder_frames(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, u16 head_seq_num, struct sk_buff_head *frames) ieee80211_release_reorder_frames() argument
1170 ieee80211_sta_reorder_release(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff_head *frames) ieee80211_sta_reorder_release() argument
1247 ieee80211_sta_manage_reorder_buf(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff *skb, struct sk_buff_head *frames) ieee80211_sta_manage_reorder_buf() argument
1347 ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_reorder_ampdu() argument
3058 ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_h_ctrl() argument
3833 ieee80211_rx_handlers(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_handlers() argument
3932 struct sk_buff_head frames; ieee80211_release_reorder_timeout() local
3971 struct sk_buff_head frames; ieee80211_mark_rx_ba_filtered_frames() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Drx.c68 * frames after we've sent the frame to monitoring. We in ieee80211_clean_skb()
70 * frames with it present, due to the assumption of a in ieee80211_clean_skb()
895 * Sequence numbers for management frames, QoS data in ieee80211_parse_qos()
896 * frames with a broadcast/multicast address in the in ieee80211_parse_qos()
897 * Address 1 field, and all non-QoS data frames sent in ieee80211_parse_qos()
925 * boundary. In the case of regular frames, this simply means aligning the
932 * With A-MSDU frames, however, the payload data address must yield two modulo
933 * four because there are 14-byte 802.3 headers within the A-MSDU frames that
1082 struct sk_buff_head *frames = &tid_agg_rx->reorder_buf[index]; in ieee80211_rx_reorder_ready() local
1083 struct sk_buff *tail = skb_peek_tail(frames); in ieee80211_rx_reorder_ready()
1100 ieee80211_release_reorder_frame(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, int index, struct sk_buff_head *frames) ieee80211_release_reorder_frame() argument
1133 ieee80211_release_reorder_frames(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, u16 head_seq_num, struct sk_buff_head *frames) ieee80211_release_reorder_frames() argument
1160 ieee80211_sta_reorder_release(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff_head *frames) ieee80211_sta_reorder_release() argument
1237 ieee80211_sta_manage_reorder_buf(struct ieee80211_sub_if_data *sdata, struct tid_ampdu_rx *tid_agg_rx, struct sk_buff *skb, struct sk_buff_head *frames) ieee80211_sta_manage_reorder_buf() argument
1337 ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_reorder_ampdu() argument
3201 ieee80211_rx_h_ctrl(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_h_ctrl() argument
4086 ieee80211_rx_handlers(struct ieee80211_rx_data *rx, struct sk_buff_head *frames) ieee80211_rx_handlers() argument
4230 struct sk_buff_head frames; ieee80211_release_reorder_timeout() local
4275 struct sk_buff_head frames; ieee80211_mark_rx_ba_filtered_frames() local
[all...]
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.h27 int vmxnet3_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/kernel/linux/linux-5.10/drivers/xen/
H A Dgntdev.c106 args.frames = map->frames; in gntdev_free_map()
117 kvfree(map->frames); in gntdev_free_map()
167 add->frames = kvcalloc(count, sizeof(add->frames[0]), in gntdev_alloc_map()
169 if (!add->frames) in gntdev_alloc_map()
179 args.frames = add->frames; in gntdev_alloc_map()
/kernel/linux/linux-6.6/drivers/xen/
H A Dgntdev.c106 args.frames = map->frames; in gntdev_free_map()
117 kvfree(map->frames); in gntdev_free_map()
173 add->frames = kvcalloc(count, sizeof(add->frames[0]), in gntdev_alloc_map()
175 if (!add->frames) in gntdev_alloc_map()
185 args.frames = add->frames; in gntdev_alloc_map()

Completed in 32 milliseconds

12345678910>>...24