Home
last modified time | relevance | path

Searched refs:phys (Results 1 - 25 of 1920) sorted by relevance

12345678910>>...77

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_misc.c36 unsigned char phys; /* physical bit width */ member
52 .width = 8, .phys = 8, .le = -1, .signd = 1,
56 .width = 8, .phys = 8, .le = -1, .signd = 0,
60 .width = 16, .phys = 16, .le = 1, .signd = 1,
64 .width = 16, .phys = 16, .le = 0, .signd = 1,
68 .width = 16, .phys = 16, .le = 1, .signd = 0,
72 .width = 16, .phys = 16, .le = 0, .signd = 0,
76 .width = 24, .phys = 32, .le = 1, .signd = 1,
80 .width = 24, .phys = 32, .le = 0, .signd = 1,
84 .width = 24, .phys
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_misc.c36 unsigned char phys; /* physical bit width */ member
52 .width = 8, .phys = 8, .le = -1, .signd = 1,
56 .width = 8, .phys = 8, .le = -1, .signd = 0,
60 .width = 16, .phys = 16, .le = 1, .signd = 1,
64 .width = 16, .phys = 16, .le = 0, .signd = 1,
68 .width = 16, .phys = 16, .le = 1, .signd = 0,
72 .width = 16, .phys = 16, .le = 0, .signd = 0,
76 .width = 24, .phys = 32, .le = 1, .signd = 1,
80 .width = 24, .phys = 32, .le = 0, .signd = 1,
84 .width = 24, .phys
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Dfixmap.h64 #define set_fixmap(idx, phys) \
65 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL)
74 #define __set_fixmap_offset(idx, phys, flags) \
77 __set_fixmap(idx, phys, flags); \
78 ________addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \
82 #define set_fixmap_offset(idx, phys) \
83 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL)
88 #define set_fixmap_nocache(idx, phys) \
89 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
91 #define set_fixmap_offset_nocache(idx, phys) \
[all...]
/kernel/linux/linux-6.6/include/asm-generic/
H A Dfixmap.h64 #define set_fixmap(idx, phys) \
65 __set_fixmap(idx, phys, FIXMAP_PAGE_NORMAL)
74 #define __set_fixmap_offset(idx, phys, flags) \
77 __set_fixmap(idx, phys, flags); \
78 ________addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \
82 #define set_fixmap_offset(idx, phys) \
83 __set_fixmap_offset(idx, phys, FIXMAP_PAGE_NORMAL)
88 #define set_fixmap_nocache(idx, phys) \
89 __set_fixmap(idx, phys, FIXMAP_PAGE_NOCACHE)
91 #define set_fixmap_offset_nocache(idx, phys) \
[all...]
/kernel/linux/linux-5.10/fs/bfs/
H A Dfile.c67 unsigned long phys; in bfs_get_block() local
73 phys = bi->i_sblock + block; in bfs_get_block()
75 if (phys <= bi->i_eblock) { in bfs_get_block()
76 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block()
77 create, (unsigned long)block, phys); in bfs_get_block()
78 map_bh(bh_result, sb, phys); in bfs_get_block()
87 if (bi->i_sblock && (phys <= bi->i_eblock)) { in bfs_get_block()
88 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block()
89 create, (unsigned long)block, phys); in bfs_get_block()
90 map_bh(bh_result, sb, phys); in bfs_get_block()
[all...]
/kernel/linux/linux-6.6/fs/bfs/
H A Dfile.c67 unsigned long phys; in bfs_get_block() local
73 phys = bi->i_sblock + block; in bfs_get_block()
75 if (phys <= bi->i_eblock) { in bfs_get_block()
76 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block()
77 create, (unsigned long)block, phys); in bfs_get_block()
78 map_bh(bh_result, sb, phys); in bfs_get_block()
87 if (bi->i_sblock && (phys <= bi->i_eblock)) { in bfs_get_block()
88 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block()
89 create, (unsigned long)block, phys); in bfs_get_block()
90 map_bh(bh_result, sb, phys); in bfs_get_block()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/maps/
H A Dichxrom.c38 unsigned long phys; member
83 window->phys = 0; in ichxrom_cleanup()
113 window->phys = 0; in ichxrom_init_one()
116 window->phys = 0xffc00000; in ichxrom_init_one()
119 window->phys = 0xff400000; in ichxrom_init_one()
122 window->phys = 0xff500000; in ichxrom_init_one()
125 window->phys = 0xff600000; in ichxrom_init_one()
128 window->phys = 0xff700000; in ichxrom_init_one()
132 window->phys = 0xffc80000; in ichxrom_init_one()
135 window->phys in ichxrom_init_one()
[all...]
H A Desb2rom.c99 unsigned long phys; member
142 window->phys = 0; in esb2rom_cleanup()
187 window->phys = 0; in esb2rom_init_one()
192 window->phys = 0xff400000; in esb2rom_init_one()
194 window->phys = 0xff500000; in esb2rom_init_one()
196 window->phys = 0xff600000; in esb2rom_init_one()
198 window->phys = 0xFF700000; in esb2rom_init_one()
200 window->phys = 0xffc00000; in esb2rom_init_one()
202 window->phys = 0xffc80000; in esb2rom_init_one()
204 window->phys in esb2rom_init_one()
[all...]
H A Duclinux.c55 size_t *retlen, void **virt, resource_size_t *phys) in uclinux_point()
59 if (phys) in uclinux_point()
60 *phys = map->phys + from; in uclinux_point()
75 mapp->phys = (resource_size_t)__bss_stop; in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
84 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init()
92 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init()
54 uclinux_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, void **virt, resource_size_t *phys) uclinux_point() argument
H A Dck804xrom.c37 unsigned long phys; member
109 window->phys = 0; in ck804xrom_cleanup()
145 window->phys = 0xffb00000; /* 5MiB */ in ck804xrom_init_one()
147 window->phys = 0xffc00000; /* 4MiB */ in ck804xrom_init_one()
149 window->phys = 0xffff0000; /* 64KiB */ in ck804xrom_init_one()
162 window->phys = 0xff000000; /* 16MiB, hardcoded for now */ in ck804xrom_init_one()
166 window->size = 0xffffffffUL - window->phys + 1UL; in ck804xrom_init_one()
176 window->rsrc.start = window->phys; in ck804xrom_init_one()
177 window->rsrc.end = window->phys + window->size - 1; in ck804xrom_init_one()
194 window->virt = ioremap(window->phys, windo in ck804xrom_init_one()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/maps/
H A Dichxrom.c38 unsigned long phys; member
83 window->phys = 0; in ichxrom_cleanup()
113 window->phys = 0; in ichxrom_init_one()
116 window->phys = 0xffc00000; in ichxrom_init_one()
119 window->phys = 0xff400000; in ichxrom_init_one()
122 window->phys = 0xff500000; in ichxrom_init_one()
125 window->phys = 0xff600000; in ichxrom_init_one()
128 window->phys = 0xff700000; in ichxrom_init_one()
132 window->phys = 0xffc80000; in ichxrom_init_one()
135 window->phys in ichxrom_init_one()
[all...]
H A Desb2rom.c99 unsigned long phys; member
142 window->phys = 0; in esb2rom_cleanup()
187 window->phys = 0; in esb2rom_init_one()
192 window->phys = 0xff400000; in esb2rom_init_one()
194 window->phys = 0xff500000; in esb2rom_init_one()
196 window->phys = 0xff600000; in esb2rom_init_one()
198 window->phys = 0xFF700000; in esb2rom_init_one()
200 window->phys = 0xffc00000; in esb2rom_init_one()
202 window->phys = 0xffc80000; in esb2rom_init_one()
204 window->phys in esb2rom_init_one()
[all...]
H A Duclinux.c55 size_t *retlen, void **virt, resource_size_t *phys) in uclinux_point()
59 if (phys) in uclinux_point()
60 *phys = map->phys + from; in uclinux_point()
75 mapp->phys = (resource_size_t)__bss_stop; in uclinux_mtd_init()
77 mapp->phys = physaddr; in uclinux_mtd_init()
80 mapp->size = PAGE_ALIGN(ntohl(*((unsigned long *)(mapp->phys + 8)))); in uclinux_mtd_init()
84 (int) mapp->phys, (int) mapp->size); in uclinux_mtd_init()
92 mapp->virt = phys_to_virt(mapp->phys); in uclinux_mtd_init()
54 uclinux_point(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, void **virt, resource_size_t *phys) uclinux_point() argument
H A Dck804xrom.c37 unsigned long phys; member
109 window->phys = 0; in ck804xrom_cleanup()
145 window->phys = 0xffb00000; /* 5MiB */ in ck804xrom_init_one()
147 window->phys = 0xffc00000; /* 4MiB */ in ck804xrom_init_one()
149 window->phys = 0xffff0000; /* 64KiB */ in ck804xrom_init_one()
162 window->phys = 0xff000000; /* 16MiB, hardcoded for now */ in ck804xrom_init_one()
166 window->size = 0xffffffffUL - window->phys + 1UL; in ck804xrom_init_one()
176 window->rsrc.start = window->phys; in ck804xrom_init_one()
177 window->rsrc.end = window->phys + window->size - 1; in ck804xrom_init_one()
194 window->virt = ioremap(window->phys, windo in ck804xrom_init_one()
[all...]
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dcache.c140 unsigned long phys = folio_pfn(folio) * PAGE_SIZE; in flush_dcache_folio() local
143 unsigned long alias = !(DCACHE_ALIAS_EQ(temp, phys)); in flush_dcache_folio()
158 virt = TLBTEMP_BASE_1 + (phys & DCACHE_ALIAS_MASK); in flush_dcache_folio()
159 __flush_invalidate_dcache_page_alias(virt, phys); in flush_dcache_folio()
164 __flush_invalidate_dcache_page_alias(virt, phys); in flush_dcache_folio()
167 __invalidate_icache_page_alias(virt, phys); in flush_dcache_folio()
168 phys += PAGE_SIZE; in flush_dcache_folio()
202 unsigned long phys = page_to_phys(pfn_to_page(pfn)); in local_flush_cache_page() local
206 __flush_invalidate_dcache_page_alias(virt, phys); in local_flush_cache_page()
207 __invalidate_icache_page_alias(virt, phys); in local_flush_cache_page()
234 unsigned long phys = folio_pfn(folio) * PAGE_SIZE; update_mmu_cache_range() local
275 unsigned long phys = page_to_phys(page); copy_to_user_page() local
315 unsigned long phys = page_to_phys(page); copy_from_user_page() local
[all...]
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dcache.c146 unsigned long phys = page_to_phys(page); in flush_dcache_page() local
148 unsigned long alias = !(DCACHE_ALIAS_EQ(temp, phys)); in flush_dcache_page()
162 virt = TLBTEMP_BASE_1 + (phys & DCACHE_ALIAS_MASK); in flush_dcache_page()
163 __flush_invalidate_dcache_page_alias(virt, phys); in flush_dcache_page()
168 __flush_invalidate_dcache_page_alias(virt, phys); in flush_dcache_page()
171 __invalidate_icache_page_alias(virt, phys); in flush_dcache_page()
203 unsigned long phys = page_to_phys(pfn_to_page(pfn)); in local_flush_cache_page() local
207 __flush_invalidate_dcache_page_alias(virt, phys); in local_flush_cache_page()
208 __invalidate_icache_page_alias(virt, phys); in local_flush_cache_page()
233 unsigned long phys in update_mmu_cache() local
269 unsigned long phys = page_to_phys(page); copy_to_user_page() local
309 unsigned long phys = page_to_phys(page); copy_from_user_page() local
[all...]
/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Divc.c71 static inline void tegra_ivc_invalidate(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_invalidate() argument
76 dma_sync_single_for_cpu(ivc->peer, phys, TEGRA_IVC_ALIGN, in tegra_ivc_invalidate()
80 static inline void tegra_ivc_flush(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_flush() argument
85 dma_sync_single_for_device(ivc->peer, phys, TEGRA_IVC_ALIGN, in tegra_ivc_flush()
191 tegra_ivc_invalidate(ivc, ivc->rx.phys + offset); in tegra_ivc_check_read()
209 tegra_ivc_invalidate(ivc, ivc->tx.phys + offset); in tegra_ivc_check_write()
228 dma_addr_t phys, in tegra_ivc_frame_phys()
235 return phys + offset; in tegra_ivc_frame_phys()
239 dma_addr_t phys, in tegra_ivc_invalidate_frame()
247 phys in tegra_ivc_invalidate_frame()
227 tegra_ivc_frame_phys(struct tegra_ivc *ivc, dma_addr_t phys, unsigned int frame) tegra_ivc_frame_phys() argument
238 tegra_ivc_invalidate_frame(struct tegra_ivc *ivc, dma_addr_t phys, unsigned int frame, unsigned int offset, size_t size) tegra_ivc_invalidate_frame() argument
252 tegra_ivc_flush_frame(struct tegra_ivc *ivc, dma_addr_t phys, unsigned int frame, unsigned int offset, size_t size) tegra_ivc_flush_frame() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H A Divc.c77 static inline void tegra_ivc_invalidate(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_invalidate() argument
82 dma_sync_single_for_cpu(ivc->peer, phys, TEGRA_IVC_ALIGN, in tegra_ivc_invalidate()
86 static inline void tegra_ivc_flush(struct tegra_ivc *ivc, dma_addr_t phys) in tegra_ivc_flush() argument
91 dma_sync_single_for_device(ivc->peer, phys, TEGRA_IVC_ALIGN, in tegra_ivc_flush()
198 tegra_ivc_invalidate(ivc, ivc->rx.phys + offset); in tegra_ivc_check_read()
218 tegra_ivc_invalidate(ivc, ivc->tx.phys + offset); in tegra_ivc_check_write()
240 dma_addr_t phys, in tegra_ivc_frame_phys()
247 return phys + offset; in tegra_ivc_frame_phys()
251 dma_addr_t phys, in tegra_ivc_invalidate_frame()
259 phys in tegra_ivc_invalidate_frame()
239 tegra_ivc_frame_phys(struct tegra_ivc *ivc, dma_addr_t phys, unsigned int frame) tegra_ivc_frame_phys() argument
250 tegra_ivc_invalidate_frame(struct tegra_ivc *ivc, dma_addr_t phys, unsigned int frame, unsigned int offset, size_t size) tegra_ivc_invalidate_frame() argument
264 tegra_ivc_flush_frame(struct tegra_ivc *ivc, dma_addr_t phys, unsigned int frame, unsigned int offset, size_t size) tegra_ivc_flush_frame() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c244 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; in dpu_encoder_get_crc_values_cnt() local
246 if (phys->hw_intf && phys->hw_intf->ops.setup_misr in dpu_encoder_get_crc_values_cnt()
247 && phys->hw_intf->ops.collect_misr) in dpu_encoder_get_crc_values_cnt()
263 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; in dpu_encoder_setup_misr() local
265 if (!phys->hw_intf || !phys->hw_intf->ops.setup_misr) in dpu_encoder_setup_misr()
268 phys->hw_intf->ops.setup_misr(phys->hw_intf); in dpu_encoder_setup_misr()
286 struct dpu_encoder_phys *phys in dpu_encoder_get_crc() local
433 struct dpu_encoder_phys *phys = dpu_enc ? dpu_enc->cur_master : NULL; dpu_encoder_get_vsync_count() local
440 struct dpu_encoder_phys *phys; dpu_encoder_get_linecount() local
468 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_destroy() local
651 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_virt_atomic_check() local
756 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; _dpu_encoder_irq_control() local
1019 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_prepare_wb_job() local
1036 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_cleanup_wb_job() local
1122 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_virt_atomic_mode_set() local
1273 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_virt_atomic_disable() local
1383 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_toggle_vblank_for_crtc() local
1481 _dpu_encoder_trigger_flush(struct drm_encoder *drm_enc, struct dpu_encoder_phys *phys, uint32_t extra_flush_bits) _dpu_encoder_trigger_flush() argument
1521 _dpu_encoder_trigger_start(struct dpu_encoder_phys *phys) _dpu_encoder_trigger_start() argument
1621 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; _dpu_encoder_kickoff_phys() local
1659 struct dpu_encoder_phys *phys; dpu_encoder_trigger_kickoff_pending() local
1882 struct dpu_encoder_phys *phys; dpu_encoder_prepare_for_kickoff() local
1919 struct dpu_encoder_phys *phys; dpu_encoder_is_valid_for_commit() local
1939 struct dpu_encoder_phys *phys; dpu_encoder_kickoff() local
2116 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; _dpu_encoder_status_show() local
2435 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_wait_for_event() local
[all...]
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dphysmem.c41 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, in map_memory() argument
47 fd = phys_mapping(phys, &offset); in map_memory()
118 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping() argument
122 if (phys < physmem_size) { in phys_mapping()
124 *offset_out = phys; in phys_mapping()
126 else if (phys < __pa(end_iomem)) { in phys_mapping()
130 if ((phys >= region->phys) && in phys_mapping()
131 (phys < region->phys in phys_mapping()
[all...]
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dphysmem.c41 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, in map_memory() argument
47 fd = phys_mapping(phys, &offset); in map_memory()
118 int phys_mapping(unsigned long phys, unsigned long long *offset_out) in phys_mapping() argument
122 if (phys < physmem_size) { in phys_mapping()
124 *offset_out = phys; in phys_mapping()
126 else if (phys < __pa(end_iomem)) { in phys_mapping()
130 if ((phys >= region->phys) && in phys_mapping()
131 (phys < region->phys in phys_mapping()
[all...]
/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dsun3kmap.c29 static inline void do_page_mapin(unsigned long phys, unsigned long virt, in do_page_mapin() argument
35 ptep = pfn_pte(phys >> PAGE_SHIFT, PAGE_KERNEL); in do_page_mapin()
48 static inline void do_pmeg_mapin(unsigned long phys, unsigned long virt, in do_pmeg_mapin() argument
56 do_page_mapin(phys, virt, type); in do_pmeg_mapin()
57 phys += PAGE_SIZE; in do_pmeg_mapin()
63 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, in sun3_ioremap() argument
74 offset = phys & (PAGE_SIZE-1); in sun3_ioremap()
75 phys &= ~(PAGE_SIZE-1); in sun3_ioremap()
98 do_pmeg_mapin(phys, virt, type, seg_pages); in sun3_ioremap()
101 phys in sun3_ioremap()
111 __ioremap(unsigned long phys, unsigned long size, int cache) __ioremap() argument
[all...]
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dsun3kmap.c29 static inline void do_page_mapin(unsigned long phys, unsigned long virt, in do_page_mapin() argument
35 ptep = pfn_pte(phys >> PAGE_SHIFT, PAGE_KERNEL); in do_page_mapin()
48 static inline void do_pmeg_mapin(unsigned long phys, unsigned long virt, in do_pmeg_mapin() argument
56 do_page_mapin(phys, virt, type); in do_pmeg_mapin()
57 phys += PAGE_SIZE; in do_pmeg_mapin()
63 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, in sun3_ioremap() argument
74 offset = phys & (PAGE_SIZE-1); in sun3_ioremap()
75 phys &= ~(PAGE_SIZE-1); in sun3_ioremap()
98 do_pmeg_mapin(phys, virt, type, seg_pages); in sun3_ioremap()
101 phys in sun3_ioremap()
111 __ioremap(unsigned long phys, unsigned long size, int cache) __ioremap() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A De500.c59 phys_addr_t phys; member
71 return tlbcam_addrs[b].phys + (va - tlbcam_addrs[b].start); in v_block_mapped()
82 if (pa >= tlbcam_addrs[b].phys in p_block_mapped()
84 +tlbcam_addrs[b].phys) in p_block_mapped()
85 return tlbcam_addrs[b].start+(pa-tlbcam_addrs[b].phys); in p_block_mapped()
97 static void settlbcam(int index, unsigned long virt, phys_addr_t phys, in settlbcam() argument
119 TLBCAM[index].MAS3 = (phys & MAS3_RPN) | MAS3_SR; in settlbcam()
122 TLBCAM[index].MAS7 = (u64)phys >> 32; in settlbcam()
135 tlbcam_addrs[index].phys = phys; in settlbcam()
138 calc_cam_sz(unsigned long ram, unsigned long virt, phys_addr_t phys) calc_cam_sz() argument
163 map_mem_in_cams_addr(phys_addr_t phys, unsigned long virt, unsigned long ram, int max_cam_idx, bool dryrun, bool init) map_mem_in_cams_addr() argument
227 phys_addr_t phys = memstart_addr; map_mem_in_cams() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c440 /* Query resources used by phys encs, expected to be without overlap */ in dpu_encoder_get_hw_resources()
444 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; in dpu_encoder_get_hw_resources() local
446 if (phys->ops.get_hw_resources) in dpu_encoder_get_hw_resources()
447 phys->ops.get_hw_resources(phys, hw_res); in dpu_encoder_get_hw_resources()
467 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; in dpu_encoder_destroy() local
469 if (phys->ops.destroy) { in dpu_encoder_destroy()
470 phys->ops.destroy(phys); in dpu_encoder_destroy()
613 struct dpu_encoder_phys *phys in dpu_encoder_virt_atomic_check() local
712 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; _dpu_encoder_irq_control() local
1059 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_virt_mode_set() local
1246 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_virt_disable() local
1353 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_toggle_vblank_for_crtc() local
1454 _dpu_encoder_trigger_flush(struct drm_encoder *drm_enc, struct dpu_encoder_phys *phys, uint32_t extra_flush_bits) _dpu_encoder_trigger_flush() argument
1491 _dpu_encoder_trigger_start(struct dpu_encoder_phys *phys) _dpu_encoder_trigger_start() argument
1587 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; _dpu_encoder_kickoff_phys() local
1625 struct dpu_encoder_phys *phys; dpu_encoder_trigger_kickoff_pending() local
1796 struct dpu_encoder_phys *phys; dpu_encoder_prepare_for_kickoff() local
1829 struct dpu_encoder_phys *phys; dpu_encoder_kickoff() local
1870 struct dpu_encoder_phys *phys; dpu_encoder_prepare_commit() local
1894 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; _dpu_encoder_status_show() local
2111 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_setup_display() local
2254 struct dpu_encoder_phys *phys = dpu_enc->phys_encs[i]; dpu_encoder_wait_for_event() local
[all...]

Completed in 13 milliseconds

12345678910>>...77