Home
last modified time | relevance | path

Searched refs:c_start (Results 1 – 25 of 27) 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/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/m68k/kernel/
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,
A Dsetup_mm.c456 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
469 .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/loongarch/kernel/
A Dproc.c112 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
122 return c_start(m, pos); in c_next()
130 .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/parisc/kernel/
A Dsetup.c154 c_start (struct seq_file *m, loff_t *pos) in c_start() function
168 return c_start(m, pos); in c_next()
177 .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/x86/kernel/cpu/
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,
/linux/crypto/
A Dproc.c21 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
92 .start = c_start,
/linux/fs/proc/
A Dconsoles.c71 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
105 .start = c_start,
/linux/arch/riscv/kernel/
A Dcpu.c310 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
324 return c_start(m, pos); in c_next()
377 .start = c_start,
/linux/arch/openrisc/kernel/
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,
/linux/arch/mips/kernel/
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,
/linux/arch/um/kernel/
A Dum_arch.c99 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
107 return c_start(m, pos); in c_next()
115 .start = c_start,
/linux/arch/xtensa/kernel/
A Dsetup.c697 c_start(struct seq_file *f, loff_t *pos) in c_start() function
706 return c_start(f, pos); in c_next()
716 .start = c_start,
/linux/arch/arm/mach-rpc/
A Decard.h52 #define c_start(x) ((x)->r_start) macro
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()
/linux/arch/s390/kernel/
A Dprocessor.c359 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
377 .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/powerpc/kernel/
A Dsetup-common.c331 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
345 return c_start(m, pos); in c_next()
353 .start = c_start,
/linux/arch/arc/kernel/
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,
/linux/arch/arm64/kernel/
A Dcpuinfo.c261 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
277 .start = c_start,
/linux/drivers/usb/gadget/udc/
A Dfsl_qe_udc.h343 u32 c_start; member

Completed in 42 milliseconds

12