/kernel/linux/linux-5.10/drivers/firmware/google/ |
H A D | vpd.c | 44 struct bin_attribute bin_attr; /* vpd/name_raw bin_attribute */ member 51 struct bin_attribute bin_attr; member 59 struct bin_attribute *bin_attr, char *buf, in vpd_attrib_read() 62 struct vpd_attrib_info *info = bin_attr->private; in vpd_attrib_read() 65 info->bin_attr.size); in vpd_attrib_read() 120 sysfs_bin_attr_init(&info->bin_attr); in vpd_section_attrib_add() 121 info->bin_attr.attr.name = info->key; in vpd_section_attrib_add() 122 info->bin_attr.attr.mode = 0444; in vpd_section_attrib_add() 123 info->bin_attr.size = value_len; in vpd_section_attrib_add() 124 info->bin_attr in vpd_section_attrib_add() 58 vpd_attrib_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) vpd_attrib_read() argument 158 vpd_section_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) vpd_section_read() argument [all...] |
H A D | memconsole.c | 17 struct bin_attribute *bin_attr, char *buf, in memconsole_read() 22 memconsole_read_func = bin_attr->private; in memconsole_read() 16 memconsole_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) memconsole_read() argument
|
/kernel/linux/linux-6.6/drivers/firmware/google/ |
H A D | vpd.c | 44 struct bin_attribute bin_attr; /* vpd/name_raw bin_attribute */ member 51 struct bin_attribute bin_attr; member 59 struct bin_attribute *bin_attr, char *buf, in vpd_attrib_read() 62 struct vpd_attrib_info *info = bin_attr->private; in vpd_attrib_read() 65 info->bin_attr.size); in vpd_attrib_read() 120 sysfs_bin_attr_init(&info->bin_attr); in vpd_section_attrib_add() 121 info->bin_attr.attr.name = info->key; in vpd_section_attrib_add() 122 info->bin_attr.attr.mode = 0444; in vpd_section_attrib_add() 123 info->bin_attr.size = value_len; in vpd_section_attrib_add() 124 info->bin_attr in vpd_section_attrib_add() 58 vpd_attrib_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) vpd_attrib_read() argument 158 vpd_section_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) vpd_section_read() argument [all...] |
H A D | memconsole.c | 17 struct bin_attribute *bin_attr, char *buf, in memconsole_read() 22 memconsole_read_func = bin_attr->private; in memconsole_read() 16 memconsole_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) memconsole_read() argument
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | mokvar-table.c | 67 * bin_attr.private points to the associated EFI MOK config table entry. 73 struct bin_attribute bin_attr; member 269 struct bin_attribute *bin_attr, char *buf, in efi_mokvar_sysfs_read() 272 struct efi_mokvar_table_entry *mokvar_entry = bin_attr->private; in efi_mokvar_sysfs_read() 341 sysfs_bin_attr_init(&mokvar_sysfs->bin_attr); in efi_mokvar_sysfs_init() 342 mokvar_sysfs->bin_attr.private = mokvar_entry; in efi_mokvar_sysfs_init() 343 mokvar_sysfs->bin_attr.attr.name = mokvar_entry->name; in efi_mokvar_sysfs_init() 344 mokvar_sysfs->bin_attr.attr.mode = 0400; in efi_mokvar_sysfs_init() 345 mokvar_sysfs->bin_attr.size = mokvar_entry->data_size; in efi_mokvar_sysfs_init() 346 mokvar_sysfs->bin_attr in efi_mokvar_sysfs_init() 268 efi_mokvar_sysfs_read(struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) efi_mokvar_sysfs_read() argument [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | mokvar-table.c | 67 * bin_attr.private points to the associated EFI MOK config table entry. 73 struct bin_attribute bin_attr; member 269 struct bin_attribute *bin_attr, char *buf, in efi_mokvar_sysfs_read() 272 struct efi_mokvar_table_entry *mokvar_entry = bin_attr->private; in efi_mokvar_sysfs_read() 341 sysfs_bin_attr_init(&mokvar_sysfs->bin_attr); in efi_mokvar_sysfs_init() 342 mokvar_sysfs->bin_attr.private = mokvar_entry; in efi_mokvar_sysfs_init() 343 mokvar_sysfs->bin_attr.attr.name = mokvar_entry->name; in efi_mokvar_sysfs_init() 344 mokvar_sysfs->bin_attr.attr.mode = 0400; in efi_mokvar_sysfs_init() 345 mokvar_sysfs->bin_attr.size = mokvar_entry->data_size; in efi_mokvar_sysfs_init() 346 mokvar_sysfs->bin_attr in efi_mokvar_sysfs_init() 268 efi_mokvar_sysfs_read(struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) efi_mokvar_sysfs_read() argument [all...] |
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | group.c | 24 struct bin_attribute *const *bin_attr; in remove_files() local 30 for (bin_attr = grp->bin_attrs; *bin_attr; bin_attr++) in remove_files() 31 kernfs_remove_by_name(parent, (*bin_attr)->attr.name); in remove_files() 39 struct bin_attribute *const *bin_attr; in create_files() local 76 for (i = 0, bin_attr = grp->bin_attrs; *bin_attr; i++, bin_attr++) { in create_files() 77 umode_t mode = (*bin_attr) in create_files() 491 struct bin_attribute *const *bin_attr; sysfs_group_attrs_change_owner() local [all...] |
/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | group.c | 24 struct bin_attribute *const *bin_attr; in remove_files() local 30 for (bin_attr = grp->bin_attrs; *bin_attr; bin_attr++) in remove_files() 31 kernfs_remove_by_name(parent, (*bin_attr)->attr.name); in remove_files() 39 struct bin_attribute *const *bin_attr; in create_files() local 76 for (i = 0, bin_attr = grp->bin_attrs; *bin_attr; i++, bin_attr++) { in create_files() 77 umode_t mode = (*bin_attr) in create_files() 494 struct bin_attribute *const *bin_attr; sysfs_group_attrs_change_owner() local [all...] |
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds2408.c | 68 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read() 73 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in state_read() 80 struct bin_attribute *bin_attr, char *buf, in output_read() 85 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in output_read() 93 struct bin_attribute *bin_attr, char *buf, in activity_read() 98 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in activity_read() 106 struct bin_attribute *bin_attr, char *buf, in cond_search_mask_read() 111 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in cond_search_mask_read() 120 struct bin_attribute *bin_attr, in cond_search_polarity_read() 130 struct bin_attribute *bin_attr, cha in status_control_read() 67 state_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) state_read() argument 79 output_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_read() argument 92 activity_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) activity_read() argument 105 cond_search_mask_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) cond_search_mask_read() argument 118 cond_search_polarity_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) cond_search_polarity_read() argument 129 status_control_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) status_control_read() argument 162 output_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_write() argument 212 activity_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) activity_write() argument 242 status_control_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) status_control_write() argument [all...] |
H A D | w1_ds2438.c | 256 struct bin_attribute *bin_attr, char *buf, in iad_write() 278 struct bin_attribute *bin_attr, char *buf, in iad_read() 299 struct bin_attribute *bin_attr, char *buf, in page0_read() 329 struct bin_attribute *bin_attr, char *buf, in temperature_read() 350 struct bin_attribute *bin_attr, char *buf, in vad_read() 371 struct bin_attribute *bin_attr, char *buf, in vdd_read() 255 iad_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) iad_write() argument 277 iad_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) iad_read() argument 298 page0_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) page0_read() argument 328 temperature_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) temperature_read() argument 349 vad_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) vad_read() argument 370 vdd_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) vdd_read() argument
|
H A D | w1_ds2413.c | 28 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read() 38 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in state_read() 84 struct bin_attribute *bin_attr, char *buf, in output_write() 27 state_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) state_read() argument 83 output_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_write() argument
|
H A D | w1_ds28e04.c | 115 struct bin_attribute *bin_attr, char *buf, in eeprom_read() 223 struct bin_attribute *bin_attr, char *buf, in eeprom_write() 279 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_read() 298 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_write() 114 eeprom_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_read() argument 222 eeprom_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_write() argument 278 pio_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) pio_read() argument 297 pio_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) pio_write() argument
|
H A D | w1_ds2406.c | 27 struct bin_attribute *bin_attr, in w1_f12_read_state() 64 struct bin_attribute *bin_attr, in w1_f12_write_output() 25 w1_f12_read_state( struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) w1_f12_read_state() argument 62 w1_f12_write_output( struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) w1_f12_write_output() argument
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_ds2408.c | 68 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read() 73 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in state_read() 80 struct bin_attribute *bin_attr, char *buf, in output_read() 85 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in output_read() 93 struct bin_attribute *bin_attr, char *buf, in activity_read() 98 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in activity_read() 106 struct bin_attribute *bin_attr, char *buf, in cond_search_mask_read() 111 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in cond_search_mask_read() 120 struct bin_attribute *bin_attr, in cond_search_polarity_read() 130 struct bin_attribute *bin_attr, cha in status_control_read() 67 state_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) state_read() argument 79 output_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_read() argument 92 activity_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) activity_read() argument 105 cond_search_mask_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) cond_search_mask_read() argument 118 cond_search_polarity_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) cond_search_polarity_read() argument 129 status_control_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) status_control_read() argument 162 output_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_write() argument 212 activity_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) activity_write() argument 242 status_control_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) status_control_write() argument [all...] |
H A D | w1_ds2438.c | 291 struct bin_attribute *bin_attr, char *buf, in iad_write() 313 struct bin_attribute *bin_attr, char *buf, in iad_read() 334 struct bin_attribute *bin_attr, char *buf, in page0_read() 364 struct bin_attribute *bin_attr, char *buf, in page1_read() 394 struct bin_attribute *bin_attr, char *buf, in offset_write() 413 struct bin_attribute *bin_attr, char *buf, in temperature_read() 434 struct bin_attribute *bin_attr, char *buf, in vad_read() 455 struct bin_attribute *bin_attr, char *buf, in vdd_read() 290 iad_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) iad_write() argument 312 iad_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) iad_read() argument 333 page0_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) page0_read() argument 363 page1_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) page1_read() argument 393 offset_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) offset_write() argument 412 temperature_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) temperature_read() argument 433 vad_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) vad_read() argument 454 vdd_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) vdd_read() argument
|
H A D | w1_ds2413.c | 28 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read() 38 bin_attr->attr.name, kobj, (unsigned int)off, count, buf); in state_read() 84 struct bin_attribute *bin_attr, char *buf, in output_write() 27 state_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) state_read() argument 83 output_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) output_write() argument
|
H A D | w1_ds28e04.c | 115 struct bin_attribute *bin_attr, char *buf, in eeprom_read() 226 struct bin_attribute *bin_attr, char *buf, in eeprom_write() 282 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_read() 301 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_write() 114 eeprom_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_read() argument 225 eeprom_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) eeprom_write() argument 281 pio_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) pio_read() argument 300 pio_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) pio_write() argument
|
H A D | w1_ds2406.c | 27 struct bin_attribute *bin_attr, in w1_f12_read_state() 64 struct bin_attribute *bin_attr, in w1_f12_write_output() 25 w1_f12_read_state( struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) w1_f12_read_state() argument 62 w1_f12_write_output( struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) w1_f12_write_output() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_module_attach.c | 59 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) in BPF_PROG() 70 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) in BPF_PROG() 82 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len, in BPF_PROG() 107 struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) in BPF_PROG() 57 BPF_PROG(handle_fentry, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument 68 BPF_PROG(handle_fentry_manual, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument 80 BPF_PROG(handle_fexit, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len, int ret) BPF_PROG() argument 105 BPF_PROG(handle_fmod_ret, struct file *file, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t len) BPF_PROG() argument
|
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | file.c | 47 struct configfs_bin_attribute *bin_attr; member 164 len = buffer->bin_attr->read(buffer->item, NULL, 0); in configfs_read_bin_file() 189 len = buffer->bin_attr->read(buffer->item, in configfs_read_bin_file() 384 buffer->bin_attr = to_bin_attr(dentry); in __configfs_open_file() 385 buffer->cb_max_size = buffer->bin_attr->cb_max_size; in __configfs_open_file() 411 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->write) in __configfs_open_file() 424 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->read) in __configfs_open_file() 480 buffer->bin_attr->write(buffer->item, in configfs_release_bin_file() 541 const struct configfs_bin_attribute *bin_attr) in configfs_create_bin_file() 545 umode_t mode = (bin_attr in configfs_create_bin_file() 540 configfs_create_bin_file(struct config_item *item, const struct configfs_bin_attribute *bin_attr) configfs_create_bin_file() argument [all...] |
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | file.c | 45 struct configfs_bin_attribute *bin_attr; member 127 len = buffer->bin_attr->read(buffer->item, NULL, 0); in configfs_bin_read_iter() 152 len = buffer->bin_attr->read(buffer->item, in configfs_bin_read_iter() 318 buffer->bin_attr = to_bin_attr(dentry); in __configfs_open_file() 319 buffer->cb_max_size = buffer->bin_attr->cb_max_size; in __configfs_open_file() 345 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->write) in __configfs_open_file() 358 if ((type & CONFIGFS_ITEM_BIN_ATTR) && !buffer->bin_attr->read) in __configfs_open_file() 411 buffer->bin_attr->write(buffer->item, in configfs_release_bin_file() 465 * @bin_attr: atrribute descriptor. 469 const struct configfs_bin_attribute *bin_attr) in configfs_create_bin_file() 468 configfs_create_bin_file(struct config_item *item, const struct configfs_bin_attribute *bin_attr) configfs_create_bin_file() argument [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | vpd.c | 401 struct bin_attribute *bin_attr, char *buf, in read_vpd_attr() 406 if (bin_attr->size > 0) { in read_vpd_attr() 407 if (off > bin_attr->size) in read_vpd_attr() 409 else if (count > bin_attr->size - off) in read_vpd_attr() 410 count = bin_attr->size - off; in read_vpd_attr() 417 struct bin_attribute *bin_attr, char *buf, in write_vpd_attr() 422 if (bin_attr->size > 0) { in write_vpd_attr() 423 if (off > bin_attr->size) in write_vpd_attr() 425 else if (count > bin_attr->size - off) in write_vpd_attr() 426 count = bin_attr in write_vpd_attr() 400 read_vpd_attr(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) read_vpd_attr() argument 416 write_vpd_attr(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) write_vpd_attr() argument [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell_rbu.c | 478 struct bin_attribute *bin_attr, in data_read() 533 struct bin_attribute *bin_attr, in image_type_read() 543 struct bin_attribute *bin_attr, in image_type_write() 603 struct bin_attribute *bin_attr, in packet_size_read() 616 struct bin_attribute *bin_attr, in packet_size_write() 477 data_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) data_read() argument 532 image_type_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) image_type_read() argument 542 image_type_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) image_type_write() argument 602 packet_size_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) packet_size_read() argument 615 packet_size_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) packet_size_write() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell_rbu.c | 478 struct bin_attribute *bin_attr, in data_read() 533 struct bin_attribute *bin_attr, in image_type_read() 543 struct bin_attribute *bin_attr, in image_type_write() 603 struct bin_attribute *bin_attr, in packet_size_read() 616 struct bin_attribute *bin_attr, in packet_size_write() 477 data_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) data_read() argument 532 image_type_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) image_type_read() argument 542 image_type_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) image_type_write() argument 602 packet_size_read(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) packet_size_read() argument 615 packet_size_write(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buffer, loff_t pos, size_t count) packet_size_write() argument
|
/kernel/linux/linux-5.10/drivers/sfi/ |
H A D | sfi_acpi.c | 176 struct bin_attribute *bin_attr, char *buf, in sfi_acpi_table_show() 180 container_of(bin_attr, struct sfi_table_attr, attr); in sfi_acpi_table_show() 175 sfi_acpi_table_show(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t offset, size_t count) sfi_acpi_table_show() argument
|