Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 10 of 10) sorted by relevance

/linux/tools/net/ynl/lib/
H A Dynl-priv.h272 ynl_attr_nest_start(struct nlmsghdr *nlh, unsigned int attr_type) in ynl_attr_nest_start()
293 ynl_attr_put(struct nlmsghdr *nlh, unsigned int attr_type, in ynl_attr_put()
311 ynl_attr_put_str(struct nlmsghdr *nlh, unsigned int attr_type, const char *str) in ynl_attr_put_str()
381 ynl_attr_put_s8(struct nlmsghdr *nlh, unsigned int attr_type, __s8 value) in ynl_attr_put_s8()
387 ynl_attr_put_s16(struct nlmsghdr *nlh, unsigned int attr_type, __s16 value) in ynl_attr_put_s16()
393 ynl_attr_put_s32(struct nlmsghdr *nlh, unsigned int attr_type, __s32 value) in ynl_attr_put_s32()
399 ynl_attr_put_s64(struct nlmsghdr *nlh, unsigned int attr_type, __s64 value) in ynl_attr_put_s64()
405 ynl_attr_put_u8(struct nlmsghdr *nlh, unsigned int attr_type, __u8 value) in ynl_attr_put_u8()
411 ynl_attr_put_u16(struct nlmsghdr *nlh, unsigned int attr_type, __u16 value) in ynl_attr_put_u16()
417 ynl_attr_put_u32(struct nlmsghdr *nlh, unsigned int attr_type, __u32 value) in ynl_attr_put_u32()
[all …]
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c407 static int hp_alloc_attributes_data(int attr_type) in hp_alloc_attributes_data()
585 static int hp_add_other_attributes(int attr_type) in hp_add_other_attributes()
650 static int hp_init_bios_package_attribute(enum hp_wmi_data_type attr_type, in hp_init_bios_package_attribute()
767 static int hp_init_bios_buffer_attribute(enum hp_wmi_data_type attr_type, in hp_init_bios_buffer_attribute()
883 static int hp_init_bios_attributes(enum hp_wmi_data_type attr_type, const char *guid) in hp_init_bios_attributes()
/linux/tools/testing/selftests/powerpc/papr_attributes/
H A Dattr_test.c77 int id, attr_type; in verify_energy_info() local
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py138 get_format(cls, attr_type, byte_order=None) global() argument
145 as_scalar(self, attr_type, byte_order=None) global() argument
149 as_auto_scalar(self, attr_type, byte_order=None) global() argument
/linux/drivers/scsi/
H A Discsi_boot_sysfs.c69 #define iscsi_boot_rd_attr(fnname, sysfs_name, attr_type) \ argument
/linux/drivers/gpu/drm/xe/
H A Dxe_vm_madvise.c585 int err, attr_type; in xe_vm_madvise_ioctl() local
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c51 struct device_attribute attr_type; member
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c491 enum mlxsw_hwmon_attr_type attr_type, in mlxsw_hwmon_attr_add()
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c1221 static struct kobj_attribute attr_type = __ATTR_RO(type); variable
/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c1015 enum cti_conn_attr_type attr_type, in cti_create_con_sysfs_attr()