/linux-6.12.1/arch/hexagon/kernel/ |
D | setup.c | 95 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.12.1/arch/microblaze/kernel/cpu/ |
D | mb.c | 136 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.12.1/arch/m68k/kernel/ |
D | setup_no.c | 200 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,
|
D | setup_mm.c | 456 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 469 .start = c_start,
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | proc.c | 112 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-6.12.1/arch/sh/kernel/cpu/ |
D | proc.c | 133 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.12.1/arch/csky/kernel/ |
D | cpu-probe.c | 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 75 .start = c_start,
|
/linux-6.12.1/arch/parisc/kernel/ |
D | setup.c | 154 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.12.1/arch/sparc/kernel/ |
D | cpu.c | 413 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.12.1/arch/x86/kernel/cpu/ |
D | proc.c | 156 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.12.1/crypto/ |
D | proc.c | 21 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 92 .start = c_start,
|
/linux-6.12.1/fs/proc/ |
D | consoles.c | 71 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 105 .start = c_start,
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | setup.c | 354 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.12.1/arch/riscv/kernel/ |
D | cpu.c | 310 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.12.1/arch/mips/kernel/ |
D | proc.c | 310 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-6.12.1/arch/um/kernel/ |
D | um_arch.c | 99 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-6.12.1/arch/xtensa/kernel/ |
D | setup.c | 697 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.12.1/arch/arm/mach-rpc/ |
D | ecard.h | 52 #define c_start(x) ((x)->r_start) macro
|
D | ecard.c | 347 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.12.1/arch/s390/kernel/ |
D | processor.c | 359 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 377 .start = c_start,
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | setup-common.c | 331 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-6.12.1/arch/arc/kernel/ |
D | setup.c | 614 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.12.1/drivers/crypto/chelsio/ |
D | chcr_algo.h | 131 #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.12.1/arch/arm64/kernel/ |
D | cpuinfo.c | 261 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 277 .start = c_start,
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 343 u32 c_start; member
|