Searched refs:MCP9600_CHANNELS (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/temperature/ |
H A D | mcp9600.c | 85 #define MCP9600_CHANNELS(hj_num_ev, hj_ev_spec_off, cj_num_ev, cj_ev_spec_off) \ macro 108 MCP9600_CHANNELS(0, 0, 0, 0), /* Alerts: - - - - */ 109 MCP9600_CHANNELS(1, 0, 0, 0), /* Alerts: 1 - - - */ 110 MCP9600_CHANNELS(1, 1, 0, 0), /* Alerts: - 2 - - */ 111 MCP9600_CHANNELS(2, 0, 0, 0), /* Alerts: 1 2 - - */ 112 MCP9600_CHANNELS(0, 0, 1, 0), /* Alerts: - - 3 - */ 113 MCP9600_CHANNELS(1, 0, 1, 0), /* Alerts: 1 - 3 - */ 114 MCP9600_CHANNELS(1, 1, 1, 0), /* Alerts: - 2 3 - */ 115 MCP9600_CHANNELS(2, 0, 1, 0), /* Alerts: 1 2 3 - */ 116 MCP9600_CHANNELS(0, 0, 1, 1), /* Alerts: - - - 4 */ [all …]
|