Searched refs:device_attribute (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/mtd/ubi/ |
D | vmt.c | 29 struct device_attribute *attr, char *buf); 32 static struct device_attribute attr_vol_reserved_ebs = 34 static struct device_attribute attr_vol_type = 36 static struct device_attribute attr_vol_name = 38 static struct device_attribute attr_vol_corrupted = 40 static struct device_attribute attr_vol_alignment = 42 static struct device_attribute attr_vol_usable_eb_size = 44 static struct device_attribute attr_vol_data_bytes = 46 static struct device_attribute attr_vol_upd_marker = 62 struct device_attribute *attr, char *buf) in vol_attribute_show()
|
D | build.c | 145 struct device_attribute *attr, char *buf); 148 static struct device_attribute dev_eraseblock_size = 150 static struct device_attribute dev_avail_eraseblocks = 152 static struct device_attribute dev_total_eraseblocks = 154 static struct device_attribute dev_volumes_count = 156 static struct device_attribute dev_max_ec = 158 static struct device_attribute dev_reserved_for_bad = 160 static struct device_attribute dev_bad_peb_count = 162 static struct device_attribute dev_max_vol_count = 164 static struct device_attribute dev_min_io_size = [all …]
|
/external/u-boot/drivers/mtd/ |
D | mtdcore.c | 194 struct device_attribute *attr, char *buf) in mtd_type_show() 233 struct device_attribute *attr, char *buf) in mtd_flags_show() 243 struct device_attribute *attr, char *buf) in mtd_size_show() 254 struct device_attribute *attr, char *buf) in mtd_erasesize_show() 264 struct device_attribute *attr, char *buf) in mtd_writesize_show() 274 struct device_attribute *attr, char *buf) in mtd_subpagesize_show() 285 struct device_attribute *attr, char *buf) in mtd_oobsize_show() 295 struct device_attribute *attr, char *buf) in mtd_numeraseregions_show() 306 struct device_attribute *attr, char *buf) in mtd_name_show() 316 struct device_attribute *attr, char *buf) in mtd_ecc_strength_show() [all …]
|
/external/ltp/testcases/kernel/device-drivers/uaccess/ |
D | ltp_uaccess.c | 53 struct device_attribute *attr, char *buf) in sys_result() 61 struct device_attribute *attr, const char *buf, size_t count) in sys_tcase()
|
/external/ltp/testcases/kernel/device-drivers/acpi/ |
D | ltp_acpi_cmds.c | 535 struct device_attribute *attr, char *buf) in sys_result() 543 struct device_attribute *attr, char *buf) in sys_str() 554 struct device_attribute *attr, char *buf) in sys_path() 564 struct device_attribute *attr, char *buf) in sys_acpi_disabled() 571 struct device_attribute *attr, const char *buf, size_t count) in sys_tcase()
|
/external/ltp/testcases/kernel/firmware/fw_load_kernel/ |
D | ltp_fw_load.c | 99 struct device_attribute *attr, char *buf) in sys_result() 110 struct device_attribute *attr, const char *buf, size_t count) in sys_fwnum()
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | ltp_tpci.c | 665 struct device_attribute *attr, char *buf) in sys_result() 672 struct device_attribute *attr, const char *buf, size_t count) in sys_tcase() 686 struct device_attribute *attr, const char *buf, size_t count) in sys_bus_slot()
|
/external/ltp/testcases/kernel/device-drivers/block/block_dev_kernel/ |
D | ltp_block_dev.c | 334 struct device_attribute *attr, char *buf) in sys_result() 344 struct device_attribute *attr, const char *buf, size_t count) in sys_tcase()
|
/external/u-boot/drivers/usb/gadget/ |
D | storage_common.c | 268 struct device_attribute { int i; }; argument
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_core.c | 1689 musb_mode_show(struct device *dev, struct device_attribute *attr, char *buf) in musb_mode_show() 1703 musb_mode_store(struct device *dev, struct device_attribute *attr, in musb_mode_store() 1726 musb_vbus_store(struct device *dev, struct device_attribute *attr, in musb_vbus_store() 1750 musb_vbus_show(struct device *dev, struct device_attribute *attr, char *buf) in musb_vbus_show() 1774 musb_srp_store(struct device *dev, struct device_attribute *attr, in musb_srp_store()
|