Home
last modified time | relevance | path

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

12

/Linux-v5.15/arch/hexagon/kernel/
Dsetup.c95 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
103 return c_start(m, pos); in c_next()
133 .start = &c_start,
/Linux-v5.15/arch/riscv/kernel/
Dcpu.c87 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
98 return c_start(m, pos); in c_next()
127 .start = c_start,
/Linux-v5.15/arch/m68k/kernel/
Dsetup_no.c203 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
211 return c_start(m, pos); in c_next()
219 .start = c_start,
Dsetup_mm.c472 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
485 .start = c_start,
/Linux-v5.15/arch/microblaze/kernel/cpu/
Dmb.c136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
146 return c_start(m, pos); in c_next()
154 .start = c_start,
/Linux-v5.15/arch/h8300/kernel/
Dsetup.c139 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
148 return c_start(m, pos); in c_next()
156 .start = c_start,
/Linux-v5.15/arch/sh/kernel/cpu/
Dproc.c133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
140 return c_start(m, pos); in c_next()
146 .start = c_start,
/Linux-v5.15/arch/csky/kernel/
Dcpu-probe.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
75 .start = c_start,
/Linux-v5.15/arch/x86/kernel/cpu/
Dproc.c159 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
170 return c_start(m, pos); in c_next()
178 .start = c_start,
/Linux-v5.15/arch/sparc/kernel/
Dcpu.c413 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
419 return *pos == 0 ? &c_start : NULL; in c_start()
425 return c_start(m, pos); in c_next()
433 .start =c_start,
/Linux-v5.15/fs/proc/
Dconsoles.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
87 .start = c_start,
/Linux-v5.15/arch/parisc/kernel/
Dsetup.c162 c_start (struct seq_file *m, loff_t *pos) in c_start() function
176 return c_start(m, pos); in c_next()
185 .start = c_start,
/Linux-v5.15/arch/mips/kernel/
Dproc.c171 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
181 return c_start(m, pos); in c_next()
189 .start = c_start,
/Linux-v5.15/crypto/
Dproc.c20 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
86 .start = c_start,
/Linux-v5.15/arch/openrisc/kernel/
Dsetup.c369 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
380 return c_start(m, pos); in c_next()
388 .start = c_start,
/Linux-v5.15/arch/um/kernel/
Dum_arch.c94 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
102 return c_start(m, pos); in c_next()
110 .start = c_start,
/Linux-v5.15/arch/arm/mach-rpc/
Decard.h52 #define c_start(x) ((x)->r_start) macro
/Linux-v5.15/arch/xtensa/kernel/
Dsetup.c719 c_start(struct seq_file *f, loff_t *pos) in c_start() function
728 return c_start(f, pos); in c_next()
738 .start = c_start,
/Linux-v5.15/arch/s390/kernel/
Dprocessor.c366 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
384 .start = c_start,
/Linux-v5.15/arch/nds32/kernel/
Dsetup.c349 static void *c_start(struct seq_file *m, loff_t * pos) in c_start() function
365 .start = c_start,
/Linux-v5.15/arch/powerpc/kernel/
Dsetup-common.c336 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
350 return c_start(m, pos); in c_next()
358 .start = c_start,
/Linux-v5.15/drivers/crypto/chelsio/
Dchcr_algo.h131 #define FILL_SEC_CPL_CIPHERSTOP_HI(a_start, a_stop, c_start, c_stop_hi) \ argument
135 CPL_TX_SEC_PDU_CIPHERSTART_V((c_start)) | \
/Linux-v5.15/arch/arm64/kernel/
Dcpuinfo.c203 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
219 .start = c_start,
/Linux-v5.15/arch/arc/kernel/
Dsetup.c661 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
675 return c_start(m, pos); in c_next()
683 .start = c_start,
/Linux-v5.15/arch/ia64/kernel/
Dsetup.c738 c_start (struct seq_file *m, loff_t *pos) in c_start() function
751 return c_start(m, pos); in c_next()
760 .start = c_start,

12