Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/iio/
Dsysfs.h66 #define IIO_CONST_ATTR(_name, _string) \ argument
68 = { .string = _string, \
71 #define IIO_CONST_ATTR_NAMED(_vname, _name, _string) \ argument
73 = { .string = _string, \
101 #define IIO_CONST_ATTR_SAMP_FREQ_AVAIL(_string) \ argument
102 IIO_CONST_ATTR(sampling_frequency_available, _string)
116 #define IIO_CONST_ATTR_INT_TIME_AVAIL(_string) \ argument
117 IIO_CONST_ATTR(integration_time_available, _string)
122 #define IIO_CONST_ATTR_TEMP_OFFSET(_string) \ argument
123 IIO_CONST_ATTR(in_temp_offset, _string)
[all …]
/linux-4.4.14/drivers/staging/iio/frequency/
Ddds.h23 #define IIO_CONST_ATTR_FREQ_SCALE(_channel, _string) \ argument
24 IIO_CONST_ATTR(out_altvoltage##_channel##_frequency_scale, _string)
46 #define IIO_CONST_ATTR_PHASE_SCALE(_channel, _string) \ argument
47 IIO_CONST_ATTR(out_altvoltage##_channel##_phase_scale, _string)
/linux-4.4.14/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-4.4.14/arch/um/include/shared/
Dinit.h85 char _string[sizeof(string)-2]; \
/linux-4.4.14/drivers/tty/serial/
Dcrisv10.c125 #define DEBUG_LOG(_line, _string, _value) do { \ argument
127 debug_log_func(_line, _string, _value); \