Searched refs:_string (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/iio/ |
| A D | sysfs.h | 90 #define IIO_CONST_ATTR(_name, _string) \ argument 92 = { .string = _string, \ 97 = { .string = _string, \ 106 return sysfs_emit(buf, "%s\n", _string); \ 136 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument 151 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument 152 IIO_CONST_ATTR(integration_time_available, _string) 157 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument 158 IIO_CONST_ATTR(in_temp_offset, _string) 160 #define IIO_CONST_ATTR_TEMP_SCALE(_string) \ argument [all …]
|
| /linux/drivers/staging/iio/frequency/ |
| A D | dds.h | 22 #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/arch/um/include/shared/ |
| A D | init.h | 82 char _string[sizeof(string)-2]; \
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-ethtool.c | 130 #define XGMAC_MMC_STAT(_string, _var) \ argument 131 { _string, \ 136 #define XGMAC_EXT_STAT(_string, _var) \ argument 137 { _string, \
|
| /linux/drivers/iommu/intel/ |
| A D | perfmon.c | 126 #define IOMMU_PMU_EVENT_ATTR(_name, _string, _g_idx, _event) \ argument 127 PMU_EVENT_ATTR_STRING(_name, event_attr_##_name, _string) \
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| A D | hns3_ethtool.c | 13 #define HNS3_TQP_STAT(_string, _member) { \ argument 14 .stats_string = _string, \
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A D | chip.c | 1102 #define MV88E6XXX_HW_STAT_ENTRY(_string, _size, _reg, _type) \ argument 1103 { #_string, _size, _reg, _type } 1108 #define MV88E6XXX_HW_STAT_ENUM(_string, _size, _reg, _type) \ argument 1109 MV88E6XXX_HW_STAT_ID_ ## _string
|
Completed in 25 milliseconds