Home
last modified time | relevance | path

Searched refs:attr (Results 7226 - 7250 of 7868) sorted by relevance

1...<<281282283284285286287288289290>>...315

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sony.c606 *attr, char *buf) in ds4_show_poll_interval()
615 struct device_attribute *attr, in ds4_store_poll_interval()
643 *attr, char *buf) in sony_show_firmware_version()
655 *attr, char *buf) in sony_show_hardware_version()
604 ds4_show_poll_interval(struct device *dev, struct device_attribute *attr, char *buf) ds4_show_poll_interval() argument
614 ds4_store_poll_interval(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) ds4_store_poll_interval() argument
641 sony_show_firmware_version(struct device *dev, struct device_attribute *attr, char *buf) sony_show_firmware_version() argument
653 sony_show_hardware_version(struct device *dev, struct device_attribute *attr, char *buf) sony_show_hardware_version() argument
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Dinit.c1755 struct device_attribute *attr, in amd_iommu_show_cap()
1764 struct device_attribute *attr, in amd_iommu_show_features()
1773 &dev_attr_cap.attr,
1774 &dev_attr_features.attr,
1754 amd_iommu_show_cap(struct device *dev, struct device_attribute *attr, char *buf) amd_iommu_show_cap() argument
1763 amd_iommu_show_features(struct device *dev, struct device_attribute *attr, char *buf) amd_iommu_show_features() argument
/kernel/linux/linux-5.10/drivers/hwmon/
H A Df71882fg.c397 * Temp attr for the f71858fg, the f71858fg is special as it has its
439 /* Temp attr for the standard models */
491 /* Temp attr for models which can beep on temp alarm */
527 * Temp attr for the f8000
556 /* in attr for all models */
580 /* Fan / PWM attr common to all models */
648 * PWM attr for the f71862fg, fewer pwms and fewer zones per pwm than the
720 * PWM attr for the f71808e/f71869, almost identical to the f71862fg, but the
801 /* PWM attr for the standard models */
968 /* Fan attr specifi
2210 f71882fg_create_sysfs_files(struct platform_device *pdev, struct sensor_device_attribute_2 *attr, int count) f71882fg_create_sysfs_files() argument
2223 f71882fg_remove_sysfs_files(struct platform_device *pdev, struct sensor_device_attribute_2 *attr, int count) f71882fg_remove_sysfs_files() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c124 static ssize_t megaraid_sysfs_show_app_hndl(struct device *, struct device_attribute *attr, char *);
125 static ssize_t megaraid_sysfs_show_ldnum(struct device *, struct device_attribute *attr, char *);
3975 * @attr : device attribute (unused)
3983 megaraid_sysfs_show_app_hndl(struct device *dev, struct device_attribute *attr, in megaraid_sysfs_show_app_hndl() argument
3999 * @attr : device attribute to show
4012 megaraid_sysfs_show_ldnum(struct device *dev, struct device_attribute *attr, char *buf) in megaraid_sysfs_show_ldnum() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2095 struct nlattr *attr, *br_spec; in nfp_net_bridge_setlink() local
2107 nla_for_each_nested(attr, br_spec, rem) { in nfp_net_bridge_setlink()
2108 if (nla_type(attr) != IFLA_BRIDGE_MODE) in nfp_net_bridge_setlink()
2112 mode = nla_get_u16(attr); in nfp_net_bridge_setlink()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dutils.c2345 struct ib_qp_attr attr; in irdma_modify_qp_to_err() local
2349 attr.qp_state = IB_QPS_ERR; in irdma_modify_qp_to_err()
2352 irdma_modify_qp_roce(&qp->ibqp, &attr, IB_QP_STATE, NULL); in irdma_modify_qp_to_err()
2354 irdma_modify_qp(&qp->ibqp, &attr, IB_QP_STATE, NULL); in irdma_modify_qp_to_err()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-playstation.c916 *attr, char *buf) in firmware_version_show()
928 *attr, char *buf) in hardware_version_show()
939 &dev_attr_firmware_version.attr,
940 &dev_attr_hardware_version.attr,
914 firmware_version_show(struct device *dev, struct device_attribute *attr, char *buf) firmware_version_show() argument
926 hardware_version_show(struct device *dev, struct device_attribute *attr, char *buf) hardware_version_show() argument
/kernel/linux/linux-6.6/drivers/hwmon/
H A Df71882fg.c706 * Temp attr for the f71858fg, the f71858fg is special as it has its
757 /* Temp attr for the standard models */
845 /* Temp attr for models which can beep on temp alarm */
881 * Temp attr for the f8000
919 /* in attr for all models */
1270 /* Fan / PWM attr common to all models */
1609 * PWM attr for the f71862fg, fewer pwms and fewer zones per pwm than the
1681 * PWM attr for the f71808e/f71869, almost identical to the f71862fg, but the
1762 /* PWM attr for the standard models */
1929 /* Fan attr specifi
2106 f71882fg_create_sysfs_files(struct platform_device *pdev, struct sensor_device_attribute_2 *attr, int count) f71882fg_create_sysfs_files() argument
2119 f71882fg_remove_sysfs_files(struct platform_device *pdev, struct sensor_device_attribute_2 *attr, int count) f71882fg_remove_sysfs_files() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c3069 *@attr: query results for session attributes.
3074 int rtrs_clt_query(struct rtrs_clt_sess *clt, struct rtrs_attrs *attr) in rtrs_clt_query() argument
3079 attr->queue_depth = clt->queue_depth; in rtrs_clt_query()
3080 attr->max_segments = clt->max_segments; in rtrs_clt_query()
3082 attr->max_io_size = min_t(int, clt->max_io_size, in rtrs_clt_query()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Dinit.c2005 struct device_attribute *attr, in amd_iommu_show_cap()
2014 struct device_attribute *attr, in amd_iommu_show_features()
2023 &dev_attr_cap.attr,
2024 &dev_attr_features.attr,
2004 amd_iommu_show_cap(struct device *dev, struct device_attribute *attr, char *buf) amd_iommu_show_cap() argument
2013 amd_iommu_show_features(struct device *dev, struct device_attribute *attr, char *buf) amd_iommu_show_features() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2032 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
2034 virtual UColAttributeValue getAttribute(UColAttribute attr,
2183 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute()
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute() argument
2192 if (U_FAILURE(status) || attr == UCOL_ATTRIBUTE_COUNT) { in getAttribute()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py215 "Cannot autospec attr 'B' from target <MagicMock spec='A'"):
218 "Cannot autospec attr 'B' from target 'A'"):
221 "Cannot autospec attr 'C' as the patch target "):
224 "Cannot spec attr 'B' as the spec "):
227 "Cannot spec attr 'B' as the spec_set "):
230 "Cannot spec attr 'B' as the spec_set "):
1262 attr = getattr(mock, name)
1263 self.assertIsInstance(attr, _CallList)
1264 self.assertIsInstance(attr, list)
1265 self.assertEqual(attr, [])
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc458 char* attr; in GetClassAttribute() local
461 if (PyString_AsStringAndSize(name, &attr, &attr_size) >= 0 && in GetClassAttribute()
462 HasSuffixString(StringPiece(attr, attr_size), kSuffix)) { in GetClassAttribute()
463 std::string field_name(attr, attr_size - sizeof(kSuffix) + 1); in GetClassAttribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c2127 const u8 *attr; in dpp_validate_csr() local
2143 attr = crypto_csr_get_attribute(csr, CSR_ATTR_CHALLENGE_PASSWORD, in dpp_validate_csr()
2145 if (!attr) { in dpp_validate_csr()
2161 cp = base64_decode((const char *) attr, attr_len, &cp_len); in dpp_validate_csr()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-master-ast-cf.c1082 struct device_attribute *attr, char *buf) in external_mode_show()
1091 struct device_attribute *attr, const char *buf, size_t count) in external_mode_store()
1081 external_mode_show(struct device *dev, struct device_attribute *attr, char *buf) external_mode_show() argument
1090 external_mode_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) external_mode_store() argument
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dsysreg.h820 /* Position the attr at the correct index */
821 #define MAIR_ATTRIDX(attr, idx) ((attr) << ((idx) * 8))
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Diommu.c140 struct device_attribute *attr, char *buf) in fail_iommu_show()
146 struct device_attribute *attr, const char *buf, in fail_iommu_store()
139 fail_iommu_show(struct device *dev, struct device_attribute *attr, char *buf) fail_iommu_show() argument
145 fail_iommu_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) fail_iommu_store() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dubd_kern.c821 struct device_attribute *attr, char *buf) in serial_show()
835 &dev_attr_serial.attr,
820 serial_show(struct device *dev, struct device_attribute *attr, char *buf) serial_show() argument
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c56 struct ib_pd *pd, struct rdma_ah_attr *attr) in ipoib_create_ah()
69 vah = rdma_create_ah(pd, attr, RDMA_CREATE_AH_SLEEPABLE); in ipoib_create_ah()
55 ipoib_create_ah(struct net_device *dev, struct ib_pd *pd, struct rdma_ah_attr *attr) ipoib_create_ah() argument
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dmedia-dev.c1239 struct device_attribute *attr, char *buf) in fimc_md_sysfs_show()
1250 struct device_attribute *attr, in fimc_md_sysfs_store()
1238 fimc_md_sysfs_show(struct device *dev, struct device_attribute *attr, char *buf) fimc_md_sysfs_show() argument
1249 fimc_md_sysfs_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) fimc_md_sysfs_store() argument
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dcqhci.c458 __le32 *attr = (__le32 __force *)desc; in cqhci_set_tran_desc() local
460 *attr = (CQHCI_VALID(1) | in cqhci_set_tran_desc()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Defx_common.c1165 static ssize_t show_mcdi_log(struct device *dev, struct device_attribute *attr, in show_mcdi_log() argument
1174 static ssize_t set_mcdi_log(struct device *dev, struct device_attribute *attr, in set_mcdi_log() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c908 static int qlcnic_dcb_get_num_tcs(struct net_device *netdev, int attr, u8 *num) in qlcnic_dcb_get_num_tcs() argument
916 switch (attr) { in qlcnic_dcb_get_num_tcs()
/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dbmg160_core.c814 &iio_const_attr_sampling_frequency_available.dev_attr.attr,
815 &iio_const_attr_in_anglvel_scale_available.dev_attr.attr,
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-driver.c205 &driver_attr_new_id.attr,
206 &driver_attr_remove_id.attr,

Completed in 80 milliseconds

1...<<281282283284285286287288289290>>...315