Home
last modified time | relevance | path

Searched refs:attr (Results 7051 - 7075 of 8605) sorted by relevance

1...<<281282283284285286287288289290>>...345

/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp215 param->attr = &sessionAttribute; in HWTEST_F()
474 param->attr = nullptr; in HWTEST_F()
507 param->attr = &sessionAttribute; in HWTEST_F()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn-eval.c103 insn_attr_t attr; in get_seg_reg_override_idx() local
105 attr = inat_get_opcode_attribute(p); in get_seg_reg_override_idx()
106 switch (attr) { in get_seg_reg_override_idx()
/kernel/linux/linux-5.10/drivers/bus/
H A Dmoxtet.c71 &dev_attr_module_id.attr,
72 &dev_attr_module_name.attr,
73 &dev_attr_module_description.attr,
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/
H A Dcore.c158 insn_attr_t attr; in can_boost() local
160 attr = inat_get_opcode_attribute(prefix); in can_boost()
162 if (prefix == 0x2e || inat_is_address_size_prefix(attr)) in can_boost()
/kernel/linux/linux-5.10/drivers/misc/eeprom/
H A Didt_89hpesx.c875 * @attr: Attributes of the file
881 struct bin_attribute *attr, in eeprom_write()
899 * @attr: Attributes of the file
905 struct bin_attribute *attr, in eeprom_read()
1333 /* Copy the declared EEPROM attr structure to change some of fields */ in idt_create_sysfs_files()
1338 pdev->ee_file->attr.mode &= ~0200; in idt_create_sysfs_files()
880 eeprom_write(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) eeprom_write() argument
904 eeprom_read(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) eeprom_read() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lg-g15.c283 static ssize_t color_store(struct device *dev, struct device_attribute *attr, in color_store() argument
313 static ssize_t color_show(struct device *dev, struct device_attribute *attr, in color_show() argument
333 &dev_attr_color.attr,
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c329 struct ib_port_attr attr; in ipoib_mcast_carrier_on_task() local
331 if (ib_query_port(priv->ca, priv->port, &attr) || in ipoib_mcast_carrier_on_task()
332 attr.state != IB_PORT_ACTIVE) { in ipoib_mcast_carrier_on_task()
/kernel/linux/linux-5.10/drivers/iio/light/
H A Dapds9960.c331 &iio_const_attr_proximity_scale_available.dev_attr.attr,
332 &iio_const_attr_intensity_scale_available.dev_attr.attr,
333 &iio_const_attr_integration_time_available.dev_attr.attr,
H A Drpr0521.c220 &iio_const_attr_in_intensity_scale_available.dev_attr.attr,
221 &iio_const_attr_in_proximity_scale_available.dev_attr.attr,
222 &iio_const_attr_sampling_frequency_available.dev_attr.attr,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A Ddebug.c53 umode_t attr; member
174 .attr = _attr, \
819 debugfs_create_file(#name, carl_debugfs_##name ##_ops.attr, \ in carl9170_debugfs_register()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pcf2127.c475 struct device_attribute *attr, in timestamp0_store()
503 struct device_attribute *attr, char *buf) in timestamp0_show()
555 &dev_attr_timestamp0.attr,
474 timestamp0_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) timestamp0_store() argument
502 timestamp0_show(struct device *dev, struct device_attribute *attr, char *buf) timestamp0_show() argument
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp.c1141 &driver_attr_con_pages.attr,
1142 &driver_attr_con_drop.attr,
1143 &driver_attr_con_full.attr,
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H A Dmv_init.c699 struct device_attribute *attr, char *buffer) in mvs_show_driver_version()
711 struct device_attribute *attr, in mvs_store_interrupt_coalescing()
751 struct device_attribute *attr, char *buffer) in mvs_show_interrupt_coalescing()
698 mvs_show_driver_version(struct device *cdev, struct device_attribute *attr, char *buffer) mvs_show_driver_version() argument
710 mvs_store_interrupt_coalescing(struct device *cdev, struct device_attribute *attr, const char *buffer, size_t size) mvs_store_interrupt_coalescing() argument
750 mvs_show_interrupt_coalescing(struct device *cdev, struct device_attribute *attr, char *buffer) mvs_show_interrupt_coalescing() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Djitdump.c127 if (evsel->core.attr.use_clockid == 0 || evsel->core.attr.clockid != CLOCK_MONOTONIC) in jit_validate_events()
823 jd.sample_type = first->core.attr.sample_type; in jit_process()
H A Ds390-cpumsf.c937 ev_bc000->core.attr.config == PERF_EVENT_CPUM_CF_DIAG) in s390_cpumsf_process_event()
1054 return evsel->core.attr.type == PERF_TYPE_RAW && in s390_cpumsf_evsel_is_auxtrace()
1055 evsel->core.attr.config == PERF_EVENT_CPUM_SF_DIAG; in s390_cpumsf_evsel_is_auxtrace()
/kernel/linux/linux-5.10/mm/
H A Dswap_state.c901 struct kobj_attribute *attr, char *buf) in vma_ra_enabled_show()
906 struct kobj_attribute *attr, in vma_ra_enabled_store()
923 &vma_ra_enabled_attr.attr,
900 vma_ra_enabled_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) vma_ra_enabled_show() argument
905 vma_ra_enabled_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) vma_ra_enabled_store() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_proto_sctp.c610 struct nlattr *attr = cda[CTA_PROTOINFO_SCTP]; in nlattr_to_sctp() local
615 if (!attr) in nlattr_to_sctp()
618 err = nla_parse_nested_deprecated(tb, CTA_PROTOINFO_SCTP_MAX, attr, in nlattr_to_sctp()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-mvebu.c743 unsigned int *attr) in mvebu_get_tgt_attr()
750 *attr = -1; in mvebu_get_tgt_attr()
775 *attr = DT_CPUADDR_TO_ATTR(cpuaddr); in mvebu_get_tgt_attr()
853 dev_err(dev, "%s: cannot get tgt/attr for mem window\n", in mvebu_pcie_parse_port()
740 mvebu_get_tgt_attr(struct device_node *np, int devfn, unsigned long type, unsigned int *tgt, unsigned int *attr) mvebu_get_tgt_attr() argument
/kernel/linux/linux-6.6/drivers/misc/eeprom/
H A Didt_89hpesx.c844 * @attr: Attributes of the file
850 struct bin_attribute *attr, in eeprom_write()
868 * @attr: Attributes of the file
874 struct bin_attribute *attr, in eeprom_read()
1292 * Allocate memory for attribute file and copy the declared EEPROM attr in idt_create_sysfs_files()
1302 pdev->ee_file->attr.mode &= ~0200; in idt_create_sysfs_files()
849 eeprom_write(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) eeprom_write() argument
873 eeprom_read(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) eeprom_read() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c551 __be32 *attr; in esw_qos_create() local
563 attr = MLX5_ADDR_OF(scheduling_context, tsar_ctx, element_attributes); in esw_qos_create()
564 *attr = cpu_to_be32(TSAR_ELEMENT_TSAR_TYPE_DWRR << 16); in esw_qos_create()
/kernel/linux/linux-6.6/drivers/base/
H A Ddd.c424 static ssize_t coredump_store(struct device *dev, struct device_attribute *attr, in coredump_store() argument
514 struct device_attribute *attr, in state_synced_store()
535 struct device_attribute *attr, char *buf) in state_synced_show()
513 state_synced_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) state_synced_store() argument
534 state_synced_show(struct device *dev, struct device_attribute *attr, char *buf) state_synced_show() argument
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4acl.c779 struct nfsd_attrs *attr) in nfsd4_acl_to_attr()
790 host_error = nfs4_acl_nfsv4_to_posix(acl, &attr->na_pacl, in nfsd4_acl_to_attr()
791 &attr->na_dpacl, flags); in nfsd4_acl_to_attr()
778 nfsd4_acl_to_attr(enum nfs_ftype4 type, struct nfs4_acl *acl, struct nfsd_attrs *attr) nfsd4_acl_to_attr() argument
/kernel/linux/linux-6.6/include/linux/
H A Dcpufreq.h295 struct attribute attr; member
395 struct freq_attr **attr; member
673 struct attribute attr; member
/kernel/linux/linux-6.6/drivers/bus/
H A Dmoxtet.c71 &dev_attr_module_id.attr,
72 &dev_attr_module_name.attr,
73 &dev_attr_module_description.attr,
/kernel/linux/linux-6.6/drivers/block/rnbd/
H A Drnbd-srv.c320 struct kobj_attribute *attr) in rnbd_srv_sess_dev_force_close()
330 sysfs_remove_file_self(&sess_dev->kobj, &attr->attr); in rnbd_srv_sess_dev_force_close()
319 rnbd_srv_sess_dev_force_close(struct rnbd_srv_sess_dev *sess_dev, struct kobj_attribute *attr) rnbd_srv_sess_dev_force_close() argument

Completed in 38 milliseconds

1...<<281282283284285286287288289290>>...345