Searched refs:get_option (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/arch/mips/kernel/
H A Dmips-mt.c28 get_option(&str, &vpelimit);
39 get_option(&str, &tclimit);
130 get_option(&str, &mt_opt_rpsctl);
137 get_option(&str, &mt_opt_nblsu);
144 get_option(&str, &mt_opt_config7);
154 get_option(&str, &itc_base);
H A Dmips-mt-fpaff.c197 get_option(&str, &fpaff_threshold);
H A Dsmp.c88 get_option(&s, &smp_max_threads);
/linux-master/drivers/char/
H A Dhangcheck-timer.c72 if (get_option(&str,&par))
80 if (get_option(&str,&par))
88 if (get_option(&str,&par))
96 if (get_option(&str,&par))
/linux-master/lib/
H A Dcmdline.c18 * If a hyphen was found in get_option, this will handle the
36 * get_option - Parse integer from an option string
56 int get_option(char **str, int *pint) function
80 EXPORT_SYMBOL(get_option); variable
115 res = get_option((char **)&str, pint);
H A Dcmdline_kunit.c48 ret = get_option((char **)&out, &dummy);
/linux-master/drivers/md/
H A Dmd-autodetect.c70 if (get_option(&str, &minor) != 2) { /* MD Number */
88 switch (get_option(&str, &level)) { /* RAID level */
91 if (get_option(&str, &factor) != 2 || /* Chunk Size */
92 get_option(&str, &fault) != 2) {
/linux-master/drivers/pnp/
H A Dresource.c711 if (get_option(&str, &pnp_reserve_irq[i]) != 2)
724 if (get_option(&str, &pnp_reserve_dma[i]) != 2)
737 if (get_option(&str, &pnp_reserve_io[i]) != 2)
750 if (get_option(&str, &pnp_reserve_mem[i]) != 2)
/linux-master/drivers/pci/controller/
H A Dpci-versatile.c36 while (get_option(&str, &slot)) {
/linux-master/arch/parisc/kernel/
H A Dpdc_chassis.c51 get_option(&str, &pdc_chassis_enabled);
/linux-master/arch/x86/kernel/apic/
H A Dipi.c18 get_option(&str, &apic_ipi_shorthand_off);
/linux-master/kernel/
H A Dprofile.c79 } else if (get_option(&str, &par)) {
89 if (get_option(&str, &par))
H A Dsmp.c155 ret = get_option(&str, &val);
939 if (get_option(&str, &nr_cpus) && nr_cpus > 0 && nr_cpus < nr_cpu_ids)
949 get_option(&str, &setup_max_cpus);
/linux-master/arch/x86/platform/olpc/
H A Dolpc.c37 if (get_option(&str, &ec_timeout) != 1) {
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c818 if (isdigit(*p) && get_option(&p, &arg))
838 if (get_option(&p, &arg))
/linux-master/arch/powerpc/kernel/
H A Drtasd.c571 if (get_option(&str,&i)) {
/linux-master/arch/sparc/kernel/
H A Dof_device_32.c427 get_option(&str, &val);
/linux-master/include/linux/
H A Dstring.h295 extern int get_option(char **str, int *pint);
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c520 get_option(&str, &max_possible_cpus);
/linux-master/drivers/pnp/isapnp/
H A Dcore.c1063 (void)((get_option(&str, &isapnp_rdp) == 2) &&
1064 (get_option(&str, &isapnp_reset) == 2) &&
1065 (get_option(&str, &isapnp_verbose) == 2));
/linux-master/arch/x86/mm/
H A Dnuma_emulation.c507 if (get_option(&emu_cmdline, &dist) == 2)
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c505 get_option(&str, &ntlb);
/linux-master/arch/s390/kernel/
H A Dsmp.c112 get_option(&s, &smp_max_threads);
907 get_option(&s, &setup_possible_cpus);
/linux-master/drivers/acpi/
H A Dpci_link.c796 retval = get_option(&str, &irq);
/linux-master/arch/arm/mach-omap1/
H A Domap-dma.c875 if (get_option(&str, &omap_dma_reserve_channels) != 1)

Completed in 385 milliseconds

12