Searched refs:chan_node (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/pse-pd/ |
D | tps23881.c | 211 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_get_of_channels() 235 if (chan_id >= TPS23881_MAX_CHANS || chan_node[chan_id]) { in tps23881_get_of_channels() 243 chan_node[chan_id] = node; in tps23881_get_of_channels() 251 of_node_put(chan_node[i]); in tps23881_get_of_channels() 252 chan_node[i] = NULL; in tps23881_get_of_channels() 270 struct device_node *chan_node[TPS23881_MAX_CHANS]) in tps23881_match_channel() 276 if (pairset->np == chan_node[i]) in tps23881_match_channel() 302 struct device_node *chan_node[TPS23881_MAX_CHANS], in tps23881_match_port_matrix() 310 ret = tps23881_match_channel(&pi->pairset[0], chan_node); in tps23881_match_port_matrix() 325 ret = tps23881_match_channel(&pi->pairset[1], chan_node); in tps23881_match_port_matrix() [all …]
|
/linux-6.12.1/drivers/input/misc/ |
D | iqs7222.c | 2248 struct fwnode_handle *chan_node, int chan_index) in iqs7222_parse_chan() argument 2260 fwnode_property_present(chan_node, "azoteq,ulp-allow")) in iqs7222_parse_chan() 2270 fwnode_property_present(chan_node, "azoteq,ref-select")) { in iqs7222_parse_chan() 2273 error = fwnode_property_read_u32(chan_node, "azoteq,ref-select", in iqs7222_parse_chan() 2278 fwnode_get_name(chan_node), error); in iqs7222_parse_chan() 2285 fwnode_get_name(chan_node), val); in iqs7222_parse_chan() 2298 error = fwnode_property_read_u32(chan_node, "azoteq,ref-weight", in iqs7222_parse_chan() 2304 fwnode_get_name(chan_node), val); in iqs7222_parse_chan() 2312 fwnode_get_name(chan_node), error); in iqs7222_parse_chan() 2324 if (fwnode_property_present(chan_node, "azoteq,use-prox")) in iqs7222_parse_chan() [all …]
|
/linux-6.12.1/drivers/iio/adc/ |
D | xilinx-xadc-core.c | 1199 struct fwnode_handle *chan_node, *child; in xadc_parse_dt() local 1256 chan_node = device_get_named_child_node(dev, "xlnx,channels"); in xadc_parse_dt() 1257 fwnode_for_each_child_node(chan_node, child) { in xadc_parse_dt() 1280 fwnode_handle_put(chan_node); in xadc_parse_dt()
|
D | xilinx-ams.c | 1188 static int ams_get_ext_chan(struct fwnode_handle *chan_node, in ams_get_ext_chan() argument 1196 fwnode_for_each_child_node(chan_node, child) { in ams_get_ext_chan()
|