Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/proximity/
Dhx9023s.c46 #define HX9023S_NOT_CONNECTED 16 macro
336 ch_pos[i] = data->ch_data[i].channel_positive == HX9023S_NOT_CONNECTED ? in hx9023s_ch_cfg()
337 HX9023S_NOT_CONNECTED : conn_cs[data->ch_data[i].channel_positive]; in hx9023s_ch_cfg()
338 ch_neg[i] = data->ch_data[i].channel_negative == HX9023S_NOT_CONNECTED ? in hx9023s_ch_cfg()
339 HX9023S_NOT_CONNECTED : conn_cs[data->ch_data[i].channel_negative]; in hx9023s_ch_cfg()
594 data->ch_data[i].channel_positive = HX9023S_NOT_CONNECTED; in hx9023s_property_get()
595 data->ch_data[i].channel_negative = HX9023S_NOT_CONNECTED; in hx9023s_property_get()
608 data->ch_data[reg].channel_negative = HX9023S_NOT_CONNECTED; in hx9023s_property_get()