Searched refs:fns (Results 1 - 25 of 66) sorted by last modified time

123

/linux-master/scripts/package/
H A Dkernel.spec67 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build
/linux-master/include/linux/
H A Dfind.h234 return val ? fns(val, n) : size;
260 return val ? fns(val, n) : size;
287 return val ? fns(val, n) : size;
317 return val ? fns(val, n) : size;
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h9 #include <asm/proc-fns.h>
H A Dmmu_context.h22 #include <asm/proc-fns.h>
/linux-master/arch/arm/include/asm/
H A Dpgtable.h11 #include <asm/proc-fns.h>
/linux-master/drivers/tty/serial/
H A Dsa1100.c623 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) argument
625 if (fns->get_mctrl)
626 sa1100_pops.get_mctrl = fns->get_mctrl;
627 if (fns->set_mctrl)
628 sa1100_pops.set_mctrl = fns->set_mctrl;
630 sa1100_pops.pm = fns->pm;
632 * FIXME: fns->set_wake is unused - this should be called from
/linux-master/drivers/iommu/
H A Dio-pgtable.c62 const struct io_pgtable_init_fns *fns; local
70 fns = io_pgtable_init_table[fmt];
71 if (!fns)
74 iop = fns->alloc(cfg, cookie);
/linux-master/arch/arm/mm/
H A Dkasan_init.c23 #include <asm/proc-fns.h>
H A Dproc-feroceon.S564 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-v7.S565 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-v6.S257 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/linux-master/tools/perf/util/
H A Ddlfilter.c409 d->fns = dlsym(d->handle, "perf_dlfilter_fns");
410 if (d->fns)
411 memcpy(d->fns, &perf_dlfilter_fns, sizeof(struct perf_dlfilter_fns));
/linux-master/drivers/soc/ti/
H A Dpm33xx.c31 #include <asm/proc-fns.h>
/linux-master/arch/arm/mach-imx/
H A Dpm-imx6.c24 #include <asm/proc-fns.h>
/linux-master/drivers/cpufreq/
H A Dkirkwood-cpufreq.c15 #include <asm/proc-fns.h>
/linux-master/arch/arm/mach-pxa/
H A Dreset.c7 #include <asm/proc-fns.h>
/linux-master/arch/arm/kernel/
H A Dbugs.c5 #include <asm/proc-fns.h>
/linux-master/drivers/cpuidle/
H A Dcpuidle-qcom-spm.c22 #include <asm/proc-fns.h>
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c20 #include <asm/proc-fns.h>
/linux-master/lib/
H A Dfind_bit.c90 sz = min(idx * BITS_PER_LONG + fns(tmp, nr), sz); \
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c26 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) &&
H A Ddfltcc_deflate.c33 if (!is_bit_set(dfltcc_state->common.af.fns, DFLTCC_GDHT) ||
34 !is_bit_set(dfltcc_state->common.af.fns, DFLTCC_CMPR) ||
H A Ddfltcc.h25 char fns[16]; member in struct:dfltcc_qaf_param
/linux-master/arch/arm/mach-omap2/
H A Dcommon.h37 #include <asm/proc-fns.h>
/linux-master/arch/arm/mach-gemini/
H A Dboard-dt.c12 #include <asm/proc-fns.h>

Completed in 249 milliseconds

123