Searched refs:MCP9600_CHANNELS (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/iio/temperature/ |
| H A D | mcp9600.c | 141 #define MCP9600_CHANNELS(hj_num_ev, hj_ev_spec_off, cj_num_ev, cj_ev_spec_off) \ macro 165 MCP9600_CHANNELS(0, 0, 0, 0), /* Alerts: - - - - */ 166 MCP9600_CHANNELS(1, 0, 0, 0), /* Alerts: 1 - - - */ 167 MCP9600_CHANNELS(1, 1, 0, 0), /* Alerts: - 2 - - */ 168 MCP9600_CHANNELS(2, 0, 0, 0), /* Alerts: 1 2 - - */ 169 MCP9600_CHANNELS(0, 0, 1, 0), /* Alerts: - - 3 - */ 170 MCP9600_CHANNELS(1, 0, 1, 0), /* Alerts: 1 - 3 - */ 171 MCP9600_CHANNELS(1, 1, 1, 0), /* Alerts: - 2 3 - */ 172 MCP9600_CHANNELS(2, 0, 1, 0), /* Alerts: 1 2 3 - */ 173 MCP9600_CHANNELS(0, 0, 1, 1), /* Alerts: - - - 4 */ [all …]
|