Searched refs:edd (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/include/linux/
H A Dedd.h2 * linux/include/linux/edd.h
16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
33 #include <uapi/linux/edd.h>
36 extern struct edd edd;
/linux-4.1.27/drivers/firmware/
H A DMakefile6 obj-$(CONFIG_EDD) += edd.o
H A Dedd.c2 * linux/drivers/firmware/edd.c
18 * Please see http://linux.dell.com/edd/results.html for
44 #include <linux/edd.h>
85 return edev->index < min_t(unsigned char, edd.mbr_signature_nr, EDD_MBR_SIG_MAX); edd_has_mbr_signature()
91 return edev->index < min_t(unsigned char, edd.edd_info_nr, EDDMAXNR); edd_has_edd_info()
105 edev->mbr_signature = edd.mbr_signature[i]; edd_dev_set_info()
107 edev->info = &edd.edd_info[i]; edd_dev_set_info()
587 /* These are default attributes that are added for every edd
614 * edd_release - free edd structure
615 * @kobj: kobject of edd structure
617 * This is called when the refcount of the edd structure
737 min_t(unsigned char, EDD_MBR_SIG_MAX, edd.mbr_signature_nr), edd_num_devices()
738 min_t(unsigned char, EDDMAXNR, edd.edd_info_nr)); edd_num_devices()
759 edd_kset = kset_create_and_add("edd", NULL, firmware_kobj); edd_init()
/linux-4.1.27/include/uapi/linux/
H A Dedd.h2 * linux/include/linux/edd.h
16 * transferred into the edd structure, and in drivers/firmware/edd.c, that
182 struct edd { struct
/linux-4.1.27/arch/x86/boot/
H A Dedd.c17 #include <linux/edd.h>
136 if (cmdline_find_option("edd", eddarg, sizeof eddarg) > 0) { query_edd()
160 printf("Probing EDD (edd=off to disable)... "); query_edd()
H A Dboot.h25 #include <linux/edd.h>
304 /* edd.c */
H A DMakefile26 setup-y += early_serial_console.o edd.o header.o main.o mca.o memory.o
/linux-4.1.27/arch/x86/kernel/
H A Dsetup.c42 #include <linux/edd.h>
240 struct edd edd; variable in typeref:struct:edd
242 EXPORT_SYMBOL(edd); variable
251 memcpy(edd.mbr_signature, boot_params.edd_mbr_sig_buffer, copy_edd()
252 sizeof(edd.mbr_signature)); copy_edd()
253 memcpy(edd.edd_info, boot_params.eddbuf, sizeof(edd.edd_info)); copy_edd()
254 edd.mbr_signature_nr = boot_params.edd_mbr_sig_buf_entries; copy_edd()
255 edd.edd_info_nr = boot_params.eddbuf_entries; copy_edd()
H A Dprobe_roms.c9 #include <linux/edd.h>
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dbootparam.h35 #include <linux/edd.h>
/linux-4.1.27/arch/x86/xen/
H A Denlighten.c34 #include <linux/edd.h>

Completed in 284 milliseconds