Home
last modified time | relevance | path

Searched defs:attr (Results 376 – 400 of 2625) sorted by relevance

1...<<11121314151617181920>>...105

/openbmc/linux/drivers/scsi/
H A Dsd.c135 cache_type_store(struct device *dev, struct device_attribute *attr, in cache_type_store()
205 struct device_attribute *attr, char *buf) in manage_start_stop_show()
219 struct device_attribute *attr, char *buf) in manage_system_start_stop_show()
229 struct device_attribute *attr, in manage_system_start_stop_store()
250 struct device_attribute *attr, char *buf) in manage_runtime_start_stop_show()
260 struct device_attribute *attr, in manage_runtime_start_stop_store()
280 struct device_attribute *attr, char *buf) in manage_shutdown_show()
289 struct device_attribute *attr, in manage_shutdown_store()
309 allow_restart_show(struct device *dev, struct device_attribute *attr, char *buf) in allow_restart_show()
317 allow_restart_store(struct device *dev, struct device_attribute *attr, in allow_restart_store()
[all …]
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c55 #define kvm_vm_check_mem_attr(s, attr) \ argument
159 struct kvm_device_attr attr = { in kvm_s390_query_mem_limit() local
172 struct kvm_device_attr attr = { in kvm_s390_set_mem_limit() local
212 struct kvm_device_attr attr = { in kvm_s390_cmma_reset() local
228 struct kvm_device_attr attr = { in kvm_s390_enable_cmma() local
243 static void kvm_s390_set_crypto_attr(uint64_t attr) in kvm_s390_set_crypto_attr()
260 uint64_t attr = KVM_S390_VM_CRYPTO_DISABLE_AES_KW; in kvm_s390_init_aes_kw() local
274 uint64_t attr = KVM_S390_VM_CRYPTO_DISABLE_DEA_KW; in kvm_s390_init_dea_kw() local
709 struct kvm_device_attr attr = { in kvm_s390_get_clock() local
729 struct kvm_device_attr attr = { in kvm_s390_get_clock_ext() local
[all …]
/openbmc/linux/block/partitions/
H A Dcore.c174 struct device_attribute *attr, char *buf) in part_partition_show()
180 struct device_attribute *attr, char *buf) in part_start_show()
186 struct device_attribute *attr, char *buf) in part_ro_show()
192 struct device_attribute *attr, char *buf) in part_alignment_offset_show()
198 struct device_attribute *attr, char *buf) in part_discard_alignment_show()
289 struct device_attribute *attr, char *buf) in whole_disk_show()
/openbmc/linux/drivers/hwmon/
H A Dadc128d818.c148 struct device_attribute *attr, char *buf) in adc128_in_show()
163 struct device_attribute *attr, const char *buf, in adc128_in_store()
189 struct device_attribute *attr, char *buf) in adc128_temp_show()
203 struct device_attribute *attr, in adc128_temp_store()
229 struct device_attribute *attr, char *buf) in adc128_alarm_show()
249 struct attribute *attr, int index) in adc128_is_visible()
H A Dina3221.c249 static int ina3221_read_chip(struct device *dev, u32 attr, long *val) in ina3221_read_chip()
269 static int ina3221_read_in(struct device *dev, u32 attr, int channel, long *val) in ina3221_read_in()
326 static int ina3221_read_curr(struct device *dev, u32 attr, in ina3221_read_curr()
388 static int ina3221_write_chip(struct device *dev, u32 attr, long val) in ina3221_write_chip()
430 static int ina3221_write_curr(struct device *dev, u32 attr, in ina3221_write_curr()
525 u32 attr, int channel, long *val) in ina3221_read()
554 u32 attr, int channel, long val) in ina3221_write()
583 u32 attr, int channel, const char **str) in ina3221_read_string()
598 u32 attr, int channel) in ina3221_is_visible()
694 struct device_attribute *attr, char *buf) in ina3221_shunt_show()
[all …]
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.c696 const struct nlattr *attr; in ethtool_header_parse() local
751 const struct nlattr *attr; in ethtool_pause_stat_parse() local
804 const struct nlattr *attr; in ethtool_fec_stat_parse() local
853 const struct nlattr *attr; in ethtool_mm_stat_parse() local
902 const struct nlattr *attr; in ethtool_cable_result_parse() local
931 const struct nlattr *attr; in ethtool_cable_fault_length_parse() local
978 const struct nlattr *attr; in ethtool_bitset_bit_parse() local
1017 const struct nlattr *attr; in ethtool_tunnel_udp_entry_parse() local
1062 const struct nlattr *attr; in ethtool_string_parse() local
1099 const struct nlattr *attr; in ethtool_cable_nest_parse() local
[all …]
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dsysfs.c16 struct device_attribute *attr, in bt_coex_state_show()
34 struct device_attribute *attr, in bt_coex_state_store()
75 struct device_attribute *attr, in hw_pg_ver_show()
/openbmc/linux/drivers/input/serio/
H A Dserio.c341 static ssize_t serio_show_description(struct device *dev, struct device_attribute *attr, char *buf) in serio_show_description()
347 static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, char *buf) in modalias_show()
355 static ssize_t type_show(struct device *dev, struct device_attribute *attr, char *buf) in type_show()
361 static ssize_t proto_show(struct device *dev, struct device_attribute *attr, char *buf) in proto_show()
367 static ssize_t id_show(struct device *dev, struct device_attribute *attr, char *buf) in id_show()
373 static ssize_t extra_show(struct device *dev, struct device_attribute *attr, char *buf) in extra_show()
379 static ssize_t drvctl_store(struct device *dev, struct device_attribute *attr, const char *buf, siz… in drvctl_store()
410 static ssize_t serio_show_bind_mode(struct device *dev, struct device_attribute *attr, char *buf) in serio_show_bind_mode()
416 static ssize_t serio_set_bind_mode(struct device *dev, struct device_attribute *attr, const char *b… in serio_set_bind_mode()
433 static ssize_t firmware_id_show(struct device *dev, struct device_attribute *attr, char *buf) in firmware_id_show()
/openbmc/linux/drivers/nvdimm/
H A Ddimm_devs.c275 struct device_attribute *attr, char *buf) in commands_show()
291 struct device_attribute *attr, char *buf) in flags_show()
301 static ssize_t state_show(struct device *dev, struct device_attribute *attr, in state_show()
340 struct device_attribute *attr, char *buf) in available_slots_show()
353 struct device_attribute *attr, char *buf) in security_show()
376 struct device_attribute *attr, char *buf) in frozen_show()
386 struct device_attribute *attr, const char *buf, size_t len) in security_store()
447 static ssize_t result_show(struct device *dev, struct device_attribute *attr, char *buf) in result_show()
476 static ssize_t activate_show(struct device *dev, struct device_attribute *attr, char *buf) in activate_show()
500 static ssize_t activate_store(struct device *dev, struct device_attribute *attr, in activate_store()
/openbmc/linux/drivers/input/mouse/
H A Dcyapa.c739 struct device_attribute *attr, in cyapa_show_suspend_scanrate()
778 struct device_attribute *attr, in cyapa_update_suspend_scanrate()
863 struct device_attribute *attr, in cyapa_show_rt_suspend_scanrate()
887 struct device_attribute *attr, in cyapa_update_rt_suspend_scanrate()
983 struct device_attribute *attr, char *buf) in cyapa_show_fm_ver()
998 struct device_attribute *attr, char *buf) in cyapa_show_product_id()
1076 struct device_attribute *attr, in cyapa_update_fw_store()
1136 struct device_attribute *attr, in cyapa_calibrate_store()
1159 struct device_attribute *attr, char *buf) in cyapa_show_baseline()
1202 struct device_attribute *attr, char *buf) in cyapa_show_mode()
/openbmc/linux/drivers/ata/
H A Dlibata-sata.c797 struct device_attribute *attr, in ata_scsi_lpm_store()
837 struct device_attribute *attr, char *buf) in ata_scsi_lpm_show()
853 struct device_attribute *attr, in ata_ncq_prio_supported_show()
877 struct device_attribute *attr, in ata_ncq_prio_enable_show()
898 struct device_attribute *attr, in ata_ncq_prio_enable_store()
965 ata_scsi_em_message_store(struct device *dev, struct device_attribute *attr, in ata_scsi_em_message_store()
976 ata_scsi_em_message_show(struct device *dev, struct device_attribute *attr, in ata_scsi_em_message_show()
991 ata_scsi_em_message_type_show(struct device *dev, struct device_attribute *attr, in ata_scsi_em_message_type_show()
1004 ata_scsi_activity_show(struct device *dev, struct device_attribute *attr, in ata_scsi_activity_show()
1018 ata_scsi_activity_store(struct device *dev, struct device_attribute *attr, in ata_scsi_activity_store()
/openbmc/linux/drivers/pci/
H A Diov.c205 struct device_attribute *attr, in sriov_vf_total_msix_show()
223 struct device_attribute *attr, in sriov_vf_msix_count_store()
385 struct device_attribute *attr, in sriov_totalvfs_show()
394 struct device_attribute *attr, in sriov_numvfs_show()
416 struct device_attribute *attr, in sriov_numvfs_store()
480 struct device_attribute *attr, in sriov_offset_show()
489 struct device_attribute *attr, in sriov_stride_show()
498 struct device_attribute *attr, in sriov_vf_device_show()
507 struct device_attribute *attr, in sriov_drivers_autoprobe_show()
516 struct device_attribute *attr, in sriov_drivers_autoprobe_store()
/openbmc/linux/drivers/platform/x86/
H A Dsony-laptop.c817 struct device_attribute *attr, char *buffer) in sony_nc_handles_show()
948 static ssize_t sony_nc_sysfs_show(struct device *dev, struct device_attribute *attr, in sony_nc_sysfs_show()
970 struct device_attribute *attr, in sony_nc_sysfs_store()
1791 struct device_attribute *attr, in sony_nc_kbd_backlight_mode_store()
1811 struct device_attribute *attr, char *buffer) in sony_nc_kbd_backlight_mode_show()
1833 struct device_attribute *attr, in sony_nc_kbd_backlight_timeout_store()
1853 struct device_attribute *attr, char *buffer) in sony_nc_kbd_backlight_timeout_show()
1976 struct device_attribute *attr, in sony_nc_battery_care_limit_store()
2033 struct device_attribute *attr, char *buffer) in sony_nc_battery_care_limit_show()
2060 struct device_attribute *attr, char *buffer) in sony_nc_battery_care_health_show()
[all …]
/openbmc/linux/drivers/scsi/aacraid/
H A Dlinit.c556 static ssize_t aac_show_raid_level(struct device *dev, struct device_attribute *attr, char *buf) in aac_show_raid_level()
577 struct device_attribute *attr, char *buf) in aac_show_unique_id()
1187 struct device_attribute *attr, char *buf) in aac_show_model()
1206 struct device_attribute *attr, char *buf) in aac_show_vendor()
1227 struct device_attribute *attr, char *buf) in aac_show_flags()
1254 struct device_attribute *attr, in aac_show_kernel_version()
1268 struct device_attribute *attr, in aac_show_monitor_version()
1282 struct device_attribute *attr, in aac_show_bios_version()
1296 struct device_attribute *attr, in aac_show_driver_version()
1303 struct device_attribute *attr, char *buf) in aac_show_serial_number()
[all …]
/openbmc/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c739 static ssize_t hccs_show(struct kobject *k, struct attribute *attr, char *buf) in hccs_show()
752 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, in type_show()
761 static ssize_t lane_mode_show(struct kobject *kobj, struct kobj_attribute *attr, in lane_mode_show()
771 struct kobj_attribute *attr, char *buf) in enable_show()
780 struct kobj_attribute *attr, char *buf) in cur_lane_num_show()
798 struct kobj_attribute *attr, char *buf) in link_fsm_show()
834 struct kobj_attribute *attr, char *buf) in lane_mask_show()
852 struct kobj_attribute *attr, char *buf) in crc_err_cnt_show()
887 struct kobj_attribute *attr, char *buf) in all_linked_on_die_show()
906 struct kobj_attribute *attr, in linked_full_lane_on_die_show()
[all …]
/openbmc/linux/fs/ntfs3/
H A Dattrib.c60 static int attr_load_runs(struct ATTRIB *attr, struct ntfs_inode *ni, in attr_load_runs()
226 int attr_make_nonresident(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_make_nonresident()
355 static int attr_set_size_res(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_set_size_res()
414 struct ATTRIB *attr = NULL, *attr_b; in attr_set_size() local
893 struct ATTRIB *attr, *attr_b; in attr_data_get_block() local
1248 struct ATTRIB *attr; in attr_data_read_resident() local
1285 struct ATTRIB *attr; in attr_data_write_resident() local
1322 struct ATTRIB *attr; in attr_load_runs_vcn() local
1391 int attr_wof_frame_info(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_wof_frame_info()
1540 int attr_is_frame_compressed(struct ntfs_inode *ni, struct ATTRIB *attr, in attr_is_frame_compressed()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c404 struct mlx5_flow_attr *attr) in mlx5_tc_rule_insert()
417 struct mlx5_flow_attr *attr) in mlx5_tc_rule_delete()
430 is_flow_meter_action(struct mlx5_flow_attr *attr) in is_flow_meter_action()
439 struct mlx5_flow_attr *attr) in mlx5e_tc_add_flow_meter()
480 mlx5e_tc_del_flow_meter(struct mlx5_eswitch *esw, struct mlx5_flow_attr *attr) in mlx5e_tc_del_flow_meter()
489 struct mlx5_flow_attr *attr) in mlx5e_tc_rule_offload()
512 struct mlx5_flow_attr *attr) in mlx5e_tc_rule_unoffload()
660 struct mlx5_flow_attr *attr) in mlx5e_tc_attach_mod_hdr()
679 struct mlx5_flow_attr *attr) in mlx5e_tc_detach_mod_hdr()
1232 struct mlx5_flow_attr *attr) in mlx5e_add_offloaded_nic_rule()
[all …]
/openbmc/linux/drivers/misc/
H A Dhmc6352.c52 struct device_attribute *attr, const char *buf, size_t count) in compass_calibration_store()
58 struct device_attribute *attr, const char *buf, size_t count) in compass_power_mode_store()
64 struct device_attribute *attr, char *buf) in compass_heading_data_show()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fru_eeprom.c228 struct device_attribute *attr, in amdgpu_fru_product_name_show()
250 struct device_attribute *attr, in amdgpu_fru_product_number_show()
272 struct device_attribute *attr, in amdgpu_fru_serial_number_show()
/openbmc/linux/arch/powerpc/kernel/
H A Dcacheinfo.c571 static ssize_t cache_index_show(struct kobject *k, struct attribute *attr, char *buf) in cache_index_show()
589 static ssize_t size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in size_show()
606 static ssize_t line_size_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in line_size_show()
622 static ssize_t nr_sets_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in nr_sets_show()
638 static ssize_t associativity_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in associativity_show()
654 static ssize_t type_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in type_show()
666 static ssize_t level_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in level_show()
681 show_shared_cpumap(struct kobject *k, struct kobj_attribute *attr, char *buf, bool list) in show_shared_cpumap()
695 static ssize_t shared_cpu_map_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_map_show()
700 static ssize_t shared_cpu_list_show(struct kobject *k, struct kobj_attribute *attr, char *buf) in shared_cpu_list_show()
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_attr_item.c321 struct xfs_attr_intent *attr, in xfs_xattri_finish_update()
366 const struct xfs_attr_intent *attr) in xfs_attr_log_item()
398 struct xfs_attr_intent *attr; in xfs_attr_create_intent() local
437 struct xfs_attr_intent *attr) in xfs_attr_free_item()
456 struct xfs_attr_intent *attr; in xfs_attr_finish_item() local
490 struct xfs_attr_intent *attr; in xfs_attr_cancel_item() local
560 struct xfs_attr_intent *attr; in xfs_attri_item_recover() local
/openbmc/linux/drivers/power/supply/
H A Dmax77693_charger.c256 struct device_attribute *attr, const char *buf, size_t count, in device_attr_store()
275 struct device_attribute *attr, char *buf) in fast_charge_timer_show()
334 struct device_attribute *attr, const char *buf, size_t count) in fast_charge_timer_store()
341 struct device_attribute *attr, char *buf) in top_off_threshold_current_show()
385 struct device_attribute *attr, const char *buf, size_t count) in top_off_threshold_current_store()
392 struct device_attribute *attr, char *buf) in top_off_timer_show()
428 struct device_attribute *attr, const char *buf, size_t count) in top_off_timer_store()
/openbmc/linux/drivers/usb/chipidea/
H A Dotg_fsm.c32 a_bus_req_show(struct device *dev, struct device_attribute *attr, char *buf) in a_bus_req_show()
48 a_bus_req_store(struct device *dev, struct device_attribute *attr, in a_bus_req_store()
81 a_bus_drop_show(struct device *dev, struct device_attribute *attr, char *buf) in a_bus_drop_show()
97 a_bus_drop_store(struct device *dev, struct device_attribute *attr, in a_bus_drop_store()
121 b_bus_req_show(struct device *dev, struct device_attribute *attr, char *buf) in b_bus_req_show()
137 b_bus_req_store(struct device *dev, struct device_attribute *attr, in b_bus_req_store()
165 a_clr_err_store(struct device *dev, struct device_attribute *attr, in a_clr_err_store()
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c250 struct device_attribute *attr, in iio_read_const_attr()
479 struct device_attribute *attr, in iio_read_channel_ext_info()
492 struct device_attribute *attr, in iio_write_channel_ext_info()
725 struct device_attribute *attr, in iio_read_channel_label()
741 struct device_attribute *attr, in iio_read_channel_info()
831 struct device_attribute *attr, in iio_read_channel_info_avail()
949 struct device_attribute *attr, in iio_write_channel_info()
1012 struct device_attribute *attr, in __iio_device_attr_init()
1144 struct device_attribute *attr, in __iio_add_chan_devattr()
1399 static ssize_t name_show(struct device *dev, struct device_attribute *attr, in name_show()
[all …]
/openbmc/linux/drivers/hwmon/occ/
H A Dsysfs.c26 struct device_attribute *attr, in occ_active_store()
45 struct device_attribute *attr, char *buf) in occ_sysfs_show()
117 struct device_attribute *attr, char *buf) in occ_error_show()

1...<<11121314151617181920>>...105