Searched refs:_string (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/iio/ |
D | sysfs.h | 87 #define IIO_CONST_ATTR(_name, _string) \ argument 89 = { .string = _string, \ 92 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument 94 = { .string = _string, \ 122 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument 123 IIO_CONST_ATTR(sampling_frequency_available, _string) 137 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument 138 IIO_CONST_ATTR(integration_time_available, _string) 143 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument 144 IIO_CONST_ATTR(in_temp_offset, _string) [all …]
|
/Linux-v5.10/drivers/staging/iio/frequency/ |
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-v5.10/arch/um/include/shared/ |
D | init.h | 82 char _string[sizeof(string)-2]; \
|
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/ |
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-v5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 22 #define HNS3_TQP_STAT(_string, _member) { \ argument 23 .stats_string = _string, \
|