Home
last modified time | relevance | path

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

12

/linux-6.14.4/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-6.14.4/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-6.14.4/arch/loongarch/kernel/
Dproc.c89 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
99 return c_start(m, pos); in c_next()
107 .start = c_start,
/linux-6.14.4/arch/m68k/kernel/
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,
Dsetup_mm.c460 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
473 .start = c_start,
/linux-6.14.4/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-6.14.4/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-6.14.4/arch/parisc/kernel/
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-6.14.4/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-6.14.4/arch/x86/kernel/cpu/
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-6.14.4/fs/proc/
Dconsoles.c71 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
105 .start = c_start,
/linux-6.14.4/crypto/
Dproc.c21 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
89 .start = c_start,
/linux-6.14.4/arch/mips/kernel/
Dproc.c309 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
319 return c_start(m, pos); in c_next()
327 .start = c_start,
/linux-6.14.4/arch/openrisc/kernel/
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-6.14.4/arch/riscv/kernel/
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-6.14.4/arch/xtensa/kernel/
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-6.14.4/arch/um/kernel/
Dum_arch.c96 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
104 return c_start(m, pos); in c_next()
112 .start = c_start,
/linux-6.14.4/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-6.14.4/arch/s390/kernel/
Dprocessor.c359 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
377 .start = c_start,
/linux-6.14.4/arch/powerpc/kernel/
Dsetup-common.c332 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
346 return c_start(m, pos); in c_next()
354 .start = c_start,
/linux-6.14.4/arch/arc/kernel/
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-6.14.4/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-6.14.4/arch/arm64/kernel/
Dcpuinfo.c277 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function
293 .start = c_start,
/linux-6.14.4/drivers/usb/gadget/udc/
Dfsl_qe_udc.h343 u32 c_start; member

12