Home
last modified time | relevance | path

Searched refs:vlc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H A Dtw5864-video.c959 frame->vlc.addr = dma_alloc_coherent(&dev->pci->dev, in tw5864_video_init()
961 &frame->vlc.dma_addr, in tw5864_video_init()
963 if (!frame->vlc.addr) { in tw5864_video_init()
976 frame->vlc.addr, frame->vlc.dma_addr); in tw5864_video_init()
1022 dev->h264_buf[dev->h264_buf_w_index].vlc.dma_addr); in tw5864_video_init()
1088 dev->h264_buf[i].vlc.addr, in tw5864_video_init()
1089 dev->h264_buf[i].vlc.dma_addr); in tw5864_video_init()
1209 dev->h264_buf[i].vlc.addr, in tw5864_video_fini()
1210 dev->h264_buf[i].vlc in tw5864_video_fini()
[all...]
H A Dtw5864.h133 struct tw5864_dma_buf vlc; member
H A Dtw5864-core.c167 tw_writel(TW5864_VLC_STREAM_BASE_ADDR, cur_frame->vlc.dma_addr); in tw5864_h264_isr()
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H A Dtw5864-video.c958 frame->vlc.addr = dma_alloc_coherent(&dev->pci->dev, in tw5864_video_init()
960 &frame->vlc.dma_addr, in tw5864_video_init()
962 if (!frame->vlc.addr) { in tw5864_video_init()
975 frame->vlc.addr, frame->vlc.dma_addr); in tw5864_video_init()
1021 dev->h264_buf[dev->h264_buf_w_index].vlc.dma_addr); in tw5864_video_init()
1087 dev->h264_buf[i].vlc.addr, in tw5864_video_init()
1088 dev->h264_buf[i].vlc.dma_addr); in tw5864_video_init()
1208 dev->h264_buf[i].vlc.addr, in tw5864_video_fini()
1209 dev->h264_buf[i].vlc in tw5864_video_fini()
[all...]
H A Dtw5864.h133 struct tw5864_dma_buf vlc; member
H A Dtw5864-core.c167 tw_writel(TW5864_VLC_STREAM_BASE_ADDR, cur_frame->vlc.dma_addr); in tw5864_h264_isr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c11645 struct vl_arb_cache *vlc; in fm_get_table() local
11654 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_get_table()
11655 vl_arb_get_cache(vlc, t); in fm_get_table()
11664 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_get_table()
11665 vl_arb_get_cache(vlc, t); in fm_get_table()
11698 struct vl_arb_cache *vlc; in fm_set_table() local
11702 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_set_table()
11703 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11707 vl_arb_set_cache(vlc, t); in fm_set_table()
11713 vlc in fm_set_table()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c11606 struct vl_arb_cache *vlc; in fm_get_table() local
11615 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_get_table()
11616 vl_arb_get_cache(vlc, t); in fm_get_table()
11625 vlc = vl_arb_lock_cache(ppd, LO_PRIO_TABLE); in fm_get_table()
11626 vl_arb_get_cache(vlc, t); in fm_get_table()
11659 struct vl_arb_cache *vlc; in fm_set_table() local
11663 vlc = vl_arb_lock_cache(ppd, HI_PRIO_TABLE); in fm_set_table()
11664 if (vl_arb_match_cache(vlc, t)) { in fm_set_table()
11668 vl_arb_set_cache(vlc, t); in fm_set_table()
11674 vlc in fm_set_table()
[all...]

Completed in 40 milliseconds