Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/hexagon/kernel/
H 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,
/openbmc/linux/arch/microblaze/kernel/cpu/
H 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,
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_no.c200 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
208 return c_start(m, pos); in c_next()
216 .start = c_start,
H A Dsetup_mm.c458 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
471 .start = c_start,
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
118 return c_start(m, pos); in c_next()
126 .start = c_start,
/openbmc/linux/arch/sh/kernel/cpu/
H 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,
/openbmc/linux/arch/csky/kernel/
H A Dcpu-probe.c61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
75 .start = c_start,
/openbmc/linux/arch/parisc/kernel/
H A Dsetup.c157 c_start (struct seq_file *m, loff_t *pos) in c_start() function
171 return c_start(m, pos); in c_next()
180 .start = c_start,
/openbmc/linux/fs/proc/
H A Dconsoles.c70 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
102 .start = c_start,
/openbmc/linux/crypto/
H A Dproc.c21 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
92 .start = c_start,
/openbmc/linux/arch/sparc/kernel/
H 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,
/openbmc/linux/arch/x86/kernel/cpu/
H A Dproc.c156 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
167 return c_start(m, pos); in c_next()
175 .start = c_start,
/openbmc/linux/arch/riscv/kernel/
H A Dcpu.c250 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
264 return c_start(m, pos); in c_next()
302 .start = c_start,
/openbmc/linux/arch/openrisc/kernel/
H A Dsetup.c354 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
365 return c_start(m, pos); in c_next()
373 .start = c_start,
/openbmc/linux/arch/mips/kernel/
H A 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,
/openbmc/linux/arch/um/kernel/
H A Dum_arch.c98 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
106 return c_start(m, pos); in c_next()
114 .start = c_start,
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.h52 #define c_start(x) ((x)->r_start) macro
H A 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()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c709 c_start(struct seq_file *f, loff_t *pos) in c_start() function
718 return c_start(f, pos); in c_next()
728 .start = c_start,
/openbmc/linux/arch/s390/kernel/
H A Dprocessor.c344 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
362 .start = c_start,
/openbmc/linux/drivers/crypto/chelsio/
H 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)) | \
/openbmc/linux/arch/arc/kernel/
H A Dsetup.c614 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
628 return c_start(m, pos); in c_next()
636 .start = c_start,
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c346 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
360 return c_start(m, pos); in c_next()
368 .start = c_start,
/openbmc/linux/arch/arm64/kernel/
H A Dcpuinfo.c244 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
260 .start = c_start,
/openbmc/linux/arch/ia64/kernel/
H A Dsetup.c741 c_start (struct seq_file *m, loff_t *pos) in c_start() function
754 return c_start(m, pos); in c_next()
763 .start = c_start,

12