Home
last modified time | relevance | path

Searched defs:c (Results 51 – 75 of 2688) sorted by relevance

12345678910>>...108

/linux-5.10/drivers/usb/misc/sisusbvga/
Dsisusb_con.c80 sisusbcon_memsetw(u16 *s, u16 c, unsigned int count) in sisusbcon_memsetw()
99 sisusbcon_set_start_address(struct sisusb_usb_data *sisusb, struct vc_data *c) in sisusbcon_set_start_address()
180 sisusb_is_inactive(struct vc_data *c, struct sisusb_usb_data *sisusb) in sisusb_is_inactive()
199 sisusbcon_init(struct vc_data *c, int init) in sisusbcon_init()
265 sisusbcon_deinit(struct vc_data *c) in sisusbcon_deinit()
305 sisusbcon_build_attr(struct vc_data *c, u8 color, enum vc_intensity intensity, in sisusbcon_build_attr()
350 const struct vc_data *c, unsigned int x, unsigned int y) in sisusb_vaddr()
356 const struct vc_data *c, unsigned int x, unsigned int y) in sisusb_haddr()
368 sisusbcon_putc(struct vc_data *c, int ch, int y, int x) in sisusbcon_putc()
390 sisusbcon_putcs(struct vc_data *c, const unsigned short *s, in sisusbcon_putcs()
[all …]
/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.c47 struct komeda_component *c; in komeda_pipeline_destroy() local
126 struct komeda_component *c = NULL; in komeda_pipeline_get_component() local
139 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component() local
150 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
167 struct komeda_component *c; in komeda_component_add() local
227 struct komeda_component *c) in komeda_component_destroy()
232 static void komeda_component_dump(struct komeda_component *c) in komeda_component_dump()
247 struct komeda_component *c; in komeda_pipeline_dump() local
267 static void komeda_component_verify_inputs(struct komeda_component *c) in komeda_component_verify_inputs()
301 struct komeda_component *c; in komeda_pipeline_assemble() local
[all …]
/linux-5.10/fs/jffs2/
Dfs.c36 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_setattr() local
211 struct jffs2_sb_info *c = JFFS2_SB_INFO(dentry->d_sb); in jffs2_statfs() local
242 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_evict_inode() local
255 struct jffs2_sb_info *c; in jffs2_iget() local
397 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_do_remount_fs() local
426 struct jffs2_sb_info *c; in jffs2_new_inode() local
515 struct jffs2_sb_info *c; in jffs2_do_fill_super() local
614 void jffs2_gc_release_inode(struct jffs2_sb_info *c, in jffs2_gc_release_inode()
620 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, in jffs2_gc_fetch_inode()
685 static int jffs2_flash_setup(struct jffs2_sb_info *c) { in jffs2_flash_setup()
[all …]
Derase.c28 static void jffs2_erase_block(struct jffs2_sb_info *c, in jffs2_erase_block()
101 int jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count) in jffs2_erase_pending_blocks()
161 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded()
174 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed()
208 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list()
289 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs()
313 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase()
400 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
Ddebug.h223 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument
225 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument
227 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) \ argument
232 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument
233 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument
234 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) argument
238 #define jffs2_dbg_dump_jeb(c, jeb) \ argument
242 #define jffs2_dbg_dump_block_lists(c) \ argument
244 #define jffs2_dbg_dump_block_lists_nolock(c) \ argument
252 #define jffs2_dbg_dump_node(c, ofs) \ argument
[all …]
Ddebug.c28 __jffs2_dbg_acct_sanity_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check_nolock()
52 __jffs2_dbg_acct_sanity_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check()
125 __jffs2_dbg_prewrite_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_prewrite_paranoia_check()
160 void __jffs2_dbg_superblock_counts(struct jffs2_sb_info *c) in __jffs2_dbg_superblock_counts()
301 __jffs2_dbg_acct_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check()
310 __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check_nolock()
392 __jffs2_dbg_dump_node_refs(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs()
401 __jffs2_dbg_dump_node_refs_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs_nolock()
435 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb()
459 __jffs2_dbg_dump_block_lists(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists()
[all …]
Dreadinode.c31 static int check_node_data(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_node_data()
150 static int check_tn_node(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in check_tn_node()
199 static void jffs2_kill_tn(struct jffs2_sb_info *c, struct jffs2_tmp_dnode_info *tn) in jffs2_kill_tn()
218 static int jffs2_add_tn_to_tree(struct jffs2_sb_info *c, in jffs2_add_tn_to_tree()
451 static int jffs2_build_inode_fragtree(struct jffs2_sb_info *c, in jffs2_build_inode_fragtree()
586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry()
697 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode()
872 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown()
924 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more()
965 static int jffs2_get_inode_nodes(struct jffs2_sb_info *c, struct jffs2_inode_info *f, in jffs2_get_inode_nodes()
[all …]
Dscan.c51 static inline int min_free(struct jffs2_sb_info *c) in min_free()
69 static int file_dirty(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in file_dirty()
91 int jffs2_scan_medium(struct jffs2_sb_info *c) in jffs2_scan_medium()
288 static int jffs2_fill_scan_buf(struct jffs2_sb_info *c, void *buf, in jffs2_fill_scan_buf()
308 int jffs2_scan_classify_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_scan_classify_jeb()
328 static int jffs2_scan_xattr_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xattr_node()
384 static int jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_xref_node()
443 static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_eraseblock()
963 struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache()
989 static int jffs2_scan_inode_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, in jffs2_scan_inode_node()
[all …]
/linux-5.10/arch/mips/include/asm/mach-loongson64/
Dcpucfg-emul.h15 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
21 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
58 static inline void loongson3_cpucfg_synthesize_data(struct cpuinfo_mips *c) in loongson3_cpucfg_synthesize_data()
62 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
67 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
/linux-5.10/drivers/dma/mediatek/
Dmtk-uart-apdma.c110 static inline struct mtk_chan *to_mtk_uart_apdma_chan(struct dma_chan *c) in to_mtk_uart_apdma_chan()
121 static void mtk_uart_apdma_write(struct mtk_chan *c, in mtk_uart_apdma_write()
127 static unsigned int mtk_uart_apdma_read(struct mtk_chan *c, unsigned int reg) in mtk_uart_apdma_read()
135 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_desc_free() local
140 static void mtk_uart_apdma_start_tx(struct mtk_chan *c) in mtk_uart_apdma_start_tx()
183 static void mtk_uart_apdma_start_rx(struct mtk_chan *c) in mtk_uart_apdma_start_rx()
208 static void mtk_uart_apdma_tx_handler(struct mtk_chan *c) in mtk_uart_apdma_tx_handler()
220 static void mtk_uart_apdma_rx_handler(struct mtk_chan *c) in mtk_uart_apdma_rx_handler()
256 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_irq_handler() local
272 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_alloc_chan_resources() local
[all …]
/linux-5.10/fs/ubifs/
Dsb.c54 static int get_default_compressor(struct ubifs_info *c) in get_default_compressor()
72 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem()
376 static int validate_sb(struct ubifs_info *c, struct ubifs_sb_node *sup) in validate_sb()
518 static struct ubifs_sb_node *ubifs_read_sb_node(struct ubifs_info *c) in ubifs_read_sb_node()
537 static int authenticate_sb_node(struct ubifs_info *c, in authenticate_sb_node()
612 int ubifs_write_sb_node(struct ubifs_info *c, struct ubifs_sb_node *sup) in ubifs_write_sb_node()
633 int ubifs_read_superblock(struct ubifs_info *c) in ubifs_read_superblock()
792 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb()
820 static int fixup_free_space(struct ubifs_info *c) in fixup_free_space()
903 int ubifs_fixup_free_space(struct ubifs_info *c) in ubifs_fixup_free_space()
[all …]
Dfile.c48 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block() local
106 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
159 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
196 static void release_new_page_budget(struct ubifs_info *c) in release_new_page_budget()
210 static void release_existing_page_budget(struct ubifs_info *c) in release_existing_page_budget()
222 struct ubifs_info *c = inode->i_sb->s_fs_info; in write_begin_slow() local
325 static int allocate_budget(struct ubifs_info *c, struct page *page, in allocate_budget()
426 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_begin() local
520 static void cancel_budget(struct ubifs_info *c, struct page *page, in cancel_budget()
542 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_end() local
[all …]
Dlog.c30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
90 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
164 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log()
297 static void remove_buds(struct ubifs_info *c) in remove_buds()
356 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
466 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
515 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
[all …]
Dmaster.c24 int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2) in ubifs_compare_master_node()
64 static int mst_node_check_hash(const struct ubifs_info *c, in mst_node_check_hash()
90 static int scan_for_master(struct ubifs_info *c) in scan_for_master()
171 static int validate_master(const struct ubifs_info *c) in validate_master()
329 int ubifs_read_master(struct ubifs_info *c) in ubifs_read_master()
434 int ubifs_write_master(struct ubifs_info *c) in ubifs_write_master()
/linux-5.10/arch/powerpc/kernel/
Dtm.S20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument
28 #define __REST_32FPRS_VSRS(n,c,base) \ argument
37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument
38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument
40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument
42 #define REST_32FPRS_VSRS(n,c,base) \ argument
/linux-5.10/arch/x86/kernel/cpu/
Dintel.c67 static void check_memory_type_self_snoop_errata(struct cpuinfo_x86 *c) in check_memory_type_self_snoop_errata()
95 static void probe_xeon_phi_r3mwait(struct cpuinfo_x86 *c) in probe_xeon_phi_r3mwait()
159 static bool bad_spectre_microcode(struct cpuinfo_x86 *c) in bad_spectre_microcode()
181 static void early_init_intel(struct cpuinfo_x86 *c) in early_init_intel()
334 static void bsp_init_intel(struct cpuinfo_x86 *c) in bsp_init_intel()
359 static void intel_smp_check(struct cpuinfo_x86 *c) in intel_smp_check()
387 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds()
470 static void intel_workarounds(struct cpuinfo_x86 *c) in intel_workarounds()
475 static void srat_detect_node(struct cpuinfo_x86 *c) in srat_detect_node()
512 static void detect_tme(struct cpuinfo_x86 *c) in detect_tme()
[all …]
/linux-5.10/arch/mips/kernel/
Dfpu-probe.c49 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask()
78 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008()
155 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008()
192 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
250 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
275 void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
300 void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
/linux-5.10/drivers/video/console/
Dvgacon.c163 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top()
168 static void vgacon_restore_screen(struct vc_data *c) in vgacon_restore_screen()
174 static void vgacon_scrolldelta(struct vc_data *c, int lines) in vgacon_scrolldelta()
368 static void vgacon_init(struct vc_data *c, int init) in vgacon_init()
406 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit()
420 static u8 vgacon_build_attr(struct vc_data *c, u8 color, in vgacon_build_attr()
454 static void vgacon_invert_region(struct vc_data *c, u16 * p, int count) in vgacon_invert_region()
500 static void vgacon_cursor(struct vc_data *c, int mode) in vgacon_cursor()
565 static int vgacon_doresize(struct vc_data *c, in vgacon_doresize()
627 static int vgacon_switch(struct vc_data *c) in vgacon_switch()
[all …]
/linux-5.10/arch/arc/include/asm/
Dio.h200 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
201 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
202 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
207 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
208 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument
209 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument
223 #define readb_relaxed(c) __raw_readb(c) argument
224 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
226 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
229 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
[all …]
/linux-5.10/drivers/md/bcache/
Ddebug.h14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) argument
15 #define key_merging_disabled(c) ((c)->key_merging_disabled) argument
23 #define expensive_debug_checks(c) 0 argument
24 #define key_merging_disabled(c) 0 argument
32 static inline void bch_debug_init_cache_set(struct cache_set *c) {} in bch_debug_init_cache_set()
Djournal.c171 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read()
294 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark()
412 static void btree_flush_write(struct cache_set *c) in btree_flush_write()
628 static void journal_reclaim(struct cache_set *c) in journal_reclaim()
724 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlock() local
733 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write_unlocked() local
812 struct cache_set *c = container_of(cl, struct cache_set, journal.io); in journal_write() local
818 static void journal_try_write(struct cache_set *c) in journal_try_write()
834 static struct journal_write *journal_wait_for_write(struct cache_set *c, in journal_wait_for_write()
892 struct cache_set *c = container_of(to_delayed_work(work), in journal_write_work() local
[all …]
Dsuper.c338 struct cache_set *c = container_of(cl, struct cache_set, sb_write); in bcache_write_super_unlock() local
343 void bcache_write_super(struct cache_set *c) in bcache_write_super()
374 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_endio() local
383 struct cache_set *c = container_of(cl, struct cache_set, uuid_write); in uuid_io_unlock() local
388 static void uuid_io(struct cache_set *c, int op, unsigned long op_flags, in uuid_io()
429 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read()
470 static int __uuid_write(struct cache_set *c) in __uuid_write()
496 int bch_uuid_write(struct cache_set *c) in bch_uuid_write()
506 static struct uuid_entry *uuid_find(struct cache_set *c, const char *uuid) in uuid_find()
518 static struct uuid_entry *uuid_find_empty(struct cache_set *c) in uuid_find_empty()
[all …]
/linux-5.10/drivers/dma/ioat/
Dsysfs.c17 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show()
31 static ssize_t version_show(struct dma_chan *c, char *page) in version_show()
78 struct dma_chan *c; in ioat_kobject_add() local
99 struct dma_chan *c; in ioat_kobject_del() local
111 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show()
119 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
128 static ssize_t intr_coalesce_show(struct dma_chan *c, char *page) in intr_coalesce_show()
135 static ssize_t intr_coalesce_store(struct dma_chan *c, const char *page, in intr_coalesce_store()
/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h17 #define NV50_DISP_SYNC(c, o) ((c) * 0x040 + (o)) argument
19 #define NV50_DISP_WNDW_SEM0(c) NV50_DISP_SYNC(1 + (c), 0x00) argument
20 #define NV50_DISP_WNDW_SEM1(c) NV50_DISP_SYNC(1 + (c), 0x10) argument
21 #define NV50_DISP_WNDW_NTFY(c) NV50_DISP_SYNC(1 + (c), 0x20) argument
22 #define NV50_DISP_BASE_SEM0(c) NV50_DISP_WNDW_SEM0(0 + (c)) argument
23 #define NV50_DISP_BASE_SEM1(c) NV50_DISP_WNDW_SEM1(0 + (c)) argument
24 #define NV50_DISP_BASE_NTFY(c) NV50_DISP_WNDW_NTFY(0 + (c)) argument
25 #define NV50_DISP_OVLY_SEM0(c) NV50_DISP_WNDW_SEM0(4 + (c)) argument
26 #define NV50_DISP_OVLY_SEM1(c) NV50_DISP_WNDW_SEM1(4 + (c)) argument
27 #define NV50_DISP_OVLY_NTFY(c) NV50_DISP_WNDW_NTFY(4 + (c)) argument
/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_pingpong.c65 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_setup_dither() local
96 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_setup_te_config() local
126 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_poll_timeout_wr_ptr() local
142 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_enable_te() local
155 struct dpu_hw_blk_reg_map *c = &pp->hw; in dpu_hw_pp_connect_external_te() local
178 struct dpu_hw_blk_reg_map *c; in dpu_hw_pp_get_vsync_info() local
200 struct dpu_hw_blk_reg_map *c = &pp->hw; in dpu_hw_pp_get_line_count() local
224 static void _setup_pingpong_ops(struct dpu_hw_pingpong *c, in _setup_pingpong_ops()
244 struct dpu_hw_pingpong *c; in dpu_hw_pingpong_init() local

12345678910>>...108