Searched refs:ch_node (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/input/misc/ |
D | iqs269a.c | 502 const struct fwnode_handle *ch_node) in iqs269_parse_chan() argument 511 error = fwnode_property_read_u32(ch_node, "reg", ®); in iqs269_parse_chan() 522 if (!fwnode_property_present(ch_node, "azoteq,reseed-disable")) in iqs269_parse_chan() 525 if (fwnode_property_present(ch_node, "azoteq,blocking-enable")) in iqs269_parse_chan() 528 if (fwnode_property_present(ch_node, "azoteq,slider0-select")) in iqs269_parse_chan() 531 if (fwnode_property_present(ch_node, "azoteq,slider1-select")) in iqs269_parse_chan() 542 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan() 550 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan() 562 if (fwnode_property_present(ch_node, "azoteq,meas-cap-decrease")) in iqs269_parse_chan() 566 if (fwnode_property_present(ch_node, "azoteq,rx-float-inactive")) in iqs269_parse_chan() [all …]
|
/Linux-v5.10/drivers/rapidio/ |
D | rio_cm.c | 190 struct list_head ch_node; member 1316 INIT_LIST_HEAD(&ch->ch_node); in riocm_ch_alloc() 1511 list_add(&ch->ch_node, &list); in riocm_cdev_release() 1517 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_cdev_release() 1518 list_del(&ch->ch_node); in riocm_cdev_release() 2046 list_add(&ch->ch_node, &list); in riocm_remove_dev() 2052 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_remove_dev() 2053 list_del(&ch->ch_node); in riocm_remove_dev() 2212 list_add(&ch->ch_node, &list); in riocm_remove_mport() 2218 list_for_each_entry_safe(ch, _c, &list, ch_node) { in riocm_remove_mport() [all …]
|