Searched refs:ch_node (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | iqs626a.c | 624 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target() 654 fwnode_get_name(ch_node), val); in iqs626_parse_ati_target() 680 fwnode_get_name(ch_node)); in iqs626_parse_pins() 714 struct fwnode_handle *ch_node, in iqs626_parse_trackpad() argument 727 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 740 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 753 fwnode_get_name(ch_node), val); in iqs626_parse_trackpad() 1223 fwnode_get_name(ch_node), val); in iqs626_parse_channel() 1236 struct fwnode_handle *ch_node; in iqs626_parse_prop() local 1380 if (!ch_node) in iqs626_parse_prop() [all …]
|
H A D | iqs269a.c | 499 const struct fwnode_handle *ch_node) in iqs269_parse_chan() argument 508 error = fwnode_property_read_u32(ch_node, "reg", ®); in iqs269_parse_chan() 533 error = iqs269_parse_mask(ch_node, "azoteq,rx-enable", in iqs269_parse_chan() 541 error = iqs269_parse_mask(ch_node, "azoteq,tx-enable", in iqs269_parse_chan() 584 if (fwnode_property_present(ch_node, "azoteq,invert-enable")) in iqs269_parse_chan() 658 error = iqs269_parse_mask(ch_node, "azoteq,assoc-select", in iqs269_parse_chan() 678 ev_node = fwnode_get_named_child_node(ch_node, in iqs269_parse_chan() 755 struct fwnode_handle *ch_node; in iqs269_parse_prop() local 957 device_for_each_child_node(&client->dev, ch_node) { in iqs269_parse_prop() 958 error = iqs269_parse_chan(iqs269, ch_node); in iqs269_parse_prop() [all …]
|
/openbmc/linux/drivers/rapidio/ |
H A 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() 2053 list_del(&ch->ch_node); in riocm_remove_dev() 2207 list_add(&ch->ch_node, &list); in riocm_remove_mport() 2214 list_del(&ch->ch_node); in riocm_remove_mport() 2257 list_add(&ch->ch_node, &list); in rio_cm_shutdown() [all …]
|