Home
last modified time | relevance | path

Searched refs:_string (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/linux/iio/
Dsysfs.h90 #define IIO_CONST_ATTR(_name, _string) \ argument
92 = { .string = _string, \
95 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
97 = { .string = _string, \
100 #define IIO_STATIC_CONST_DEVICE_ATTR(_name, _string) \ argument
106 return sysfs_emit(buf, "%s\n", _string); \
136 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
137 IIO_CONST_ATTR(sampling_frequency_available, _string)
151 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
152 IIO_CONST_ATTR(integration_time_available, _string)
[all …]
/linux-6.6.21/drivers/staging/iio/frequency/
Ddds.h22 #define IIO_CONST_ATTR_FREQ_SCALE(_channel, _string) \ argument
23 IIO_CONST_ATTR(out_altvoltage##_channel##_frequency_scale, _string)
45 #define IIO_CONST_ATTR_PHASE_SCALE(_channel, _string) \ argument
46 IIO_CONST_ATTR(out_altvoltage##_channel##_phase_scale, _string)
/linux-6.6.21/arch/um/include/shared/
Dinit.h82 char _string[sizeof(string)-2]; \
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c130 #define XGMAC_MMC_STAT(_string, _var) \ argument
131 { _string, \
136 #define XGMAC_EXT_STAT(_string, _var) \ argument
137 { _string, \
/linux-6.6.21/drivers/iommu/intel/
Dperfmon.c145 #define IOMMU_PMU_EVENT_ATTR(_name, _string, _g_idx, _event) \ argument
146 PMU_EVENT_ATTR_STRING(_name, event_attr_##_name, _string) \
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c13 #define HNS3_TQP_STAT(_string, _member) { \ argument
14 .stats_string = _string, \