Lines Matching defs:data
57 * First version exposing iBFT data via a binary /sysfs. (v0.1)
198 * Helper functions to parse data properly.
248 * Routines for parsing the iBFT data to be human readable.
250 static ssize_t ibft_attr_show_initiator(void *data, int type, char *buf)
252 struct ibft_kobject *entry = data;
291 static ssize_t ibft_attr_show_nic(void *data, int type, char *buf)
293 struct ibft_kobject *entry = data;
351 static ssize_t ibft_attr_show_target(void *data, int type, char *buf)
353 struct ibft_kobject *entry = data;
415 static ssize_t ibft_attr_show_acpitbl(void *data, int type, char *buf)
417 struct ibft_kobject *entry = data;
470 static umode_t ibft_check_nic_for(void *data, int type)
472 struct ibft_kobject *entry = data;
524 static umode_t __init ibft_check_tgt_for(void *data, int type)
526 struct ibft_kobject *entry = data;
561 static umode_t __init ibft_check_initiator_for(void *data, int type)
563 struct ibft_kobject *entry = data;
599 static umode_t __init ibft_check_acpitbl_for(void *data, int type)
617 static void ibft_kobj_release(void *data)
619 kfree(data);
800 ibft_kobj = boot_kobj->data;
866 * ibft_init() - creates sysfs tree entries for the iBFT data.
891 /* Scan the IBFT for data and register the kobjects. */