Home
last modified time | relevance | path

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

12

/linux/arch/hexagon/kernel/
A 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/arch/riscv/kernel/
A Dcpu.c88 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
99 return c_start(m, pos); in c_next()
128 .start = c_start,
/linux/arch/m68k/kernel/
A 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,
A Dsetup_mm.c472 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
485 .start = c_start,
/linux/arch/microblaze/kernel/cpu/
A 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/arch/h8300/kernel/
A 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/arch/sh/kernel/cpu/
A 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/arch/csky/kernel/
A Dcpu-probe.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
75 .start = c_start,
/linux/arch/x86/kernel/cpu/
A 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/arch/sparc/kernel/
A 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/arch/parisc/kernel/
A 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/fs/proc/
A Dconsoles.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
87 .start = c_start,
/linux/crypto/
A Dproc.c20 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
86 .start = c_start,
/linux/arch/mips/kernel/
A Dproc.c312 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
322 return c_start(m, pos); in c_next()
330 .start = c_start,
/linux/arch/openrisc/kernel/
A 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/arch/um/kernel/
A 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/arch/xtensa/kernel/
A Dsetup.c679 c_start(struct seq_file *f, loff_t *pos) in c_start() function
688 return c_start(f, pos); in c_next()
698 .start = c_start,
/linux/arch/arm/mach-rpc/
A Decard.h52 #define c_start(x) ((x)->r_start) macro
/linux/arch/s390/kernel/
A Dprocessor.c366 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
384 .start = c_start,
/linux/arch/nds32/kernel/
A Dsetup.c349 static void *c_start(struct seq_file *m, loff_t * pos) in c_start() function
365 .start = c_start,
/linux/arch/powerpc/kernel/
A Dsetup-common.c333 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
347 return c_start(m, pos); in c_next()
355 .start = c_start,
/linux/drivers/crypto/chelsio/
A 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/arch/arm64/kernel/
A Dcpuinfo.c204 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
220 .start = c_start,
/linux/arch/arc/kernel/
A 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/arch/ia64/kernel/
A 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,

Completed in 67 milliseconds

12