Home
last modified time | relevance | path

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

12

/Linux-v6.1/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-v6.1/arch/m68k/kernel/
Dsetup_no.c201 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
209 return c_start(m, pos); in c_next()
217 .start = c_start,
Dsetup_mm.c457 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
470 .start = c_start,
/Linux-v6.1/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-v6.1/arch/loongarch/kernel/
Dproc.c105 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
115 return c_start(m, pos); in c_next()
123 .start = c_start,
/Linux-v6.1/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-v6.1/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-v6.1/arch/x86/kernel/cpu/
Dproc.c154 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
165 return c_start(m, pos); in c_next()
173 .start = c_start,
/Linux-v6.1/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-v6.1/fs/proc/
Dconsoles.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
87 .start = c_start,
/Linux-v6.1/arch/riscv/kernel/
Dcpu.c214 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
228 return c_start(m, pos); in c_next()
260 .start = c_start,
/Linux-v6.1/crypto/
Dproc.c20 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
86 .start = c_start,
/Linux-v6.1/arch/parisc/kernel/
Dsetup.c177 c_start (struct seq_file *m, loff_t *pos) in c_start() function
191 return c_start(m, pos); in c_next()
200 .start = c_start,
/Linux-v6.1/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-v6.1/arch/mips/kernel/
Dproc.c310 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
320 return c_start(m, pos); in c_next()
328 .start = c_start,
/Linux-v6.1/arch/xtensa/kernel/
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-v6.1/arch/um/kernel/
Dum_arch.c97 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
105 return c_start(m, pos); in c_next()
113 .start = c_start,
/Linux-v6.1/arch/arm/mach-rpc/
Decard.h52 #define c_start(x) ((x)->r_start) macro
Decard.c347 index = c_start(&excd); in ecard_readchunk()
356 (int)c_start(&excd), in ecard_readchunk()
371 (int)c_start(&excd), c_len(&excd), in ecard_readchunk()
378 cd->start_offset = c_start(&excd); in ecard_readchunk()
/Linux-v6.1/arch/s390/kernel/
Dprocessor.c344 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
362 .start = c_start,
/Linux-v6.1/arch/powerpc/kernel/
Dsetup-common.c341 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
355 return c_start(m, pos); in c_next()
363 .start = c_start,
/Linux-v6.1/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-v6.1/arch/arm64/kernel/
Dcpuinfo.c225 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
241 .start = c_start,
/Linux-v6.1/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-v6.1/arch/ia64/kernel/
Dsetup.c735 c_start (struct seq_file *m, loff_t *pos) in c_start() function
748 return c_start(m, pos); in c_next()
757 .start = c_start,

12